source: postlfs/editors/emacs.xml@ 13679edb

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.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 13679edb was 13679edb, checked in by Randy McMurchy <randy@…>, 19 years ago

Fixed typos in various Chapter 6 package instructions; slight modifications to the nano build instructions

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

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