Re: Emacs и cp1251

[email protected] (Nickolay Pakoulin)
Newsgroups gmane.emacs.xemacs.user.russian
Message-ID <[email protected]>
И будет у тебя кодировка iso-8859-5.  Тебе это надо?

Настройки Емакса для windows:

(require 'mule)
(require 'codepage)
(codepage-setup 1251)
(define-coding-system-alias 'win-cp1251 'cp1251)
(define-coding-system-alias 'windows-1251 'cp1251)
(when (eq system-type 'windows-nt)
  (prefer-coding-system 'cp1251-dos)
  (set-clipboard-coding-system 'cp1251-dos)
  (set-default-coding-systems 'cp1251-dos)
  (set-selection-coding-system 'cp1251-dos)
  (set-keyboard-coding-system 'cp1251-dos)
  (set-w32-system-coding-system 'cp1251-dos))


intro: "OS" == Oleg Sheremetinsky <[email protected]> writes:

  OS> Как правильно настроить Emacs, если локаль установлена в cp1251? Я в
  OS> .emacs прописал (set-language-environment "Cyrillic-ISO"), в гнусе
  OS> кодировку также исправил. Ничего не забыл?

  OS> -- С уважением, Шереметинский Олег Вск Ноя 2 19:24:35 MSK 2003 E-mail:
  OS> bulldog<at>kaluga.ru (г. Калуга)
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.