views:

2010

answers:

11

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?

+4  A: 

For programming purposes these three modes are very helpful.

+2  A: 

I often use the speedbar mode

flolo
+4  A: 

I like

  • org-mode
  • gnus
  • slime
  • paredit
  • ido
  • uniqify
  • regex-tool
  • smooth-scrolling
  • browse-kill-ring
  • magit
  • remember (in combination with org)
JBF
Iro is ido with a typo :)
JBF
+7  A: 
  • gnus
  • emacs-jabber
  • DVC
  • slime
  • cc-mode
  • org-mode
  • nxml
  • psvn/pcl-cvs/magit/......
  • cedet (semantic/ede/...)
  • w3m
  • flyspell/ispell
  • ...... ;-)
Alex Ott
+3  A: 
  • 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
Timo Geusch
+6  A: 
  • 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
Anton Nazarov
+3  A: 

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

seth
+1  A: 

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
kovan
A: 

log4j-mode for parsing log dumps

Paul Nathan
A: 

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

aduric
+2  A: 

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
  • ...
Xavier Maillard