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

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

Re: [External] : delete buffer content from the point


From: Luca Ferrari
Subject: Re: [External] : delete buffer content from the point
Date: Fri, 30 Jul 2021 12:49:14 +0200

On Tue, Jul 13, 2021 at 3:40 PM Drew Adams <drew.adams@oracle.com> wrote:
>
> > Is there a short and sweet way to kill the content of the current
> > buffer from the point to the end of the buffer itself?
>
> What everyone else has said - `delete-region'.
>
> But don't forget also `flush-lines', which can

Uhm..flush-lines is really interesting, I've bound as follows:

(bind-key (kbd "C-S-k") ( lambda()
                          (interactive)
                          (flush-lines ".*") ) )


Thanks!

Luca



reply via email to

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