From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: nuxdoors@cegetel.net Newsgroups: gmane.emacs.bugs Subject: Re: reindent-then-newline-and-indent doesn't indent properly in emacs 22.1 Date: Tue, 16 Oct 2007 02:07:09 +0200 Message-ID: <471400AD.90805@cegetel.net> References: <470FFCF1.5050201@cegetel.net> <4710849B.30104@gmx.at> <471145BA.6050600@cegetel.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7BIT X-Trace: ger.gmane.org 1192494351 16595 80.91.229.12 (16 Oct 2007 00:25:51 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 16 Oct 2007 00:25:51 +0000 (UTC) To: bug-gnu-emacs@gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Tue Oct 16 02:25:41 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 1IhZyV-0007IS-0F for geb-bug-gnu-emacs@m.gmane.org; Tue, 16 Oct 2007 02:07:55 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IhZyN-0000dr-GX for geb-bug-gnu-emacs@m.gmane.org; Mon, 15 Oct 2007 20:07:47 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IhZyL-0000dm-QJ for bug-gnu-emacs@gnu.org; Mon, 15 Oct 2007 20:07:45 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IhZyK-0000da-AW for bug-gnu-emacs@gnu.org; Mon, 15 Oct 2007 20:07:44 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IhZyK-0000dX-4r for bug-gnu-emacs@gnu.org; Mon, 15 Oct 2007 20:07:44 -0400 Original-Received: from sp604005mt.neufgp.fr ([84.96.92.11] helo=smtp.Neuf.fr) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IhZyJ-0005DG-Nb for bug-gnu-emacs@gnu.org; Mon, 15 Oct 2007 20:07:43 -0400 Original-Received: from [86.77.76.155] by sp604005mt.gpm.neuf.ld (Sun Java System Messaging Server 6.2-5.05 (built Feb 16 2006)) with ESMTP id <0JPZ00EOT9OQPHW0@sp604005mt.gpm.neuf.ld> for bug-gnu-emacs@gnu.org; Tue, 16 Oct 2007 02:07:38 +0200 (CEST) In-reply-to: User-Agent: Icedove 1.5.0.12 (X11/20070607) X-detected-kernel: by monty-python.gnu.org: Windows 98 (3 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:16757 Archived-At: martin rudalics wrote: > Note that the first sentence of a doc-string should fit on one line. Note taken, thanks. Is this sentence understandable/acceptable to add at the end of the doc string ? "Ensures no space or tab remains at the end of first line." Stefan Monnier wrote: > But I do not understand why you replaced delete-horizontal-space with > just-one-space. 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 ). I was just too lazy to ckeck it up and used just-one-space which i knew would do the job for sure. delete-horizontal-space is all right of course. Fabrice.