Changeset ad59f9e2
- Timestamp:
- 10/07/2004 06:59:36 PM (19 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 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/inkscape-core-mods, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 66af3f8
- Parents:
- fdc7b924
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
rfdc7b924 rad59f9e2 22 22 23 23 <itemizedlist> 24 25 <listitem><para>October 7th, 2004 [igor]: Added G_FILENAME_ENCODING 26 environment variable to i18n startup file and lang archive to Vim page, 27 suggested by Alexander E. Patrakov (bug 909).</para></listitem> 24 28 25 29 <listitem><para>October 7th, 2004 [randy]: Modified configure switches -
postlfs/config/profile.xml
rfdc7b924 rad59f9e2 324 324 export LC_ALL=<replaceable>[ll]</replaceable>_<replaceable>[CC]</replaceable> 325 325 export LANG=<replaceable>[ll]</replaceable>_<replaceable>[CC]</replaceable> 326 <command>EOF</command></userinput></screen> 327 328 <para>Note: Setting LC_ALL sets the same value for all locale categories. For 326 export G_FILENAME_ENCODING=@locale 327 <command>EOF</command></userinput></screen> 328 329 <para>The <envar>LC_ALL</envar> variable sets the same value for all locale categories. For 329 330 better control, you may prefer to set values individually for all categories 330 331 listed in the output of the <command>locale</command> command.</para> 332 333 <para>The <envar>G_FILENAME_ENCODING</envar> variable tells applications 334 such as <application>Glib</application> and 335 <application><acronym>GTK</acronym>+</application> that filenames are in 336 the default locale encoding and not in <acronym>UTF</acronym>-8 as 337 assumed by default.</para> 331 338 </sect3> 332 339 -
postlfs/editors/vim.xml
rfdc7b924 rad59f9e2 50 50 </sect3> 51 51 52 <sect3><title>Additional downloads</title> 53 <itemizedlist spacing='compact'> 54 <listitem><para>Translated Vim messages <ulink 55 url="http://ftp.at.vim.org/pub/vim/extra/vim-6.3-lang.tar.gz"/> 56 </para></listitem> 57 </itemizedlist></sect3> 58 52 59 <sect3><title><application>Vim</application> dependencies</title> 53 60 <sect4><title>Recommended</title> … … 78 85 under a different name such as <filename>vi</filename>.</para></note> 79 86 80 <para>Install <application>Vim</application> by running the following commands:</para> 87 <para>Unpack the translated messages archive if desired and install 88 <application>Vim</application> by running the following commands:</para> 81 89 82 90 <screen><userinput><command>echo '#define SYS_VIMRC_FILE "/etc/vimrc"' >> src/feature.h &&
Note:
See TracChangeset
for help on using the changeset viewer.