source: postlfs/editors/emacs.xml@ 9f12e36

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.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 9f12e36 was 9f12e36, checked in by Randy McMurchy <randy@…>, 18 years ago

Removed 'keywordset' blocks and extra spaces from the XML files (note this was by accident as I meant to do just in the gnome directory but I was in the root of BOOK when I ran the script, but this was going to happen anyway so I don't think it is a big deal)

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

  • Property mode set to 100644
File size: 8.7 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 <!-- Inserted as a reminder to do this. The mention of a test suite
8 is usually right before the root user installation commands. Please
9 delete these 12 (including one blank) lines after you are done.-->
10
11 <!-- Use one of the two mentions below about a test suite,
12 delete the line that is not applicable. Of course, if the
13 test suite uses syntax other than "make check", revise the
14 line to reflect the actual syntax to run the test suite -->
15
16 <!-- <para>This package does not come with a test suite.</para> -->
17 <!-- <para>To test the results, issue: <command>make check</command>.</para> -->
18
19 <!ENTITY emacs-download-http "http://ftp.gnu.org/pub/gnu/emacs/emacs-&emacs-version;.tar.gz">
20 <!ENTITY emacs-download-ftp "ftp://ftp.gnu.org/pub/gnu/emacs/emacs-&emacs-version;.tar.gz">
21 <!ENTITY emacs-md5sum "8f9d97cbd126121bd5d97e5e31168a87">
22 <!ENTITY emacs-size "20.4 MB">
23 <!ENTITY emacs-buildsize "96.8 MB">
24 <!ENTITY emacs-time "4.2 SBU">
25]>
26
27<sect1 id="emacs" xreflabel="Emacs-&emacs-version;">
28 <?dbhtml filename="emacs.html"?>
29
30 <sect1info>
31 <othername>$LastChangedBy$</othername>
32 <date>$Date$</date>
33 </sect1info>
34
35 <title>Emacs-&emacs-version;</title>
36
37 <indexterm zone="emacs">
38 <primary sortas="a-Emacs">Emacs</primary>
39 </indexterm>
40
41 <sect2 role="package">
42 <title>Introduction to Emacs</title>
43
44 <para>The <application>Emacs</application> package contains an extensible,
45 customizable, self-documenting real-time display editor.</para>
46
47 <bridgehead renderas="sect3">Package Information</bridgehead>
48 <itemizedlist spacing="compact">
49 <listitem>
50 <para>Download (HTTP): <ulink url="&emacs-download-http;"/></para>
51 </listitem>
52 <listitem>
53 <para>Download (FTP): <ulink url="&emacs-download-ftp;"/></para>
54 </listitem>
55 <listitem>
56 <para>Download MD5 sum: &emacs-md5sum;</para>
57 </listitem>
58 <listitem>
59 <para>Download size: &emacs-size;</para>
60 </listitem>
61 <listitem>
62 <para>Estimated disk space required: &emacs-buildsize;</para>
63 </listitem>
64 <listitem>
65 <para>Estimated build time: &emacs-time;</para>
66 </listitem>
67 </itemizedlist>
68
69 <bridgehead renderas="sect3">Emacs Dependencies</bridgehead>
70
71 <bridgehead renderas="sect4">Optional</bridgehead>
72 <para role="optional"><xref linkend="x-window-system"/>,
73 <xref linkend="libjpeg"/>,
74 <xref linkend="libpng"/>,
75 <xref linkend="libtiff"/>, and
76 <!-- <xref linkend="libungif"/> or -->
77 <ulink
78 url="http://sourceforge.net/projects/libungif">libungif</ulink></para>
79 <!-- <xref linkend="giflib"/></para> -->
80
81 <para condition="html" role="usernotes">User Notes:
82 <ulink url="&blfs-wiki;/emacs"/></para>
83
84 </sect2>
85
86 <sect2 role="installation">
87 <title>Installation of Emacs</title>
88
89 <para>Install <application>Emacs</application> by running the following
90 commands:</para>
91
92<screen><userinput>./configure --prefix=/usr --libexecdir=/usr/lib &amp;&amp;
93make bootstrap</userinput></screen>
94
95 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
96
97<screen role="root"><userinput>make install</userinput></screen>
98
99 </sect2>
100
101 <sect2 role="commands">
102 <title>Command Explanations</title>
103
104 <para><option>--libexecdir=/usr/lib</option>: Place library
105 executables in a Filesystem Hierarchy Standard (FHS) location.</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>b2m, ctags, ebrowse, emacs, emacsclient, etags, grep-changelog,
119 and rcs-checkin</seg>
120 <seg>None</seg>
121 <seg>/usr/sbin/emacs and /usr/share/emacs</seg>
122 </seglistitem>
123 </segmentedlist>
124
125 <variablelist>
126 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
127 <?dbfo list-presentation="list"?>
128 <?dbhtml list-presentation="table"?>
129
130 <varlistentry id="b2m">
131 <term><command>b2m</command></term>
132 <listitem>
133 <para>is a program to convert mail files from RMAIL
134 format to Unix <quote>mbox</quote> format.</para>
135 <indexterm zone="emacs b2m">
136 <primary sortas="b-b2m">b2m</primary>
137 </indexterm>
138 </listitem>
139 </varlistentry>
140
141 <varlistentry id="ctags">
142 <term><command>ctags</command></term>
143 <listitem>
144 <para>creates cross-reference tagfile database files
145 for source code.</para>
146 <indexterm zone="emacs ctags">
147 <primary sortas="b-ctags">ctags</primary>
148 </indexterm>
149 </listitem>
150 </varlistentry>
151
152 <varlistentry id="ebrowse">
153 <term><command>ebrowse</command></term>
154 <listitem>
155 <para>permits browsing of C++ class hierarchies from
156 within <command>emacs</command>.</para>
157 <indexterm zone="emacs ebrowse">
158 <primary sortas="b-ebrowse">ebrowse</primary>
159 </indexterm>
160 </listitem>
161 </varlistentry>
162
163 <varlistentry id="emacs-prog">
164 <term><command>emacs</command></term>
165 <listitem>
166 <para>is an editor.</para>
167 <indexterm zone="emacs emacs-prog">
168 <primary sortas="b-emacs">emacs</primary>
169 </indexterm>
170 </listitem>
171 </varlistentry>
172
173 <varlistentry id="emacsclient">
174 <term><command>emacsclient</command></term>
175 <listitem>
176 <para>attaches an <command>emacs</command> session to an already
177 running <command>emacsserver</command> instance.</para>
178 <indexterm zone="emacs emacsclient">
179 <primary sortas="b-emacsclient">emacsclient</primary>
180 </indexterm>
181 </listitem>
182 </varlistentry>
183
184 <varlistentry id="etags">
185 <term><command>etags</command></term>
186 <listitem>
187 <para>is another program to generate source code
188 cross-reference tagfiles.</para>
189 <indexterm zone="emacs etags">
190 <primary sortas="b-etags">etags</primary>
191 </indexterm>
192 </listitem>
193 </varlistentry>
194
195 <varlistentry id="grep-changelog">
196 <term><command>grep-changelog</command></term>
197 <listitem>
198 <para>prints entries in Change Logs matching
199 various criteria.</para>
200 <indexterm zone="emacs grep-changelog">
201 <primary sortas="b-grep-changelog">grep-changelog</primary>
202 </indexterm>
203 </listitem>
204 </varlistentry>
205
206 <varlistentry id="rcs-checkin">
207 <term><command>rcs-checkin</command></term>
208 <listitem>
209 <para>is a shell script used to check files into RCS.</para>
210 <indexterm zone="emacs rcs-checkin">
211 <primary sortas="b-rcs-checkin">rcs-checkin</primary>
212 </indexterm>
213 </listitem>
214 </varlistentry>
215
216<!--
217<sect3><title>cvt-mail</title>
218<para><command>cvt-mail</command> converts old style goslings emacs mail
219directories into gnu-rmail format.</para></sect3>
220
221<sect3><title>digest-doc</title>
222<para><command>digest-doc</command> is a filter to create nroff output for man
223pages.</para></sect3>
224
225<sect3><title>emacsserver</title>
226<para><command>emacserver</command> allows other applications/shells to access
227an already running emacs instance and share buffers with it.</para></sect3>
228
229<sect3><title>fakemail</title>
230<para><command>fakemail</command> is a sendmail-like interface to
231<filename>/bin/mail</filename>.</para></sect3>
232
233<sect3><title>hexl</title>
234<para><command>hexl</command> converts files for editing with emacs hexl-mode
235binary file editing mode.</para></sect3>
236
237<sect3><title>movemail</title>
238<para><command>movemail</command> provides access to
239POP3 mailboxes.</para></sect3>
240
241<sect3><title>profile</title>
242<para><command>profile</command> generates periodic events for profiling of
243Emacs Lisp code.</para></sect3>
244
245<sect3><title>rcs2log</title>
246<para><command>rcs2log</command> generates change log prefixes from
247RCS files.</para></sect3>
248
249<sect3><title>sorted-doc</title>
250<para><command>sorted-doc</command> is a filter to generate texinfo
251files.</para></sect3>
252
253<sect3><title>vcdiff</title>
254<para><command>vcdiff</command> compares SCCS
255files.</para></sect3>
256
257<sect3><title>yow</title>
258<para><command>yow</command> prints a quotation from Zippy the
259Pinhead.</para></sect3> -->
260 </variablelist>
261
262 </sect2>
263
264</sect1>
Note: See TracBrowser for help on using the repository browser.