source: postlfs/editors/emacs.xml@ 08de396

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

Synchronize D-Bus with LFS.

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

  • Property mode set to 100644
File size: 7.3 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 &lfs75_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="alsa-lib"/>,
64 <xref linkend="gnutls"/>,
65 <xref linkend="gobject-introspection"/>,
66 <xref linkend="gpm"/>,
67 <xref linkend="gtk2"/> or <xref linkend="gtk3"/>,
68 <xref linkend="imagemagick"/>,
69 <xref linkend="libjpeg"/>,
70 <xref linkend="libpng"/>,
71 <xref linkend="librsvg"/>,
72 <xref linkend="libtiff"/>, and
73 <ulink url="http://directory.fsf.org/wiki/Libungif">libungif</ulink></para>
74
75 <para condition="html" role="usernotes">User Notes:
76 <ulink url="&blfs-wiki;/emacs"/></para>
77
78 </sect2>
79
80 <sect2 role="installation">
81 <title>Installation of Emacs</title>
82
83 <para>Install <application>Emacs</application> by running the following
84 commands:</para>
85
86<screen><userinput>./configure --prefix=/usr \
87 --with-gif=no \
88 --localstatedir=/var &amp;&amp;
89make bootstrap</userinput></screen>
90
91 <para>This package does not come with a test suite.</para>
92
93 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
94
95<screen role="root"><userinput>make install &amp;&amp;
96chown -v -R root:root /usr/share/emacs/&emacs-version;</userinput></screen>
97
98 <para>If you have <xref linkend="gtk2"/> or <xref linkend="gtk3"/>
99 installed, run, as <systemitem class="username">root</systemitem> user:</para>
100
101<screen role="root"><userinput>gtk-update-icon-cache -qf /usr/share/icons/hicolor</userinput></screen>
102
103 </sect2>
104
105 <sect2 role="commands">
106 <title>Command Explanations</title>
107
108 <para><option>--with-gif=no</option>: This option is required if
109 <ulink url="http://directory.fsf.org/wiki/Libungif">libungif</ulink>
110 is not installed.</para>
111
112 <para><option>--libexecdir=/usr/lib</option>: Place library
113 executables in a Filesystem Hierarchy Standard (FHS) location.</para>
114
115 <para><option>--localstatedir=/var</option>: Create game score files
116 in <filename class='directory'>/var/games/emacs</filename> instead
117 of <filename class='directory'>/usr/var/games/emacs</filename>.</para>
118
119 </sect2>
120
121 <sect2 role="content">
122 <title>Contents</title>
123
124 <segmentedlist>
125 <segtitle>Installed Programs</segtitle>
126 <segtitle>Installed Libraries</segtitle>
127 <segtitle>Installed Directories</segtitle>
128
129 <seglistitem>
130 <seg>ctags,
131 ebrowse,
132 emacs,
133 emacsclient,
134 etags,
135 grep-changelog, and
136 rcs-checkin</seg>
137 <seg>None</seg>
138 <seg>/usr/libexec/emacs,
139 /usr/share/emacs, and
140 /var/games/emacs</seg>
141 </seglistitem>
142 </segmentedlist>
143
144 <variablelist>
145 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
146 <?dbfo list-presentation="list"?>
147 <?dbhtml list-presentation="table"?>
148
149 <varlistentry id="ctags">
150 <term><command>ctags</command></term>
151 <listitem>
152 <para>creates cross-reference tagfile database files
153 for source code.</para>
154 <indexterm zone="emacs ctags">
155 <primary sortas="b-ctags">ctags</primary>
156 </indexterm>
157 </listitem>
158 </varlistentry>
159
160 <varlistentry id="ebrowse">
161 <term><command>ebrowse</command></term>
162 <listitem>
163 <para>permits browsing of C++ class hierarchies from
164 within <command>emacs</command>.</para>
165 <indexterm zone="emacs ebrowse">
166 <primary sortas="b-ebrowse">ebrowse</primary>
167 </indexterm>
168 </listitem>
169 </varlistentry>
170
171 <varlistentry id="emacs-prog">
172 <term><command>emacs</command></term>
173 <listitem>
174 <para>is an editor.</para>
175 <indexterm zone="emacs emacs-prog">
176 <primary sortas="b-emacs">emacs</primary>
177 </indexterm>
178 </listitem>
179 </varlistentry>
180
181 <varlistentry id="emacsclient">
182 <term><command>emacsclient</command></term>
183 <listitem>
184 <para>attaches an <command>emacs</command> session to an already
185 running <command>emacsserver</command> instance.</para>
186 <indexterm zone="emacs emacsclient">
187 <primary sortas="b-emacsclient">emacsclient</primary>
188 </indexterm>
189 </listitem>
190 </varlistentry>
191
192 <varlistentry id="etags">
193 <term><command>etags</command></term>
194 <listitem>
195 <para>is another program to generate source code
196 cross-reference tagfiles.</para>
197 <indexterm zone="emacs etags">
198 <primary sortas="b-etags">etags</primary>
199 </indexterm>
200 </listitem>
201 </varlistentry>
202
203 <varlistentry id="grep-changelog">
204 <term><command>grep-changelog</command></term>
205 <listitem>
206 <para>prints entries in Change Logs matching
207 various criteria.</para>
208 <indexterm zone="emacs grep-changelog">
209 <primary sortas="b-grep-changelog">grep-changelog</primary>
210 </indexterm>
211 </listitem>
212 </varlistentry>
213
214 <varlistentry id="rcs-checkin">
215 <term><command>rcs-checkin</command></term>
216 <listitem>
217 <para>is a shell script used to check files into RCS.</para>
218 <indexterm zone="emacs rcs-checkin">
219 <primary sortas="b-rcs-checkin">rcs-checkin</primary>
220 </indexterm>
221 </listitem>
222 </varlistentry>
223
224 </variablelist>
225
226 </sect2>
227
228</sect1>
Note: See TracBrowser for help on using the repository browser.