all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Deleting a word using keybinding
@ 2020-10-15 10:26 Christopher Dimech
  2020-10-15 11:10 ` Jeremie Juste
                   ` (3 more replies)
  0 siblings, 4 replies; 15+ messages in thread
From: Christopher Dimech @ 2020-10-15 10:26 UTC (permalink / raw)
  To: Help Gnu Emacs


   I am trying to delete a word using keybinding string "C-<tab>" but the
   Chord is still showing as undefined.

   I would like to delete a word even if I happen to be in the middle of
   it., so I move backward.

   Here is the function

   ( global-set-key (kbd "C-<tab>" )
       ( lambda () (interactive)
           ( (backward-word)
             (kill-word 1)
           )
       )
   )


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

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

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-15 10:26 Deleting a word using keybinding Christopher Dimech
2020-10-15 11:10 ` Jeremie Juste
2020-10-15 11:20 ` Harald Jörg
2020-10-15 16:44   ` Christopher Dimech
2020-10-15 18:44   ` Christopher Dimech
2020-10-15 20:25     ` Harald Jörg
2020-10-15 20:59       ` Christopher Dimech
2020-10-15 21:06         ` Thien-Thi Nguyen
2020-10-15 21:14           ` Christopher Dimech
2020-10-15 21:22             ` Christopher Dimech
2020-10-15 21:27               ` Drew Adams
2020-10-15 21:48                 ` Christopher Dimech
2020-10-15 21:24             ` Stephen Berman
2020-10-15 11:34 ` Stephen Berman
2020-10-15 13:48 ` Stefan Monnier

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.