>>>> "Stephen" == Stephen J Turnbull
<stephen(a)xemacs.org> writes:
>
> But it does not work
The syntax of quail-define-rules is a bit baroque. Try
(quail-define-rules
("oei" "œi")
("oeu" "œu") )
I don't think this will work, instead you'll get prompted for
?œ OR
?i, not the string concatenating them. More likely to work is
Right it does not work
(quail-define-rules
("oei" ["œi"])
("oeu" ["œu"]) )
That works but now there is a new problem which let me think that the
whole approach is maybe faulty.
When I type (using french prefix) does it produces dooes
that is all o get doubled. The only possibility is to wait abnormally
long (5 sec.) Can anybody please check this??
It has nothing to do whether
modifier-keys-are-sticky are nil or t.
Uwe
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta