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

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

bug#49120: [PATCH] Add commands 'kill-lines' and 'copy-lines'


From: Okam
Subject: bug#49120: [PATCH] Add commands 'kill-lines' and 'copy-lines'
Date: Sat, 19 Jun 2021 17:12:25 +0000

These commands work similarly to the 'flush-lines' command, but add the
lines to the kill ring as a single item.

For example, when working with text lists, such as in

     - Documentation: Do thing 1
     - Source: Add new function
     - Documentation: Do thing 2

if one wanted to copy only the lines containing "Documentation", while
leaving the buffer untouched, the 'copy-lines' command could be used.

Attachment: 0001-Add-commands-kill-lines-and-copy-lines.patch
Description: Text Data


reply via email to

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