Back to News
Advertisement
Advertisement

⚡ Community Insights

Discussion Sentiment

100% Positive

Analyzed from 301 words in the discussion.

Trending Topics

#command#emacs#mode#key#weird#mean#meta#elisp#last#self

Discussion (11 Comments)Read Original on HackerNews

rich_sashaabout 1 hour ago
What is meant to be the selling point over Emacs? Apart from scheme>elisp?

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.

tommyage34 minutes ago
Chapter 12.2, Guideline 1: https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1... Program names should be between 2 and 9 characters; As a thing to consider. Also, searching for `e` may be weird.
ekrabout 2 hours ago
What does self-aware even mean in this context?
rmunnabout 2 hours ago
Given the obvious AI vocabulary scattered through the README, I'm hoping it doesn't mean "self-aware" in the HAL sense.

    `C-x C-c`

    I'm afraid I can't let you do that, $USER
klntskyabout 1 hour ago
M-x doctor
postepowanieadmabout 2 hours ago
M-x ?
nine_kabout 2 hours ago
For vi-heads: ":" The key combo that puts you into command mode. M is "meta", which is Alt on PC or Cmd on Mac.
asQuirreLabout 1 hour ago
These are all conventions and you can change them, but I'm used to Meta = Opt and Super = Cmd on macOS.
ButlerianJihadabout 2 hours ago
That is incorrect. In vi and vim, "ESC" 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.

":" is the key which issues "ex" 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 "Command Mode".

holgerschurigabout 1 hour 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.

Almost no one realizes that perhaps since 35 years no keyboard in mass-use had an "Meta" key. And if the "e" people now still keep that weird name, then they aren't similarly frozen in the state of time as the Emacs community.

1) There's more. Lisp still let bleed assembler instructions that no CPU used in the last 40 years, like CDR and CAR. That's if like e.g. JavaScript would have a cmpxchg() function.

also 1) Or it uses "window" in a very different sense.

and also 1) and even when the term is what you expect, they -- in best english tradition! -- can't normalize on one writing. You can e.g. find both "assoc" and "assq" in use.

So if you want an extremely powerful editor construction kit with an extremely weird nomenclature of parts of it, then chose Emacs.