From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Paul Pogonyshev Newsgroups: gmane.emacs.devel Subject: Re: TAB when the region is active Date: Sun, 16 Sep 2007 22:17:40 +0300 Message-ID: <200709162217.41351.pogonyshev@gmx.net> References: <200709142159.l8ELxFpE029330@oogie-boogie.ics.uci.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1189969195 25797 80.91.229.12 (16 Sep 2007 18:59:55 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 16 Sep 2007 18:59:55 +0000 (UTC) Cc: Dan Nicolaescu , Lennart Borgman To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Sep 16 20:59:53 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IWzLT-0003CD-5o for ged-emacs-devel@m.gmane.org; Sun, 16 Sep 2007 20:59:51 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IWzLR-0003Jt-TW for ged-emacs-devel@m.gmane.org; Sun, 16 Sep 2007 14:59:49 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IWzLP-0003Jo-AZ for emacs-devel@gnu.org; Sun, 16 Sep 2007 14:59:47 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IWzLL-0003Jc-Uo for emacs-devel@gnu.org; Sun, 16 Sep 2007 14:59:46 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IWzLL-0003JZ-P7 for emacs-devel@gnu.org; Sun, 16 Sep 2007 14:59:43 -0400 Original-Received: from mail.gmx.net ([213.165.64.20]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1IWzLL-0007E0-8E for emacs-devel@gnu.org; Sun, 16 Sep 2007 14:59:43 -0400 Original-Received: (qmail invoked by alias); 16 Sep 2007 18:59:41 -0000 Original-Received: from unknown (EHLO [80.94.234.187]) [80.94.234.187] by mail.gmx.net (mp043) with SMTP; 16 Sep 2007 20:59:41 +0200 X-Authenticated: #16844820 X-Provags-ID: V01U2FsdGVkX1/3h7sKYOn3y/7IAg9fJBVAo3/Yt04MR9xhemmPxm nqbhkHPjK5m4rQ User-Agent: KMail/1.7.2 In-Reply-To: Content-Disposition: inline X-Y-GMX-Trusted: 0 X-Detected-Kernel: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:79042 Archived-At: Lennart Borgman wrote: > On 9/14/07, Dan Nicolaescu wrote: > > > > > > A few commands (like replace-string/regexp, undo, etc) change their > > behavior if transient-mark-mode is on and the mark is active: they > > apply only to the active region. > > > > Similarly, wouldn't it be better if TAB would run indent-region if the > > region is active? > > > > Opinions? > > I agree, this is a natural extension and very useful. (And this is the way > it works in nxhtml-mode currently.) Second this. Paul