Gnus development mailing list
 help / color / mirror / Atom feed
From: Leonard Blanks <ltb@haruspex.demon.co.uk>
Subject: Re: Quassia Gnus v0.12 is released
Date: 06 Oct 1997 17:05:18 +0000	[thread overview]
Message-ID: <m2ra9yyg8h.fsf@haruspex.demon.co.uk> (raw)
In-Reply-To: Lars Magne Ingebrigtsen's message of "04 Oct 1997 01:06:14 +0200"

>>>>> "Lars" == Lars Magne Ingebrigtsen <larsi@ifi.uio.no> writes:

 Lars> 1997-09-23  Hrvoje Niksic  <hniksic@srce.hr>

 Lars> 	* gnus.el: Removed definition of `custom-face-lookup'.

A rewrite of the following example in gnus.texi is necessary. 

,-----
| @vindex gnus-group-highlight
| Highlighting in the group buffer is controlled by the
| @code{gnus-group-highlight} variable.  This is an alist with elements
| that look like @var{(form . face)}.  If @var{form} evaluates to
| something non-@code{nil}, the @var{face} will be used on the line.
| 	   
| Here's an example value for this variable that might look nice if the
| background is dark:
| 	   
| @lisp	 
| (setq gnus-group-highlight
| 	`(((> unread 200) . 
| 	   ,(custom-face-lookup "Red" nil nil t nil nil))
| 	  ((and (< level 3) (zerop unread)) . 
| 	   ,(custom-face-lookup "SeaGreen" nil nil t nil nil))
| 	  ((< level 3) . 
| 	   ,(custom-face-lookup "SpringGreen" nil nil t nil nil))
| 	  ((zerop unread) . 
| 	   ,(custom-face-lookup "SteelBlue" nil nil t nil nil))
| 	  (t . 
| 	   ,(custom-face-lookup "SkyBlue" nil nil t nil nil))))
| @end lisp
`-----

-- 
Len


  parent reply	other threads:[~1997-10-06 17:05 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1997-10-03 23:06 Lars Magne Ingebrigtsen
1997-10-05  5:20 ` Matt Simmons
1997-10-05 11:27   ` Paul Franklin
1997-10-12 14:54   ` Lars Magne Ingebrigtsen
1997-10-12 23:42     ` Matt Simmons
1997-10-20 20:33       ` Lars Magne Ingebrigtsen
1997-10-21  4:20         ` Matt Simmons
1997-10-24 22:50           ` Lars Magne Ingebrigtsen
1997-10-06  1:31 ` Norman Walsh
1997-10-12 14:55   ` Lars Magne Ingebrigtsen
1997-10-06 17:05 ` Leonard Blanks [this message]
1997-10-06 18:18   ` Per Abrahamsen
     [not found] <m2vhze30qm.fsf@proletcult.slip.ifi.uio.no>
1997-10-04  9:19 ` Kim-Minh Kaplan
1997-10-04 17:14   ` Lars Magne Ingebrigtsen
1997-10-05 11:35     ` Kim-Minh Kaplan
1997-10-12 14:56       ` Lars Magne Ingebrigtsen

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=m2ra9yyg8h.fsf@haruspex.demon.co.uk \
    --to=ltb@haruspex.demon.co.uk \
    /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).