emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Problem while setting face via the custom file


From: Bastien Guerry
Subject: Problem while setting face via the custom file
Date: Fri, 08 Feb 2008 12:36:28 +0000
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.60 (gnu/linux)

With latest CVS:

I have this in my custom file:

(custom-set-faces
  ;; custom-set-faces was added by Custom.
  ;; If you edit it by hand, you could mess it up, so be careful.
  ;; Your init file should contain only one such instance.
  ;; If there is more than one, they won't work right.
 '(message-separator ((t (:foreground "indian red" :weight bold)))))

But this face is not set properly.  
When doing M-x customize-face RET message-separator RET I get this:

Attributes: [ ] Font Family: *
            [ ] Width: *
            [ ] Height: *
            [X] Weight: Value Menu bold
            [ ] Slant: *
            [ ] Underline: *
            [ ] Overline: *
            [ ] Strike-through: *
            [ ] Box around text: *
            [ ] Inverse-video: *
            [X] Foreground: indian red (sample)
            [X] Background: indian red (sample)
            [ ] Stipple: *
            [ ] Inherit: *

Obviously, the Background property is wrongly set.  

-- 
Bastien




reply via email to

[Prev in Thread] Current Thread [Next in Thread]