Changeset d37f788


Ignore:
Timestamp:
03/11/2008 02:17:18 PM (16 years ago)
Author:
Alexander E. Patrakov <alexander@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
8a246c7
Parents:
e6c872e
Message:

Added some configuration tweaks to Lynx

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • basicnet/textweb/lynx.xml

    re6c872e rd37f788  
    193193<screen><userinput>sed -i 's/#\(LOCALE_CHARSET\):FALSE/\1:TRUE/' /etc/lynx/lynx.cfg</userinput></screen>
    194194
     195      <para>The built-in editor in <application>Lynx</application>
     196      <xref linkend="locale-wrong-multibyte-characters"/>. This issue manifests
     197      itself in multibyte locales, e.g., as the Backspace key not erasing
     198      non-ASCII characters properly, and as incorrect data being sent to the
     199      network when one edits the contents of text areas. The only solution
     200      to this problem is to configure <application>Lynx</application> to
     201      use an external editor (bound to the <quote>Ctrl+X e</quote> key
     202      combination by default):</para>
     203<screen><userinput>sed -i 's/#\(DEFAULT_EDITOR\):/\1:vi/' /etc/lynx/lynx.cfg</userinput></screen>
     204
     205      <para><application>Lynx</application> handles the following values of
     206      the DEFAULT_EDITOR option specially by adding cursor-positioning
     207      arguments: <quote>emacs</quote>, <quote>jed</quote>,
     208      <quote>jmacs</quote>, <quote>joe</quote>, <quote>jove</quote>,
     209      <quote>jpico</quote>, <quote>jstar</quote>, <quote>pico</quote>,
     210      <quote>rjoe</quote>, <quote>vi</quote> (but not <quote>vim</quote>:
     211      in order to position the cursor in <xref linkend="vim"/>, set this
     212      option to <quote>vi</quote>).</para>
     213
     214<!--  For editors:
     215      The list should be updated from src/LYEdit.c when a new version of Lynx
     216      comes out. Anyway, upstream promises (in
     217      ftp://lynx.isc.org/current/CHANGES ) to fix the multibyte issue for 2.8.7
     218-->
     219
     220      <para>By default, <application>Lynx</application> doesn't save cookies
     221      between sessions. Change this setting:</para>
     222<screen><userinput>sed -i 's/#\(PERSISTENT_COOKIES\):FALSE/\1:TRUE/' /etc/lynx/lynx.cfg</userinput></screen>
     223
    195224      <para>Many other system-wide settings such as proxies can also be set
    196225      in the <filename>/etc/lynx/lynx.cfg</filename> file.</para>
  • introduction/welcome/changelog.xml

    re6c872e rd37f788  
    4545      <para>March 11th, 2008</para>
    4646      <itemizedlist>
     47        <listitem>
     48          <para>[alexander] - Mentioned the locale issue with the built-in
     49          editor in Lynx, and made cookies persistent.</para>
     50        </listitem>
    4751        <listitem>
    4852          <para>[alexander] - Changed Lynx download URL in order to avoid
Note: See TracChangeset for help on using the changeset viewer.