info-gnus-english
[Top][All Lists]
Advanced

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

problem with colors in summary buffer


From: Janko Muzykant
Subject: problem with colors in summary buffer
Date: Wed, 23 Jan 2013 17:11:22 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2.92 (darwin)

hi,
for some reason I lost all my colors from gnus summary buffer. lines are
formatted correctly but no colors applied.

this is my line format:

  gnus-summary-line-format "%1{%U%R%z: %}%2{%d%}%5{ %[%4i%] %}%um 
%(%4{%-30,30n%}%6{%-4,4ur%}%5{ │ %}%1{%B%}%s%un%)\n"

and how I defined colors:

(defface face-1
  '((default (:foreground "grey30" :height 130))) "a gnus face 1")
(defface gnus-face-2
  '((default (:foreground "white" :weight bold :height 130))) "a gnus face 2")
(defface face-3
  '((default (:weight normal :height 130))) "a gnus face 3")
(defface face-4
  '((default (:foreground "orange" :italic t :height 130))) "a gnus face 4")
(defface face-5
  '((default (:foreground "grey40" :height 130))) "a gnus face 5")
(defface face-6
  '((default (:foreground "red" :height 130))) "a gnus face 6")

(setq gnus-face-1 'face-1)
(setq gnus-face-2 'face-2)
(setq gnus-face-3 'face-3)
(setq gnus-face-4 'face-4)
(setq gnus-face-5 'face-5)
(setq gnus-face-6 'face-6)

I updated Emacs to 24.2.92.1 (x86_64-apple-darwin, NS apple-appkit-1038.36).

Is there anything wrong in my configuration or has anything changed drastically
in gnus that might imply this weird visual look of summary buffer?

Best regards,
JM.




reply via email to

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