From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/12756 Path: main.gmane.org!not-for-mail From: Francisco Solsona Newsgroups: gmane.emacs.gnus.general Subject: Re: custom-face-lookup Date: 03 Nov 1997 09:34:43 -0600 Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035152236 5494 80.91.224.250 (20 Oct 2002 22:17:16 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 22:17:16 +0000 (UTC) Cc: ding@ifi.uio.no Return-Path: Original-Received: from xemacs.org (xemacs.cs.uiuc.edu [128.174.252.16]) by altair.xemacs.org (8.8.8/8.8.8) with ESMTP id IAA30356 for ; Mon, 3 Nov 1997 08:55:25 -0800 Original-Received: from ifi.uio.no (ifi.uio.no [129.240.64.2]) by xemacs.org (8.8.5/8.8.5) with ESMTP id KAA02458 for ; Mon, 3 Nov 1997 10:56:14 -0600 (CST) Original-Received: from deepthought.cs.utexas.edu (root@deepthought.cs.utexas.edu [128.83.120.2]) by ifi.uio.no (8.8.7/8.8.7/ifi0.2) with ESMTP id QAA25502 for ; Mon, 3 Nov 1997 16:35:03 +0100 (MET) Original-Received: from trilby.cs.utexas.edu (solsona@trilby.cs.utexas.edu [128.83.144.94]) by deepthought.cs.utexas.edu (8.8.5/8.8.5) with ESMTP id JAA13255; Mon, 3 Nov 1997 09:34:47 -0600 (CST) Original-Received: by trilby.cs.utexas.edu (8.8.5/Client-1.5) id JAA30231; Mon, 3 Nov 1997 09:34:45 -0600 Original-To: dsg@mitre.org (David S. Goldberg) In-Reply-To: dsg@linus.mitre.org's message of "03 Nov 1997 08:31:24 -0500" Original-Lines: 32 X-Mailer: Quassia Gnus v0.12/Emacs 19.34 Xref: main.gmane.org gmane.emacs.gnus.general:12756 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:12756 dsg@linus.mitre.org (David S. Goldberg) writes: > > Francisco Solsona 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?