From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: TAB when the region is active Date: Mon, 24 Sep 2007 14:20:01 -0400 Message-ID: References: <200709142159.l8ELxFpE029330@oogie-boogie.ics.uci.edu> <200709170409.l8H49nmZ022542@oogie-boogie.ics.uci.edu> <46EF0242.1080806@gmail.com> <200709172328.l8HNSCK9001067@oogie-boogie.ics.uci.edu> <200709190342.l8J3gpHQ020774@oogie-boogie.ics.uci.edu> <200709200154.l8K1sX2u011202@oogie-boogie.ics.uci.edu> <200709220100.l8M10Ub3008452@oogie-boogie.ics.uci.edu> <871wcokiuq.fsf@jurta.org> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1190658400 8192 80.91.229.12 (24 Sep 2007 18:26:40 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 24 Sep 2007 18:26:40 +0000 (UTC) Cc: dann@ics.uci.edu, emacs-devel@gnu.org To: Juri Linkov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Sep 24 20:26:32 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 1IZsdU-0000XI-Kk for ged-emacs-devel@m.gmane.org; Mon, 24 Sep 2007 20:26:24 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IZsdR-0007Ir-QE for ged-emacs-devel@m.gmane.org; Mon, 24 Sep 2007 14:26:21 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IZsY0-00031b-EV for emacs-devel@gnu.org; Mon, 24 Sep 2007 14:20:44 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IZsXz-000308-8q for emacs-devel@gnu.org; Mon, 24 Sep 2007 14:20:43 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IZsXy-0002zv-Vg for emacs-devel@gnu.org; Mon, 24 Sep 2007 14:20:43 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IZsXy-0003OO-Er for emacs-devel@gnu.org; Mon, 24 Sep 2007 14:20:42 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1IZsXJ-00029b-H9; Mon, 24 Sep 2007 14:20:01 -0400 In-reply-to: <871wcokiuq.fsf@jurta.org> (message from Juri Linkov on Mon, 24 Sep 2007 03:07:57 +0300) 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:79737 Archived-At: It inserts a single TAB whereas C-M-\ (`indent-region') tries to indent the region. However, what C-M-\ does in text modes is not useful too because it shifts each consequent line relative to the previous line in a staircase-like style. It sounds like we should fix C-M-\ in Text mode to do something useful, then make TAB with a region do the same thing.