source: postlfs/editors/emacs.xml@ 34fb49a7

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 34fb49a7 was 34fb49a7, checked in by Bruce Dubbs <bdubbs@…>, 10 years ago

Tags

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

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