[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: TUTORIAL.bg and windows-1251
From: |
Kenichi Handa |
Subject: |
Re: TUTORIAL.bg and windows-1251 |
Date: |
Fri, 5 Dec 2003 08:28:59 +0900 (JST) |
User-agent: |
SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/21.3 (sparc-sun-solaris2.6) MULE/5.0 (SAKAKI) |
In article <address@hidden>, Ognyan Kulev <address@hidden> writes:
> (About ctext stuff)
> Kenichi Handa wrote:
>> I've just commited that change in CVS HEAD.
> Unfortunately, it doesn't work in Emacs[1]. (The ctext.el that you sent
> me in previous mail works.) emacs is started with LANG=bg_BG. I'm
> setting lang.env. to English and back to Bulgarian, but nothing helped.
Please check the value of
`ctext-non-standard-encodings-alist'. Does it contain an
element something like:
("microsoft-cp1251" windows-1251 1 CHAR-TABLE)
If not, please byte compile lisp/language/cyrillic.el and
make Emacs again.
> [1] Checked out on 1st December, shortly after your commit -- I don't
> know if you committed other stuff since then.
These are the all changes.
2003-12-03 Kenichi Handa <address@hidden>
* language/cyrillic.el: Register "microsoft-cp1251" in
ctext-non-standard-encodings-alist.
("Bulgarian"): Add ctext-non-standard-encodings.
("Belarusian"): Likewise.
* international/mule-conf.el (compound-text-with-extensions):
Change the type to 2 (iso-2022 base).
* international/mule.el (ctext-non-standard-encodings-alist):
Change the format.
(ctext-non-standard-encodings): New variable.
(ctext-post-read-conversion): Fully re-written.
(ctext-non-standard-designations-alist): Delete it.
(ctext-non-standard-encodings-table): New function.
(ctext-pre-write-conversion): Fully re-written.
---
Ken'ichi HANDA
address@hidden