From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Astrid Kuhr Newsgroups: gmane.emacs.help Subject: How define onw face and use it? Date: Sun, 24 Nov 2002 12:45:40 +0100 Organization: Comp.Center (RUS), U of Stuttgart, FRG Sender: help-gnu-emacs-admin@gnu.org Message-ID: <3DE0BBE4.92DC2581@ica1.uni-stuttgart.de> Reply-To: a.kuhr@fz-juelich.de NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1038138699 32101 80.91.224.249 (24 Nov 2002 11:51:39 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 24 Nov 2002 11:51:39 +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 18FvIX-0008LW-00 for ; Sun, 24 Nov 2002 12:51:38 +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 18FvIK-0005dR-00; Sun, 24 Nov 2002 06:51:24 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!syros.belnet.be!news.belnet.be!feed.news.nacamar.de!news.belwue.de!news.uni-stuttgart.de!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 27 Original-NNTP-Posting-Host: lynx.ica1.uni-stuttgart.de Original-X-Trace: news.uni-stuttgart.de 1038138340 11861 129.69.120.32 (24 Nov 2002 11:45:40 GMT) Original-X-Complaints-To: news@news.uni-stuttgart.de Original-NNTP-Posting-Date: Sun, 24 Nov 2002 11:45:40 +0000 (UTC) X-Mailer: Mozilla 4.77 [en] (X11; U; OSF1 V5.0 alpha) X-Accept-Language: en Original-Xref: shelby.stanford.edu gnu.emacs.help:107356 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:3909 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:3909 Hello! I tried to make an onw face and to use it. (make-face 'ak-dir-face) (set-face-foreground 'ak-dir-face "blue") (set-face-bold-p 'ak-dir-face t) (let*() (setq dired-font-lock-keywords (list '("^..d.* \\([^ ]+\\)$" . ak-dir-face)) ) ) There is no errormessage, but it dont work. If I look in the list of the faces I see the "ak-dir-face". But nothing is highlighted in the specified face. (If I choose another facename at the setq, the setq works). What did I make wrong? Regards, Astrid