Am 29.11.2007 um 02:58 schrieb Marco Blanchette:

> (I can’t get my alt key remapped to meta-)


This can be a problem of either SSH protocol or of key mapping. X11  
offers the utility xev, best launched from GNU Emacs' *shell* buffer,  
to record key or pointer device events. Once you know which key code  
the Apple/Cmd key or the Alt/Option key produce you can write a  
little script for the xmodmap utility to make this key the Meta  
modifier. You can make it work via ~/.xinitrc, where xmodmap gets  
invoked when X11 is launched.

I have in my ~/.xmodmaprc:

        clear Mod1
        keycode 66 = Meta_L
        add Mod1 = Meta_L

(Comments start with ! as in ~/.Xdefaults.)

--
Greetings

   Pete

Rain is saved up in cloud banks.



--~--~---------~--~----~------------~-------~--~----~
"Carbon Emacs" group mailing list.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/carbon-emacs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to