| |
|
Post Made Community Wiki by Community♦
|
occurred Oct 14 '08 at 22:24
|
|
|
|
|
|
3
|
|
edited Sep 16 '08 at 2:10
|
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 blind typing touch-typing when, for example, on notebook these keys are placed in unusual places.
It works in console mode (emacs -nw) as well as in 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
|
|
|
|
2
|
|
edited Sep 13 '08 at 14:49
|
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 blind typing when, for example, on notebook these keys are placed in unusual places.
It works in console mode (emacs -nw) as well as in 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 fC-f, C-x b) via ido.el
|
|
|
|
1
|
|
answered Sep 13 '08 at 13:32
|
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 blind typing when, for example, on notebook these keys are placed in unusual places.
It works in console mode (emacs -nw) as well as in 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 (C-x f)
|
|
|