This is emacs 19.24 that I compiled on Linux. If you try to recompile emacs 19.24 from the sources, note that it doesn't compile out of the box if you don't have the static X11 libs installed (the configure script uses "-g" together with "-lX11" when checking for some functions. I dumped this emacs binary with the new cc-mode instead of the old c-mode and included saveplave in the dump. Some of the new features : - the toolkit from lucid emacs is now included in GNU emacs so the menus look a lot nicer under X11 now - some new lisp packages are included in the menus (ediff for example) see the option "News" under "Help" inside emacs for details the example .emacs in the addons tar file also contains the settings and information to run clisp as inferior lisp in emacs. Stefan Strobel (stefan.strobel@linux.org or strobel@fh-heilbronn.de) ---------------------------------------------------- This package consists of the following files : emacs-19.24.linux.bin.tar.gz the main files, compiled emacs-lisp files, manpages etc. This emacs has been dumped with the new cc-mode which replaces the old C- and C++ Modes. Saveplace is also in the dumped emacs Emacs is compiled with X11 and the Lucid Toolkit Option emacs-19.24.linux.lispsrc.tar.gz the lisp source files (.el) for the above emacs-19.24.linux.info.tar.gz the info files Note that they are compressed and emacs can display them compressed. This saves a lot of diskspace emacs-19.24.addon.tar.gz some additional files for the site-lisp directory with an example .emacs init file that sets fonts and colors and loads some other useful libraries.