source: postlfs/editors/emacs.xml@ a7a755a

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 a7a755a was a7a755a, checked in by Larry Lawrence <larry@…>, 19 years ago

update to emacs-21.4 and fluxbox-0.9.12

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

  • Property mode set to 100644
File size: 6.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 "0a68ea5b29bb2f081ba8dd85d37bb9bc">
10 <!ENTITY emacs-size "20 MB">
11 <!ENTITY emacs-buildsize "96.8 MB">
12 <!ENTITY emacs-time "4.20 SBU">
13]>
14
15<sect1 id="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</command></userinput></screen>
64
65<para>Now, as the root user:</para>
66
67<screen><userinput role='root'><command>make install</command></userinput></screen>
68
69</sect2>
70
71<sect2>
72<title>Contents</title>
73
74<segmentedlist>
75<segtitle>Installed Programs</segtitle>
76<segtitle>Installed Directories</segtitle>
77<seglistitem>
78<seg>b2m, ctags, ebrowse, emacs, emacsclient, etags, grep-changelog and rcs-checkin</seg>
79<seg>/usr/sbin/emacs and /usr/share/emacs</seg>
80</seglistitem>
81</segmentedlist>
82
83<variablelist>
84<bridgehead renderas="sect3">Short Descriptions</bridgehead>
85<?dbfo list-presentation="list"?>
86
87<varlistentry id="b2m">
88<term><filename>b2m</filename></term>
89<listitem><para>is a program to convert mail files from RMAIL
90format to Unix <quote>mbox</quote> format.</para>
91<indexterm zone="emacs b2m">
92<primary sortas="b-b2m">b2m</primary></indexterm>
93</listitem>
94</varlistentry>
95
96<varlistentry id="ctags">
97<term><filename>b2m</filename></term>
98<listitem><para>creates cross-reference tagfile database files
99for source code.</para>
100<indexterm zone="emacs ctags">
101<primary sortas="b-ctags">ctags</primary></indexterm>
102</listitem>
103</varlistentry>
104
105<varlistentry id="ebrowse">
106<term><filename>ebrowse</filename></term>
107<listitem><para>permits browsing of C++ class hierarchies from
108within emacs.</para>
109<indexterm zone="emacs ebrowse">
110<primary sortas="b-ebrowse">ebrowse</primary></indexterm>
111</listitem>
112</varlistentry>
113
114<varlistentry id="emacs-prog">
115<term><filename>emacs</filename></term>
116<listitem><para>is an editor.</para>
117<indexterm zone="emacs emacs-prog">
118<primary sortas="b-emacs">emacs</primary></indexterm>
119</listitem>
120</varlistentry>
121
122<varlistentry id="emacsclient">
123<term><filename>emacsclient</filename></term>
124<listitem><para>attaches an emacs session to an already
125running emacsserver instance.</para>
126<indexterm zone="emacs emacsclient">
127<primary sortas="b-emacsclient">emacsclient</primary></indexterm>
128</listitem>
129</varlistentry>
130
131<varlistentry id="etags">
132<term><filename>etags</filename></term>
133<listitem><para>is another program to generate source code
134cross-reference tagfiles.</para>
135<indexterm zone="emacs etags">
136<primary sortas="b-etags">etags</primary></indexterm>
137</listitem>
138</varlistentry>
139
140<varlistentry id="grep-changelog">
141<term><filename>grep-changelog</filename></term>
142<listitem><para>prints entries in Change Logs matching
143various criteria.</para>
144<indexterm zone="emacs grep-changelog">
145<primary sortas="b-grep-changelog">grep-changelog</primary></indexterm>
146</listitem>
147</varlistentry>
148
149<varlistentry id="rcs-checkin">
150<term><filename>rcs-checkin</filename></term>
151<listitem><para>is a shell script used to check
152files into <acronym>RCS</acronym>.</para>
153<indexterm zone="emacs rcs-checkin">
154<primary sortas="b-rcs-checkin">rcs-checkin</primary></indexterm>
155</listitem>
156</varlistentry>
157
158<!--
159<sect3><title>cvt-mail</title>
160<para><command>cvt-mail</command> converts old style goslings emacs mail
161directories into gnu-rmail format.</para></sect3>
162
163<sect3><title>digest-doc</title>
164<para><command>digest-doc</command> is a filter to create nroff output for man
165pages.</para></sect3>
166
167<sect3><title>emacsserver</title>
168<para><command>emacserver</command> allows other applications/shells to access
169an already running emacs instance and share buffers with it.</para></sect3>
170
171<sect3><title>fakemail</title>
172<para><command>fakemail</command> is a sendmail-like interface to
173<filename>/bin/mail</filename>.</para></sect3>
174
175<sect3><title>hexl</title>
176<para><command>hexl</command> converts files for editing with emacs hexl-mode
177binary file editing mode.</para></sect3>
178
179<sect3><title>movemail</title>
180<para><command>movemail</command> provides access to
181<acronym>POP</acronym>3 mailboxes.</para></sect3>
182
183<sect3><title>profile</title>
184<para><command>profile</command> generates periodic events for profiling of
185Emacs Lisp code.</para></sect3>
186
187<sect3><title>rcs2log</title>
188<para><command>rcs2log</command> generates change log prefixes from
189<acronym>RCS</acronym> files.</para></sect3>
190
191<sect3><title>sorted-doc</title>
192<para><command>sorted-doc</command> is a filter to generate texinfo
193files.</para></sect3>
194
195<sect3><title>vcdiff</title>
196<para><command>vcdiff</command> compares <acronym>SCCS</acronym>
197files.</para></sect3>
198
199<sect3><title>yow</title>
200<para><command>yow</command> prints a quotation from Zippy the
201Pinhead.</para></sect3> -->
202</variablelist>
203
204</sect2>
205
206</sect1>
Note: See TracBrowser for help on using the repository browser.