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: 4 Apr 2006 11:24:16 -0700
User-agent: G2/0.2

Hi Miles,

cool, thanks! This clears up some of my confusion, since C-x = produces

Char: ä (04344, 2276, 0x8e4, file ...) point=192 of 192 (99%) column 0

and now not only does the following (produced using
repeat-complex-command as suggested above) work:

(local-set-key (quote [2276]) (quote TeX-a-umlaut))

but also

(local-set-key [?\x8e4] 'TeX-a-umlaut)

e4 being the iso code for "ä" (as I recall, at least). My last
question is now, why the "8" ?

-j



reply via email to

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