>>>> "A" == 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)
A> By the way, there is no chapter "Character properties" in lispref.info
A> (there is "String properties" chapter).
Technically, character lisp objects themselves have no properties.
In the above, it's a SYMBOL that has a property.