From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: August Newsgroups: gmane.emacs.help Subject: Re: opposite of indent-region? Date: Tue, 15 Feb 2005 20:01:22 +0100 Message-ID: <1108494082.5323.9.camel@c83-250-206-119.bredband.comhem.se> References: <1108490846.510407.167560@o13g2000cwo.googlegroups.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1108494987 15357 80.91.229.2 (15 Feb 2005 19:16:27 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 15 Feb 2005 19:16:27 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Feb 15 20:16:27 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1D18BI-0003lM-DX for geh-help-gnu-emacs@m.gmane.org; Tue, 15 Feb 2005 20:16:20 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D18R5-0006Um-NE for geh-help-gnu-emacs@m.gmane.org; Tue, 15 Feb 2005 14:32:39 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1D18Kz-0003gf-0w for help-gnu-emacs@gnu.org; Tue, 15 Feb 2005 14:26:21 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1D18KJ-0003QU-UQ for help-gnu-emacs@gnu.org; Tue, 15 Feb 2005 14:25:41 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D18KG-0003L2-3z for help-gnu-emacs@gnu.org; Tue, 15 Feb 2005 14:25:36 -0500 Original-Received: from [81.228.11.109] (helo=av3-1-sn1.fre.skanova.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1D17wJ-0001N6-Gc for help-gnu-emacs@gnu.org; Tue, 15 Feb 2005 14:00:51 -0500 Original-Received: by av3-1-sn1.fre.skanova.net (Postfix, from userid 502) id 93ABB37EC2; Tue, 15 Feb 2005 20:00:48 +0100 (CET) Original-Received: from smtp2-1-sn2.hy.skanova.net (smtp2-1-sn2.hy.skanova.net [81.228.8.177]) by av3-1-sn1.fre.skanova.net (Postfix) with ESMTP id 8336537EBE for ; Tue, 15 Feb 2005 20:00:48 +0100 (CET) Original-Received: from c83-250-206-119.bredband.comhem.se (c83-250-206-119.bredband.comhem.se [83.250.206.119]) by smtp2-1-sn2.hy.skanova.net (Postfix) with ESMTP id 6F4B537E43 for ; Tue, 15 Feb 2005 20:00:48 +0100 (CET) Original-To: help-gnu-emacs@gnu.org In-Reply-To: <1108490846.510407.167560@o13g2000cwo.googlegroups.com> X-Mailer: Evolution 2.0.2 (2.0.2-3) 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 X-MailScanner-To: geh-help-gnu-emacs@m.gmane.org Xref: main.gmane.org gmane.emacs.help:24114 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:24114 On tis, 2005-02-15 at 10:07 -0800, bluj wrote: > Hi, > what is the command to move a unindent a region? ie move it left as a > block? Use `indent-rigidly'. Negative argument moves left. See also `indent- code-rigidly'. -- August