From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.bugs Subject: bug#20256: 25.0.50; css-mode: filling multi-line comments Date: Mon, 27 Apr 2015 18:46:16 -0400 Message-ID: References: <1430166751.5441.0@smtp.gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1430175668 18389 80.91.229.3 (27 Apr 2015 23:01:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 27 Apr 2015 23:01:08 +0000 (UTC) Cc: 20256-done@debbugs.gnu.org To: Simen =?UTF-8?Q?Heggest=C3=B8yl?= Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Tue Apr 28 01:00:56 2015 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Yms1G-0007Ll-RT for geb-bug-gnu-emacs@m.gmane.org; Tue, 28 Apr 2015 01:00:55 +0200 Original-Received: from localhost ([::1]:57978 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yms1B-0003a3-Ca for geb-bug-gnu-emacs@m.gmane.org; Mon, 27 Apr 2015 19:00:49 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:45737) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yms11-0003Yd-NT for bug-gnu-emacs@gnu.org; Mon, 27 Apr 2015 19:00:40 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yms0w-0006X0-79 for bug-gnu-emacs@gnu.org; Mon, 27 Apr 2015 19:00:39 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:51931) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ymrnq-0007BX-OA for bug-gnu-emacs@gnu.org; Mon, 27 Apr 2015 18:47:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1Ymrnq-00079I-Gs for bug-gnu-emacs@gnu.org; Mon, 27 Apr 2015 18:47:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Stefan Monnier Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 27 Apr 2015 22:47:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 20256 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 20256-done@debbugs.gnu.org id=D20256.143017478127428 (code D ref 20256); Mon, 27 Apr 2015 22:47:02 +0000 Original-Received: (at 20256-done) by debbugs.gnu.org; 27 Apr 2015 22:46:21 +0000 Original-Received: from localhost ([127.0.0.1]:41707 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YmrnA-00078K-C2 for submit@debbugs.gnu.org; Mon, 27 Apr 2015 18:46:20 -0400 Original-Received: from chene.dit.umontreal.ca ([132.204.246.20]:32877) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Ymrn8-00078B-4Q for 20256-done@debbugs.gnu.org; Mon, 27 Apr 2015 18:46:18 -0400 Original-Received: from pastel.home (lechon.iro.umontreal.ca [132.204.27.242]) by chene.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id t3RMkGs4026467; Mon, 27 Apr 2015 18:46:17 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id B0F0B1E3F; Mon, 27 Apr 2015 18:46:16 -0400 (EDT) In-Reply-To: <1430166751.5441.0@smtp.gmail.com> ("Simen =?UTF-8?Q?Heggest=C3=B8yl?="'s message of "Mon, 27 Apr 2015 22:32:31 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) X-NAI-Spam-Flag: NO X-NAI-Spam-Threshold: 5 X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 1 Rules triggered RV5289=0 X-NAI-Spam-Version: 2.3.0.9393 : core <5289> : inlines <2804> : streams <1429680> : uri <1917098> X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:102132 Archived-At: > No, I don't think so. When the comment-end marker is \n, > `forward-comment' will leave point at the beginning of the next line, > causing the whole filling code to be skipped. Even when tweaking the > predicate so that the code is run anyway, it doesn't fill the comment > properly. Was it ever intended to do so? I assumed from the comment > that you quoted that it wasn't. > Those kinds of comments seem to be handled well by the default > `fill-paragraph', though. Oh, indeed, fill-paragraph-handle-comment should take care of those. Stefan