- Fix the font name of `grfixed-8x16.fnt' (it includes a dash) [1]
- Use LANG="el_GR.ISO8859-7" by default. The original LANG="C" is ok for my own taste, but for full Greek support, the correct environment value is "el_GR.ISO8859-7" [2] - Tweak the GNU Emacs startup code a bit. In Emacs 22.X and later we don't need a `set-language-environment' call anymore. Obtained from: FreeBSD Greek Documentation team
This commit is contained in:
parent
31273581f2
commit
2b7718eeed
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=31836
1 changed files with 6 additions and 5 deletions
|
@ -139,7 +139,7 @@
|
|||
áñ÷åßï <filename>/etc/rc.conf</filename> ôéò ðáñáêÜôù
|
||||
ñõèìßóåéò:</para>
|
||||
|
||||
<programlisting>font8x16="grfixed8x16"
|
||||
<programlisting>font8x16="grfixed-8x16"
|
||||
keymap="keramida.el-iso"</programlisting>
|
||||
|
||||
<para>Ìå áõôÝò ôéò ñõèìßóåéò, ôï óýóôçìÜ ìáò èá ÷ñçóéìïðïéåß ôá áñ÷åßá
|
||||
|
@ -175,7 +175,7 @@ keymap="keramida.el-iso"</programlisting>
|
|||
âÜëïõìå óôï áñ÷åßï <filename>.profile</filename> ôïõ ëïãáñéáóìïý ìáò
|
||||
ôéò åîÞò ñõèìßóåéò:</para>
|
||||
|
||||
<programlisting>export LANG="C"
|
||||
<programlisting>export LANG="el_GR.ISO8859-7"
|
||||
export LC_CTYPE="el_GR.ISO8859-7"
|
||||
export LC_COLLATE="el_GR.ISO8859-7"
|
||||
unset LC_ALL LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME</programlisting>
|
||||
|
@ -202,7 +202,7 @@ unsetenv LC_ALL LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME</programlisting>
|
|||
áñ÷åßï <filename>.bashrc</filename> ôïõ ëïãáñéáóìïý ìáò ôéò åîÞò
|
||||
ñõèìßóåéò:</para>
|
||||
|
||||
<programlisting>export LANG="C"
|
||||
<programlisting>export LANG="el_GR.ISO8859-7"
|
||||
export LC_CTYPE="el_GR.ISO8859-7"
|
||||
export LC_COLLATE="el_GR.ISO8859-7"
|
||||
unset LC_ALL LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME</programlisting>
|
||||
|
@ -277,7 +277,7 @@ EndSection</programlisting>
|
|||
áñ÷åßï <filename>.xinitrc</filename> óôï ëïãáñéáóìü ìáò. Ðéï
|
||||
óõãêåêñéìÝíá èá ðñÝðåé íá ðñïóèÝóïõìå ôéò ðáñáêÜôù ãñáììÝò óå áõôü:</para>
|
||||
|
||||
<programlisting>export LANG="el_GR"
|
||||
<programlisting>export LANG="el_GR.ISO8859-7"
|
||||
export LC_CTYPE="el_GR.ISO8859-7"
|
||||
export LC_COLLATE="el_GR.ISO8859-7"</programlisting>
|
||||
|
||||
|
@ -320,7 +320,8 @@ export LC_COLLATE="el_GR.ISO8859-7"</programlisting>
|
|||
åîÞò ñõèìßóåéò:</para>
|
||||
|
||||
<programlisting>(setq unibyte-display-via-language-environment t)
|
||||
(set-language-environment "Greek")
|
||||
(if (< emacs-major-version 22)
|
||||
(set-language-environment "Greek"))
|
||||
(set-terminal-coding-system 'greek-iso-8bit)
|
||||
(set-input-mode (car (current-input-mode))
|
||||
(nth 1 (current-input-mode))
|
||||
|
|
Loading…
Reference in a new issue