all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Kenichi Handa <handa@m17n.org>
Cc: emacs-devel@gnu.org
Subject: Re: setting Tajik environment error in cvs emacs
Date: Thu, 15 May 2003 21:54:54 +0900 (JST)	[thread overview]
Message-ID: <200305151254.VAA04983@etlken.m17n.org> (raw)
In-Reply-To: <ht28yt878sd.fsf@seal.service.jet.msk.su> (message from Alex Ott on Thu, 15 May 2003 15:23:46 +0400)

In article <ht28yt878sd.fsf@seal.service.jet.msk.su>, Alex Ott <ott@jet.msk.su> 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  <handa@m17n.org>

	* international/code-pages.el (cyrillic-koi8-t): Alias of koi8-t.

Index: code-pages.el
===================================================================
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 ----
    ?\Ъ]
   "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)
  
  ;;   Online final ISO draft:
  

      reply	other threads:[~2003-05-15 12:54 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-05-15 11:23 setting Tajik environment error in cvs emacs Alex Ott
2003-05-15 12:54 ` Kenichi Handa [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200305151254.VAA04983@etlken.m17n.org \
    --to=handa@m17n.org \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.