all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Disabling M-q
@ 2013-05-15 15:31 Cecil Westerhof
  2013-05-16  2:59 ` Yuri Khan
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Cecil Westerhof @ 2013-05-15 15:31 UTC (permalink / raw)
  To: help-gnu-emacs

A friend asked how to disable M-q. My first thought was:
    (local-unset-key (kbd "\M-q"))
or
    (local-set-key (kbd "M-q") nil)

But both did not work. I am now using:
    (local-set-key (kbd "M-q") "")

and this works. Is this the best way, or is there a better way?

-- 
Cecil Westerhof
Senior Software Engineer
LinkedIn: http://www.linkedin.com/in/cecilwesterhof


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2013-05-22 14:59 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
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

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.