GNU bug report logs - #39145
28.0.50; dired: Show broken/circular links in different font

Previous Next

Package: emacs;

Reported by: Tino Calancha <tino.calancha <at> gmail.com>

Date: Wed, 15 Jan 2020 21:07:01 UTC

Severity: wishlist

Found in version 28.0.50

Done: Tino Calancha <tino.calancha <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


Message #8 received at 39145 <at> debbugs.gnu.org (full text, mbox):

From: Glenn Morris <rgm <at> gnu.org>
To: Tino Calancha <tino.calancha <at> gmail.com>
Cc: 39145 <at> debbugs.gnu.org
Subject: Re: bug#39145: 28.0.50;
 dired: Show broken/circular links in different font
Date: Wed, 15 Jan 2020 17:28:47 -0500
Tino Calancha wrote:

> +(defface dired-broken-symlink
> +  '((((class color))
> +     :foreground "yellow1" :background "red1" :weight bold)
> +    (t :weight bold :slant italic :underline t))
> +  "Face used for broken symbolic links."
> +  :group 'dired-faces
> +  :version "28.1")
> +
> +(defvar dired-broken-symlink-face 'dired-broken-symlink
> +  "Face name used for broken symbolic links.")

Why have a variable at all, why not just customize the face?
(If it's just for consistency with existing dired stuff, consider
breaking that consistency.)




This bug report was last modified 4 years and 264 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.