From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Peter Dyballa Newsgroups: gmane.emacs.help Subject: Re: Shifting a column left or right using key Date: Sat, 15 Apr 2006 10:45:18 +0200 Message-ID: References: <0863F6090C03574894E8EC51D6071CEDFAA8C8@AZ25EXM04.gddsi.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v749.3) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1145090768 4392 80.91.229.2 (15 Apr 2006 08:46:08 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 15 Apr 2006 08:46:08 +0000 (UTC) Cc: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Apr 15 10:46:05 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FUgPk-0003BQ-DQ for geh-help-gnu-emacs@m.gmane.org; Sat, 15 Apr 2006 10:45:56 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FUgPj-00022E-GO for geh-help-gnu-emacs@m.gmane.org; Sat, 15 Apr 2006 04:45:55 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FUgPO-0001zJ-RV for help-gnu-emacs@gnu.org; Sat, 15 Apr 2006 04:45:34 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FUgPM-0001xK-Rx for help-gnu-emacs@gnu.org; Sat, 15 Apr 2006 04:45:34 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FUgPM-0001xB-ON for help-gnu-emacs@gnu.org; Sat, 15 Apr 2006 04:45:32 -0400 Original-Received: from [217.72.192.227] (helo=fmmailgate02.web.de) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1FUgPW-0001KG-LL for help-gnu-emacs@gnu.org; Sat, 15 Apr 2006 04:45:42 -0400 Original-Received: by fmmailgate02.web.de (8.12.10/8.12.10/webde Linux 0.7) with ESMTP id k3F8jLHm006354; Sat, 15 Apr 2006 10:45:21 +0200 Original-Received: from [84.245.179.203] (helo=[192.168.1.2]) by smtp07.web.de with asmtp (TLSv1:RC4-SHA:128) (WEB.DE 4.106 #94) id 1FUgPB-00033V-00; Sat, 15 Apr 2006 10:45:21 +0200 In-Reply-To: <0863F6090C03574894E8EC51D6071CEDFAA8C8@AZ25EXM04.gddsi.com> X-Image-Url: http://homepage.mac.com/sparifankal/.cv/thumbs/me.thumbnail Original-To: "Abbott, Kevin-p98710" X-Mailer: Apple Mail (2.749.3) X-Sender: Peter_Dyballa@web.de 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:34375 Archived-At: Am 15.04.2006 um 01:08 schrieb Abbott, Kevin-p98710: > One nice option that PE had was that one could mark a rectangle in > front of a column of text or data and use the ctrl --> or ctrl <-- > to shift the column/ text left or right C-x r o or C-x r t shift to the right, the latter by inserting a text you specify. C-x r k kills a rectangle that the remainder is left shifted. C-h d rectangle RET mentions some more. -- Greetings Pete If you're not confused, you're not paying attention