GNU bug report logs - #9205
24.0.50; colored mark in vc mode-line

Previous Next

Package: emacs;

Reported by: pmlists <at> free.fr (Peter Münster)

Date: Sat, 30 Jul 2011 17:59:02 UTC

Severity: wishlist

Tags: patch, wontfix

Found in version 24.0.50

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

Full log


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

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: Óscar Fuentes <ofv <at> wanadoo.es>
Cc: Stefan Reichör <stefan <at> xsteve.at>, 9205 <at> debbugs.gnu.org,
 Peter Münster <pmlists <at> free.fr>,
 Stefan Monnier <monnier <at> IRO.UMontreal.CA>, Chong Yidong <cyd <at> gnu.org>
Subject: Re: bug#9205: 24.0.50; colored mark in vc mode-line
Date: Tue, 01 Mar 2016 13:14:45 +1100
Óscar Fuentes <ofv <at> wanadoo.es> writes:

>>From the NEWS entry:
>
> *** The VC state indicator in the mode line now has different faces
> corresponding to each of the possible states.  See the `vc-faces'
> customization group.

These all default to the default face?  That's not very handy.  The
faces should, in my opinion, be nice without having to do any
customisation.

(defface vc-state-base-face
  '((default))
  "Base face for VC state indicator."
  :group 'vc-faces
  :group 'mode-line
  :version "25.1")

(defface vc-up-to-date-state
  '((default :inherit vc-state-base-face))
  "Face for VC modeline state when the file is up to date."
  :version "25.1"
  :group 'vc-faces)

(etc)


-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no




This bug report was last modified 5 years and 332 days ago.

Previous Next


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