unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* Unsetting keybindings for "C-Home" and "C-End"
@ 2020-10-06 20:56 Christopher Dimech
  2020-10-06 20:59 ` Gregory Heytings via Users list for the GNU Emacs text editor
  2020-10-06 21:13 ` Stefan Monnier
  0 siblings, 2 replies; 3+ messages in thread
From: Christopher Dimech @ 2020-10-06 20:56 UTC (permalink / raw)
  To: Help Gnu Emacs


I am trying to unset the keybindings "C-Home" and "C-End"

( global-unset-key "C-<home>" )
( global-unset-key "C-<end>" )

C*



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

* Re: Unsetting keybindings for "C-Home" and "C-End"
  2020-10-06 20:56 Unsetting keybindings for "C-Home" and "C-End" Christopher Dimech
@ 2020-10-06 20:59 ` Gregory Heytings via Users list for the GNU Emacs text editor
  2020-10-06 21:13 ` Stefan Monnier
  1 sibling, 0 replies; 3+ messages in thread
From: Gregory Heytings via Users list for the GNU Emacs text editor @ 2020-10-06 20:59 UTC (permalink / raw)
  To: Christopher Dimech; +Cc: Help Gnu Emacs


>
> I am trying to unset the keybindings "C-Home" and "C-End"
>
> ( global-unset-key "C-<home>" )
> ( global-unset-key "C-<end>" )
>

(global-unset-key (kbd "<C-home>"))
(global-unset-key (kbd "<C-end>"))



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

* Re: Unsetting keybindings for "C-Home" and "C-End"
  2020-10-06 20:56 Unsetting keybindings for "C-Home" and "C-End" Christopher Dimech
  2020-10-06 20:59 ` Gregory Heytings via Users list for the GNU Emacs text editor
@ 2020-10-06 21:13 ` Stefan Monnier
  1 sibling, 0 replies; 3+ messages in thread
From: Stefan Monnier @ 2020-10-06 21:13 UTC (permalink / raw)
  To: help-gnu-emacs

> I am trying to unset the keybindings "C-Home" and "C-End"

Duly noted.
Anything else?


        Stefan




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

end of thread, other threads:[~2020-10-06 21:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-06 20:56 Unsetting keybindings for "C-Home" and "C-End" Christopher Dimech
2020-10-06 20:59 ` Gregory Heytings via Users list for the GNU Emacs text editor
2020-10-06 21:13 ` Stefan Monnier

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).