source: postlfs/editors/emacs.xml@ c980e12

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 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 c980e12 was c980e12, checked in by Bruce Dubbs <bdubbs@…>, 11 years ago

Fix url for the libungif web page

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

  • Property mode set to 100644
File size: 8.4 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/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.xz">
8 <!ENTITY emacs-download-ftp "ftp://ftp.gnu.org/pub/gnu/emacs/emacs-&emacs-version;.tar.xz">
9 <!ENTITY emacs-md5sum "ea9ed000ca165280265aabb55b9afbd7">
10 <!ENTITY emacs-size "34 MB">
11 <!ENTITY emacs-buildsize "458 MB">
12 <!ENTITY emacs-time "6.8 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 an extensible,
33 customizable, self-documenting real-time display editor.</para>
34
35 &lfs74_checked;
36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>Download (HTTP): <ulink url="&emacs-download-http;"/></para>
41 </listitem>
42 <listitem>
43 <para>Download (FTP): <ulink url="&emacs-download-ftp;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download MD5 sum: &emacs-md5sum;</para>
47 </listitem>
48 <listitem>
49 <para>Download size: &emacs-size;</para>
50 </listitem>
51 <listitem>
52 <para>Estimated disk space required: &emacs-buildsize;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated build time: &emacs-time;</para>
56 </listitem>
57 </itemizedlist>
58
59 <bridgehead renderas="sect3">Emacs Dependencies</bridgehead>
60
61 <bridgehead renderas="sect4">Optional</bridgehead>
62 <para role="optional"><xref linkend="x-window-system"/>,
63 <xref linkend="libjpeg"/>,
64 <xref linkend="libpng"/>,
65 <xref linkend="libtiff"/>, and
66 <ulink url="http://directory.fsf.org/wiki/Libungif">libungif</ulink></para>
67 <!-- <xref linkend="giflib"/></para> -->
68
69 <para condition="html" role="usernotes">User Notes:
70 <ulink url="&blfs-wiki;/emacs"/></para>
71
72 </sect2>
73
74 <sect2 role="installation">
75 <title>Installation of Emacs</title>
76
77 <para>Install <application>Emacs</application> by running the following
78 commands:</para>
79
80<screen><userinput>
81./configure --prefix=/usr \
82 --libexecdir=/usr/lib \
83 --with-gif=no \
84 --localstatedir=/var &amp;&amp;
85make bootstrap</userinput></screen>
86
87 <para>This package does not come with a test suite.</para>
88
89 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
90
91<screen role="root"><userinput>make install &amp;&amp;
92chown -v -R root:root /usr/share/emacs/&emacs-version;</userinput></screen>
93
94 </sect2>
95
96 <sect2 role="commands">
97 <title>Command Explanations</title>
98
99 <para><option>--with-gif=no</option>: This option is required if
100 <ulink url="http://directory.fsf.org/wiki/Libungif">libungif</ulink>
101 is not installed.</para>
102
103 <para><option>--libexecdir=/usr/lib</option>: Place library
104 executables in a Filesystem Hierarchy Standard (FHS) location.</para>
105
106 <para><option>--localstatedir=/var</option>: Create game score files
107 in <filename class='directory'>/var/games/emacs</filename> instead
108 of <filename class='directory'>/usr/var/games/emacs</filename>.</para>
109
110 </sect2>
111
112 <sect2 role="content">
113 <title>Contents</title>
114
115 <segmentedlist>
116 <segtitle>Installed Programs</segtitle>
117 <segtitle>Installed Libraries</segtitle>
118 <segtitle>Installed Directories</segtitle>
119
120 <seglistitem>
121 <seg>ctags,
122 ebrowse,
123 emacs,
124 emacsclient,
125 etags,
126 grep-changelog, and
127 rcs-checkin</seg>
128 <seg>None</seg>
129 <seg>/usr/lib/emacs,
130 /usr/share/emacs, and
131 /var/games/emacs</seg>
132 </seglistitem>
133 </segmentedlist>
134
135 <variablelist>
136 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
137 <?dbfo list-presentation="list"?>
138 <?dbhtml list-presentation="table"?>
139
140 <varlistentry id="ctags">
141 <term><command>ctags</command></term>
142 <listitem>
143 <para>creates cross-reference tagfile database files
144 for source code.</para>
145 <indexterm zone="emacs ctags">
146 <primary sortas="b-ctags">ctags</primary>
147 </indexterm>
148 </listitem>
149 </varlistentry>
150
151 <varlistentry id="ebrowse">
152 <term><command>ebrowse</command></term>
153 <listitem>
154 <para>permits browsing of C++ class hierarchies from
155 within <command>emacs</command>.</para>
156 <indexterm zone="emacs ebrowse">
157 <primary sortas="b-ebrowse">ebrowse</primary>
158 </indexterm>
159 </listitem>
160 </varlistentry>
161
162 <varlistentry id="emacs-prog">
163 <term><command>emacs</command></term>
164 <listitem>
165 <para>is an editor.</para>
166 <indexterm zone="emacs emacs-prog">
167 <primary sortas="b-emacs">emacs</primary>
168 </indexterm>
169 </listitem>
170 </varlistentry>
171
172 <varlistentry id="emacsclient">
173 <term><command>emacsclient</command></term>
174 <listitem>
175 <para>attaches an <command>emacs</command> session to an already
176 running <command>emacsserver</command> instance.</para>
177 <indexterm zone="emacs emacsclient">
178 <primary sortas="b-emacsclient">emacsclient</primary>
179 </indexterm>
180 </listitem>
181 </varlistentry>
182
183 <varlistentry id="etags">
184 <term><command>etags</command></term>
185 <listitem>
186 <para>is another program to generate source code
187 cross-reference tagfiles.</para>
188 <indexterm zone="emacs etags">
189 <primary sortas="b-etags">etags</primary>
190 </indexterm>
191 </listitem>
192 </varlistentry>
193
194 <varlistentry id="grep-changelog">
195 <term><command>grep-changelog</command></term>
196 <listitem>
197 <para>prints entries in Change Logs matching
198 various criteria.</para>
199 <indexterm zone="emacs grep-changelog">
200 <primary sortas="b-grep-changelog">grep-changelog</primary>
201 </indexterm>
202 </listitem>
203 </varlistentry>
204
205 <varlistentry id="rcs-checkin">
206 <term><command>rcs-checkin</command></term>
207 <listitem>
208 <para>is a shell script used to check files into RCS.</para>
209 <indexterm zone="emacs rcs-checkin">
210 <primary sortas="b-rcs-checkin">rcs-checkin</primary>
211 </indexterm>
212 </listitem>
213 </varlistentry>
214
215<!--
216<sect3><title>cvt-mail</title>
217<para><command>cvt-mail</command> converts old style goslings emacs mail
218directories into gnu-rmail format.</para></sect3>
219
220<sect3><title>digest-doc</title>
221<para><command>digest-doc</command> is a filter to create nroff output for man
222pages.</para></sect3>
223
224<sect3><title>emacsserver</title>
225<para><command>emacserver</command> allows other applications/shells to access
226an already running emacs instance and share buffers with it.</para></sect3>
227
228<sect3><title>fakemail</title>
229<para><command>fakemail</command> is a sendmail-like interface to
230<filename>/bin/mail</filename>.</para></sect3>
231
232<sect3><title>hexl</title>
233<para><command>hexl</command> converts files for editing with emacs hexl-mode
234binary file editing mode.</para></sect3>
235
236<sect3><title>movemail</title>
237<para><command>movemail</command> provides access to
238POP3 mailboxes.</para></sect3>
239
240<sect3><title>profile</title>
241<para><command>profile</command> generates periodic events for profiling of
242Emacs Lisp code.</para></sect3>
243
244<sect3><title>rcs2log</title>
245<para><command>rcs2log</command> generates change log prefixes from
246RCS files.</para></sect3>
247
248<sect3><title>sorted-doc</title>
249<para><command>sorted-doc</command> is a filter to generate texinfo
250files.</para></sect3>
251
252<sect3><title>vcdiff</title>
253<para><command>vcdiff</command> compares SCCS
254files.</para></sect3>
255
256<sect3><title>yow</title>
257<para><command>yow</command> prints a quotation from Zippy the
258Pinhead.</para></sect3> -->
259 </variablelist>
260
261 </sect2>
262
263</sect1>
Note: See TracBrowser for help on using the repository browser.