help-emacs-windows
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [h-e-w] Cyrillic font


From: Jason Rumney
Subject: Re: [h-e-w] Cyrillic font
Date: Tue, 30 Oct 2001 22:49:19 +1200

>  (standard-display-european 1)

This line is the source of your problems. You are telling Emacs
that ALL text you are editing is Latin-1!

This function and all its friends are marked semi-obsolete.
A better way to tell Emacs what language you are using is:

  (set-language-environment "Cyrillic-ISO")

but Emacs 21.1 should do this automatically if you are running on
a Cyrillic version of Windows. If it does not, please report it as a
bug. Please include the result of M-x getenv <RET> LANG <RET> if
you need to report this as a bug, as that information will help to fix it.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]