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: setting Tajik environment error in cvs emacs Date: Thu, 15 May 2003 21:54:54 +0900 (JST) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <200305151254.VAA04983@etlken.m17n.org> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: main.gmane.org 1053003583 20337 80.91.224.249 (15 May 2003 12:59:43 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 15 May 2003 12:59:43 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Thu May 15 14:59:38 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19GIJn-0005As-00 for ; Thu, 15 May 2003 14:58:43 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19GIRe-0006sh-00 for ; Thu, 15 May 2003 15:06:50 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19GIL5-00055I-01 for emacs-devel@quimby.gnus.org; Thu, 15 May 2003 09:00:03 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19GIKg-00051o-00 for emacs-devel@gnu.org; Thu, 15 May 2003 08:59:38 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19GIIP-0003vH-00 for emacs-devel@gnu.org; Thu, 15 May 2003 08:57:17 -0400 Original-Received: from tsukuba.m17n.org ([192.47.44.130]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19GIGU-0002k2-00 for emacs-devel@gnu.org; Thu, 15 May 2003 08:55:18 -0400 Original-Received: from fs.m17n.org (fs.m17n.org [192.47.44.2])h4FCsso20307; Thu, 15 May 2003 21:54:54 +0900 (JST) (envelope-from handa@m17n.org) Original-Received: from etlken.m17n.org (etlken.m17n.org [192.47.44.125]) h4FCssA10301; Thu, 15 May 2003 21:54:54 +0900 (JST) Original-Received: (from handa@localhost) by etlken.m17n.org (8.8.8+Sun/3.7W-2001040620) id VAA04983; Thu, 15 May 2003 21:54:54 +0900 (JST) Original-To: ott@jet.msk.su In-reply-to: (message from Alex Ott on Thu, 15 May 2003 15:23:46 +0400) User-Agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/21.2.92 (sparc-sun-solaris2.6) MULE/5.0 (SAKAKI) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:13895 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:13895 In article , Alex Ott writes: > Hello all > I try to select Tajik lang environment and got following trace > Debugger entered--Lisp error: (coding-system-error cyrillic-koi8-t) I've just installed the attached fix. --- Ken'ichi HANDA handa@m17n.org 2003-05-15 Kenichi Handa * international/code-pages.el (cyrillic-koi8-t): Alias of koi8-t. Index: code-pages.el =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /cvsroot/emacs/emacs/lisp/international/code-pages.el,v retrieving revision 1.13 retrieving revision 1.14 diff -u -c -r1.13 -r1.14 cvs server: conflicting specifications of output style *** code-pages.el 18 Mar 2003 04:25:02 -0000 1.13 --- code-pages.el 15 May 2003 12:52:06 -0000 1.14 *************** *** 3896,3901 **** --- 3896,3902 ---- ?\=D0=AA] "Unicode-based KOI8-T encoding for Cyrillic") (coding-system-put 'koi8-t 'mime-charset nil) ; not in the IANA list + (define-coding-system-alias 'cyrillic-koi8-t 'koi8-t) =20 ;; Online final ISO draft: =20