>>>> "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)
By the way, there is no chapter "Character properties" in lispref.info
(there is "String properties" chapter). Is there any other properties
for characters (I could try to write up some summary documentation for
that...)?
--alexm