"Stephen J. Turnbull" <turnbull(a)sk.tsukuba.ac.jp> writes:
mb> It should be possible to define a key as a character,
e.g.
mb> (define-key [(Cyrillic_hardsign)] ?ÿ)
I like this interface.
I'm not so sure about it. What if ÿ itself is bound to something
other than self-insert-command? Do we still insert ÿ, or do we call
that other command?