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

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

Re: Translating keys


From: Mounir AITTAHAR
Subject: Re: Translating keys
Date: Wed, 19 Oct 2005 10:29:36 +0200
User-agent: Mozilla Thunderbird 1.0.7 (X11/20050923)

I don't see the difference between the two lines:
(local-set-key (kbd "é") (lambda()(interactive)(insert "e acute")))
(local-set-key (kbd "é") (lambda()(interactive)(insert "e acute")))

Whoops :-( Don't remember my thoughts when I wrote this

(local-set-key (kbd "é") (lambda()(interactive)(insert "e acute")))

Type: C-x C-e C-x 8 ' e

Yes, it works in that case. I suppose now that kbd translate "é" into C-x C-e C-x 8 (bound to "keyboard macro" iso-transl-e-acute even if rebound)

Let's continue in /Non-ASCII characters Key binding (emacs 21.4)/ thread, which fit more for the way of resolution I might found.


--
Mounir AITTAHAR


reply via email to

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