From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Livin Stephen Sharma Newsgroups: gmane.emacs.help Subject: Re: Use tab key to indent both region AND line? Date: Fri, 20 Apr 2007 19:28:02 +0530 Message-ID: <12B5375F-F41A-4A98-8DD9-160E9553316D@gmail.com> References: <1177071040.638066.76140@n76g2000hsh.googlegroups.com> <6dbd4d000704200545s1290bfcaw755d4df752ee976f@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1177077521 20205 80.91.229.12 (20 Apr 2007 13:58:41 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 20 Apr 2007 13:58:41 +0000 (UTC) To: emacs-help gnu gnu Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Apr 20 15:58:34 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 1HetdB-0005UC-Bf for geh-help-gnu-emacs@m.gmane.org; Fri, 20 Apr 2007 15:58:33 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HetiF-0006bh-0R for geh-help-gnu-emacs@m.gmane.org; Fri, 20 Apr 2007 10:03:47 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Hethz-0006bc-Mq for help-gnu-emacs@gnu.org; Fri, 20 Apr 2007 10:03:31 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Hethx-0006bH-BA for help-gnu-emacs@gnu.org; Fri, 20 Apr 2007 10:03:30 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hethx-0006bE-5K for help-gnu-emacs@gnu.org; Fri, 20 Apr 2007 10:03:29 -0400 Original-Received: from wx-out-0506.google.com ([66.249.82.232]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Hetcs-0008S9-NM for help-gnu-emacs@gnu.org; Fri, 20 Apr 2007 09:58:14 -0400 Original-Received: by wx-out-0506.google.com with SMTP id s17so978771wxc for ; Fri, 20 Apr 2007 06:58:14 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:mime-version:in-reply-to:references:content-type:message-id:content-transfer-encoding:from:subject:date:to:x-mailer; b=EFY1meg0kZepmtmi5SjDj2joQSZv2X85hXYsRKeLLsZeOBxH09VDO9HLM/O6IAmeRofM3Hfj3QcHixL9wHOI39L9lY8PnFdwByc0kCSpp86KVvzc+PO8FWC2xhLsaVeV/++mNaXbReVPQpKCNMpjPsLLatR+RZUJLEfDcNmc4bk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:mime-version:in-reply-to:references:content-type:message-id:content-transfer-encoding:from:subject:date:to:x-mailer; b=oZi0CznhAoTlBuxCwCcvyiWKvuYaDW7IOZ973MTWgQhd6cX/WMxjNvtC+gFoeRDWLOz/RYoLFvtlBbhZrzPpJ2bZK5BRBSFvw5j/Yk+YP8Kh8Lu3WPlmN87yo7hVnyOTwFzvYyfXH7xuoXBtvhC5M05t2ANOzw/VEzZi5M0wRto= Original-Received: by 10.90.65.11 with SMTP id n11mr2965402aga.1177077491032; Fri, 20 Apr 2007 06:58:11 -0700 (PDT) Original-Received: from ?10.9.1.149? ( [124.30.119.98]) by mx.google.com with ESMTP id 20sm4339630agb.2007.04.20.06.58.08; Fri, 20 Apr 2007 06:58:09 -0700 (PDT) In-Reply-To: <6dbd4d000704200545s1290bfcaw755d4df752ee976f@mail.gmail.com> X-Mailer: Apple Mail (2.752.2) 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:42890 Archived-At: and C-c C-q will "Indent the current top-level declaration or macro syntactically." (i.e. indent current function). On 20-Apr-07, at 18:15 , Denis Bueno wrote: > 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 > > > _______________________________________________ > help-gnu-emacs mailing list > help-gnu-emacs@gnu.org > http://lists.gnu.org/mailman/listinfo/help-gnu-emacs