From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Dan Jacobson Newsgroups: gmane.emacs.bugs Subject: Re: delete-indentation should work on regions too Date: Thu, 30 Dec 2004 07:03:37 +0800 Message-ID: <87652khfli.fsf@jidanni.org> References: <33dideF3uatouU1@individual.net> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1104784717 13451 80.91.229.6 (3 Jan 2005 20:38:37 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 3 Jan 2005 20:38:37 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon Jan 03 21:38:28 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1ClYyC-00060D-00 for ; Mon, 03 Jan 2005 21:38:28 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1ClZ9M-0005uK-5G for geb-bug-gnu-emacs@m.gmane.org; Mon, 03 Jan 2005 15:50:00 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1ClZ90-0005n8-DW for bug-gnu-emacs@gnu.org; Mon, 03 Jan 2005 15:49:38 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1ClZ8z-0005mo-Qb for bug-gnu-emacs@gnu.org; Mon, 03 Jan 2005 15:49:38 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1ClZ8z-0005ml-O6 for bug-gnu-emacs@gnu.org; Mon, 03 Jan 2005 15:49:37 -0500 Original-Received: from [204.74.68.40] (helo=frodo.hserus.net) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1ClYvo-0006FE-JM for bug-gnu-emacs@gnu.org; Mon, 03 Jan 2005 15:36:00 -0500 Original-Received: from tc218-187-75-104.2-3.dynamic.apol.com.tw ([218.187.75.104]:32819 helo=jidanni1) by frodo.hserus.net with esmtpsa (Cipher TLSv1:RC4-SHA:128) (Exim 4.43 #0) id 1ClYvk-000ADm-Hr by authid with plain for ; Tue, 04 Jan 2005 02:05:59 +0530 Original-To: bug-gnu-emacs@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.bugs:10300 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:10300 Oops, as the two commands have different goals, I now mean: delete-indentation's docstring should mention if one wants to delete-indentation of a whole block, use indent-region with a negative argument.