all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: kai.grossjohann@gmx.net (Kai Großjohann)
Subject: Re: GNU Emacs on GNU/Debian
Date: Thu, 26 Jun 2003 18:45:41 +0200	[thread overview]
Message-ID: <84isqsss7e.fsf@lucy.is.informatik.uni-duisburg.de> (raw)
In-Reply-To: bdd2s6$rh99o$1@ID-185594.news.dfncis.de

Andrei Maxim <acmax@xnet.ro> writes:

> I've tried using the `-nw' switch to run it in a terminal window, but my
> greatest surprize was that the Alt (Meta) key was gone. If I pressed Alt-x I
> got an extra x in the buffer. In X, when I press Alt-`key' all I get is an
> annoying beep.

I think that's because (a) your Alt key generates the Alt_L keysym
and (b) you also have a Meta_L key on your keyboard.  Type "xmodmap
-pm" to verify that Alt_L and Meta_L are indeed both present in the
output.

Let's say that Meta_L is mentioned in the mod2 line.  Now use xev to
find out the keycode of the corresponding key (it's the left flag key
I think).  Or just convert the hex number to decimal...  Let's say
that the number is 42.

Now put the following in ~/.Xmodmap:

clear mod2
keycode 42 = Super_L
add mod2 = Super_L

Maybe "xmodmap -pm" reported more than one key for the modifier.  In
that case, add another keycode line, like so:

keycode 4711 = Super_R

and also modify the add line to mention both keysyms:

add mod2 = Super_L Super_R

-- 
~/.signature

  parent reply	other threads:[~2003-06-26 16:45 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-06-25 21:06 GNU Emacs on GNU/Debian Andrei Maxim
2003-06-25 21:45 ` Ulrich Herbst
2003-06-25 21:56 ` Bill Wohler
2003-06-27 20:42   ` Andrei Maxim
2003-06-28  2:57     ` Bill Wohler
2003-06-26 16:45 ` Kai Großjohann [this message]
2003-06-26 19:55 ` D. Goel
2003-06-26 21:16   ` Arnaud Vandyck
     [not found]   ` <mailman.8706.1056662728.21513.help-gnu-emacs@gnu.org>
2003-06-27 13:31     ` D. Goel
2003-06-27 16:05       ` Arnaud Vandyck
2003-06-27 15:18     ` Paweł Tęcza

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=84isqsss7e.fsf@lucy.is.informatik.uni-duisburg.de \
    --to=kai.grossjohann@gmx.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.