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: 18 Oct 2005 07:52:34 -0700
User-agent: G2/0.2

Okay, emacs -nw (with "(set-keyboard-system latin-1)" + Xterm Meta
sends escape) and emacs/X11 have the same behaviour when type "é" in a
Azerty keyboard.

So this line :
(local-set-key (kbd "é") (lambda()(interactive)(insert "e acute")))

Or this one :
(local-set-key (kbd "é") (lambda()(interactive)(insert "e acute")))

don't insert e acute. :(



reply via email to

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