Gnus development mailing list
 help / color / mirror / Atom feed
From: "Andreas Büsching" <crunchy@tzi.de>
Subject: Re: Topic-face
Date: Tue, 25 Sep 2001 09:02:02 +0200	[thread overview]
Message-ID: <xtzk7ynkb2t.fsf@dolormin.informatik.uni-bremen.de> (raw)
In-Reply-To: <87u1xsbpb9.fsf@nospam.dk>

Sergej Malinovski <sergej@nospam.dk> wrote:

> Is there a topic face? How about making one?

Do you think of something like this:

;; customize face of topic names
(copy-face 'default 'crunchy/gnus-topic-face)

(set-face-attribute 'crunchy/gnus-topic-face nil
                    :bold t
                    :height 1.1
                    :foreground "White"
                    :family "adobe-helvetica")

(setq gnus-face-2 'crunchy/gnus-topic-face)

;; Set the new & fancy format.
(setq gnus-topic-line-format "%i[ %2{%n%} -- %A ]%v\n")

The part enclosed by %2{...} is written by using the face
gnus-face-2. You can define as many of these faces as you want to
manipulate any line in gnus which is specified by a format-line.

hope it helps

crunchy

-- 
We live in a society where pizza gets to your house before the police.



  reply	other threads:[~2001-09-25  7:02 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-09-24 16:14 Topic-face Sergej Malinovski
2001-09-25  7:02 ` Andreas Büsching [this message]
2001-10-14 13:22   ` Topic-face Sergej Malinovski

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=xtzk7ynkb2t.fsf@dolormin.informatik.uni-bremen.de \
    --to=crunchy@tzi.de \
    /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).