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: Thu, 16 Jan 2003 19:06:11 -0500

--- Original Message ---
From: "Stefan Monnier" <monnier+gnu/address@hidden>
To: "Robert Anderson" <address@hidden>
CC: address@hidden
Subject: Re: regression: filling comments in C++ code (today's CVS) 

>> I just updated from CVS today and it appears there has been a
>> rather serious regression with respect to filling comments in C++
>> code.
>> 
>> Here's a test case, in cc-mode:
>> 
>> main()
>> {
>>     // a[M-q]
>> 
>> comes back with:
>> 
>> fill-comment-paragraph: Search failed: "/\\*+ *\\|//+ *"
>
>Could you provide the full backtrace (by setting
>Options => Enter Debugger on Error) ?
>
>
>
Stefan

I guess a _15 character_ test case is too much work to cut/paste? :)

Here 'tis:

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)

Thanks,
Bob







reply via email to

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