Earlier quoted context omitted.
It's not exactly luck. Until today this question hasn't been active since 2009, when opened-ended questions were permitted. Now that it's been bumped it'll be closed shortly.
Closed now. I'm actually surprised that someone hasn't gone through all the older questions looking for stuff to close, given how rigid their mods tend to be.
The single most useful Emacs feature
81–90 of 112 posts
Re: The single most useful Emacs feature
#82Good god. I've been using emacs since 1981 and this thread is teaching me things.
Re: The single most useful Emacs feature
#83slime - emacs package for editing, running, debugging and enjoying lisp.
Re: The single most useful Emacs feature
#84The kill ring. I would marry the kill ring and have its babies. Why have other editors not adopted this? Have they?
Re: The single most useful Emacs feature
#85Ctrl-k
Re: The single most useful Emacs feature
#86Re: The single most useful Emacs feature
#87Earlier quoted context omitted.
Less cynically, Stack Overflow is about specific answers to specific questions. Any question broad enough to be interesting to a site like Hacker News is too broad for Stack Overflow, apparently.
Makes sense, but it's insane. More general answers are more generally useful than specific ones, by definition.
Re: The single most useful Emacs feature
#88record and play macro (someone had to mention) C-x ( C-x ) C-x e M-x 99 C-x e (play macro 99 times)
Also note that C-u 0 C-x e plays the macro until it rings the bell (e.g. runs out of buffer space or tries to forward-search for a name that doesn't exist. This is great when you don't know how many times it needs to be run.
Re: The single most useful Emacs feature
#89The kill ring. I would marry the kill ring and have its babies. Why have other editors not adopted this? Have they?
If (like me) you are a Vim user, there is a plugin to replicate this functionality called YankRing. Highly recommended! http://www.vim.org/scripts/script.php?script_id=1234
Re: The single most useful Emacs feature
#90Earlier quoted context omitted.
I wish the Windows Clipboard would implement a version of the kill ring. I really, really hate not having previous cuts and copies available. As a rather clumsy work-around I keep an emacs scratch file open on my task bar and copy stuff I might need more than once to it.
Same with the Mac clipboard.