GNU bug report logs -
#3330
Is this a bug? (Emacs 23.0.93)
Previous Next
Reported by: liu shukui <liushukuicn1771 <at> gmail.com>
Date: Tue, 19 May 2009 05:45:04 UTC
Severity: normal
Tags: moreinfo, unreproducible
Done: Glenn Morris <rgm <at> gnu.org>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 3330 in the body.
You can then email your comments to 3330 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>
:
bug#3330
; Package
emacs
.
(Tue, 19 May 2009 05:45:04 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
liu shukui <liushukuicn1771 <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
Emacs Bugs <bug-gnu-emacs <at> gnu.org>
.
(Tue, 19 May 2009 05:45:04 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> emacsbugs.donarmstrong.com (full text, mbox):
Hi all,
I am using Emacs 23.0.93, When I run the "occur" command in the c++
source file, this problem happens occasionally. Is this a bug that
should be fixed?
Error during redisplay: (void-function
font-lock-match-c++-style-declaration-item-and-skip-to-next) [6 times]
GNU Emacs 23.0.93.1 (i686-pc-linux-gnu, GTK+ Version 2.12.11) of
2009-05-04 on tux
Information forwarded
to
bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>
:
bug#3330
; Package
emacs
.
(Tue, 19 May 2009 11:20:04 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Alan Mackenzie <acm <at> muc.de>
:
Extra info received and forwarded to list. Copy sent to
Emacs Bugs <bug-gnu-emacs <at> gnu.org>
.
(Tue, 19 May 2009 11:20:04 GMT)
Full text and
rfc822 format available.
Message #10 received at submit <at> emacsbugs.donarmstrong.com (full text, mbox):
Hi!
On Tue, May 19, 2009 at 01:38:17PM +0800, liu shukui wrote:
> Hi all,
> I am using Emacs 23.0.93, When I run the "occur" command in the c++
> source file, this problem happens occasionally. Is this a bug that
> should be fixed?
Maybe. :-)
> Error during redisplay: (void-function
> font-lock-match-c++-style-declaration-item-and-skip-to-next) [6 times]
A grep through the Emacs 23 lisp sources doesn't find this function (even
when I remember not to quote the two plus signs ;-). However, it existed
in Emacs 21, but was removed from Emacs 22 after the font locking stuff
for C++ Mode (etc.) was moved into CC Mode.
There still exists the function
font-lock-match-c-style-declaration-item-and-skip-to-next
^^
in font-lock.el, which obviously is very like the one you're missing.
I don't know why the C one is still there but the C++ isn't.
> GNU Emacs 23.0.93.1 (i686-pc-linux-gnu, GTK+ Version 2.12.11) of
> 2009-05-04 on tux
At a guess, you're somehow using old code, maybe something you
byte-compiled when Emacs 21 was in fashion. If that doesn't look like
the problem, could you please see if you can reproduce the problem when
you start Emacs-23 with "emacs -Q".
--
Alan Mackenzie (Nuremberg, Germany).
Information forwarded
to
bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>
:
bug#3330
; Package
emacs
.
(Tue, 19 May 2009 11:20:05 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Alan Mackenzie <acm <at> muc.de>
:
Extra info received and forwarded to list. Copy sent to
Emacs Bugs <bug-gnu-emacs <at> gnu.org>
.
(Tue, 19 May 2009 11:20:05 GMT)
Full text and
rfc822 format available.
Information forwarded
to
bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>
:
bug#3330
; Package
emacs
.
(Wed, 20 May 2009 03:30:04 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
liu shukui <liushukuicn1771 <at> gmail.com>
:
Extra info received and forwarded to list. Copy sent to
Emacs Bugs <bug-gnu-emacs <at> gnu.org>
.
(Wed, 20 May 2009 03:30:04 GMT)
Full text and
rfc822 format available.
Message #20 received at submit <at> emacsbugs.donarmstrong.com (full text, mbox):
On Tue, May 19, 2009 at 7:11 PM, Alan Mackenzie <acm <at> muc.de> wrote:
> Hi!
>
> On Tue, May 19, 2009 at 01:38:17PM +0800, liu shukui wrote:
>> Hi all,
>
>> I am using Emacs 23.0.93, When I run the "occur" command in the c++
>> source file, this problem happens occasionally. Is this a bug that
>> should be fixed?
>
> Maybe. :-)
>
>> Error during redisplay: (void-function
>> font-lock-match-c++-style-declaration-item-and-skip-to-next) [6 times]
>
> A grep through the Emacs 23 lisp sources doesn't find this function (even
> when I remember not to quote the two plus signs ;-). However, it existed
> in Emacs 21, but was removed from Emacs 22 after the font locking stuff
> for C++ Mode (etc.) was moved into CC Mode.
>
> There still exists the function
> font-lock-match-c-style-declaration-item-and-skip-to-next
> ^^
> in font-lock.el, which obviously is very like the one you're missing.
> I don't know why the C one is still there but the C++ isn't.
>
>> GNU Emacs 23.0.93.1 (i686-pc-linux-gnu, GTK+ Version 2.12.11) of
>> 2009-05-04 on tux
>
> At a guess, you're somehow using old code, maybe something you
> byte-compiled when Emacs 21 was in fashion. If that doesn't look like
> the problem, could you please see if you can reproduce the problem when
> you start Emacs-23 with "emacs -Q".
>
> --
> Alan Mackenzie (Nuremberg, Germany).
>
I use the color-theme package, maybe this is the causation. I will
disable it to test emacs next few days.
Information forwarded
to
bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>
:
bug#3330
; Package
emacs
.
(Wed, 20 May 2009 03:30:06 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
liu shukui <liushukuicn1771 <at> gmail.com>
:
Extra info received and forwarded to list. Copy sent to
Emacs Bugs <bug-gnu-emacs <at> gnu.org>
.
(Wed, 20 May 2009 03:30:06 GMT)
Full text and
rfc822 format available.
Tags added: moreinfo, unreproducible
Request was from
Glenn Morris <rgm+emacsbugs <at> gnu.org>
to
control <at> emacsbugs.donarmstrong.com
.
(Wed, 17 Jun 2009 07:35:07 GMT)
Full text and
rfc822 format available.
Reply sent
to
Glenn Morris <rgm <at> gnu.org>
:
You have taken responsibility.
(Sun, 10 Jul 2011 01:48:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
liu shukui <liushukuicn1771 <at> gmail.com>
:
bug acknowledged by developer.
(Sun, 10 Jul 2011 01:48:02 GMT)
Full text and
rfc822 format available.
Message #32 received at 3330-done <at> debbugs.gnu.org (full text, mbox):
This bug is being closed because it could not be reproduced.
Looks like it might have been a local configuration issue.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sun, 07 Aug 2011 11:24:09 GMT)
Full text and
rfc822 format available.
This bug report was last modified 13 years and 316 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.