From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.devel Subject: Re: TAB when the region is active Date: Sun, 16 Sep 2007 21:09:49 -0700 Message-ID: <200709170409.l8H49nmZ022542@oogie-boogie.ics.uci.edu> References: <200709142159.l8ELxFpE029330@oogie-boogie.ics.uci.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1190002386 11468 80.91.229.12 (17 Sep 2007 04:13:06 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 17 Sep 2007 04:13:06 +0000 (UTC) Cc: emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Sep 17 06:13:04 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 1IX7yq-0001GV-2v for ged-emacs-devel@m.gmane.org; Mon, 17 Sep 2007 06:13:04 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IX7yo-0003LR-J2 for ged-emacs-devel@m.gmane.org; Mon, 17 Sep 2007 00:13:02 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IX7yk-0003LM-TX for emacs-devel@gnu.org; Mon, 17 Sep 2007 00:12:58 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IX7yk-0003LA-GL for emacs-devel@gnu.org; Mon, 17 Sep 2007 00:12:58 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IX7yk-0003L7-9p for emacs-devel@gnu.org; Mon, 17 Sep 2007 00:12:58 -0400 Original-Received: from oogie-boogie.ics.uci.edu ([128.195.1.41]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IX7yg-00074y-8z; Mon, 17 Sep 2007 00:12:54 -0400 Original-Received: from mothra.ics.uci.edu (mothra.ics.uci.edu [128.195.6.93]) by oogie-boogie.ics.uci.edu (8.13.6/8.13.6) with ESMTP id l8H49nmZ022542; Sun, 16 Sep 2007 21:09:49 -0700 (PDT) In-Reply-To: (Richard Stallman's message of "Sun\, 16 Sep 2007 01\:35\:02 -0400") Original-Lines: 10 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (score=-1.44, required 5, autolearn=disabled, ALL_TRUSTED -1.44) X-ICS-MailScanner-From: dann@mothra.ics.uci.edu X-Detected-Kernel: Solaris 9 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:79078 Archived-At: Richard Stallman writes: > Similarly, wouldn't it be better if TAB would run indent-region if the > region is active? > > The idea is logical, but we need to ask users if they find the change > annoying. Given that we are not close to a release, this would be a good time to experiment. Can you please OK such a change?