up vote 25 down vote favorite
32
share [g+] share [fb]

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?

link|improve this question

2  
Wikify please. This counts as a poll. – Daniel Spiewak Nov 18 '08 at 7:44
1  
What daniel said... – Paul Nathan Apr 23 '10 at 19:45
feedback

closed as not constructive by Jeremy Banks, Bill the Lizard Sep 20 '11 at 2:04

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ.

11 Answers

up vote 6 down vote accepted
  • 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|improve this answer
feedback
  • gnus
  • emacs-jabber
  • DVC
  • slime
  • cc-mode
  • org-mode
  • nxml
  • psvn/pcl-cvs/magit/......
  • cedet (semantic/ede/...)
  • w3m
  • flyspell/ispell
  • ...... ;-)
link|improve this answer
feedback

For programming purposes these three modes are very helpful.

link|improve this answer
feedback

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

link|improve this answer
feedback

I like

  • org-mode
  • gnus
  • slime
  • paredit
  • ido
  • uniqify
  • regex-tool
  • smooth-scrolling
  • browse-kill-ring
  • magit
  • remember (in combination with org)
link|improve this answer
Iro is ido with a typo :) – Joel Borggrén-Franck Nov 28 '08 at 15:24
feedback
  • 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|improve this answer
feedback

I often use the speedbar mode

link|improve this answer
feedback

Most used:

  • remember + my own logbook mode
  • eshell
  • vc
  • notmuch/message-mode
  • emacs-jabber
  • python-mode
  • erlang-mode
  • tramp
  • ido
  • dired
  • sql-mode
  • eev-mode
  • ...
link|improve this answer
feedback

I regularly use:

  • nxml
  • ediff
  • vc
  • tramp
  • guess-offset
  • smart-tab
  • package (ELPA)
  • ido
  • debian
  • ibuffer
  • flymake
  • recentf
  • gud
  • c, c++, python, makefile... etc. modes
link|improve this answer
feedback

log4j-mode for parsing log dumps

link|improve this answer
feedback

Most of the ones other people have specified +

  • IPython
  • Dired+
  • ido
  • tramp
  • erc
  • ECB
  • ESS
  • Eshell
  • gdb

And sometimes when I'm feeling masochistic: Icicles

link|improve this answer
feedback

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