From: Ulrich Herbst <ulrich.herbst@gmx.de>
Subject: Re: GNU Emacs on GNU/Debian
Date: Wed, 25 Jun 2003 23:45:19 +0200 [thread overview]
Message-ID: <bdd55f$rl1i6$1@ID-196878.news.dfncis.de> (raw)
In-Reply-To: bdd2s6$rh99o$1@ID-185594.news.dfncis.de
Andrei Maxim wrote:
> 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.
1. you can always use ESC - x when you need M-x (but I know, that's not
comfortable)
2. look with xev what keycode your ALT-Key gives.
If you get "ALT_L" than that is your problem (you need "META_L")
There are 2 ways to change that:
xmodmap -e "keysym Alt_L = Meta_L Alt_L"
or
add in /etc/X11/xkb/symbols/<your language>
something like
key <LALT> { [ Alt_L, Meta_L ],
[ Alt_L, Meta_L ] };
Bye
Uli
next prev parent reply other threads:[~2003-06-25 21: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 [this message]
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
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
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='bdd55f$rl1i6$1@ID-196878.news.dfncis.de' \
--to=ulrich.herbst@gmx.de \
/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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).