%general-entities; ]> $LastChangedBy$ $Date$ Emacs-&emacs-version; Emacs Introduction to Emacs The Emacs package contains an extensible, customizable, self-documenting real-time display editor. &lfs75_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &emacs-md5sum; Download size: &emacs-size; Estimated disk space required: &emacs-buildsize; Estimated build time: &emacs-time; Emacs Dependencies Optional , , , , and libungif User Notes: Installation of Emacs Install Emacs by running the following commands: ./configure --prefix=/usr \ --with-gif=no \ --localstatedir=/var && make bootstrap This package does not come with a test suite. Now, as the root user: make install && chown -v -R root:root /usr/share/emacs/&emacs-version; Command Explanations : This option is required if libungif is not installed. : Place library executables in a Filesystem Hierarchy Standard (FHS) location. : Create game score files in /var/games/emacs instead of /usr/var/games/emacs. Contents Installed Programs Installed Libraries Installed Directories ctags, ebrowse, emacs, emacsclient, etags, grep-changelog, and rcs-checkin None /usr/libexec/emacs, /usr/share/emacs, and /var/games/emacs Short Descriptions ctags creates cross-reference tagfile database files for source code. ctags ebrowse permits browsing of C++ class hierarchies from within emacs. ebrowse emacs is an editor. emacs emacsclient attaches an emacs session to an already running emacsserver instance. emacsclient etags is another program to generate source code cross-reference tagfiles. etags grep-changelog prints entries in Change Logs matching various criteria. grep-changelog rcs-checkin is a shell script used to check files into RCS. rcs-checkin