source: postlfs/editors/emacs.xml@ 0aeb696

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 0aeb696 was 0aeb696, checked in by Randy McMurchy <randy@…>, 18 years ago

Added a comment to each file that may need a mention of a test suite added to it, this allows closing of bug #1697

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

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