help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: emacs c-mode


From: Lennart Borgman (gmail)
Subject: Re: emacs c-mode
Date: Thu, 19 Apr 2007 18:58:02 +0200
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.10) Gecko/20070221 Thunderbird/1.5.0.10 Mnenhy/0.7.5.666

Hadron wrote:
A small bug or something I am missing?

Consider comment (1) below:

/*
 * task_nice - return the nice value of a given task.
 * @p: the task in question.
 */

describe face reveals it as
font-lock-comment-face

All is highlighted as I would expect based on my customised faces.

However, comment block (2) below (note the second asterisk on line 1):

/**
 * task_nice - return the nice value of a given task.
 * @p: the task in question.
 */

Here the face is

font-lock-doc-face

Is this correct? Is /** supposed to be something special?

It is special in Java, but I do not think it is so in C/C++.

c-version is 5.31.3





reply via email to

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