5 comments

  • noufalibrahim6 minutes ago
    On my machine, e is just a way to send things into Emacs.<p><pre><code> $ which e e () { snippet=&quot;(nkv-find-file-and-jump \&quot;$1\&quot;)&quot; emacsclient --no-wait -e $snippet }</code></pre>
  • sammy09102 minutes ago
    can you confirm whether this is ai-written or human driven?
  • rich_sasha1 hour ago
    What is meant to be the selling point over Emacs? Apart from scheme&gt;elisp?<p>Arguably 80% of the emacs goodness is the terabytes of elisp written in the last few decades, if you break compatibility with that you need to throw in something pretty compelling.
  • tommyage1 hour ago
    Chapter 12.2, Guideline 1: <a href="https:&#x2F;&#x2F;pubs.opengroup.org&#x2F;onlinepubs&#x2F;9699919799&#x2F;basedefs&#x2F;V1_chap12.html" rel="nofollow">https:&#x2F;&#x2F;pubs.opengroup.org&#x2F;onlinepubs&#x2F;9699919799&#x2F;basedefs&#x2F;V1...</a> Program names should be between 2 and 9 characters; As a thing to consider. Also, searching for `e` may be weird.
  • ekr2 hours ago
    What does self-aware even mean in this context?
    • rmunn2 hours ago
      Given the obvious AI vocabulary scattered through the README, I&#x27;m hoping it doesn&#x27;t mean &quot;self-aware&quot; in the HAL sense.<p><pre><code> `C-x C-c` I&#x27;m afraid I can&#x27;t let you do that, $USER</code></pre>
    • postepowanieadm2 hours ago
      M-x ?
      • nine_k2 hours ago
        For vi-heads: &quot;:&quot; The key combo that puts you into command mode. M is &quot;meta&quot;, which is Alt on PC or Cmd on Mac.
        • asQuirreL2 hours ago
          These are all conventions and you can change them, but I&#x27;m used to Meta = Opt and Super = Cmd on macOS.
        • ButlerianJihad2 hours ago
          That is incorrect. In vi and vim, &quot;ESC&quot; is the key that puts you into command mode (from insert mode). Command mode is the full-screen visual mode where you enter commands by a sequence of keypresses.<p>&quot;:&quot; is the key which issues &quot;ex&quot; commands. vi and ex are two different modes of the same editor. Any command which begins with a colon is an ex command, not a vi command, not done in &quot;Command Mode&quot;.
          • gpvos1 hour ago
            True. &quot;:&quot; is the rough equivalent to M-x, though.<p>Also worth mentioning is Q , which puts you in ex mode, essentially just &quot;:&quot; prompts one after the other until you exit or issue a &quot;vi&quot; command to go (back) to visual mode.<p>And then there&#x27;s open mode, but vim doesn&#x27;t implement that.
      • holgerschurig2 hours ago
        That is what people use for the Alt key. I mean, I use Emacs daily, and I (mostly) like it. But the terminology *) is really fucked up inside Emacs.<p>Almost no one realizes that perhaps since 35 years no keyboard in mass-use had an &quot;Meta&quot; key. And if the &quot;e&quot; people now still keep that weird name, then they aren&#x27;t similarly frozen in the state of time as the Emacs community.<p>1) There&#x27;s more. Lisp still let bleed assembler instructions that no CPU used in the last 40 years, like CDR and CAR. That&#x27;s if like e.g. JavaScript would have a cmpxchg() function.<p>also 1) Or it uses &quot;window&quot; in a very different sense.<p>and also 1) and even when the term is what you expect, they -- in best english tradition! -- can&#x27;t normalize on one writing. You can e.g. find both &quot;assoc&quot; and &quot;assq&quot; in use.<p>So if you want an extremely powerful editor construction kit with an extremely weird nomenclature of parts of it, then chose Emacs.
    • klntsky2 hours ago
      M-x doctor