vote up 14 vote down star
18

I have been using GNU Emacs for as long as I can remember. The Emacs modes I use regularly are:

  • Tramp
  • Template
  • Color-theme
  • Python
  • VCS
  • SLIME
  • Paredit
  • Uniquify
  • RCIRC
  • Org

Which ones do you use?

flag

Wikify please. This counts as a poll. – Daniel Spiewak Nov 18 '08 at 7:44

7 Answers

vote up 5 vote down check
  • gnus
  • w3m
  • AucTeX, preview-latex, RefTex combined
  • maplev-mode (Maple REPL and code highlightning)
  • flyspell
  • tramp
  • shell-fm (last.fm client)
  • emms
  • python-mode, ropemacs (python refactoring)
  • nxhtml
  • slime (for Common-Lisp, Scheme and Clojure, but it is mostly for fun)
  • JDEE (Jave IDE) - I had some teaching in Java
  • SVN-mode
  • iMaxima (Maxima interface) It is really cool, but I mostly use Maple
  • shell
link|flag
vote up 2 vote down

For programming purposes these three modes are very helpful.

link|flag
vote up 0 vote down

I often use the speedbar mode

link|flag
vote up 4 vote down

I like

  • org-mode
  • gnus
  • slime
  • paredit
  • ido
  • uniqify
  • regex-tool
  • smooth-scrolling
  • browse-kill-ring
  • magit
  • remember (in combination with org)
link|flag
Iro is ido with a typo :) – JBF Nov 28 '08 at 15:24
vote up 6 vote down
  • gnus
  • emacs-jabber
  • DVC
  • slime
  • cc-mode
  • org-mode
  • nxml
  • psvn/pcl-cvs/magit/......
  • cedet (semantic/ede/...)
  • w3m
  • flyspell/ispell
  • ...... ;-)
link|flag
vote up 3 vote down
  • gnus
  • cc-mode
  • flyspell
  • iswitchb
  • nxml
  • pabbrev-mode
  • saveplace
  • csharp-mode
  • bm (visible bookmarks in buffer)
  • ruby-mode

And recently discovered:

  • semantic-tag-folding-mode (part of cedet/semantic), gives you automated function folding in those languages supported/recognised by semantic. Much better than the old folding-mode.el
  • which-func-mode - shows the name of the current function in the mode line
link|flag
vote up 3 vote down

Besides all of the ones listed, I've become a huge fan of yasnippet since I found it

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.