source: postlfs/editors/emacs.xml@ cdabd810

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 cdabd810 was cdabd810, checked in by Fernando de Oliveira <fernando@…>, 10 years ago

Some tags - part 1. Fix zsh-5.0.5 to build with libcap 2.24. Add some dependencies to andupdate icon cache: Emacs-24.3.

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

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