source: postlfs/editors/emacs.xml@ 3597eb6

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

Added the 'User Notes' wiki link to each package page; changed all instances of .[so,a] to .{so,a} (brackets changed to braces); changed all replaceable tags to use angle brackets instead of square brackets to encapsulate the text - commit #7

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

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