all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: kai.grossjohann@uni-duisburg.de (Kai Großjohann)
Subject: Re: How to color full line in dired
Date: Sun, 24 Nov 2002 15:56:21 +0100	[thread overview]
Message-ID: <84znrzyq22.fsf@lucy.cs.uni-dortmund.de> (raw)
In-Reply-To: 3DE0BD24.D100C66@ica1.uni-stuttgart.de

Astrid Kuhr <kuhr@ica1.uni-stuttgart.de> writes:

> 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))
>   )
> )
>
> But then I get the errormessage: Symbols value as
> variable is void: ak-dir-face.
>
> Must I add something else?

Oh, boy.  This shouldn't happen.  Anyway, maybe you can work around
it by including

    (defvar ak-dir-face 'ak-dir-face)

together with the defface statement.

kai
-- 
~/.signature is: umop ap!sdn    (Frank Nobis)

  reply	other threads:[~2002-11-24 14:56 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-11-20 12:01 How to color full line in dired Astrid Kuhr
2002-11-21 23:54 ` Kin Cho
2002-11-24 11:51   ` Astrid Kuhr
2002-11-23 21:22 ` Kai Großjohann
2002-11-24 11:51   ` Astrid Kuhr
2002-11-24 14:56     ` Kai Großjohann [this message]
2002-11-24 16:08       ` Astrid Kuhr
2002-11-24 15:51     ` lawrence mitchell
2002-11-24 16:10       ` Astrid Kuhr

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=84znrzyq22.fsf@lucy.cs.uni-dortmund.de \
    --to=kai.grossjohann@uni-duisburg.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.