From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thien-Thi Nguyen Newsgroups: gmane.emacs.devel Subject: Re: delete-indentation - text.texi Date: 04 Jul 2006 11:36:30 -0400 Message-ID: References: <44A80813.3060209@easy-emacs.de> <44A9FCEF.6060506@easy-emacs.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1152027417 31580 80.91.229.2 (4 Jul 2006 15:36:57 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 4 Jul 2006 15:36:57 +0000 (UTC) Cc: emacs-devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jul 04 17:36:53 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FxmxC-0007CF-Ot for ged-emacs-devel@m.gmane.org; Tue, 04 Jul 2006 17:36:46 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FxmxC-0006gd-5I for ged-emacs-devel@m.gmane.org; Tue, 04 Jul 2006 11:36:46 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Fxmx0-0006gI-P7 for emacs-devel@gnu.org; Tue, 04 Jul 2006 11:36:34 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Fxmwy-0006fn-JN for emacs-devel@gnu.org; Tue, 04 Jul 2006 11:36:33 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fxmwy-0006fk-DF for emacs-devel@gnu.org; Tue, 04 Jul 2006 11:36:32 -0400 Original-Received: from [67.59.132.6] (helo=mail.agora-net.com) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1FxnAf-0000la-U0 for emacs-devel@gnu.org; Tue, 04 Jul 2006 11:50:42 -0400 Original-Received: from ttn by mail.agora-net.com with local (Exim 4.50) id 1Fxmww-000447-Nd; Tue, 04 Jul 2006 11:36:30 -0400 Original-To: Andreas Roehler In-Reply-To: <44A9FCEF.6060506@easy-emacs.de> Original-Lines: 17 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.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:56498 Archived-At: Andreas Roehler writes: > Richard Stallman schrieb: > > > The name `delete-indentation' may be somewhat misleading as a name. > > That is why we made the alias `join-line'. > > > > > Just give in here an extraction from gnu.emacs.help > > which demonstrates, that a pure `delete-indendation' > function might be missed. there is `delete-horizontal-space', which works for indentation and other places, too. thi