From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: lawrence mitchell Newsgroups: gmane.emacs.help Subject: Re: How to color full line in dired Date: Sun, 24 Nov 2002 15:51:18 +0000 Organization: funfunfun Sender: help-gnu-emacs-admin@gnu.org Message-ID: References: <84d6owasm5.fsf@lucy.cs.uni-dortmund.de> <3DE0BD24.D100C66@ica1.uni-stuttgart.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1038153345 28512 80.91.224.249 (24 Nov 2002 15:55:45 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 24 Nov 2002 15:55:45 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18Fz6m-0007Pj-00 for ; Sun, 24 Nov 2002 16:55:44 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 18Fz7S-0004pG-00; Sun, 24 Nov 2002 10:56:26 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!logbridge.uoregon.edu!fu-berlin.de!uni-berlin.de!vegetable.demon.co.UK!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 27 Original-NNTP-Posting-Host: vegetable.demon.co.uk (80.177.16.3) Original-X-Trace: fu-berlin.de 1038153079 21386460 80.177.16.3 (16 [97657]) X-No-Yes: No Mail-Copies-To: nobody User-Agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2.90 (i386-mingw-nt5.0.2195) Cancel-Lock: sha1:RaxvwRI6yOKzZ+tRUySzxale+9M= Original-Xref: shelby.stanford.edu gnu.emacs.help:107371 Original-To: help-gnu-emacs@gnu.org Errors-To: help-gnu-emacs-admin@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.help:3924 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:3924 Astrid Kuhr wrote: > Hello! > Thank you for the information. >> (defface font-lock-dired-link-face >> '((t (:foreground "Firebrick" :bold t))) >> "Face used for symlinks in dired.") > I tried this: > (defface ak-dir-face > '((t (:foreground "Firebrick" :bold t))) > "Face used for directories in dired.") > (let*() > (setq > dired-font-lock-keywords > (list '("^..d.* \\([^ ]+\\)$" . ak-dir-face)) ^^ you need 'ak-dir-face here. [...] -- lawrence mitchell