Gnus development mailing list
 help / color / mirror / Atom feed
From: Francisco Solsona <solsona@cs.utexas.edu>
Cc: ding@ifi.uio.no
Subject: Re: custom-face-lookup
Date: 03 Nov 1997 09:34:43 -0600	[thread overview]
Message-ID: <ud7ra8y0z58.fsf@trilby.cs.utexas.edu> (raw)
In-Reply-To: dsg@linus.mitre.org's message of "03 Nov 1997 08:31:24 -0500"

dsg@linus.mitre.org (David S. Goldberg) writes:

> > Francisco Solsona <solsona@cs.utexas.edu> writes:
> 
> >> so, my question is: what happen to this [custom-face-lookup]?
> 
> > It was a function used by the old `custom-' library, removed for
> > Quassia Gnus.  What you used it for should be achievable via other
> > means (e.g. `M-x customize-face'.)
> 
> If you want to do it in .gnus, look at face-spec-set.  An example from
> my .gnus (thanks to an example from Per Abrahamsen):
> 
>       ; define faces
>       (face-spec-set 'dsg-midnightblue-italic
> 		     '((t (:foreground "midnightblue" :italic t))))

[...]

	Thanks, but finally I have in .gnus, something like:

(custom-set-faces
 '(gnus-group-news-3-empty-face ((((class color) (background dark)) (:bold nil :foreground "MediumSlateBlue"))))
 '(gnus-summary-high-ancient-face ((((class color) (background dark)) (:bold t :foreground "steelblue3"))))
 '(gnus-summary-high-unread-face ((t (:bold t :foreground "lightsteelblue1"))))
 ...)

that is exactly what M-x customize do. :) And works pretty cool.

Francisco
-- 
Do you guys know what you're doing, or are you just hacking?


  reply	other threads:[~1997-11-03 15:34 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1997-10-31 21:08 custom-face-lookup Francisco Solsona
1997-10-31 22:05 ` custom-face-lookup Hrvoje Niksic
1997-11-03 13:31   ` custom-face-lookup David S. Goldberg
1997-11-03 15:34     ` Francisco Solsona [this message]
1997-11-03 16:27       ` custom-face-lookup Per Abrahamsen
1997-11-23 19:46     ` custom-face-lookup Stefan Waldherr
1997-11-23 21:23       ` custom-face-lookup Mark Moll
1997-11-23 21:24       ` custom-face-lookup Francisco Solsona
1997-11-24  2:58         ` custom-face-lookup Stefan Waldherr
1997-11-24 12:27           ` custom-face-lookup Per Abrahamsen
1997-11-24 15:35             ` custom-face-lookup Francisco Solsona

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=ud7ra8y0z58.fsf@trilby.cs.utexas.edu \
    --to=solsona@cs.utexas.edu \
    --cc=ding@ifi.uio.no \
    /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).