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: Drew Adams
Subject: RE: [External] : delete buffer content from the point
Date: Fri, 30 Jul 2021 15:59:27 +0000

> > But don't forget also `flush-lines'
> 
> Uhm..flush-lines is really interesting, I've bound as follows:
> 
> (bind-key (kbd "C-S-k") ( lambda()
>                           (interactive)
>                           (flush-lines ".*") ) )

Don't forget too that you can use `flush-lines'
and `keep-lines' in buffers, such as `M-x grep'
output, after using `C-x C-q' to enable editing.

reply via email to

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