Gnus development mailing list
 help / color / mirror / Atom feed
From: Colin Marquardt <colin.marquardt@usa.alcatel.com>
Subject: Re: strangely-placed cursor in summary buffer
Date: Tue, 21 Aug 2001 14:32:31 -0700	[thread overview]
Message-ID: <ysd6wv3xqets.fsf@sol-cmarquar.pet.usa.alcatel.com> (raw)
In-Reply-To: <ysd6r8uaut83.fsf@sol-cmarquar.pet.usa.alcatel.com> (Colin Marquardt's message of "Fri, 17 Aug 2001 17:06:36 -0700")

Colin Marquardt <colin.marquardt@usa.alcatel.com> writes:

> Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Großjohann) writes:
>
>> Hm.  Btw, people have been asking how to make the names come out green
>> and the subjects come out yellow in the summary buffer.  While you're
>> at it...
>
> I have that at home, after it was posted to... somewhere. In case
> that code is wanted, I could get it.

It's really simple:

(copy-face 'default 'face-1)
(set-face-foreground 'face-1 "steelblue")
(setq gnus-face-1 'face-1)
(copy-face 'default 'face-2)
(set-face-foreground 'face-2 "lime green")
(setq gnus-face-2 'face-2)
(copy-face 'default 'face-3)
(set-face-foreground 'face-3 "pink")
(setq gnus-face-3 'face-3)
(setq gnus-summary-line-format "%U%R%z: %1{%-15,15n%} %2{%d%} %3{%[%4L%]%}  %(%I%S%) \n")

Cheers,
  Colin


  reply	other threads:[~2001-08-21 21:32 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-07-27 13:12 Bill White
2001-07-27 13:13 ` Bill White
2001-07-27 13:27 ` Karl Kleinpaste
2001-07-27 20:20   ` Kai Großjohann
2001-08-17 21:20     ` Lars Magne Ingebrigtsen
2001-08-17 21:29       ` Lars Magne Ingebrigtsen
2001-08-17 22:04       ` Kai Großjohann
2001-08-17 22:28         ` Lars Magne Ingebrigtsen
2001-08-17 23:05           ` Kai Großjohann
2001-08-18  0:06             ` Colin Marquardt
2001-08-21 21:32               ` Colin Marquardt [this message]
2001-08-18 10:04             ` Lars Magne Ingebrigtsen
2001-07-27 16:25 ` ShengHuo ZHU
2001-07-27 16:39   ` Bill White

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=ysd6wv3xqets.fsf@sol-cmarquar.pet.usa.alcatel.com \
    --to=colin.marquardt@usa.alcatel.com \
    /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).