all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Matthias <cimosque@free.fr>
Subject: Re: Costumising the colours in Dired
Date: 27 Jan 2005 13:40:37 +0100	[thread overview]
Message-ID: <yg74qh3m4e2.fsf@fermat.math.uvsq.fr> (raw)
In-Reply-To: ctamck$f38$1@dolly.uninett.no

Andreas Christiansen <andreas.christiansen@hsh.no> wrote:

> (...) I want to swap colour for these two types of files. How do I
> do that?

I think the color comes from the value of
`completion-ignored-extensions'. So you can try the following before
you create your dired buffer:

(setq completion-ignored-extensions
      (remove  ".pdf" (push ".ps" completion-ignored-extensions)))

> After "clean up" I am only interested in keeping .tex and .pdf .

See the following variables for automatic cleaning (needs the library
`dired-aux'): `dired-tex-unclean-extensions',
`dired-texinfo-unclean-extensions', `dired-latex-unclean-extensions',
`dired-bibtex-unclean-extensions'.
-- 
Matthias

  reply	other threads:[~2005-01-27 12:40 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-01-27 12:21 Costumising the colours in Dired Andreas Christiansen
2005-01-27 12:40 ` Matthias [this message]
2005-01-27 12:44 ` David Hansen
2005-01-31 17:07 ` Andreas Christiansen

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=yg74qh3m4e2.fsf@fermat.math.uvsq.fr \
    --to=cimosque@free.fr \
    /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.