emacs-devel
[Top][All Lists]
Advanced

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

Re: hungry-delete


From: Andrew W. Nosenko
Subject: Re: hungry-delete
Date: Tue, 5 Apr 2011 19:11:21 +0300

On Mon, Apr 4, 2011 at 21:54, Andreas Röhler <address@hidden> wrote:
> Hi,
>
> thanks for the hint.
> However don't think customizing DEL does it.
> In most cases you will use DEL as `untabify'.
>
> "Hungry" eates a lot - that's is fine, but not as taking the common DEL.
>
> Therefore think a seperate key for hungry-delete is needed.

Unsure, whether separate key need.  If you have in minds to delete
char-by-char using regular DEL and then remove all spaces using
"hungry-DEL", then there is such key already: M-\

    (delete-horizontal-space &optional BACKWARD-ONLY)

    Delete all spaces and tabs around point.
    If BACKWARD-ONLY is non-nil, only delete them before point.


-- 
Andrew W. Nosenko <address@hidden>



reply via email to

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