source: postlfs/editors/emacs.xml@ 0dfa6f4f

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 0dfa6f4f was d4e57f76, checked in by Igor Živković <igor@…>, 20 years ago

Added giflib-4.1.3 and updated to libungif-4.1.3 and Imlib-1.9.15.

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

  • Property mode set to 100644
File size: 5.4 KB
Line 
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">
9 <!ENTITY emacs-size "20 MB">
10 <!ENTITY emacs-buildsize "92.5 MB">
11 <!ENTITY emacs-time "4.20 SBU">
12]>
13
14<sect1 id="postlfs-editors-emacs" xreflabel="Emacs-&emacs-version;">
15<sect1info>
16<othername>$LastChangedBy$</othername>
17<date>$Date$</date>
18</sect1info>
19<?dbhtml filename="emacs.html"?>
20<title>Emacs-&emacs-version;</title>
21
22<sect2>
23<title>Introduction to <application>Emacs</application></title>
24
25<para>The <application>Emacs</application> package contains the extensible, customizable,
26self-documenting real-time display editor.</para>
27
28<sect3><title>Package information</title>
29<itemizedlist spacing='compact'>
30<listitem><para>Download (HTTP): <ulink
31url="&emacs-download-http;"/></para></listitem>
32<listitem><para>Download (FTP): <ulink
33url="&emacs-download-ftp;"/></para></listitem>
34<listitem><para>Download size: &emacs-size;</para></listitem>
35<listitem><para>Estimated disk space required:
36&emacs-buildsize;</para></listitem>
37<listitem><para>Estimated build time:
38&emacs-time;</para></listitem></itemizedlist>
39</sect3>
40
41<sect3><title><application>Emacs</application> dependencies</title>
42<sect4><title>Optional</title>
43<para>X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>), <xref linkend="libjpeg"/>, <xref
44linkend="libpng"/>, <xref linkend="libtiff"/> and <xref
45linkend="libungif"/> or <xref linkend="giflib"/></para></sect4>
46</sect3>
47
48</sect2>
49
50<sect2>
51<title>Installation of <application>Emacs</application></title>
52
53<para>Install <application>Emacs</application> by running the following commands:</para>
54
55<screen><userinput><command>./configure --prefix=/usr \
56 --libexecdir=/usr/sbin &amp;&amp;
57make bootstrap &amp;&amp;
58make install</command></userinput></screen>
59
60</sect2>
61
62<sect2>
63<title>Contents</title>
64
65<para>The <application>Emacs</application> package contains <command>emacs</command>,
66<command>b2m</command>, <command>ctags</command>,
67<command>ebrowse</command>, <command>emacsclient</command>,
68<command>etags</command>, <command>grep-changelog</command>,
69<command>rcs-checkin</command>, <command>cvt-mail</command>,
70<command>digest-doc</command>, <command>emacsserver</command>,
71<command>fakemail</command>, <command>hexl</command>,
72<command>movemail</command>, <command>profile</command>,
73<command>rcs2log</command>, <command>sorted-doc</command>,
74<command>vcdiff</command> and <command>yow</command>.</para>
75
76</sect2>
77
78<sect2><title>Description</title>
79
80<sect3><title>emacs</title>
81<para>The editor proper.</para></sect3>
82
83<sect3><title>b2m</title>
84<para><command>b2m</command> is a program to convert mail files from RMAIL format to Unix
85<quote>mbox</quote> format.</para></sect3>
86
87<sect3><title>ctags</title>
88<para><command>ctags</command> creates cross-reference tagfile database files for source
89code.</para></sect3>
90
91<sect3><title>ebrowse</title>
92
93<para><command>ebrowse</command> permits browsing of C++ class hierarchies from
94within emacs.</para></sect3>
95
96<sect3><title>emacsclient</title>
97<para><command>emacsclient</command> attaches an emacs session to an already running
98emacsserver instance.</para></sect3>
99
100<sect3><title>etags</title>
101<para><command>etags</command> is another program to generate source code cross-reference
102tagfiles.</para></sect3>
103
104<sect3><title>grep-changelog</title>
105<para><command>grep-changelog</command> prints entries in Change Logs matching
106various criteria.</para></sect3>
107
108<sect3><title>rcs-checkin</title>
109<para><command>rcs-checkin</command> is a shell script used to check
110files into <acronym>RCS</acronym>.</para></sect3>
111
112<sect3><title>cvt-mail</title>
113<para><command>cvt-mail</command> converts old style goslings emacs mail directories into
114gnu-rmail format.</para></sect3>
115
116<sect3><title>digest-doc</title>
117<para><command>digest-doc</command> is a filter to create nroff output for man pages.</para></sect3>
118
119<sect3><title>emacsserver</title>
120<para><command>emacserver</command> allows other applications/shells to access an already
121running emacs instance and share buffers with it.</para></sect3>
122
123<sect3><title>fakemail</title>
124<para><command>fakemail</command> is a sendmail-like interface to
125<filename>/bin/mail</filename>.</para></sect3>
126
127<sect3><title>hexl</title>
128<para><command>hexl</command> converts files for editing with emacs hexl-mode binary file
129editing mode.</para></sect3>
130
131<sect3><title>movemail</title>
132<para><command>movemail</command> provides access to
133<acronym>POP</acronym>3 mailboxes.</para></sect3>
134
135<sect3><title>profile</title>
136<para><command>profile</command> generates periodic events for profiling of Emacs
137Lisp code.</para></sect3>
138
139<sect3><title>rcs2log</title>
140<para><command>rcs2log</command> generates change log prefixes from
141<acronym>RCS</acronym> files.</para></sect3>
142
143<sect3><title>sorted-doc</title>
144<para><command>sorted-doc</command> is a filter to generate texinfo files.</para></sect3>
145
146<sect3><title>vcdiff</title>
147<para><command>vcdiff</command> compares <acronym>SCCS</acronym> files.</para></sect3>
148
149<sect3><title>yow</title>
150<para><command>yow</command> prints a quotation from Zippy the Pinhead.</para></sect3>
151
152</sect2>
153
154</sect1>
Note: See TracBrowser for help on using the repository browser.