mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-29 11:02:01 +00:00
(cyrillic-encode-koi8-r-char)
(cyrillic-encode-alternativnyj-char): Get translation tables from symbol properties, not as variables. (standard-display-cyrillic-translit): Include unicodes.
This commit is contained in:
parent
d05ea5b11f
commit
a1970a1d1d
@ -1,3 +1,21 @@
|
||||
2002-02-07 Richard M. Stallman <rms@gnu.org>
|
||||
|
||||
* terminal.el (terminal-map): Define [menu-bar] so global def is seen.
|
||||
|
||||
* register.el (list-registers): New command.
|
||||
(describe-register-1): New subroutine, taken out of view-register.
|
||||
|
||||
* emacs-lisp/copyright.el (copyright-regexp):
|
||||
Delete the unibyte copyright symbol; it's redundant.
|
||||
Fix a spazz in the multibyte encoding here.
|
||||
|
||||
2002-02-07 Dave Love <fx@gnu.org>
|
||||
|
||||
* language/cyril-util.el (cyrillic-encode-koi8-r-char)
|
||||
(cyrillic-encode-alternativnyj-char): Get translation tables from
|
||||
symbol properties, not as variables.
|
||||
(standard-display-cyrillic-translit): Include unicodes.
|
||||
|
||||
2002-02-06 Kim F. Storm <storm@cua.dk>
|
||||
|
||||
* help.el (where-is): Report remapped commands.
|
||||
|
@ -1,6 +1,6 @@
|
||||
;;; cyril-util.el --- utilities for Cyrillic scripts
|
||||
|
||||
;; Copyright (C) 1997 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1997, 2001 Free Software Foundation, Inc.
|
||||
|
||||
;; Keywords: mule, multilingual, Cyrillic
|
||||
|
||||
@ -28,25 +28,29 @@
|
||||
;;;###autoload
|
||||
(defun cyrillic-encode-koi8-r-char (char)
|
||||
"Return KOI8-R external character code of CHAR if appropriate."
|
||||
(aref (char-table-extra-slot cyrillic-koi8-r-nonascii-translation-table 0)
|
||||
(aref (char-table-extra-slot
|
||||
(get 'cyrillic-koi8-r-nonascii-translation-table 'translation-table)
|
||||
0)
|
||||
char))
|
||||
|
||||
;;;###autoload
|
||||
(defun cyrillic-encode-alternativnyj-char (char)
|
||||
"Return ALTERNATIVNYJ external character code of CHAR if appropriate."
|
||||
(aref (char-table-extra-slot
|
||||
cyrillic-alternativnyj-nonascii-translation-table 0)
|
||||
(get 'cyrillic-alternativnyj-nonascii-translation-table
|
||||
'translation-table)
|
||||
0)
|
||||
char))
|
||||
|
||||
|
||||
;; Display
|
||||
;; Display
|
||||
|
||||
;; Written by Valery Alexeev <valery@math.uga.edu>.
|
||||
|
||||
(defvar cyrillic-language-alist
|
||||
(list '("Belorussian") '("Bulgarian") '("Macedonian")
|
||||
(list '("Belorussian") '("Bulgarian") '("Macedonian")
|
||||
'("Russian") '("Serbo-Croatian") '("Ukrainian"))
|
||||
"*List of known cyrillic languages")
|
||||
"List of known cyrillic languages.")
|
||||
|
||||
;;;###autoload
|
||||
(defun standard-display-cyrillic-translit (&optional cyrillic-language)
|
||||
@ -56,7 +60,7 @@ different from the one used for the input method `cyrillic-translit'.
|
||||
|
||||
The argument is a string which specifies which language you are using;
|
||||
that affects the choice of transliterations slightly.
|
||||
Possible values are listed in 'cyrillic-language-alist'.
|
||||
Possible values are listed in `cyrillic-language-alist'.
|
||||
If the argument is t, we use the default cyrillic transliteration.
|
||||
If the argument is nil, we return the display table to its standard state."
|
||||
(interactive
|
||||
@ -141,7 +145,7 @@ If the argument is nil, we return the display table to its standard state."
|
||||
(aset standard-display-table ?,LM(B [?E?'])
|
||||
(aset standard-display-table ?,LN(B [?Y?u])
|
||||
(aset standard-display-table ?,LO(B [?Y?a])
|
||||
|
||||
|
||||
(aset standard-display-table ?,Lt(B [?i?e])
|
||||
(aset standard-display-table ?,Lw(B [?i])
|
||||
(aset standard-display-table ?,L~(B [?u])
|
||||
@ -155,7 +159,7 @@ If the argument is nil, we return the display table to its standard state."
|
||||
(aset standard-display-table ?,Ly(B [?l?j])
|
||||
(aset standard-display-table ?,Lz(B [?n?j])
|
||||
(aset standard-display-table ?,L(B [?d?z])
|
||||
|
||||
|
||||
(aset standard-display-table ?,L$(B [?Y?e])
|
||||
(aset standard-display-table ?,L'(B [?Y?i])
|
||||
(aset standard-display-table ?,L.(B [?U])
|
||||
@ -169,24 +173,134 @@ If the argument is nil, we return the display table to its standard state."
|
||||
(aset standard-display-table ?,L)(B [?L?j])
|
||||
(aset standard-display-table ?,L*(B [?N?j])
|
||||
(aset standard-display-table ?,L/(B [?D?j])
|
||||
|
||||
|
||||
;; Unicode version:
|
||||
(aset standard-display-table ?$,1(P(B [?a])
|
||||
(aset standard-display-table ?$,1(Q(B [?b])
|
||||
(aset standard-display-table ?$,1(R(B [?v])
|
||||
(aset standard-display-table ?$,1(S(B [?g])
|
||||
(aset standard-display-table ?$,1(T(B [?d])
|
||||
(aset standard-display-table ?$,1(U(B [?e])
|
||||
(aset standard-display-table ?$,1(q(B [?y?o])
|
||||
(aset standard-display-table ?$,1(V(B [?z?h])
|
||||
(aset standard-display-table ?$,1(W(B [?z])
|
||||
(aset standard-display-table ?$,1(X(B [?i])
|
||||
(aset standard-display-table ?$,1(Y(B [?j])
|
||||
(aset standard-display-table ?$,1(Z(B [?k])
|
||||
(aset standard-display-table ?$,1([(B [?l])
|
||||
(aset standard-display-table ?$,1(\(B [?m])
|
||||
(aset standard-display-table ?$,1(](B [?n])
|
||||
(aset standard-display-table ?$,1(^(B [?o])
|
||||
(aset standard-display-table ?$,1(_(B [?p])
|
||||
(aset standard-display-table ?$,1(`(B [?r])
|
||||
(aset standard-display-table ?$,1(a(B [?s])
|
||||
(aset standard-display-table ?$,1(b(B [?t])
|
||||
(aset standard-display-table ?$,1(c(B [?u])
|
||||
(aset standard-display-table ?$,1(d(B [?f])
|
||||
(aset standard-display-table ?$,1(e(B [?k?h])
|
||||
(aset standard-display-table ?$,1(f(B [?t?s])
|
||||
(aset standard-display-table ?$,1(g(B [?c?h])
|
||||
(aset standard-display-table ?$,1(h(B [?s?h])
|
||||
(aset standard-display-table ?$,1(i(B [?s?c?h])
|
||||
(aset standard-display-table ?$,1(j(B [?~])
|
||||
(aset standard-display-table ?$,1(k(B [?y])
|
||||
(aset standard-display-table ?$,1(l(B [?'])
|
||||
(aset standard-display-table ?$,1(m(B [?e?'])
|
||||
(aset standard-display-table ?$,1(n(B [?y?u])
|
||||
(aset standard-display-table ?$,1(o(B [?y?a])
|
||||
|
||||
(aset standard-display-table ?$,1(0(B [?A])
|
||||
(aset standard-display-table ?$,1(1(B [?B])
|
||||
(aset standard-display-table ?$,1(2(B [?V])
|
||||
(aset standard-display-table ?$,1(3(B [?G])
|
||||
(aset standard-display-table ?$,1(4(B [?D])
|
||||
(aset standard-display-table ?$,1(5(B [?E])
|
||||
(aset standard-display-table ?$,1(!(B [?Y?o])
|
||||
(aset standard-display-table ?$,1(6(B [?Z?h])
|
||||
(aset standard-display-table ?$,1(7(B [?Z])
|
||||
(aset standard-display-table ?$,1(8(B [?I])
|
||||
(aset standard-display-table ?$,1(9(B [?J])
|
||||
(aset standard-display-table ?$,1(:(B [?K])
|
||||
(aset standard-display-table ?$,1(;(B [?L])
|
||||
(aset standard-display-table ?$,1(<(B [?M])
|
||||
(aset standard-display-table ?$,1(=(B [?N])
|
||||
(aset standard-display-table ?$,1(>(B [?O])
|
||||
(aset standard-display-table ?$,1(?(B [?P])
|
||||
(aset standard-display-table ?$,1(@(B [?R])
|
||||
(aset standard-display-table ?$,1(A(B [?S])
|
||||
(aset standard-display-table ?$,1(B(B [?T])
|
||||
(aset standard-display-table ?$,1(C(B [?U])
|
||||
(aset standard-display-table ?$,1(D(B [?F])
|
||||
(aset standard-display-table ?$,1(E(B [?K?h])
|
||||
(aset standard-display-table ?$,1(F(B [?T?s])
|
||||
(aset standard-display-table ?$,1(G(B [?C?h])
|
||||
(aset standard-display-table ?$,1(H(B [?S?h])
|
||||
(aset standard-display-table ?$,1(I(B [?S?c?h])
|
||||
(aset standard-display-table ?$,1(J(B [?~])
|
||||
(aset standard-display-table ?$,1(K(B [?Y])
|
||||
(aset standard-display-table ?$,1(L(B [?'])
|
||||
(aset standard-display-table ?$,1(M(B [?E?'])
|
||||
(aset standard-display-table ?$,1(N(B [?Y?u])
|
||||
(aset standard-display-table ?$,1(O(B [?Y?a])
|
||||
|
||||
(aset standard-display-table ?$,1(t(B [?i?e])
|
||||
(aset standard-display-table ?$,1(w(B [?i])
|
||||
(aset standard-display-table ?$,1(~(B [?u])
|
||||
(aset standard-display-table ?$,1(r(B [?d?j])
|
||||
(aset standard-display-table ?$,1({(B [?c?h?j])
|
||||
(aset standard-display-table ?$,1(s(B [?g?j])
|
||||
(aset standard-display-table ?$,1(u(B [?s])
|
||||
(aset standard-display-table ?$,1(|(B [?k])
|
||||
(aset standard-display-table ?$,1(v(B [?i])
|
||||
(aset standard-display-table ?$,1(x(B [?j])
|
||||
(aset standard-display-table ?$,1(y(B [?l?j])
|
||||
(aset standard-display-table ?$,1(z(B [?n?j])
|
||||
(aset standard-display-table ?$,1((B [?d?z])
|
||||
|
||||
(aset standard-display-table ?$,1($(B [?Y?e])
|
||||
(aset standard-display-table ?$,1('(B [?Y?i])
|
||||
(aset standard-display-table ?$,1(.(B [?U])
|
||||
(aset standard-display-table ?$,1("(B [?D?j])
|
||||
(aset standard-display-table ?$,1(+(B [?C?h?j])
|
||||
(aset standard-display-table ?$,1(#(B [?G?j])
|
||||
(aset standard-display-table ?$,1(%(B [?S])
|
||||
(aset standard-display-table ?$,1(,(B [?K])
|
||||
(aset standard-display-table ?$,1(&(B [?I])
|
||||
(aset standard-display-table ?$,1(((B [?J])
|
||||
(aset standard-display-table ?$,1()(B [?L?j])
|
||||
(aset standard-display-table ?$,1(*(B [?N?j])
|
||||
(aset standard-display-table ?$,1(/(B [?D?j])
|
||||
|
||||
(when (equal cyrillic-language "Bulgarian")
|
||||
(aset standard-display-table ?,Li(B [?s?h?t])
|
||||
(aset standard-display-table ?,LI(B [?S?h?t])
|
||||
(aset standard-display-table ?,Ln(B [?i?u])
|
||||
(aset standard-display-table ?,LN(B [?I?u])
|
||||
(aset standard-display-table ?,Lo(B [?i?a])
|
||||
(aset standard-display-table ?,LO(B [?I?a]))
|
||||
|
||||
(when (equal cyrillic-language "Ukrainian") ; based on the official
|
||||
(aset standard-display-table ?,LO(B [?I?a])
|
||||
;; Unicode version:
|
||||
(aset standard-display-table ?$,1(i(B [?s?h?t])
|
||||
(aset standard-display-table ?$,1(I(B [?S?h?t])
|
||||
(aset standard-display-table ?$,1(n(B [?i?u])
|
||||
(aset standard-display-table ?$,1(N(B [?I?u])
|
||||
(aset standard-display-table ?$,1(o(B [?i?a])
|
||||
(aset standard-display-table ?$,1(O(B [?I?a]))
|
||||
|
||||
(when (equal cyrillic-language "Ukrainian") ; based on the official
|
||||
; transliteration table
|
||||
(aset standard-display-table ?,LX(B [?y])
|
||||
(aset standard-display-table ?,L8(B [?Y])
|
||||
(aset standard-display-table ?,LY(B [?i])
|
||||
(aset standard-display-table ?,L9(B [?Y])
|
||||
(aset standard-display-table ?,Ln(B [?i?u])
|
||||
(aset standard-display-table ?,Lo(B [?i?a]))))
|
||||
|
||||
(aset standard-display-table ?,Ln(B [?i?u])
|
||||
(aset standard-display-table ?,Lo(B [?i?a])
|
||||
;; Unicode version:
|
||||
(aset standard-display-table ?$,1(X(B [?y])
|
||||
(aset standard-display-table ?$,1(8(B [?Y])
|
||||
(aset standard-display-table ?$,1(Y(B [?i])
|
||||
(aset standard-display-table ?$,1(9(B [?Y])
|
||||
(aset standard-display-table ?$,1(n(B [?i?u])
|
||||
(aset standard-display-table ?$,1(o(B [?i?a]))))
|
||||
|
||||
;;
|
||||
(provide 'cyril-util)
|
||||
|
Loading…
Reference in New Issue
Block a user