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:39:59 +0200 Message-ID: <878wsh10rk.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 1224680994 4368 80.91.229.12 (22 Oct 2008 13:09:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 22 Oct 2008 13:09:54 +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:10:55 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 1KsdTw-000343-O8 for geh-help-gnu-emacs@m.gmane.org; Wed, 22 Oct 2008 15:10:37 +0200 Original-Received: from localhost ([127.0.0.1]:54327 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KsdSq-0006WB-Ue for geh-help-gnu-emacs@m.gmane.org; Wed, 22 Oct 2008 09:09:28 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KsZGA-0008Db-SD for help-gnu-emacs@gnu.org; Wed, 22 Oct 2008 04:40:06 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KsZG8-0008Cv-TK for help-gnu-emacs@gnu.org; Wed, 22 Oct 2008 04:40:06 -0400 Original-Received: from [199.232.76.173] (port=54504 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KsZG8-0008Cp-Co for help-gnu-emacs@gnu.org; Wed, 22 Oct 2008 04:40:04 -0400 Original-Received: from thenybble.de ([87.230.95.74]:55608) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KsZG8-0008Ba-2N for help-gnu-emacs@gnu.org; Wed, 22 Oct 2008 04:40:04 -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 1KsZG2-0004cB-3S; Wed, 22 Oct 2008 08:39:58 +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:06 -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:59030 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