[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: bug when fontifying cc-mode
From: |
Alan Mackenzie |
Subject: |
Re: bug when fontifying cc-mode |
Date: |
Fri, 26 Aug 2005 07:18:21 +0000 (GMT) |
Hi, Chen!
On Thu, 25 Aug 2005, Karl Chen wrote:
Could you possibly do C-c C-b (`c-submit-bug-report') on your buffer, so
as to give a complete dump of your configuration, and then send the whole
thing to <address@hidden>? CC Mode is maintained as a separate
project.
Thanks!
--
Alan Mackenzie (Munich, Germany)
>
>Applies to emacs CVS HEAD; does not apply to emacs 21.3.
>
>Steps to reproduce:
>
>emacs -q /tmp/a.c
>
>insert the following string (without quotes):
>
>"
>//
>//
>
>//
>//
>
>"
>
>(There must be at least one blank line at the beginning, between
>the double-comment lines, and at the end.)
>
>M-x font-lock-fontify-buffer
>
>
>Lisp error: (error "Point after end of properties")
> forward-comment(5)
> c-find-decl-spots( ... )
> c-font-lock-declarations(24)
> font-lock-fontify-keywords-region(1 24 t)
> font-lock-default-fontify-region(1 24 t)
> font-lock-fontify-region(1 24 t)
> byte-code( ... )
> font-lock-default-fontify-buffer()
> font-lock-fontify-buffer()
>
>Fforward_comment hasn't changed in 5 years.
>
>--
>Karl 2005-08-25 20:38
>
>
>_______________________________________________
>Emacs-devel mailing list
>address@hidden
>http://lists.gnu.org/mailman/listinfo/emacs-devel
>