help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Non-ASCII characters Key binding (emacs 21.4)


From: Mounir AITTAHAR
Subject: Re: Non-ASCII characters Key binding (emacs 21.4)
Date: 18 Oct 2005 09:06:10 -0700
User-agent: G2/0.2

Hey, I've found  a way : (read-key-sequence "") returns 3945 (???) if y
type "é"

so :

(local-set-key (vector 3945)
                  (lambda()(interactive) (insert "é")))

Works !! But I cannot explain why... :/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]