source: postlfs/editors/emacs.xml@ 371ff30

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 371ff30 was 371ff30, checked in by DJ Lucas <dj@…>, 18 years ago

several cleanups-Xorg7 related

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

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