Am 10.05.2005 um 23:39 schrieb Nicolas Neuss:
(keyboard-translate ?\366 ?\[)
However, something has broken this (Maybe some software update, because I
installed Motif today? Before this I have also reconfigured the X
server.).
You know 'xmodmap -pk'? You can re-programme the X server partially with xmodmap: it has some 'programming language' to 'correct' the keyboard layout (here commented):
!!keycode 60 = Meta_R !!keycode 69 = Meta_R !!keycode 63 = Alt_L !!keycode 66 = Meta_L !! !!clear Mod1 !!clear Mod2 !! !!add Mod1 = Alt_L Alt_R !!add Mod2 = Meta_L Meta_R
In .xinitrc you then could do: xmodmap .xmodmaprc ...
In GNU Emacs you can check your keyboard with C-h k.
A bit deeper goes C-u M-: (read-event) RET <your key>. ö would probably produce 2294 (04366, 0x8f6).
-- Mit friedvollen Grüßen
Pete
Got Mole problems? Call Avogadro 6.02 x 10^23
_______________________________________________ Help-gnu-emacs mailing list Help-gnu-emacs@gnu.org http://lists.gnu.org/mailman/listinfo/help-gnu-emacs