From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.bugs Subject: Re: reindent-then-newline-and-indent doesn't indent properly in emacs 22.1 Date: Tue, 16 Oct 2007 15:09:52 -0400 Message-ID: References: <470FFCF1.5050201@cegetel.net> <4710849B.30104@gmx.at> <471145BA.6050600@cegetel.net> <471400AD.90805@cegetel.net> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1192561857 24743 80.91.229.12 (16 Oct 2007 19:10:57 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 16 Oct 2007 19:10:57 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org To: nuxdoors@cegetel.net Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Tue Oct 16 21:10:57 2007 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IhroQ-0006II-NO for geb-bug-gnu-emacs@m.gmane.org; Tue, 16 Oct 2007 21:10:42 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IhroJ-0002UY-Kt for geb-bug-gnu-emacs@m.gmane.org; Tue, 16 Oct 2007 15:10:35 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ihrne-0001gK-UD for bug-gnu-emacs@gnu.org; Tue, 16 Oct 2007 15:09:55 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ihrnd-0001eK-5I for bug-gnu-emacs@gnu.org; Tue, 16 Oct 2007 15:09:54 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ihrnc-0001e3-VO for bug-gnu-emacs@gnu.org; Tue, 16 Oct 2007 15:09:53 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Ihrnc-0003c8-O7 for bug-gnu-emacs@gnu.org; Tue, 16 Oct 2007 15:09:52 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1Ihrnc-0001Ms-3H; Tue, 16 Oct 2007 15:09:52 -0400 In-reply-to: <471400AD.90805@cegetel.net> (nuxdoors@cegetel.net) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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: news.gmane.org gmane.emacs.bugs:16766 Archived-At: Well... With some late at night symetric reasoning ( which makes me think it is late again ) i figured if delete-horizontal-space deletes backward with a t argument then maybe it will delete forward with a nil argument ( don't ask ). There is no reason to delete spaces after point. Those will end up at the start of the next line and indentation will adjust them.