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:49:14 +0200 Message-ID: <87prltovzp.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 1224681226 5341 80.91.229.12 (22 Oct 2008 13:13:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 22 Oct 2008 13:13:46 +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:14:44 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 1KsdWL-00045O-1X for geh-help-gnu-emacs@m.gmane.org; Wed, 22 Oct 2008 15:13:05 +0200 Original-Received: from localhost ([127.0.0.1]:42926 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KsdVF-0007VQ-Fp for geh-help-gnu-emacs@m.gmane.org; Wed, 22 Oct 2008 09:11:57 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KsZP5-0001u3-5Z for help-gnu-emacs@gnu.org; Wed, 22 Oct 2008 04:49:19 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KsZP2-0001t5-3R for help-gnu-emacs@gnu.org; Wed, 22 Oct 2008 04:49:16 -0400 Original-Received: from [199.232.76.173] (port=34070 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KsZP1-0001sw-Oa for help-gnu-emacs@gnu.org; Wed, 22 Oct 2008 04:49:15 -0400 Original-Received: from thenybble.de ([87.230.95.74]:55692) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KsZP0-00024v-0A for help-gnu-emacs@gnu.org; Wed, 22 Oct 2008 04:49:14 -0400 Original-Received: from d200.tum.vpn.lrz-muenchen.de ([129.187.98.200] helo=dumper.thenybble.de) by thenybble.de with esmtpa (Exim 4.63) (envelope-from ) id 1KsZOx-00057R-WA; Wed, 22 Oct 2008 08:49:12 +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:59033 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