Changeset 8558044 for postlfs/editors


Ignore:
Timestamp:
09/06/2021 05:42:49 PM (3 years ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
fef4473
Parents:
7999839
Message:

Remove spaces at the end of lines

I know it is somewhat useless, but I don't like them for
two reasons: first they cannot be seen, and I do not like things I
cannot see. Second, git highlights them, and this is disturbing...

Location:
postlfs/editors
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • postlfs/editors/emacs.xml

    r7999839 r8558044  
    66
    77  <!ENTITY emacs-download-http "&gnu-http;/emacs/emacs-&emacs-version;.tar.xz">
    8   <!ENTITY emacs-download-ftp  "&gnu-ftp;/emacs/emacs-&emacs-version;.tar.xz"> 
    9   <!ENTITY emacs-download-ftp  " "> 
     8  <!ENTITY emacs-download-ftp  "&gnu-ftp;/emacs/emacs-&emacs-version;.tar.xz">
     9  <!ENTITY emacs-download-ftp  " ">
    1010  <!ENTITY emacs-md5sum        "4c3d9ff35b2ab2fe518dc7eb3951e128">
    1111  <!ENTITY emacs-size          "43 MB">
     
    120120
    121121    <para>
    122       First, work around a portability bug in glibc 2.34, 
     122      First, work around a portability bug in glibc 2.34,
    123123      which no longer defines SIGSTKSZ.
    124124    </para>
     
    162162    <title>Command Explanations</title>
    163163
    164     <!-- With 27.2, it writes scores to ~/.emacs.d/games 
     164    <!-- With 27.2, it writes scores to ~/.emacs.d/games
    165165    <para>
    166166      <parameter>- -localstatedir=/var</parameter>: Create game score files
     
    177177    <para>
    178178      <option>--with-gif=no</option>: Use this if you have not installed
    179       <xref linkend="giflib"/> or 
     179      <xref linkend="giflib"/> or
    180180      <ulink url="http://directory.fsf.org/wiki/Libungif">libungif</ulink>.
    181181    </para>
  • postlfs/editors/gedit.xml

    r7999839 r8558044  
    162162      <seglistitem>
    163163        <seg>
    164           gedit 
     164          gedit
    165165        </seg>
    166166        <seg>
  • postlfs/editors/joe.xml

    r7999839 r8558044  
    101101install -vm 755 joe/util/{stringify,termidx,uniproc} /usr/bin</userinput></screen>
    102102
    103 <!--  These do not appear to be useful.  There are txt files in 
     103<!--  These do not appear to be useful.  There are txt files in
    104104       joe/util/unicode*/ bit I cannot we where they are used.
    105105install -vdm755 /usr/share/doc/joe-&joe-version;/util &amp;&amp;
     
    174174        </seg>
    175175        <seg>
    176           /etc/joe, 
     176          /etc/joe,
    177177          /usr/share/joe, and
    178178          /usr/share/doc/joe-&joe-version;
     
    288288            unicode database file unicat.c from Blocks.txt CaseFolding.txt
    289289            EastAsianWidth.txt and UnicodeData.txt (find them at
    290             /usr/share/doc/joe-&joe-version;/util; see 
     290            /usr/share/doc/joe-&joe-version;/util; see
    291291            usr/share/doc/joe-&joe-version;/util/README)
    292292          </para>
  • postlfs/editors/mousepad.xml

    r7999839 r8558044  
    117117
    118118    <para>
    119      <parameter>--enable-keyfile-settings</parameter>: Use the GSettings 
     119     <parameter>--enable-keyfile-settings</parameter>: Use the GSettings
    120120     keyfile backend rather than the default <xref linkend='dconf'/>.
    121121    </para>
  • postlfs/editors/nano.xml

    r7999839 r8558044  
    151151set nohelp
    152152set positionlog
    153 set quickblank 
     153set quickblank
    154154set regexp
    155155set suspend</literal></screen>
  • postlfs/editors/vim.xml

    r7999839 r8558044  
    4949    <note>
    5050      <para>
    51         The version of vim changes daily.  The get the latest 
     51        The version of vim changes daily.  The get the latest
    5252        version, go to <ulink url="https://github.com/vim/vim/releases">
    5353        https://github.com/vim/vim/releases</ulink>.
     
    200200    </para>
    201201
    202 <!-- When updating, be sure to change the vim-majmin entity for the 
     202<!-- When updating, be sure to change the vim-majmin entity for the
    203203     proper 'vimxx' unpacked directory -->
    204204
Note: See TracChangeset for help on using the changeset viewer.