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

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

Re: Is it possible to use new Emacsen with non-ASCII?


From: Jason Rumney
Subject: Re: Is it possible to use new Emacsen with non-ASCII?
Date: Fri, 23 May 2008 03:59:43 -0700 (PDT)
User-agent: G2/1.0

On May 23, 10:55 am, Ilya Zakharevich <nospam-ab...@ilyaz.org> wrote:

> However, it become harder and harder to document as "a solution"...

A solution to what? It looks like a kludge that is useful to you as a
workaround for a misconfigured system that does not support the locale
that is appropriate for your terminal. Most users in such a position
would be happy with the solution documented in the manual with hard-
coded values for language and coding-system:

(set-language-environment "Cyrillic-KOI8") ; From the "International"
node in the manual
(set-terminal-coding-system 'cyrillic-koi8)   ; From the "Terminal
Coding" node in the manual
(set-keyboard-coding-system 'cyrillic-koi8) ; likewise


reply via email to

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