From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Robert Anderson" Newsgroups: gmane.emacs.devel Subject: Re: regression: filling comments in C++ code (today's CVS) Date: Sat, 18 Jan 2003 19:34:43 -0500 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1042936547 25456 80.91.224.249 (19 Jan 2003 00:35:47 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 19 Jan 2003 00:35:47 +0000 (UTC) Cc: emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18a3RB-0006cL-00 for ; Sun, 19 Jan 2003 01:35:45 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18a3bK-0008Mh-00 for ; Sun, 19 Jan 2003 01:46:14 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18a3SU-0002YJ-02 for emacs-devel@quimby.gnus.org; Sat, 18 Jan 2003 19:37:06 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18a3S0-0002Fb-00 for emacs-devel@gnu.org; Sat, 18 Jan 2003 19:36:36 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18a3R7-0001GH-00 for emacs-devel@gnu.org; Sat, 18 Jan 2003 19:35:42 -0500 Original-Received: from pimout4-ext.prodigy.net ([207.115.63.103]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18a3QC-0008Mv-00; Sat, 18 Jan 2003 19:34:44 -0500 Original-Received: from www2.prodigy.net (www2-ext.prodigy.net [207.115.61.49]) id h0J0YhBK146704; Sat, 18 Jan 2003 19:34:43 -0500 Original-To: "Stefan Monnier" , X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:10851 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:10851 --- Original Message --- From: "Stefan Monnier" To: "Robert Anderson" , bug-cc-mode@gnu.org CC: emacs-devel@gnu.org Subject: Re: regression: filling comments in C++ code (today's CVS) >> Debugger entered--Lisp error: (search-failed "/\\*+ *\\|//+ *") >> re-search-forward("/\\*+ *\\|//+ *") >> fill-comment-paragraph(nil) >> fill-paragraph(nil) >> apply(fill-paragraph nil) >> c-mask-comment(t nil fill-paragraph nil) >> c-fill-paragraph(nil) >> call-interactively(c-fill-paragraph) > >I believe I've fixed this bug now, thanks for reporting it. Is the fix in CVS? I can run my tests on it if so. Thanks for responding to my report. >I still think it's also a bug for cc-mode to rebind M-q instead of >setting fill-paragraph-function. Or is there a good reason for >doing it this way ? I could say "I doubt it," but I honestly have no idea. Thanks, Bob