From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Jan Seeger" Newsgroups: gmane.emacs.help Subject: Re: Shift regions. Date: Wed, 22 Oct 2008 10:40:07 +0200 Message-ID: <877i8110rc.wl%jan.seeger@thenybble.de> References: <1224651514.962693@nntp.acecape.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-Trace: ger.gmane.org 1224681086 4769 80.91.229.12 (22 Oct 2008 13:11:26 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 22 Oct 2008 13:11:26 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Oct 22 15:12:27 2008 connect(): Connection refused 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 1KsdUi-0003OT-MW for geh-help-gnu-emacs@m.gmane.org; Wed, 22 Oct 2008 15:11:24 +0200 Original-Received: from localhost ([127.0.0.1]:54770 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KsdTd-0006uM-4d for geh-help-gnu-emacs@m.gmane.org; Wed, 22 Oct 2008 09:10:17 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KsZGX-0008Ld-O5 for help-gnu-emacs@gnu.org; Wed, 22 Oct 2008 04:40:29 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KsZGW-0008LD-U1 for help-gnu-emacs@gnu.org; Wed, 22 Oct 2008 04:40:29 -0400 Original-Received: from [199.232.76.173] (port=54514 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KsZGW-0008L3-OL for help-gnu-emacs@gnu.org; Wed, 22 Oct 2008 04:40:28 -0400 Original-Received: from thenybble.de ([87.230.95.74]:55612) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KsZGW-0008IP-KI for help-gnu-emacs@gnu.org; Wed, 22 Oct 2008 04:40:28 -0400 Original-Received: from d006.tum.vpn.lrz-muenchen.de ([129.187.98.6] helo=dumper.thenybble.de) by thenybble.de with esmtpa (Exim 4.63) (envelope-from ) id 1KsZGU-0004dl-HN; Wed, 22 Oct 2008 08:40:26 +0000 Original-Newsgroups: gnu.emacs.help In-Reply-To: <1224651514.962693@nntp.acecape.com> User-Agent: Wanderlust/2.15.5 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.8 (=?ISO-8859-4?Q?Shij=F2?=) APEL/10.7 Emacs/22.3 (x86_64-pc-linux-gnu) MULE/5.0 (SAKAKI) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-Mailman-Approved-At: Wed, 22 Oct 2008 09:09:07 -0400 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:59032 Archived-At: At Wed, 22 Oct 2008 00:58:37 -0400, Wei Weng wrote: > > Hi All. > > How do I shift a highlighted/marked region a tab to right/left? Select the region you want to open and press C-x r o. Looks like this: Text Text Text TexM where the M is the mark. Press C-x r o and you get: Text Text Text TexM Regards, Jan Seeger