My Ubuntu 10.04 desktop has three versions of emacs:

  1. emacs-snapshot (client)
  2. emacs-snapshot (GTK)
  3. GNU Emacs 23

I mostly use emacs-snapshot, but I also use regular emacs in terminal mode emacs -nw. However, it is not clear to me what the difference is between the client and GTK versions of emacs-snapshot is, which one is launched by emacs-snapshot at the terminal, and if I should uninstall one or just ignore it.

alt text

link|improve this question

75% accept rate
feedback

1 Answer

up vote 1 down vote accepted

emacs-client will edit your files in already running emacs. So if you set the environment variable $EDITOR to emacs-client, and have an already running emacs, then every program that want to edit a file will use the already running Emacs.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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