Pierre Phaneuf <pp(a)ludusdesign.com> writes:
I search around and found that x11/x-init.el and x11/x-compose.el
referred to that key as dead-circum instead of dead-circumflex. I tried
changing those files (with a *very* limited knowledge of ELisp!), but
XEmacs seems to ignore my changes (well, in any case I don't see any
change).
x-init.el is dumped in so it is only loaded at compile time.
(when (x-keysym-on-keyboard-p 'dead-circumflex)
(define-key function-key-map [dead-circumflex]
'compose-circumflex-map))
Which do work.
Yes. This fix is already in 21.0.
Thanks anyway,
Jan