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

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

Re: rebinding iso keys


From: josh
Subject: Re: rebinding iso keys
Date: 3 Apr 2006 11:39:00 -0700
User-agent: G2/0.2

Hi Peter,

Thanks for your reply, it worked!

I still have two questions:

1) binding interactively, executing repeat-complex-command, and then
yanking out of the mini-buffer was certainly a clever idea to get what
I wanted, but what's the "real" way? Is there no way to look up the
correct code? Where is it stored?

2) what was wrong with what I tried:

             (local-set-key "รค" 'TeX-a-umlaut)
             (local-set-key [?\xe4] 'TeX-a-umlaut)   ;iso ?
             (local-set-key [?\xc384] 'TeX-A-umlaut) ;unicode ?


-j



reply via email to

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