source: postlfs/editors/emacs.xml@ 3aa07d1

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 3aa07d1 was 3aa07d1, checked in by Randy McMurchy <randy@…>, 19 years ago

Removed excess spaces from the ends of lines in the source files

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

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