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: Stefan Monnier
Subject: Re: regression: filling comments in C++ code (today's CVS)
Date: Sat, 18 Jan 2003 19:25:21 -0500

> 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.
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 ?


        Stefan





reply via email to

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