source: postlfs/editors/emacs.xml@ e77976f

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

Changed all the references to X Window System links to a common entity displayed as 'X Window System' - now if there is ever an addition or removal of one of the X packages, an update in only one place will be required

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

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