Ignore:
Timestamp:
06/11/2004 06:33:09 AM (20 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
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
Children:
44f085a
Parents:
a49bf08
Message:

New XML Chapter 6

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/editors/emacs.xml

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