Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: bojohan+news@dd.chalmers.se (Johan Bockgård)
Subject: Re: Group Highlighting ?
Date: Fri, 08 Jul 2005 20:45:48 +0200	[thread overview]
Message-ID: <yoijd5ptqgpv.fsf@linus003.dd.chalmers.se> (raw)
In-Reply-To: <87fyupbcz9.fsf@mail.augustmail.com>

lance <lance@mail.augustmail.com> writes:

> I want to add a line to this that says if the group name includes
> "Listserv" make the color "my-group-face-4".

>      (setq gnus-group-highlight
>            '(((> unread 200) . my-group-face-1) 
>              ((and (< level 3) (zerop unread)) . my-group-face-2)
               [...]

You can add line like

  ((string-match "Listserv" group) . my-group-face-4)

-- 
Johan Bockgård


      reply	other threads:[~2005-07-08 18:45 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-07-08 14:15 lance
2005-07-08 18:45 ` Johan Bockgård [this message]

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=yoijd5ptqgpv.fsf@linus003.dd.chalmers.se \
    --to=bojohan+news@dd.chalmers.se \
    /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).