Gnus development mailing list
 help / color / mirror / Atom feed
* Topic-face
@ 2001-09-24 16:14 Sergej Malinovski
  2001-09-25  7:02 ` Topic-face Andreas Büsching
  0 siblings, 1 reply; 3+ messages in thread
From: Sergej Malinovski @ 2001-09-24 16:14 UTC (permalink / raw)


Is there a topic face? How about making one?

-- 
Sergej Malinovski [http://dreamer.nitro.dk]


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Topic-face
  2001-09-24 16:14 Topic-face Sergej Malinovski
@ 2001-09-25  7:02 ` Andreas Büsching
  2001-10-14 13:22   ` Topic-face Sergej Malinovski
  0 siblings, 1 reply; 3+ messages in thread
From: Andreas Büsching @ 2001-09-25  7:02 UTC (permalink / raw)


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.



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Topic-face
  2001-09-25  7:02 ` Topic-face Andreas Büsching
@ 2001-10-14 13:22   ` Sergej Malinovski
  0 siblings, 0 replies; 3+ messages in thread
From: Sergej Malinovski @ 2001-10-14 13:22 UTC (permalink / raw)


Andreas Büsching wrote:
> hope it helps

It does, thanks.

-- 
Sergej Malinovski [http://dreamer.nitro.dk]



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2001-10-14 13:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-09-24 16:14 Topic-face Sergej Malinovski
2001-09-25  7:02 ` Topic-face Andreas Büsching
2001-10-14 13:22   ` Topic-face Sergej Malinovski

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).