[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How to do rectangular cut(visual block) in emacs
From: |
Tim X |
Subject: |
Re: How to do rectangular cut(visual block) in emacs |
Date: |
Tue, 24 Mar 2009 18:59:19 +1100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.0.91 (gnu/linux) |
Move point to the top left corner and set the mark
Move point to the bottom right hand corner
Hit C-x r r <reg> where <reg> is a register. This will copy the
rectangle defined by the region into register <reg>
Later, when you want to get that rectangle of text back, just hit C-x r
i <reg> and the contents of <reg> will be pasted into the buffer where
point is.
HTH
Tim
--
tcross (at) rapttech dot com dot au