From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kenichi Handa Newsgroups: gmane.emacs.devel Subject: Re: TUTORIAL.bg and windows-1251 Date: Fri, 5 Dec 2003 08:28:59 +0900 (JST) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <200312042328.IAA06933@etlken.m17n.org> References: <3FB52552.6090302@fmi.uni-sofia.bg> <200311170721.QAA11735@etlken.m17n.org> <3FBA3F81.4010602@fmi.uni-sofia.bg> <200311242355.IAA24563@etlken.m17n.org> <3FC45367.6070504@fmi.uni-sofia.bg> <200311260747.QAA27236@etlken.m17n.org> <3FC464C2.7010504@fmi.uni-sofia.bg> <200311261317.WAA27673@etlken.m17n.org> <200312030834.RAA03004@etlken.m17n.org> <3FCF60C9.8060009@fmi.uni-sofia.bg> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII X-Trace: sea.gmane.org 1070581064 21817 80.91.224.253 (4 Dec 2003 23:37:44 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 4 Dec 2003 23:37:44 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Fri Dec 05 00:37:41 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AS32S-0001Zj-00 for ; Fri, 05 Dec 2003 00:37:40 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1AS32S-0007IF-00 for ; Fri, 05 Dec 2003 00:37:40 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AS3zc-0003j4-25 for emacs-devel@quimby.gnus.org; Thu, 04 Dec 2003 19:38:48 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AS3zR-0003h6-7b for emacs-devel@gnu.org; Thu, 04 Dec 2003 19:38:37 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AS3yt-0003WP-AC for emacs-devel@gnu.org; Thu, 04 Dec 2003 19:38:34 -0500 Original-Received: from [192.47.44.130] (helo=tsukuba.m17n.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AS3ys-0003W4-AP for emacs-devel@gnu.org; Thu, 04 Dec 2003 19:38:02 -0500 Original-Received: from fs.m17n.org (fs.m17n.org [192.47.44.2]) by tsukuba.m17n.org (8.11.6p2/3.7W-20010518204228) with ESMTP id hB4NT0h22959; Fri, 5 Dec 2003 08:29:00 +0900 (JST) (envelope-from handa@m17n.org) Original-Received: from etlken.m17n.org (etlken.m17n.org [192.47.44.125]) by fs.m17n.org (8.11.6/3.7W-20010823150639) with ESMTP id hB4NSxs24699; Fri, 5 Dec 2003 08:28:59 +0900 (JST) Original-Received: (from handa@localhost) by etlken.m17n.org (8.8.8+Sun/3.7W-2001040620) id IAA06933; Fri, 5 Dec 2003 08:28:59 +0900 (JST) Original-To: ogi@fmi.uni-sofia.bg In-reply-to: <3FCF60C9.8060009@fmi.uni-sofia.bg> (message from Ognyan Kulev on Thu, 04 Dec 2003 18:28:57 +0200) 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) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:18403 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:18403 In article <3FCF60C9.8060009@fmi.uni-sofia.bg>, Ognyan Kulev 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 * 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 handa@m17n.org