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

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

Re: Emacs on WinXP and Italian keyboard


From: B. T. Raven
Subject: Re: Emacs on WinXP and Italian keyboard
Date: Sat, 28 Mar 2009 20:17:24 -0600
User-agent: Thunderbird 2.0.0.21 (Windows/20090302)

Alternatively, if you put the following in your .emacs

(setq w32-recognize-altgr nil)

(define-key global-map (kbd "C-M-ì") (lambda () (interactive) (insert ?~ )))

then Altgr-igrave will produce a tilde. Whether that's a good idea or not is another question. I don't have an Altgr key unless I install the Italian keyboard and I don't know what else it's used for. I have w32-recognize-altgr set at t, which is, I think the default. I've never changed it before.

Ed


reply via email to

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