source: postlfs/editors/emacs.xml@ 25d03a51

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.0 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 25d03a51 was 25d03a51, checked in by Larry Lawrence <larry@…>, 19 years ago

made contents consistant

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

  • Property mode set to 100644
File size: 6.6 KB
RevLine 
[b5951ec]1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
3 "http://www.oasis-open.org/docbook/xml/4.3/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">
[a7a755a]9 <!ENTITY emacs-md5sum "0a68ea5b29bb2f081ba8dd85d37bb9bc">
[b5951ec]10 <!ENTITY emacs-size "20 MB">
[a7a755a]11 <!ENTITY emacs-buildsize "96.8 MB">
[b5951ec]12 <!ENTITY emacs-time "4.20 SBU">
13]>
14
[a7a755a]15<sect1 id="emacs" xreflabel="Emacs-&emacs-version;">
[a0f03b0]16<sect1info>
[5cd0959d]17<othername>$LastChangedBy$</othername>
18<date>$Date$</date>
[a0f03b0]19</sect1info>
[bae6e15]20<?dbhtml filename="emacs.html"?>
[79f87f94]21<title>Emacs-&emacs-version;</title>
[d7444dee]22<indexterm zone="emacs"><primary
23sortas="a-Emacs">Emacs</primary></indexterm>
[f45b1953]24
[b5951ec]25<sect2>
26<title>Introduction to <application>Emacs</application></title>
27
[d4afab2]28<para>The <application>Emacs</application> package contains the extensible,
29customizable, self-documenting real-time display editor.</para>
[b5951ec]30
31<sect3><title>Package information</title>
32<itemizedlist spacing='compact'>
33<listitem><para>Download (HTTP): <ulink
34url="&emacs-download-http;"/></para></listitem>
35<listitem><para>Download (FTP): <ulink
36url="&emacs-download-ftp;"/></para></listitem>
[d4afab2]37<listitem><para>Download MD5 sum: &emacs-md5sum;</para></listitem>
[b5951ec]38<listitem><para>Download size: &emacs-size;</para></listitem>
[d4e57f76]39<listitem><para>Estimated disk space required:
[b5951ec]40&emacs-buildsize;</para></listitem>
41<listitem><para>Estimated build time:
42&emacs-time;</para></listitem></itemizedlist>
43</sect3>
44
45<sect3><title><application>Emacs</application> dependencies</title>
46<sect4><title>Optional</title>
[d4afab2]47<para>X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>),
48<xref linkend="libjpeg"/>,
49<xref linkend="libpng"/>,
50<xref linkend="libtiff"/> and
51<xref linkend="libungif"/> or <xref linkend="giflib"/></para>
52</sect4>
[b5951ec]53</sect3>
54
55</sect2>
56
57<sect2>
58<title>Installation of <application>Emacs</application></title>
59
[d4afab2]60<para>Install <application>Emacs</application> by running the following
61commands:</para>
[b5951ec]62
63<screen><userinput><command>./configure --prefix=/usr \
64 --libexecdir=/usr/sbin &amp;&amp;
[a7a755a]65make bootstrap</command></userinput></screen>
[b5951ec]66
[a7a755a]67<para>Now, as the root user:</para>
[b5951ec]68
[a7a755a]69<screen><userinput role='root'><command>make install</command></userinput></screen>
[b5951ec]70
71</sect2>
72
[a7a755a]73<sect2>
74<title>Contents</title>
[b5951ec]75
[a7a755a]76<segmentedlist>
77<segtitle>Installed Programs</segtitle>
[25d03a51]78<segtitle>Installed Libraries</segtitle>
[a7a755a]79<segtitle>Installed Directories</segtitle>
80<seglistitem>
81<seg>b2m, ctags, ebrowse, emacs, emacsclient, etags, grep-changelog and rcs-checkin</seg>
[25d03a51]82<seg>None</seg>
[a7a755a]83<seg>/usr/sbin/emacs and /usr/share/emacs</seg>
84</seglistitem>
85</segmentedlist>
86
87<variablelist>
88<bridgehead renderas="sect3">Short Descriptions</bridgehead>
89<?dbfo list-presentation="list"?>
90
91<varlistentry id="b2m">
92<term><filename>b2m</filename></term>
93<listitem><para>is a program to convert mail files from RMAIL
94format to Unix <quote>mbox</quote> format.</para>
95<indexterm zone="emacs b2m">
96<primary sortas="b-b2m">b2m</primary></indexterm>
97</listitem>
98</varlistentry>
99
100<varlistentry id="ctags">
101<term><filename>b2m</filename></term>
102<listitem><para>creates cross-reference tagfile database files
103for source code.</para>
104<indexterm zone="emacs ctags">
105<primary sortas="b-ctags">ctags</primary></indexterm>
106</listitem>
107</varlistentry>
108
109<varlistentry id="ebrowse">
110<term><filename>ebrowse</filename></term>
111<listitem><para>permits browsing of C++ class hierarchies from
112within emacs.</para>
113<indexterm zone="emacs ebrowse">
114<primary sortas="b-ebrowse">ebrowse</primary></indexterm>
115</listitem>
116</varlistentry>
117
118<varlistentry id="emacs-prog">
119<term><filename>emacs</filename></term>
120<listitem><para>is an editor.</para>
121<indexterm zone="emacs emacs-prog">
122<primary sortas="b-emacs">emacs</primary></indexterm>
123</listitem>
124</varlistentry>
125
126<varlistentry id="emacsclient">
127<term><filename>emacsclient</filename></term>
128<listitem><para>attaches an emacs session to an already
129running emacsserver instance.</para>
130<indexterm zone="emacs emacsclient">
131<primary sortas="b-emacsclient">emacsclient</primary></indexterm>
132</listitem>
133</varlistentry>
134
135<varlistentry id="etags">
136<term><filename>etags</filename></term>
137<listitem><para>is another program to generate source code
138cross-reference tagfiles.</para>
139<indexterm zone="emacs etags">
140<primary sortas="b-etags">etags</primary></indexterm>
141</listitem>
142</varlistentry>
143
144<varlistentry id="grep-changelog">
145<term><filename>grep-changelog</filename></term>
146<listitem><para>prints entries in Change Logs matching
147various criteria.</para>
148<indexterm zone="emacs grep-changelog">
149<primary sortas="b-grep-changelog">grep-changelog</primary></indexterm>
150</listitem>
151</varlistentry>
152
153<varlistentry id="rcs-checkin">
154<term><filename>rcs-checkin</filename></term>
155<listitem><para>is a shell script used to check
156files into <acronym>RCS</acronym>.</para>
157<indexterm zone="emacs rcs-checkin">
158<primary sortas="b-rcs-checkin">rcs-checkin</primary></indexterm>
159</listitem>
160</varlistentry>
161
162<!--
[b5951ec]163<sect3><title>cvt-mail</title>
[d4afab2]164<para><command>cvt-mail</command> converts old style goslings emacs mail
165directories into gnu-rmail format.</para></sect3>
[b5951ec]166
167<sect3><title>digest-doc</title>
[d4afab2]168<para><command>digest-doc</command> is a filter to create nroff output for man
169pages.</para></sect3>
[b5951ec]170
171<sect3><title>emacsserver</title>
[d4afab2]172<para><command>emacserver</command> allows other applications/shells to access
173an already running emacs instance and share buffers with it.</para></sect3>
[b5951ec]174
175<sect3><title>fakemail</title>
176<para><command>fakemail</command> is a sendmail-like interface to
177<filename>/bin/mail</filename>.</para></sect3>
178
179<sect3><title>hexl</title>
[d4afab2]180<para><command>hexl</command> converts files for editing with emacs hexl-mode
181binary file editing mode.</para></sect3>
[b5951ec]182
183<sect3><title>movemail</title>
184<para><command>movemail</command> provides access to
185<acronym>POP</acronym>3 mailboxes.</para></sect3>
186
187<sect3><title>profile</title>
[d4afab2]188<para><command>profile</command> generates periodic events for profiling of
189Emacs Lisp code.</para></sect3>
[b5951ec]190
191<sect3><title>rcs2log</title>
192<para><command>rcs2log</command> generates change log prefixes from
193<acronym>RCS</acronym> files.</para></sect3>
194
195<sect3><title>sorted-doc</title>
[d4afab2]196<para><command>sorted-doc</command> is a filter to generate texinfo
197files.</para></sect3>
[b5951ec]198
199<sect3><title>vcdiff</title>
[d4afab2]200<para><command>vcdiff</command> compares <acronym>SCCS</acronym>
201files.</para></sect3>
[b5951ec]202
203<sect3><title>yow</title>
[d4afab2]204<para><command>yow</command> prints a quotation from Zippy the
[a7a755a]205Pinhead.</para></sect3> -->
206</variablelist>
[b5951ec]207
208</sect2>
[f45b1953]209
210</sect1>
Note: See TracBrowser for help on using the repository browser.