From 1cbe1e4b58dbf01ec51344a6209e78ae28c130da Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Mon, 24 Oct 2005 11:09:06 +0000 Subject: [PATCH] Register more Cyrillic characters in x-keysym-table. --- lisp/ChangeLog | 4 ++++ lisp/term/x-win.el | 30 ++++++++++++++++++++++++++++++ 2 files changed, 34 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f57188c7879..a7f1bb4f0a1 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2005-10-24 Kenichi Handa + + * term/x-win.el: Register more Cyrillic characters in x-keysym-table. + 2005-10-24 Eli Zaretskii * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the diff --git a/lisp/term/x-win.el b/lisp/term/x-win.el index 31bad4a9b15..f38baa6b720 100644 --- a/lisp/term/x-win.el +++ b/lisp/term/x-win.el @@ -1507,6 +1507,36 @@ as returned by `x-server-vendor'." (#x5f1 . ?,Gq(B) (#x5f2 . ?,Gr(B) ;; Cyrillic + (#x680 . ?$,1)R(B) + (#x681 . ?$,1)V(B) + (#x682 . ?$,1)Z(B) + (#x683 . ?$,1)\(B) + (#x684 . ?$,1)b(B) + (#x685 . ?$,1)n(B) + (#x686 . ?$,1)p(B) + (#x687 . ?$,1)r(B) + (#x688 . ?$,1)v(B) + (#x689 . ?$,1)x(B) + (#x68a . ?$,1)z(B) + (#x68c . ?$,1*8(B) + (#x68d . ?$,1*B(B) + (#x68e . ?$,1*H(B) + (#x68f . ?$,1*N(B) + (#x690 . ?$,1)S(B) + (#x691 . ?$,1)W(B) + (#x692 . ?$,1)[(B) + (#x693 . ?$,1)](B) + (#x694 . ?$,1)c(B) + (#x695 . ?$,1)o(B) + (#x696 . ?$,1)q(B) + (#x697 . ?$,1)s(B) + (#x698 . ?$,1)w(B) + (#x699 . ?$,1)y(B) + (#x69a . ?$,1){(B) + (#x69c . ?$,1*9(B) + (#x69d . ?$,1*C(B) + (#x69e . ?$,1*I(B) + (#x69f . ?$,1*O(B) (#x6a1 . ?,Lr(B) (#x6a2 . ?,Ls(B) (#x6a3 . ?,Lq(B) -- 2.39.5