From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/12754 Path: main.gmane.org!not-for-mail From: dsg@linus.mitre.org (David S. Goldberg) Newsgroups: gmane.emacs.gnus.general Subject: Re: custom-face-lookup Date: 03 Nov 1997 08:31:24 -0500 Message-ID: References: Reply-To: dsg@mitre.org (David S. Goldberg) NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 (generated by tm-edit 7.106) Content-Type: text/plain; charset=US-ASCII X-Trace: main.gmane.org 1035152234 5485 80.91.224.250 (20 Oct 2002 22:17:14 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 22:17:14 +0000 (UTC) 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 GAA29071 for ; Mon, 3 Nov 1997 06:59:30 -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 IAA00285 for ; Mon, 3 Nov 1997 08:58:59 -0600 (CST) Original-Received: from linus.mitre.org (linus.mitre.org [129.83.10.1]) by ifi.uio.no (8.8.7/8.8.7/ifi0.2) with ESMTP id OAA09400 for ; Mon, 3 Nov 1997 14:31:31 +0100 (MET) Original-Received: from blackbird.mitre.org (blackbird.mitre.org [129.83.65.14]) by linus.mitre.org (8.8.6/8.8.6) with ESMTP id IAA24908 for ; Mon, 3 Nov 1997 08:31:30 -0500 (EST) Original-Received: (from dsg@localhost) by blackbird.mitre.org (8.8.6/8.8.6) id IAA00553; Mon, 3 Nov 1997 08:31:25 -0500 (EST) Original-To: ding@ifi.uio.no X-Face: GUaHTH@nS>[7,ME@-gYZ4#Wl{z"99k@[[Y8AcP0x1paqu.,z9,XSV1WI>{q3f6^e5(zrit <4fV&VHhmE`uidRqtmG27;si9&r;#KSF~E#$%W8w(xdp)H4tW=\2XOk~3=@oGqqpj;m4xf Ow;y26396&,34@9#~4;@*S;E0cq"LM9N(us4P%F(Nxis'Vvfm9?KufH;:Q$dMa-QWGLR&K d0`LJZE8xb*>^yN>b]_NcU:E=Zn\1=#/(OS2 In-Reply-To: Hrvoje Niksic's message of "31 Oct 1997 23:05:46 +0100" Original-Lines: 27 X-Mailer: Quassia Gnus v0.12/Emacs 19.34 Xref: main.gmane.org gmane.emacs.gnus.general:12754 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:12754 > 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)))) (face-spec-set 'dsg-darkviolet-italic '((t (:foreground "dark violet" :italic t)))) [...] (setq gnus-cite-face-list (list 'dsg-midnightblue-italic 'dsg-darkviolet-italic [...] -- Dave Goldberg Post: The Mitre Corporation\MS B305\202 Burlington Rd.\Bedford, MA 01730 Phone: 781-271-3887 Email: dsg@mitre.org