Changeset 3aa07d1


Ignore:
Timestamp:
05/30/2005 09:56:54 PM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
99b1c520
Parents:
e0d33ef
Message:

Removed excess spaces from the ends of lines in the source files

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

Location:
postlfs/editors
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • postlfs/editors/editors.xml

    re0d33ef r3aa07d1  
    1111  <title>Editors</title>
    1212
    13   <para>This chapter is referenced in the LFS book for those wishing to 
    14   use other editors on their LFS system. You're also shown how some LFS 
    15   installed programs benefit from being recompiled after GUI libraries 
     13  <para>This chapter is referenced in the LFS book for those wishing to
     14  use other editors on their LFS system. You're also shown how some LFS
     15  installed programs benefit from being recompiled after GUI libraries
    1616  have been installed.</para>
    1717
  • postlfs/editors/emacs.xml

    re0d33ef r3aa07d1  
    3030    <title>Introduction to Emacs</title>
    3131
    32     <para>The <application>Emacs</application> package contains the extensible, 
     32    <para>The <application>Emacs</application> package contains the extensible,
    3333    customizable, self-documenting real-time display editor.</para>
    3434
     
    5858
    5959    <bridgehead renderas="sect4">Optional</bridgehead>
    60     <para>X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>), 
    61     <xref linkend="libjpeg"/>, 
    62     <xref linkend="libpng"/>, 
    63     <xref linkend="libtiff"/> and 
     60    <para>X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>),
     61    <xref linkend="libjpeg"/>,
     62    <xref linkend="libpng"/>,
     63    <xref linkend="libtiff"/> and
    6464    <xref linkend="libungif"/> or <xref linkend="giflib"/></para>
    6565
     
    6969    <title>Installation of Emacs</title>
    7070
    71     <para>Install <application>Emacs</application> by running the following 
     71    <para>Install <application>Emacs</application> by running the following
    7272    commands:</para>
    7373
     
    189189      </varlistentry>
    190190
    191 <!-- 
     191<!--
    192192<sect3><title>cvt-mail</title>
    193 <para><command>cvt-mail</command> converts old style goslings emacs mail 
     193<para><command>cvt-mail</command> converts old style goslings emacs mail
    194194directories into gnu-rmail format.</para></sect3>
    195195
    196196<sect3><title>digest-doc</title>
    197 <para><command>digest-doc</command> is a filter to create nroff output for man 
     197<para><command>digest-doc</command> is a filter to create nroff output for man
    198198pages.</para></sect3>
    199199
    200200<sect3><title>emacsserver</title>
    201 <para><command>emacserver</command> allows other applications/shells to access 
     201<para><command>emacserver</command> allows other applications/shells to access
    202202an already running emacs instance and share buffers with it.</para></sect3>
    203203
     
    207207
    208208<sect3><title>hexl</title>
    209 <para><command>hexl</command> converts files for editing with emacs hexl-mode 
     209<para><command>hexl</command> converts files for editing with emacs hexl-mode
    210210binary file editing mode.</para></sect3>
    211211
     
    215215
    216216<sect3><title>profile</title>
    217 <para><command>profile</command> generates periodic events for profiling of 
     217<para><command>profile</command> generates periodic events for profiling of
    218218Emacs Lisp code.</para></sect3>
    219219
     
    223223
    224224<sect3><title>sorted-doc</title>
    225 <para><command>sorted-doc</command> is a filter to generate texinfo 
     225<para><command>sorted-doc</command> is a filter to generate texinfo
    226226files.</para></sect3>
    227227
    228228<sect3><title>vcdiff</title>
    229 <para><command>vcdiff</command> compares SCCS 
     229<para><command>vcdiff</command> compares SCCS
    230230files.</para></sect3>
    231231
    232232<sect3><title>yow</title>
    233 <para><command>yow</command> prints a quotation from Zippy the 
     233<para><command>yow</command> prints a quotation from Zippy the
    234234Pinhead.</para></sect3>  -->
    235235    </variablelist>
  • postlfs/editors/joe.xml

    re0d33ef r3aa07d1  
    3030    <title>Introduction to JOE</title>
    3131
    32     <para><application>JOE</application> (Joe's own editor) is a small text 
     32    <para><application>JOE</application> (Joe's own editor) is a small text
    3333    editor capable of emulating WordStar, <application>Pico</application>,
    3434    and <application>Emacs</application>.</para>
     
    6161    <title>Installation of JOE</title>
    6262
    63     <para>Install <application>JOE</application> by running the 
     63    <para>Install <application>JOE</application> by running the
    6464    following commands:</para>
    6565
     
    135135        <term><command>jmacs</command></term>
    136136        <listitem>
    137           <para>is a symbolic link to <command>joe</command> used to 
     137          <para>is a symbolic link to <command>joe</command> used to
    138138          launch <application>Emacs</application> emulation mode.</para>
    139139          <indexterm zone="joe jmacs">
     
    158158        <term><command>jpico</command></term>
    159159        <listitem>
    160           <para>is a symbolic link to <command>joe</command> used to 
     160          <para>is a symbolic link to <command>joe</command> used to
    161161          launch <application>Pico</application> emulation mode.</para>
    162162          <indexterm zone="joe jpico">
     
    169169        <term><command>jstar</command></term>
    170170        <listitem>
    171           <para>is a symbolic link to <command>joe</command> used to 
     171          <para>is a symbolic link to <command>joe</command> used to
    172172          launch WordStar emulation mode.</para>
    173173          <indexterm zone="joe jstar">
     
    181181        <listitem>
    182182          <para>is a symbolic link to <command>joe</command> that restricts
    183           <application>JOE</application> to editing only files which are 
     183          <application>JOE</application> to editing only files which are
    184184          specified on the command-line.</para>
    185185          <indexterm zone="joe rjoe">
     
    192192        <term><command>termidx</command></term>
    193193        <listitem>
    194           <para>is a program used by <command>joe</command> to generate the 
     194          <para>is a program used by <command>joe</command> to generate the
    195195          termcap index file.</para>
    196196          <indexterm zone="joe termidx">
  • postlfs/editors/nano.xml

    re0d33ef r3aa07d1  
    3030    <title>Introduction to Nano</title>
    3131
    32     <para>The <application>nano</application> package contains a small, 
    33     simple text editor which aims to replace <application>Pico</application>, 
     32    <para>The <application>nano</application> package contains a small,
     33    simple text editor which aims to replace <application>Pico</application>,
    3434    the default editor in the <application>Pine</application> package.</para>
    3535
     
    6666    <title>Installation of Nano</title>
    6767
    68     <para>Install <application>nano</application> by running the following 
     68    <para>Install <application>nano</application> by running the following
    6969    commands:</para>
    7070
     
    115115set suspend</literal></screen>
    116116
    117       <para>Another example is in the <filename 
    118       class="directory">/usr/share/doc/nano/examples</filename> directory 
    119       in the <filename>nanorc.sample</filename> file.  It includes color 
     117      <para>Another example is in the <filename
     118      class="directory">/usr/share/doc/nano/examples</filename> directory
     119      in the <filename>nanorc.sample</filename> file.  It includes color
    120120      configurations and has some documentation included in the comments.</para>
    121121
     
    147147        <term><command>nano</command></term>
    148148        <listitem>
    149           <para>is a small, simple text editor which aims to replace 
     149          <para>is a small, simple text editor which aims to replace
    150150          <application>Pico</application>, the default editor in the
    151151          <application>Pine</application> package.</para>
  • postlfs/editors/others.xml

    re0d33ef r3aa07d1  
    1616  <title>Others Editors</title>
    1717
    18   <para><command>pico</command> is a text editor installed as a part 
     18  <para><command>pico</command> is a text editor installed as a part
    1919  of <xref linkend="pine"/>.</para>
    2020
    21   <para><command>mcedit</command> is a text editor installed as part 
     21  <para><command>mcedit</command> is a text editor installed as part
    2222  of <xref linkend="mc"/>.</para>
    2323
  • postlfs/editors/vim.xml

    re0d33ef r3aa07d1  
    3636
    3737    <para>The default LFS instructions install <application>vim</application>
    38     as a part of the base system. If you would prefer to link 
    39     <application>vim</application> against <application>X</application>, 
    40     you should recompile <application>vim</application> to enable GUI mode. 
    41     There is no need for special instructions since 
     38    as a part of the base system. If you would prefer to link
     39    <application>vim</application> against <application>X</application>,
     40    you should recompile <application>vim</application> to enable GUI mode.
     41    There is no need for special instructions since
    4242    <application>X</application> support is automatically detected.</para>
    4343
     
    6767    <itemizedlist spacing='compact'>
    6868      <listitem>
    69         <para>Required patch: <ulink 
     69        <para>Required patch: <ulink
    7070        url="&patch-root;/vim-&vim-version;-security_fix-1.patch"/></para>
    7171      </listitem>
    7272      <listitem>
    73         <para>Translated Vim messages: <ulink 
     73        <para>Translated Vim messages: <ulink
    7474        url="http://ftp.at.vim.org/pub/vim/extra/vim-&vim-version;-lang.tar.gz"/>
    7575      </para>
     
    8383
    8484    <bridgehead renderas="sect4">Optional</bridgehead>
    85     <para><xref linkend="gtk2"/>, 
    86     <xref linkend="lesstif"/>, 
    87     <xref linkend="python"/>, 
    88     <xref linkend="tcl"/>, 
     85    <para><xref linkend="gtk2"/>,
     86    <xref linkend="lesstif"/>,
     87    <xref linkend="python"/>,
     88    <xref linkend="tcl"/>,
    8989    <xref linkend="ruby"/>
    9090    and <xref linkend="gpm"/></para>
     
    9696
    9797    <note>
    98       <para>If you recompile <application>Vim</application> to link against 
     98      <para>If you recompile <application>Vim</application> to link against
    9999      <application>X</application>, and your <application>X</application>
    100       libs are not on the root partition, you will no longer have an editor 
    101       for use in emergencies. You may choose to install an additional editor, 
    102       not link <application>Vim</application> against 
     100      libs are not on the root partition, you will no longer have an editor
     101      for use in emergencies. You may choose to install an additional editor,
     102      not link <application>Vim</application> against
    103103      <application>X</application>, or move the current <command>vim</command>
    104       executable to the <filename class="directory">/bin</filename> directory 
     104      executable to the <filename class="directory">/bin</filename> directory
    105105      under a different name such as <filename>vi</filename>.</para>
    106106    </note>
     
    128128    <title>Command Explanations</title>
    129129
    130     <para><parameter>--with-features=huge</parameter>: This switch enables all 
     130    <para><parameter>--with-features=huge</parameter>: This switch enables all
    131131    the additional features available in <application>Vim</application>.</para>
    132132
    133     <para><option>--enable-gui=no</option>: If you prefer not to link 
     133    <para><option>--enable-gui=no</option>: If you prefer not to link
    134134    <application>Vim</application> against <application>X</application>, use
    135135    this switch.</para>
     
    140140    <title>Contents</title>
    141141
    142     <para>A list of the reinstalled files, along with their short 
    143     descriptions can be found at <ulink 
     142    <para>A list of the reinstalled files, along with their short
     143    descriptions can be found at <ulink
    144144    url="&lfs-root;/chapter06/vim.html#contents-vim"/>.</para>
    145145
Note: See TracChangeset for help on using the changeset viewer.