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

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

bug#739: Suggested small functions to plug symmetry gaps


From: Reuben Thomas
Subject: bug#739: Suggested small functions to plug symmetry gaps
Date: Wed, 11 Apr 2012 17:04:02 +0100

On 11 April 2012 13:23, Lars Magne Ingebrigtsen <larsi@gnus.org> wrote:
> Reuben Thomas <rrt@sc3d.org> writes:
>
>> For rect.el:
>>
>> (defun copy-rectangle-as-kill (start end)
>>   "Copy the region-rectangle and save it as the last killed one."
>>   (interactive "r")
>>   (setq killed-rectangle (extract-rectangle start end)))
>>
> This is a good idea, especially in read-only buffers.  What would the
> keystroke be, though?  `C-x r c' is already taken...

The mailing list message in which I found this function suggested C-x
r v, and that's what I use.

-- 
http://rrt.sc3d.org





reply via email to

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