GNU bug report logs - #3417
c-mode uses font-lock-doc-face for /**

Previous Next

Package: emacs;

Reported by: Antoine Levitt <antoine.levitt <at> gmail.com>

Date: Fri, 29 May 2009 14:50:03 UTC

Severity: normal

Done: Stefan Monnier <monnier <at> IRO.UMontreal.CA>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (Emacs bug Tracking System)
To: Antoine Levitt <antoine.levitt <at> gmail.com>
Subject: bug#3417 closed by Stefan Monnier <monnier <at> IRO.UMontreal.CA> (Re:
 bug#3417: c-mode uses font-lock-doc-face for /**)
Date: Fri, 29 May 2009 16:05:07 +0000
[Message part 1 (text/plain, inline)]
This is an automatic notification regarding your bug report
which was filed against the emacs package:

#3417: c-mode uses font-lock-doc-face for /**

It has been closed by Stefan Monnier <monnier <at> IRO.UMontreal.CA>.

Their explanation is attached below along with your original report.
If this explanation is unsatisfactory and you have not received a
better one in a separate message then please contact Stefan Monnier <monnier <at> IRO.UMontreal.CA> by
replying to this email.


-- 
3417: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3417
Emacs Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Stefan Monnier <monnier <at> IRO.UMontreal.CA>
To: Antoine Levitt <antoine.levitt <at> gmail.com>
Cc: 3417-done <at> debbugs.gnu.org
Subject: Re: bug#3417: c-mode uses font-lock-doc-face for /**
Date: Fri, 29 May 2009 12:01:38 -0400
> This behavior is certainly unexpected : I expect all comments to be
> fontified with the same face.  Am I right in thinking it's a bug ?

It's a feature. This comment format is used by doxygen (or somesuch).


        Stefan
[Message part 3 (message/rfc822, inline)]
From: Antoine Levitt <antoine.levitt <at> gmail.com>
To: bug-gnu-emacs <at> gnu.org
Subject: c-mode uses font-lock-doc-face for /**
Date: Fri, 29 May 2009 16:45:42 +0200
[Message part 4 (text/plain, inline)]
Compare :
/**
some file
*/
with
/*
some file
*/

In the first case, font-lock-doc-face is used, in the second
font-lock-comment-face is.

The first example fontifies with doc-face only if there is just "/**" :
"/*", "/** " (with a space) or "/***", for instance, use the standard
comment-face.

This is using emacs 23.0.94.1, and was reproduced on emacs22 as well. C++
and obj-C aren't affected, and java also shows this behavior on "/***"" and
"/** "/

This behavior is certainly unexpected : I expect all comments to be
fontified with the same face. Am I right in thinking it's a bug ?

Antoine
[Message part 5 (text/html, inline)]

This bug report was last modified 15 years and 356 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.