source: postlfs/editors/emacs.xml@ d7444dee

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

reformat nano, finish indexing

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3434 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<indexterm zone="emacs"><primary
23sortas="a-Emacs">Emacs</primary></indexterm>
24
25<sect2>
26<title>Introduction to <application>Emacs</application></title>
27
28<para>The <application>Emacs</application> package contains the extensible,
29customizable, self-documenting real-time display editor.</para>
30
31<sect3><title>Package information</title>
32<itemizedlist spacing='compact'>
33<listitem><para>Download (HTTP): <ulink
34url="&emacs-download-http;"/></para></listitem>
35<listitem><para>Download (FTP): <ulink
36url="&emacs-download-ftp;"/></para></listitem>
37<listitem><para>Download MD5 sum: &emacs-md5sum;</para></listitem>
38<listitem><para>Download size: &emacs-size;</para></listitem>
39<listitem><para>Estimated disk space required:
40&emacs-buildsize;</para></listitem>
41<listitem><para>Estimated build time:
42&emacs-time;</para></listitem></itemizedlist>
43</sect3>
44
45<sect3><title><application>Emacs</application> dependencies</title>
46<sect4><title>Optional</title>
47<para>X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>),
48<xref linkend="libjpeg"/>,
49<xref linkend="libpng"/>,
50<xref linkend="libtiff"/> and
51<xref linkend="libungif"/> or <xref linkend="giflib"/></para>
52</sect4>
53</sect3>
54
55</sect2>
56
57<sect2>
58<title>Installation of <application>Emacs</application></title>
59
60<para>Install <application>Emacs</application> by running the following
61commands:</para>
62
63<screen><userinput><command>./configure --prefix=/usr \
64 --libexecdir=/usr/sbin &amp;&amp;
65make bootstrap</command></userinput></screen>
66
67<para>Now, as the root user:</para>
68
69<screen><userinput role='root'><command>make install</command></userinput></screen>
70
71</sect2>
72
73<sect2>
74<title>Contents</title>
75
76<segmentedlist>
77<segtitle>Installed Programs</segtitle>
78<segtitle>Installed Directories</segtitle>
79<seglistitem>
80<seg>b2m, ctags, ebrowse, emacs, emacsclient, etags, grep-changelog and rcs-checkin</seg>
81<seg>/usr/sbin/emacs and /usr/share/emacs</seg>
82</seglistitem>
83</segmentedlist>
84
85<variablelist>
86<bridgehead renderas="sect3">Short Descriptions</bridgehead>
87<?dbfo list-presentation="list"?>
88
89<varlistentry id="b2m">
90<term><filename>b2m</filename></term>
91<listitem><para>is a program to convert mail files from RMAIL
92format to Unix <quote>mbox</quote> format.</para>
93<indexterm zone="emacs b2m">
94<primary sortas="b-b2m">b2m</primary></indexterm>
95</listitem>
96</varlistentry>
97
98<varlistentry id="ctags">
99<term><filename>b2m</filename></term>
100<listitem><para>creates cross-reference tagfile database files
101for source code.</para>
102<indexterm zone="emacs ctags">
103<primary sortas="b-ctags">ctags</primary></indexterm>
104</listitem>
105</varlistentry>
106
107<varlistentry id="ebrowse">
108<term><filename>ebrowse</filename></term>
109<listitem><para>permits browsing of C++ class hierarchies from
110within emacs.</para>
111<indexterm zone="emacs ebrowse">
112<primary sortas="b-ebrowse">ebrowse</primary></indexterm>
113</listitem>
114</varlistentry>
115
116<varlistentry id="emacs-prog">
117<term><filename>emacs</filename></term>
118<listitem><para>is an editor.</para>
119<indexterm zone="emacs emacs-prog">
120<primary sortas="b-emacs">emacs</primary></indexterm>
121</listitem>
122</varlistentry>
123
124<varlistentry id="emacsclient">
125<term><filename>emacsclient</filename></term>
126<listitem><para>attaches an emacs session to an already
127running emacsserver instance.</para>
128<indexterm zone="emacs emacsclient">
129<primary sortas="b-emacsclient">emacsclient</primary></indexterm>
130</listitem>
131</varlistentry>
132
133<varlistentry id="etags">
134<term><filename>etags</filename></term>
135<listitem><para>is another program to generate source code
136cross-reference tagfiles.</para>
137<indexterm zone="emacs etags">
138<primary sortas="b-etags">etags</primary></indexterm>
139</listitem>
140</varlistentry>
141
142<varlistentry id="grep-changelog">
143<term><filename>grep-changelog</filename></term>
144<listitem><para>prints entries in Change Logs matching
145various criteria.</para>
146<indexterm zone="emacs grep-changelog">
147<primary sortas="b-grep-changelog">grep-changelog</primary></indexterm>
148</listitem>
149</varlistentry>
150
151<varlistentry id="rcs-checkin">
152<term><filename>rcs-checkin</filename></term>
153<listitem><para>is a shell script used to check
154files into <acronym>RCS</acronym>.</para>
155<indexterm zone="emacs rcs-checkin">
156<primary sortas="b-rcs-checkin">rcs-checkin</primary></indexterm>
157</listitem>
158</varlistentry>
159
160<!--
161<sect3><title>cvt-mail</title>
162<para><command>cvt-mail</command> converts old style goslings emacs mail
163directories into gnu-rmail format.</para></sect3>
164
165<sect3><title>digest-doc</title>
166<para><command>digest-doc</command> is a filter to create nroff output for man
167pages.</para></sect3>
168
169<sect3><title>emacsserver</title>
170<para><command>emacserver</command> allows other applications/shells to access
171an already running emacs instance and share buffers with it.</para></sect3>
172
173<sect3><title>fakemail</title>
174<para><command>fakemail</command> is a sendmail-like interface to
175<filename>/bin/mail</filename>.</para></sect3>
176
177<sect3><title>hexl</title>
178<para><command>hexl</command> converts files for editing with emacs hexl-mode
179binary file editing mode.</para></sect3>
180
181<sect3><title>movemail</title>
182<para><command>movemail</command> provides access to
183<acronym>POP</acronym>3 mailboxes.</para></sect3>
184
185<sect3><title>profile</title>
186<para><command>profile</command> generates periodic events for profiling of
187Emacs Lisp code.</para></sect3>
188
189<sect3><title>rcs2log</title>
190<para><command>rcs2log</command> generates change log prefixes from
191<acronym>RCS</acronym> files.</para></sect3>
192
193<sect3><title>sorted-doc</title>
194<para><command>sorted-doc</command> is a filter to generate texinfo
195files.</para></sect3>
196
197<sect3><title>vcdiff</title>
198<para><command>vcdiff</command> compares <acronym>SCCS</acronym>
199files.</para></sect3>
200
201<sect3><title>yow</title>
202<para><command>yow</command> prints a quotation from Zippy the
203Pinhead.</para></sect3> -->
204</variablelist>
205
206</sect2>
207
208</sect1>
Note: See TracBrowser for help on using the repository browser.