unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#3330: Is this a bug? (Emacs 23.0.93)
@ 2009-05-19  5:38 liu shukui
  0 siblings, 0 replies; 5+ messages in thread
From: liu shukui @ 2009-05-19  5:38 UTC (permalink / raw)
  To: emacs-devel; +Cc: emacs-pretest-bug

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






^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#3330: Is this a bug? (Emacs 23.0.93)
       [not found] <86ddccb30905182238y1674a8fah36a7ecc5ebe64eb5@mail.gmail.com>
  2009-05-19 11:11 ` bug#3330: Is this a bug? (Emacs 23.0.93) Alan Mackenzie
@ 2009-05-19 11:11 ` Alan Mackenzie
       [not found] ` <20090519111147.GB1317@muc.de>
  2 siblings, 0 replies; 5+ messages in thread
From: Alan Mackenzie @ 2009-05-19 11:11 UTC (permalink / raw)
  To: liu shukui, 3330; +Cc: emacs-pretest-bug, emacs-devel

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






^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#3330: Is this a bug? (Emacs 23.0.93)
       [not found] <86ddccb30905182238y1674a8fah36a7ecc5ebe64eb5@mail.gmail.com>
@ 2009-05-19 11:11 ` Alan Mackenzie
  2009-05-19 11:11 ` Alan Mackenzie
       [not found] ` <20090519111147.GB1317@muc.de>
  2 siblings, 0 replies; 5+ messages in thread
From: Alan Mackenzie @ 2009-05-19 11:11 UTC (permalink / raw)
  To: liu shukui, 3330; +Cc: emacs-pretest-bug, emacs-devel

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






^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#3330: Is this a bug? (Emacs 23.0.93)
       [not found] ` <20090519111147.GB1317@muc.de>
@ 2009-05-20  3:25   ` liu shukui
       [not found]   ` <86ddccb30905192025o3d9f8be4obed4eee32999ef4@mail.gmail.com>
  1 sibling, 0 replies; 5+ messages in thread
From: liu shukui @ 2009-05-20  3:25 UTC (permalink / raw)
  To: Alan Mackenzie, emacs-devel, emacs-pretest-bug; +Cc: 3330

On Tue, May 19, 2009 at 7:11 PM, Alan Mackenzie <acm@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.






^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#3330: Is this a bug? (Emacs 23.0.93)
       [not found]   ` <86ddccb30905192025o3d9f8be4obed4eee32999ef4@mail.gmail.com>
@ 2011-07-10  1:47     ` Glenn Morris
  0 siblings, 0 replies; 5+ messages in thread
From: Glenn Morris @ 2011-07-10  1:47 UTC (permalink / raw)
  To: 3330-done


This bug is being closed because it could not be reproduced.
Looks like it might have been a local configuration issue.





^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-07-10  1:47 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <86ddccb30905182238y1674a8fah36a7ecc5ebe64eb5@mail.gmail.com>
2009-05-19 11:11 ` bug#3330: Is this a bug? (Emacs 23.0.93) Alan Mackenzie
2009-05-19 11:11 ` Alan Mackenzie
     [not found] ` <20090519111147.GB1317@muc.de>
2009-05-20  3:25   ` liu shukui
     [not found]   ` <86ddccb30905192025o3d9f8be4obed4eee32999ef4@mail.gmail.com>
2011-07-10  1:47     ` Glenn Morris
2009-05-19  5:38 liu shukui

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).