* Delete alt-g-g
@ 2007-06-14 11:13 Peter Gordon
0 siblings, 0 replies; 2+ messages in thread
From: Peter Gordon @ 2007-06-14 11:13 UTC (permalink / raw)
To: help-gnu-emacs
How can I turn off the new keymap alt-g?
Thanks,
Peter
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Delete alt-g-g
[not found] <mailman.2137.1181819642.32220.help-gnu-emacs@gnu.org>
@ 2007-06-14 15:42 ` Daniel Jensen
0 siblings, 0 replies; 2+ messages in thread
From: Daniel Jensen @ 2007-06-14 15:42 UTC (permalink / raw)
To: help-gnu-emacs
Peter Gordon <peter@pg-consultants.com> writes:
> How can I turn off the new keymap alt-g?
(global-unset-key (kbd "M-g"))
This removes the key binding. Or you could bind it to something else, if
that's what you want, with global-set-key.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-06-14 15:42 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-06-14 11:13 Delete alt-g-g Peter Gordon
[not found] <mailman.2137.1181819642.32220.help-gnu-emacs@gnu.org>
2007-06-14 15:42 ` Daniel Jensen
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.