Alexey Mahotkin <alexm(a)xemacs.org> is working on a similar problem.
You might want to ask on the xemacs-users-ru(a)xemacs.org list, too.
VK> [1]: Signaling: (undefined-keystroke-sequence [#<keypress-event
Cyrillic_te>])
VK> [2]: Signaling: (undefined-keystroke-sequence [#<keypress-event т>])
I don't understand how ru-keys works. But I would think for X
(define-key global-map [Cyrillic_te] #'self-insert-command)
(put Cyrillic_te 'ascii-character ?т)
and for TTY
(define-key global-map [?т] #'self-insert-command)
should give correct results. AFAIK isearch does not override
global-map as a whole. Of course you have to repeat for all
characters, which is annoying; if you send me a file I'll see about
getting it put somewhere sensible.
--
Institute of Policy and Planning Sciences
http://turnbull.sk.tsukuba.ac.jp
University of Tsukuba Tennodai 1-1-1 Tsukuba 305-8573 JAPAN
Ask not how you can "do" free software business;
ask what your business can "do for" free software.