Jump to letter: [
4ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
xemacs: A different version of Emacs.
- Summary
- XEmacs (like GNU Emacs) is a self-documenting, customizable,
extensible, real-time display editor. XEmacs is self-documenting
because at any time you can type control-h to find out what your
options are or find out what a command does. XEmacs is customizable
because you can change the definitions of XEmacs commands. XEmacs is
extensible because you can write entirely new commands-programs in the
Lisp language to be run by Emacs' own Lisp interpreter. XEmacs
includes a real-time display, which means that the text being edited
is visible on the screen and is updated very frequently (usually after
every character or pair of characters) as you type.
This XEmacs distribution consists of three RPMs: xemacs (the main
portion, including the standard XEmacs binary which most people use),
xemacs-el (elisp sources, which you only need if you are going to
program with Lisp in XEmacs), and xemacs-info (optional information
about XEmacs).
Changelog
- * Tue Sep 16 19:00:00 2003 Jens Petersen <petersen{%}redhat{*}com> - 21.4.13-2.ent
- update xemacs.desktop file (#104397) [reported by ubeck@c3pdm.com]
- * Tue Sep 9 19:00:00 2003 Jens Petersen <petersen{%}redhat{*}com> - 21.4.13-1.ent
- update sumos to 2003-08-31
- don't remove mew and skk
- don't redundantly copy ja X resource file from mule-packages
- spec file cleanup
- backport the following changes to 21.4.12-11:
- * Tue Sep 2 19:00:00 2003 Jens Petersen <petersen{%}redhat{*}com>
- move require-final-newline default setting to site-start.el
and remove redundant setting of next-line-add-newlines in default.el
(#102022) [reported by Ville Skyttä]