From: Drew Adams <drew.adams@oracle.com>
To: Cecil Westerhof <Cecil@decebal.nl>, help-gnu-emacs@gnu.org
Subject: RE: Disabling M-q
Date: Tue, 21 May 2013 13:29:41 -0700 (PDT) [thread overview]
Message-ID: <26e46ec8-f610-4304-a7f7-e54f50a2db11@default> (raw)
In-Reply-To: <8761yc89lp.fsf@Aspire.decebal.nl>
[-- Attachment #1: Type: text/plain, Size: 729 bytes --]
> >> (define-key (current-local-map) [(meta q)] nil) Does not work
> >> either
> >
> > You must use [(meta ?q)], not [(meta q)].
>
> Does not work either. I'll try with -Q as in the other post.
> On the other hand I do not find (local-set-key (kbd "M-q") 'ignore)
> less clear. I even think it is more clear. Or is there a reason to
> prefer this solution above the ignore solution?
You are confusing a lot of things. I merely wanted to say that [(meta q)] should be [(meta ?q)]: ?q is the character; q is not. Other people have mentioned other, orthogonal corrections.
Yes, (kbd "M-q") is perfectly clear. No, there is no advantage in one's init file to using [(meta ?q)] instead. No one suggested otherwise.
[-- Attachment #2: maker.ini --]
[-- Type: application/octet-stream, Size: 31745 bytes --]
next prev parent reply other threads:[~2013-05-21 20:29 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-05-15 15:31 Disabling M-q Cecil Westerhof
2013-05-16 2:59 ` Yuri Khan
2013-05-18 4:43 ` B. T. Raven
2013-05-18 10:26 ` Emanuel Berg
2013-05-18 17:44 ` B. T. Raven
2013-05-21 8:21 ` Cecil Westerhof
2013-05-21 16:44 ` Drew Adams
2013-05-21 16:57 ` B. T. Raven
[not found] ` <mailman.131.1369154672.22516.help-gnu-emacs@gnu.org>
2013-05-21 18:35 ` Cecil Westerhof
2013-05-21 20:29 ` Drew Adams [this message]
2013-05-21 20:44 ` B. T. Raven
2013-05-22 14:59 ` Drew Adams
[not found] ` <mailman.25881.1368673172.855.help-gnu-emacs@gnu.org>
2013-05-21 8:13 ` Cecil Westerhof
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=26e46ec8-f610-4304-a7f7-e54f50a2db11@default \
--to=drew.adams@oracle.com \
--cc=Cecil@decebal.nl \
--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.
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.