source: postlfs/editors/emacs.xml@ f808261

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.0 6.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since f808261 was d4afab2, checked in by Randy McMurchy <randy@…>, 19 years ago

Added md5sums to Emacs, Ed, nano, Vim and JOE instructions

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3397 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 5.5 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
3 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY emacs-download-http "http://ftp.gnu.org/pub/gnu/emacs/emacs-&emacs-version;.tar.gz">
8 <!ENTITY emacs-download-ftp "ftp://ftp.gnu.org/pub/gnu/emacs/emacs-&emacs-version;.tar.gz">
9 <!ENTITY emacs-md5sum "a0bab457cbf5b4f8eb99d1d0a3ada420">
10 <!ENTITY emacs-size "20 MB">
11 <!ENTITY emacs-buildsize "92.5 MB">
12 <!ENTITY emacs-time "4.20 SBU">
13]>
14
15<sect1 id="postlfs-editors-emacs" xreflabel="Emacs-&emacs-version;">
16<sect1info>
17<othername>$LastChangedBy$</othername>
18<date>$Date$</date>
19</sect1info>
20<?dbhtml filename="emacs.html"?>
21<title>Emacs-&emacs-version;</title>
22
23<sect2>
24<title>Introduction to <application>Emacs</application></title>
25
26<para>The <application>Emacs</application> package contains the extensible,
27customizable, self-documenting real-time display editor.</para>
28
29<sect3><title>Package information</title>
30<itemizedlist spacing='compact'>
31<listitem><para>Download (HTTP): <ulink
32url="&emacs-download-http;"/></para></listitem>
33<listitem><para>Download (FTP): <ulink
34url="&emacs-download-ftp;"/></para></listitem>
35<listitem><para>Download MD5 sum: &emacs-md5sum;</para></listitem>
36<listitem><para>Download size: &emacs-size;</para></listitem>
37<listitem><para>Estimated disk space required:
38&emacs-buildsize;</para></listitem>
39<listitem><para>Estimated build time:
40&emacs-time;</para></listitem></itemizedlist>
41</sect3>
42
43<sect3><title><application>Emacs</application> dependencies</title>
44<sect4><title>Optional</title>
45<para>X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>),
46<xref linkend="libjpeg"/>,
47<xref linkend="libpng"/>,
48<xref linkend="libtiff"/> and
49<xref linkend="libungif"/> or <xref linkend="giflib"/></para>
50</sect4>
51</sect3>
52
53</sect2>
54
55<sect2>
56<title>Installation of <application>Emacs</application></title>
57
58<para>Install <application>Emacs</application> by running the following
59commands:</para>
60
61<screen><userinput><command>./configure --prefix=/usr \
62 --libexecdir=/usr/sbin &amp;&amp;
63make bootstrap &amp;&amp;
64make install</command></userinput></screen>
65
66</sect2>
67
68<sect2>
69<title>Contents</title>
70
71<para>The <application>Emacs</application> package contains <command>emacs</command>,
72<command>b2m</command>, <command>ctags</command>,
73<command>ebrowse</command>, <command>emacsclient</command>,
74<command>etags</command>, <command>grep-changelog</command>,
75<command>rcs-checkin</command>, <command>cvt-mail</command>,
76<command>digest-doc</command>, <command>emacsserver</command>,
77<command>fakemail</command>, <command>hexl</command>,
78<command>movemail</command>, <command>profile</command>,
79<command>rcs2log</command>, <command>sorted-doc</command>,
80<command>vcdiff</command> and <command>yow</command>.</para>
81
82</sect2>
83
84<sect2><title>Description</title>
85
86<sect3><title>emacs</title>
87<para>The editor proper.</para></sect3>
88
89<sect3><title>b2m</title>
90<para><command>b2m</command> is a program to convert mail files from RMAIL
91format to Unix <quote>mbox</quote> format.</para></sect3>
92
93<sect3><title>ctags</title>
94<para><command>ctags</command> creates cross-reference tagfile database files
95for source code.</para></sect3>
96
97<sect3><title>ebrowse</title>
98<para><command>ebrowse</command> permits browsing of C++ class hierarchies from
99within emacs.</para></sect3>
100
101<sect3><title>emacsclient</title>
102<para><command>emacsclient</command> attaches an emacs session to an already
103running emacsserver instance.</para></sect3>
104
105<sect3><title>etags</title>
106<para><command>etags</command> is another program to generate source code
107cross-reference tagfiles.</para></sect3>
108
109<sect3><title>grep-changelog</title>
110<para><command>grep-changelog</command> prints entries in Change Logs matching
111various criteria.</para></sect3>
112
113<sect3><title>rcs-checkin</title>
114<para><command>rcs-checkin</command> is a shell script used to check
115files into <acronym>RCS</acronym>.</para></sect3>
116
117<sect3><title>cvt-mail</title>
118<para><command>cvt-mail</command> converts old style goslings emacs mail
119directories into gnu-rmail format.</para></sect3>
120
121<sect3><title>digest-doc</title>
122<para><command>digest-doc</command> is a filter to create nroff output for man
123pages.</para></sect3>
124
125<sect3><title>emacsserver</title>
126<para><command>emacserver</command> allows other applications/shells to access
127an already running emacs instance and share buffers with it.</para></sect3>
128
129<sect3><title>fakemail</title>
130<para><command>fakemail</command> is a sendmail-like interface to
131<filename>/bin/mail</filename>.</para></sect3>
132
133<sect3><title>hexl</title>
134<para><command>hexl</command> converts files for editing with emacs hexl-mode
135binary file editing mode.</para></sect3>
136
137<sect3><title>movemail</title>
138<para><command>movemail</command> provides access to
139<acronym>POP</acronym>3 mailboxes.</para></sect3>
140
141<sect3><title>profile</title>
142<para><command>profile</command> generates periodic events for profiling of
143Emacs Lisp code.</para></sect3>
144
145<sect3><title>rcs2log</title>
146<para><command>rcs2log</command> generates change log prefixes from
147<acronym>RCS</acronym> files.</para></sect3>
148
149<sect3><title>sorted-doc</title>
150<para><command>sorted-doc</command> is a filter to generate texinfo
151files.</para></sect3>
152
153<sect3><title>vcdiff</title>
154<para><command>vcdiff</command> compares <acronym>SCCS</acronym>
155files.</para></sect3>
156
157<sect3><title>yow</title>
158<para><command>yow</command> prints a quotation from Zippy the
159Pinhead.</para></sect3>
160
161</sect2>
162
163</sect1>
Note: See TracBrowser for help on using the repository browser.