From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Emphasize the character to be typed next in *Completions* Date: Mon, 29 Mar 2004 15:56:35 -0500 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <20040322053942.03A2467DC4@imf.math.ku.dk> <405EB27E.6020904@math.ku.dk> <20040322.185510.266153697.jet@gyve.org> <87isgva1wc.fsf@mail.jurta.org> Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1080594054 12950 80.91.224.253 (29 Mar 2004 21:00:54 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 29 Mar 2004 21:00:54 +0000 (UTC) Cc: juri@jurta.org, storm@cua.dk, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Mon Mar 29 23:00:31 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1B83rz-0006w5-00 for ; Mon, 29 Mar 2004 23:00:31 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1B83ry-0000Mi-01 for ; Mon, 29 Mar 2004 23:00:30 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1B83pn-00083j-HA for emacs-devel@quimby.gnus.org; Mon, 29 Mar 2004 15:58:15 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1B83p6-0007pj-5m for emacs-devel@gnu.org; Mon, 29 Mar 2004 15:57:32 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1B83oZ-0007XJ-1P for emacs-devel@gnu.org; Mon, 29 Mar 2004 15:57:30 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1B83oP-0007Kv-4a for emacs-devel@gnu.org; Mon, 29 Mar 2004 15:56:49 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.24) id 1B83oB-00057o-Pj; Mon, 29 Mar 2004 15:56:35 -0500 Original-To: Stefan Monnier In-reply-to: (message from Stefan Monnier on 28 Mar 2004 12:35:12 -0500) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:21066 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:21066 In my .emacs for some modes where I don't want comments in font-lock-comment-face (for example). I think that is something you would only need for font lock. So it would be unnecessary to have a variable to specify which font to use for purposes other than font lock. I first used it in dired-mode where font-lock-FOO-face was misused for unrelated concepts. Would you say there is still such a problem in Dired mode? If so, what would you think of introducing new faces for Dired to use?