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: Re: font-lock-comment-delimiter-face Date: Mon, 25 Apr 2005 12:05:31 -0400 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1114445127 30986 80.91.229.2 (25 Apr 2005 16:05:27 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 25 Apr 2005 16:05:27 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Apr 25 18:05:26 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DQ64G-0003iC-BI for ged-emacs-devel@m.gmane.org; Mon, 25 Apr 2005 18:04:17 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DQ69n-0008T2-Ps for ged-emacs-devel@m.gmane.org; Mon, 25 Apr 2005 12:09:59 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DQ68z-00087g-3x for emacs-devel@gnu.org; Mon, 25 Apr 2005 12:09:09 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DQ68y-00087L-Ax for emacs-devel@gnu.org; Mon, 25 Apr 2005 12:09:08 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DQ68y-00078z-1g for emacs-devel@gnu.org; Mon, 25 Apr 2005 12:09:08 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DQ69e-00080L-M5 for emacs-devel@gnu.org; Mon, 25 Apr 2005 12:09:50 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1DQ65T-0005fY-3U; Mon, 25 Apr 2005 12:05:31 -0400 Original-To: storm@cua.dk (Kim F. Storm) In-reply-to: (storm@cua.dk) 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:36369 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:36369 > 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. Feature freeze ? I installed this because it seems to be the only good way to resolve the problem that was encountered with fontification and Rmail to general satisfaction. (No one objected to this solution.) I agree it is an unpleasantly large change, but what else should we do? I would be glad to see a simpler solution that does the job.