Alexey Mahotkin <alexm(a)hsys.msk.ru> writes:
>>>>> "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).
`ascii-character' is the property of a symbol, not of a character.