From: "Pascal J. Bourguignon" <pjb@informatimago.com>
To: help-gnu-emacs@gnu.org
Subject: Re: Strange characters produced by M-x in emacs -nw
Date: Tue, 17 Sep 2013 22:42:57 +0200 [thread overview]
Message-ID: <87d2o76uy6.fsf@informatimago.com> (raw)
In-Reply-To: mailman.2346.1379445532.10748.help-gnu-emacs@gnu.org
aurelien@replicant.io (Aurélien DESBRIÈRES) writes:
> Peter Dyballa <Peter_Dyballa@Web.DE> writes:
>
>> Am 17.09.2013 um 18:51 schrieb Harry Putnam:
>>
>>> `M-x' produces 'ø'
>>> `M-Shift + !' produces '¡'
>>> `M-shift + : produces 'º'
>>
>> No! It's not M-x but certainly Alt-x.
>>
>> --
>> Greetings
>>
>> Pete
>>
>> Increase the size of your bike by at least *five* inches!
>>
>>
>>
>
> M == Alt
That's indeed the problem.
> M-x == Alt+x
> C-x == Ctrl+x
>
> C-h i == Ctrl + h then hit i
To solve it, you have to break the connection between the key Alt and
the emacs modifier M-.
For example, you could have in your ~/.emacs, amongst the rest,
something like (keycode specific to my keyboard):
! …
keycode 37 = Multi_key
keycode 133 = Alt_L
keycode 64 = Meta_L
keycode 65 = space space digitspace digitspace
keycode 108 = Meta_R
keycode 134 = Mode_switch
keycode 135 = Hyper_R
keycode 105 = Control_R
! …
clear Shift
clear Lock
clear Control
clear Mod1
clear Mod2
clear Mod3
clear Mod4
clear Mod5
! In order of bits:
add Shift = Shift_L Shift_R
add Lock = Caps_Lock
add Control = Control_L Control_R
add Mod1 = Num_Lock
add Mod2 = Alt_L Alt_R Mode_switch
add Mod3 = Meta_L Meta_R
add Mod4 = Super_L Super_R
add Mod5 = Hyper_L Hyper_R
--
__Pascal Bourguignon__
http://www.informatimago.com/
next prev parent reply other threads:[~2013-09-17 20:42 UTC|newest]
Thread overview: 33+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-09-17 16:51 Strange characters produced by M-x in emacs -nw Harry Putnam
2013-09-17 17:10 ` Tim Visher
2013-09-17 17:36 ` Aurélien DESBRIÈRES
2013-09-20 16:51 ` Harry Putnam
2013-09-20 17:04 ` Peter Dyballa
2013-09-20 18:51 ` Dale Snell
2013-09-20 20:27 ` Harry Putnam
2013-09-27 22:04 ` Harry Putnam
2013-09-17 18:46 ` Peter Dyballa
2013-09-17 19:30 ` Aurélien DESBRIÈRES
2013-09-17 20:11 ` Peter Dyballa
2013-09-18 6:14 ` Eli Zaretskii
2013-09-18 8:29 ` Peter Dyballa
[not found] ` <mailman.2346.1379445532.10748.help-gnu-emacs@gnu.org>
2013-09-17 20:42 ` Pascal J. Bourguignon [this message]
2013-09-17 21:11 ` Peter Dyballa
[not found] ` <mailman.2350.1379452281.10748.help-gnu-emacs@gnu.org>
2013-09-17 23:51 ` Pascal J. Bourguignon
2013-09-20 16:27 ` Harry Putnam
2013-09-20 17:28 ` Bob Proulx
2013-09-20 20:21 ` Harry Putnam
2013-09-20 21:08 ` Stefan Monnier
2013-09-20 22:15 ` Harry Putnam
2013-09-21 2:53 ` Stefan Monnier
2013-09-21 15:20 ` Harry Putnam
2013-09-21 18:06 ` Peter Dyballa
2013-09-21 19:23 ` W. Greenhouse
[not found] ` <mailman.2606.1379711320.10748.help-gnu-emacs@gnu.org>
2013-09-20 21:55 ` Pascal J. Bourguignon
2013-09-20 22:16 ` Harry Putnam
2013-09-21 10:06 ` Pascal J. Bourguignon
2013-09-21 15:24 ` Harry Putnam
[not found] ` <mailman.2655.1379777078.10748.help-gnu-emacs@gnu.org>
2013-09-21 16:14 ` Pascal J. Bourguignon
2013-09-21 16:55 ` Harry Putnam
2013-09-20 20:22 ` Harry Putnam
[not found] ` <mailman.2579.1379695386.10748.help-gnu-emacs@gnu.org>
2013-09-20 21:54 ` Pascal J. Bourguignon
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=87d2o76uy6.fsf@informatimago.com \
--to=pjb@informatimago.com \
--cc=help-gnu-emacs@gnu.org \
/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).