From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Denis Bueno" Newsgroups: gmane.emacs.help Subject: Re: Use tab key to indent both region AND line? Date: Fri, 20 Apr 2007 08:45:10 -0400 Message-ID: <6dbd4d000704200545s1290bfcaw755d4df752ee976f@mail.gmail.com> References: <1177071040.638066.76140@n76g2000hsh.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1177073154 25180 80.91.229.12 (20 Apr 2007 12:45:54 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 20 Apr 2007 12:45:54 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: mopi <52hands@gmail.com> Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Apr 20 14:45:48 2007 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 1HesUX-0005uR-PS for geh-help-gnu-emacs@m.gmane.org; Fri, 20 Apr 2007 14:45:34 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HesZb-0001nX-7P for geh-help-gnu-emacs@m.gmane.org; Fri, 20 Apr 2007 08:50:47 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HesZN-0001nS-Oh for help-gnu-emacs@gnu.org; Fri, 20 Apr 2007 08:50:33 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HesZL-0001nG-Iw for help-gnu-emacs@gnu.org; Fri, 20 Apr 2007 08:50:32 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HesZL-0001nD-Co for help-gnu-emacs@gnu.org; Fri, 20 Apr 2007 08:50:31 -0400 Original-Received: from wr-out-0506.google.com ([64.233.184.229]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HesUH-0006tj-7R for help-gnu-emacs@gnu.org; Fri, 20 Apr 2007 08:45:17 -0400 Original-Received: by wr-out-0506.google.com with SMTP id i23so871352wra for ; Fri, 20 Apr 2007 05:45:16 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Wn39toop8f4EJ7eYv2Cqafh9A8b/bLfyeH0G1MrcRMOtTwV9+Wlje20HoXsEFtv+uCIeS0dLbzHCsrL9qPAHl+7fnOM+XpQ6vgRVI9vmMIg78aS/arJKh6S1K6jtR29GO2QYFW7j6eA6LoypKfjq8y4PxaYpW8pBrkqJY0edfmc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ronLPFlR2yAkpJ3HkiNt1+kLuWFsrDMhViCs/2XU4tUQGYmKrTxUVRdSjiEZywZJtJf3ZenxgTpQLs5fn1s0/wD0IPrkfQzNoAbBMq6npA0I8ciu1vNYedOOD83rDuGvqIFgYtBRQKKADxV8sOO7OpTWHZwz5NZ1000K3FSM50Q= Original-Received: by 10.114.150.1 with SMTP id x1mr1238327wad.1177073115193; Fri, 20 Apr 2007 05:45:15 -0700 (PDT) Original-Received: by 10.114.195.2 with HTTP; Fri, 20 Apr 2007 05:45:10 -0700 (PDT) In-Reply-To: <1177071040.638066.76140@n76g2000hsh.googlegroups.com> Content-Disposition: inline X-detected-kernel: Linux 2.4-2.6 (Google crawlbot) 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:42883 Archived-At: On 20 Apr 2007 05:10:40 -0700, mopi <52hands@gmail.com> wrote: > If there is a region marked I want the tab key to indent the region. > Shift-tab would preferably unindent the region. But if there is no This is perhaps a good idea. However, C-M-\ is a workaround which will indent when a region is selected -Denis