From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Emphasize the character to be typed next in *Completions* Date: 30 Mar 2004 07:58:47 +0200 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: Eli Zaretskii NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1080627351 2385 80.91.224.253 (30 Mar 2004 06:15:51 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 30 Mar 2004 06:15:51 +0000 (UTC) Cc: juri@jurta.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Tue Mar 30 08:15:44 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 1B8CXI-00072w-00 for ; Tue, 30 Mar 2004 08:15:44 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1B8CXI-0006z3-00 for ; Tue, 30 Mar 2004 08:15:44 +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 1B8CIz-0004ES-Ot for emacs-devel@quimby.gnus.org; Tue, 30 Mar 2004 01:00:57 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1B8CIo-0004DO-I4 for emacs-devel@gnu.org; Tue, 30 Mar 2004 01:00:46 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1B8CH7-0003SZ-5X for emacs-devel@gnu.org; Tue, 30 Mar 2004 00:59:32 -0500 Original-Received: from [207.232.27.5] (helo=WST0054) by monty-python.gnu.org with asmtp (Exim 4.30) id 1B8CEa-0002Cm-Jb; Tue, 30 Mar 2004 00:56:24 -0500 Original-To: Stefan Monnier In-reply-to: (message from Stefan Monnier on 29 Mar 2004 16:24:58 -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:21078 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:21078 > From: Stefan Monnier > Date: 29 Mar 2004 16:24:58 -0500 > > So maybe dired should introduce new faces (maybe it's done that already, > I haven't used it in a while now) Dired still uses the standard font-lock faces, it does not define its own faces. I agree with Stefan that introducing Dired-specific faces is a good idea. Standard font-lock faces are suitable to programming languages, not to something like file types. Mode derived from Text Mode, like Texinfo and Mail modes, should probably also define their own faces.