The single most useful Emacs feature
31–40 of 112 posts
Re: The single most useful Emacs feature
#32It isn't an official part of Emacs, but no Emacs user should go without installing el-get, the meta-package-manager for Emacs. https://github.com/dimitri/el-get El-get can install and update elisp from git, svn, http, and EmacsWiki. (It also wraps ELPA and apt-get where packages exist.) If el-get doesn't have a recipe for your favorite Emacs extension, please consider adding the recipe and pushing to GitHub. (It does…
Re: The single most useful Emacs feature
#33I like idomenu, which lists variable/function definitions in your file. When you combine it with ido-menu, it's magic. Bind it to C-c s, and you get a list of symbols you can navigate extremely fast. The downside is that if the symbol locations change in a file, you'd have to refresh it. :(
Re: The single most useful Emacs feature
#34(http://www.emacswiki.org/emacs/UndoTree) Scroll down for screenshot.
And follow-mode on a monitor turned sideways is pretty funny. Doubles your vertical space (good for eyeballing logs and data dumps).
Re: The single most useful Emacs feature
#35Re: The single most useful Emacs feature
#36on a side note, whenever i asked such open ended question on stackoverflow, it would quickly get closed by some other user claiming that "there is no right answer" and the question must be closed. But there are so many great open ended questions on there that score so high among users. i guess it's a matter of luck that some anal retentive person doesn't get to it first?
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.
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.
Re: The single most useful Emacs feature
#37C-x r k to cut a rectangle, and C-x r t to add one filled with, for example, the comment symbol:
(C-space)this
to comment
C-x r t #
#this
#to comment
Re: The single most useful Emacs feature
#38Re: The single most useful Emacs feature
#39Re: The single most useful Emacs feature
#40It isn't an official part of Emacs, but no Emacs user should go without installing el-get, the meta-package-manager for Emacs. https://github.com/dimitri/el-get El-get can install and update elisp from git, svn, http, and EmacsWiki. (It also wraps ELPA and apt-get where packages exist.) If el-get doesn't have a recipe for your favorite Emacs extension, please consider adding the recipe and pushing to GitHub. (It does…
I use package.el Any advantage to swapping to el-get?