From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: font-lock-comment-delimiter-face Date: Sat, 23 Apr 2005 18:51:38 -0400 Message-ID: Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1114296480 5125 80.91.229.2 (23 Apr 2005 22:48:00 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 23 Apr 2005 22:48:00 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Apr 24 00:47:59 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DPTPp-0000yC-VS for ged-emacs-devel@m.gmane.org; Sun, 24 Apr 2005 00:47:58 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DPTV2-0007hG-GM for ged-emacs-devel@m.gmane.org; Sat, 23 Apr 2005 18:53:20 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DPTUl-0007gS-AQ for emacs-devel@gnu.org; Sat, 23 Apr 2005 18:53:03 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DPTUj-0007gD-VZ for emacs-devel@gnu.org; Sat, 23 Apr 2005 18:53:02 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DPTUj-0007Xg-FR for emacs-devel@gnu.org; Sat, 23 Apr 2005 18:53:01 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DPTWl-0002EN-V9 for emacs-devel@gnu.org; Sat, 23 Apr 2005 18:55:08 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1DPTTO-00041j-RQ; Sat, 23 Apr 2005 18:51:38 -0400 Original-To: emacs-devel@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:36316 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:36316 I introduced a new face, font-lock-comment-delimiter-face, to make it possible to customize separately the fontification of comment delimiters and comment text. I also set up Rmail and Sendmail modes to use this. However, lots of other modes ought to be set up to use it. Can people please go to work on those modes?