>>>> "Hrvoje" == Hrvoje Niksic
<hniksic(a)arsdigita.com> writes:
Hrvoje> I made two mistakes: I misnamed the property, and my `put'
Hrvoje> line contains a case mismatch. It should be:
Hrvoje> (global-set-key 'Cyrillic_HARDSIGN 'self-insert-command)
Hrvoje> (put 'Cyrillic_HARDSIGN 'ascii-character ?\xff)
Hrvoje> 21.1 should respect that.
It does. isearch works.
Thank you!
Anyway it seems like we need to implement
(x-set-keysym-translation/-subset) anyway, how do you think? Or just
fix 21.4 (see below) and get done with that?
Someone also suggested
(global-set-key [(Cyrillic_HARDSIGN)] [ะช])
It works too. (though isearch in gnus v5.6.45 does not work with
"Keyboard macro terminated by a command ringing the bell"
Hrvoje> If 21.4 doesn't, it's a bug.
21.4.1 doesn't. It keeps inserting ISO8859-5 code for HARDSIGN
(0xca). I could test any patches for that matter.
--alexm