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: Sat, 23 Nov 2002 22:22:42 +0100	[thread overview]
Message-ID: <84d6owasm5.fsf@lucy.cs.uni-dortmund.de> (raw)
In-Reply-To: i87lm3obgbo.fsf@isr141.isr.kfa-juelich.de

Astrid Kuhr <a.kuhr@web.de> writes:

>  (defvar font-lock-face-attributes 					 
>  (list
>   ;;                                 
>   (list 'font-lock-dired-link-face "Firebrick"        nil nil t   nil)
>   (list 'font-lock-dired-trash-face "ForestGreen"     nil nil nil nil)
>   (list 'font-lock-dired-header-face "tomato"         nil t   nil nil)
>   (list 'font-lock-dired-dir-face "blue"              nil nil nil nil)
>   )
>  )

I think in Emacs 20 and higher it is useful to use defface to define
these faces.  For example,

(defface font-lock-dired-link-face
  '((t (:foreground "Firebrick" :bold t)))
  "Face used for symlinks in dired.")

I forget what was the meaning for all those booleans after the fg
color, but I think you get the idea.

Does this help?

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

  parent reply	other threads:[~2002-11-23 21:22 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 [this message]
2002-11-24 11:51   ` Astrid Kuhr
2002-11-24 14:56     ` Kai Großjohann
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=84d6owasm5.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.