help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Why does Emacs lack `backward-delete-word`?


From: Lars Magne Ingebrigtsen
Subject: Re: Why does Emacs lack `backward-delete-word`?
Date: Sun, 06 Mar 2016 12:27:26 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

egarrulo <egarrulo@gmail.com> writes:

> I know how to define `backward-delete-word`, but if such a basic
> command were deemed useful by power users, it would ship with Emacs by
> now.

M-DEL (translated from <M-backspace>) runs the command
backward-kill-word (found in global-map), which is an interactive
compiled Lisp function in ‘simple.el’.

It is bound to <C-backspace>, M-DEL.

(backward-kill-word ARG)

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no


reply via email to

[Prev in Thread] Current Thread [Next in Thread]