Most-used and most-useful features (for me): * navigational keyboard bindings (M-b, M-f, C-a, C-e, etc) work well for fancy keyboard layouts. You do not use `Home`, `End`, `PgUp`, `PgDn`, arrows, therefore there is no need to relearn touch-typing when, for example, on notebook these keys are placed in unusual places. * It works in console (`emacs -nw`) as well as with GUI. And it works under Windows, Linux, Mac. You can use the same editor both in command-line and GUI environment on any OS. * It has `server-mode` which allows an instant opening of new documents in the same editor environment. * It allows to view several documents (and/or different parts of the same document) simultaneously. It is especially useful for wide-screen monitors. * Embedded command-line (M-!). * version-control (`C-x v v` - do the next logical version control operation on the current file.) * find, open, switch, create file, buffer (`C-x C-f`, `C-x b`) via [ido.el][1] [1]: http://www.emacswiki.org/cgi-bin/wiki/InteractivelyDoThings