unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* setting Tajik environment error in cvs emacs
@ 2003-05-15 11:23 Alex Ott
  2003-05-15 12:54 ` Kenichi Handa
  0 siblings, 1 reply; 2+ messages in thread
From: Alex Ott @ 2003-05-15 11:23 UTC (permalink / raw)


Hello all

I try to select Tajik lang environment and got following trace

Debugger entered--Lisp error: (coding-system-error cyrillic-koi8-t)
  check-coding-system(cyrillic-koi8-t)
  coding-system-plist(cyrillic-koi8-t)
  coding-system-get(cyrillic-koi8-t coding-category)
  coding-system-category(cyrillic-koi8-t)
  mapcar(coding-system-category (cyrillic-koi8-t))
  set-language-environment-coding-systems("Tajik" [cyrillic-koi8-unix cyrillic-koi8-dos cyrillic-koi8-mac])
  set-language-environment("Tajik")
  setup-specified-language-environment()
  call-interactively(setup-specified-language-environment)

-- 
With best wishes, Alex Ott
Jet Infosystems,       http://www.jetinfosoft.ru/
		       +7 (095) 411 76 01

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: setting Tajik environment error in cvs emacs
  2003-05-15 11:23 setting Tajik environment error in cvs emacs Alex Ott
@ 2003-05-15 12:54 ` Kenichi Handa
  0 siblings, 0 replies; 2+ messages in thread
From: Kenichi Handa @ 2003-05-15 12:54 UTC (permalink / raw)
  Cc: emacs-devel

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:
  

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-05-15 12:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-05-15 11:23 setting Tajik environment error in cvs emacs Alex Ott
2003-05-15 12:54 ` Kenichi Handa

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).