emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: regression: filling comments in C++ code (today's CVS)


From: Robert Anderson
Subject: Re: regression: filling comments in C++ code (today's CVS)
Date: Sat, 18 Jan 2003 19:41:05 -0500

--- Original Message ---
From: "Stefan Monnier" <monnier+gnu/address@hidden>
To: "Robert Anderson" <address@hidden>, address@hidden
CC: address@hidden
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.

(~/emacs-test)$ ./run-tests 
GNU Emacs 21.3.50.7
./c++-mode/c-fill-paragraph/indented-comments: filling indented
comments... FAIL.
./c++-mode/c-fill-paragraph/left-flush-comments: filling left
flush comments... ok.
./fortran-mode/fill-paragraph/comments: filling comments... ok.
Failed: 1
(~/emacs-test)$ ./run-tests 
GNU Emacs 21.3.50.8
./c++-mode/c-fill-paragraph/indented-comments: filling indented
comments... ok.
./c++-mode/c-fill-paragraph/left-flush-comments: filling left
flush comments... ok.
./fortran-mode/fill-paragraph/comments: filling comments... ok.
All tests passed.

Indeed, you have fixed the bug I reported.  Thanks!

Bob







reply via email to

[Prev in Thread] Current Thread [Next in Thread]