Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

There seem to be the following versions: emacs23, emacs23-nox, e3, emacs23-lucid, and jove, as choices to download. Where can I find out what the differences are?

share|improve this question

1 Answer

The short answer is that you almost certainly want emacs23: it's the full version of Emacs 23 with graphical support.

emacs23-nox is the same, but without any graphical support. If you're installing Emacs onto a server or other environment that lacks an X window system, you should fetch this version instead. (Note that emacs23 works just fine on the terminal, so the only reason to prefer emacs23-nox to emacs23 is if you don't want to drag in the dependencies.)

e3 and jove are not Emacs; they're lightweight editors that have Emacs modes to them.

emacs23-lucid is a very odd name for that package, but it's Emacs with an XEmacs interface. I'm not entirely clear why you'd grab that package, unless it actually is XEmacs with an odd name.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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