From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.bugs Subject: Re: font lock problem in C mode Date: Fri, 15 Jun 2007 21:56:07 +0100 Message-ID: <4672FCE7.2040903@gnu.org> References: <4672F616.5030103@gmx.at> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1181940989 11070 80.91.229.12 (15 Jun 2007 20:56:29 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 15 Jun 2007 20:56:29 +0000 (UTC) Cc: bug-cc-mode@gnu.org, Alan Mackenzie , bug-gnu-emacs@gnu.org, Stephen Eglen , maechler@stat.math.ethz.ch To: martin rudalics Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Jun 15 22:56:27 2007 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HzIqG-0002yO-Iy for geb-bug-gnu-emacs@m.gmane.org; Fri, 15 Jun 2007 22:56:24 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HzIqG-0000Ud-9K for geb-bug-gnu-emacs@m.gmane.org; Fri, 15 Jun 2007 16:56:24 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HzIqE-0000UO-F7 for bug-gnu-emacs@gnu.org; Fri, 15 Jun 2007 16:56:22 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HzIqC-0000UC-Dm for bug-gnu-emacs@gnu.org; Fri, 15 Jun 2007 16:56:22 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HzIqC-0000U9-BI for bug-gnu-emacs@gnu.org; Fri, 15 Jun 2007 16:56:20 -0400 Original-Received: from outmail1.freedom2surf.net ([194.106.33.237]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HzIqB-0000Pf-9y; Fri, 15 Jun 2007 16:56:19 -0400 Original-Received: from [127.0.0.1] (i-83-67-23-108.freedom2surf.net [83.67.23.108]) by outmail1.freedom2surf.net (Postfix) with ESMTP id 4588B507A2; Fri, 15 Jun 2007 21:56:18 +0100 (BST) User-Agent: Thunderbird 2.0.0.4 (Windows/20070604) In-Reply-To: <4672F616.5030103@gmx.at> X-detected-kernel: Linux 2.4-2.6 X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:15893 Archived-At: martin rudalics wrote: > It is fontified as a "doc-string" (if you customize `font-lock-doc-face' > you will see the difference). Is there a good reason why it only works with javadoc style comments, and not other commonly used documentation comment indicators? ie doxygen also recognizes Qt style, C# style and a hybrid style: /*! * documentation */ /// documentation //! documentation