Jump to letter: [
4ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
xemacs: A different version of Emacs.
Name: | xemacs |
Vendor: | CERN, http://cern.ch/linux |
Version: | 21.4.13 |
License: | GPL |
Release: | 8.ent |
URL: | http://www.xemacs.org/ |
- 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
- * Sat May 8 05:00:00 2004 Jens Petersen <petersen{%}redhat{*}com> - 21.4.13-8.ent
- run autoconf at the end of C patches
- disable dynamic module support on ia64
- * Fri May 7 05:00:00 2004 Jens Petersen <petersen{%}redhat{*}com> - 21.4.13-7.ent
- don't link with -export-dynamic on ia64 to stop dumped function pointers from
breaking (Roland McGrath & Jakub Jelinek, #106744)
- change the xemacs-info uninstall script from %postun to %preun
- * Tue May 4 05:00:00 2004 Jens Petersen <petersen{%}redhat{*}com> - 21.4.13-6.ent
- remove redundant lib requirements
- move post/preun install-info requires to xemacs-info