Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Janko Muzykant <umrzykus@gazeta.pl>
To: info-gnus-english@gnu.org
Subject: problem with colors in summary buffer
Date: Wed, 23 Jan 2013 17:11:22 +0100	[thread overview]
Message-ID: <m27gn33mmt.fsf@gazeta.pl> (raw)

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.


_______________________________________________
info-gnus-english mailing list
info-gnus-english@gnu.org
https://lists.gnu.org/mailman/listinfo/info-gnus-english

             reply	other threads:[~2013-01-23 16:11 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-23 16:11 Janko Muzykant [this message]
2013-01-24  3:47 ` Wolfgang Jenkner
2013-01-24  8:06   ` Janko Muzykant
2013-01-24 14:55 ` Wolfgang Jenkner
2013-01-24 21:13   ` Janko Muzykant

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=m27gn33mmt.fsf@gazeta.pl \
    --to=umrzykus@gazeta.pl \
    --cc=info-gnus-english@gnu.org \
    /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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).