From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Francis Moreau Newsgroups: gmane.emacs.help Subject: Re: How to do rectangular cut(visual block) in emacs Date: Tue, 24 Mar 2009 06:28:09 -0700 (PDT) Organization: http://groups.google.com Message-ID: <8e79b56a-c15b-4b26-b126-a6b81adce9d8@a12g2000yqm.googlegroups.com> References: <8763hz1hd4.fsf@lion.rapttech.com.au> <36481928-7e91-4a13-a25f-37777e8878ec@y9g2000yqg.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1237902167 9060 80.91.229.12 (24 Mar 2009 13:42:47 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 24 Mar 2009 13:42:47 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Mar 24 14:44:04 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Lm6vD-0006ur-Di for geh-help-gnu-emacs@m.gmane.org; Tue, 24 Mar 2009 14:44:03 +0100 Original-Received: from localhost ([127.0.0.1]:51079 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lm6tq-0000Ga-K8 for geh-help-gnu-emacs@m.gmane.org; Tue, 24 Mar 2009 09:42:38 -0400 Original-Path: news.stanford.edu!headwall.stanford.edu!news.glorb.com!news2.glorb.com!postnews.google.com!a12g2000yqm.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 15 Original-NNTP-Posting-Host: 93.2.234.153 Original-X-Trace: posting.google.com 1237901289 413 127.0.0.1 (24 Mar 2009 13:28:09 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Tue, 24 Mar 2009 13:28:09 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: a12g2000yqm.googlegroups.com; posting-host=93.2.234.153; posting-account=ekTE0goAAADiVCThPmo4ph0C5bTUhQOx User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.7) Gecko/2009030503 Fedora/3.0.7-1.fc9 Firefox/3.0.7,gzip(gfe),gzip(gfe) X-HTTP-Via: 1.1 grimoire.wyplay.int:3128 (squid/2.5.STABLE14) Original-Xref: news.stanford.edu gnu.emacs.help:167943 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:63234 Archived-At: On Mar 24, 1:52=A0pm, Peter Dyballa wrote: > Am 24.03.2009 um 13:32 schrieb Francis Moreau: > > > How do I move to the bottom right corner without adding space to the > > last > > line ? > > Two steps, two registers: one with lines #1 + #2, the other line #3. =A0 > Or vice-versa. Or you transpose line #1 and #2 or #2 and #3. > Another possibility would be to switch to a special mode (like picture- mode) that would allow to move freely into a buffer and select and copy the rectangle in this mode. The copy would dismiss any trailing spaces.