From: Javier <nospam@nospam.com>
To: help-gnu-emacs@gnu.org
Subject: Re: Alt-x not working
Date: Thu, 23 Jul 2015 17:27:42 +0000 (UTC) [thread overview]
Message-ID: <mor86e$vod$1@speranza.aioe.org> (raw)
In-Reply-To: f285e6a4-8843-4bef-ac8c-a0d02dc8f713@googlegroups.com
> <help-echo> <help-echo> <help-echo> <help-echo> <help-echo>
> C-g C-h l
It seems something in the operating system is remapping Alt-x to
<help-echo>, and it repeats it several times. Did you install some
program recently? are you using autohotkey or similar to remap keys
in windows? changed the language/keyboard settings for windows?
You can still get the Alt-x behavior (Meta-x in emacspeak) by pressing
ESC (release key) x
A kludge that might work is inserting this in .emacs
(global-set-key (read-kbd-macro "<help-echo>") 'execute-extended-comment)
or this, since it appears repeated 5 times for each Alt-x press:
(global-set-key (read-kbd-macro
"<help-echo> <help-echo> <help-echo> <help-echo> <help-echo>")
'execute-extended-comment)
next prev parent reply other threads:[~2015-07-23 17:27 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-07-23 16:31 Alt-x not working Steve Graham
2015-07-23 16:39 ` Javier
2015-07-23 16:54 ` Steve Graham
2015-07-23 17:27 ` Javier [this message]
2015-07-23 19:13 ` Steve Graham
2015-07-23 22:07 ` Robert Thorpe
2015-07-27 20:56 ` Robert Thorpe
[not found] ` <mailman.7324.1437689243.904.help-gnu-emacs@gnu.org>
2015-07-24 5:20 ` Rusi
2015-07-24 5:47 ` Rusi
2015-07-23 17:17 ` Ian Zimmerman
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='mor86e$vod$1@speranza.aioe.org' \
--to=nospam@nospam.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).