From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: makefile-mode makefile-fill-paragraph Date: Sun, 28 May 2006 16:56:53 -0400 Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1148849837 19011 80.91.229.2 (28 May 2006 20:57:17 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 28 May 2006 20:57:17 +0000 (UTC) Cc: Emacs Developement List Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun May 28 22:57:10 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 1FkSJw-0005EX-Vc for ged-emacs-devel@m.gmane.org; Sun, 28 May 2006 22:57:09 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FkSJw-0002xS-J3 for ged-emacs-devel@m.gmane.org; Sun, 28 May 2006 16:57:08 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FkSJk-0002xN-T1 for emacs-devel@gnu.org; Sun, 28 May 2006 16:56:56 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FkSJj-0002xB-58 for emacs-devel@gnu.org; Sun, 28 May 2006 16:56:56 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FkSJi-0002x8-W8 for emacs-devel@gnu.org; Sun, 28 May 2006 16:56:55 -0400 Original-Received: from [209.226.175.74] (helo=tomts20-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FkSP8-0007lm-Rj for emacs-devel@gnu.org; Sun, 28 May 2006 17:02:31 -0400 Original-Received: from localhost ([70.55.80.141]) by tomts20-srv.bellnexxia.net (InterMail vM.5.01.06.13 201-253-122-130-113-20050324) with ESMTP id <20060528205653.IYSJ16051.tomts20-srv.bellnexxia.net@localhost>; Sun, 28 May 2006 16:56:53 -0400 Original-Received: by localhost (Postfix, from userid 20848) id 916158232; Sun, 28 May 2006 16:56:53 -0400 (EDT) Original-To: Karl Chen In-Reply-To: (Karl Chen's message of "Thu, 25 May 2006 15:14:25 -0700") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) 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:55383 Archived-At: >>> Hello, M-q in comments in makefile-mode currently destroys >>> spaces after the comment start. Stefan> Does the patch below fix it as well? > Yes, that works, and it's better because it would work with > filladapt and such. Thanks! Thanks, installed, Stefan