From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/12907 Path: main.gmane.org!not-for-mail From: Francisco Solsona Newsgroups: gmane.emacs.gnus.general Subject: Re: custom-face-lookup Date: 23 Nov 1997 15:24:13 -0600 Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035152363 6334 80.91.224.250 (20 Oct 2002 22:19:23 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 22:19:23 +0000 (UTC) Cc: ding@gnus.org 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 OAA10165 for ; Sun, 23 Nov 1997 14:35:43 -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 QAA26783 for ; Sun, 23 Nov 1997 16:35:47 -0600 (CST) Original-Received: from claymore.vcinet.com (claymore.vcinet.com [208.205.12.23]) by ifi.uio.no (8.8.8/8.8.7/ifi0.2) with SMTP id WAA12356 for ; Sun, 23 Nov 1997 22:24:23 +0100 (MET) Original-Received: (qmail 25252 invoked by uid 504); 23 Nov 1997 21:24:20 -0000 Original-Received: (qmail 25249 invoked from network); 23 Nov 1997 21:24:19 -0000 Original-Received: from deepthought.cs.utexas.edu (root@128.83.120.2) by claymore.vcinet.com with SMTP; 23 Nov 1997 21:24:19 -0000 Original-Received: from tricorne.cs.utexas.edu (solsona@tricorne.cs.utexas.edu [128.83.144.93]) by deepthought.cs.utexas.edu (8.8.5/8.8.5) with ESMTP id PAA11292; Sun, 23 Nov 1997 15:24:16 -0600 (CST) Original-Received: by tricorne.cs.utexas.edu (8.8.5/Client-1.5) id PAA29865; Sun, 23 Nov 1997 15:24:14 -0600 Original-To: Stefan Waldherr In-Reply-To: Stefan Waldherr's message of "23 Nov 1997 14:46:09 -0500" Original-Lines: 28 X-Mailer: Quassia Gnus v0.14/Emacs 19.34 Xref: main.gmane.org gmane.emacs.gnus.general:12907 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:12907 Stefan Waldherr writes: [...] > Hhhm, what loads face-spec-set? Putting the above stuff in my .gnus.el yields > > Error in ~/.gnus: (void-function face-spec-set) face-spec-set: a compiled Lisp function in `cus-face'. and from the GNUS-NEWS file: *** The Gnus alpha distribution no longer bundles Custom and Widget. If your Emacs doesn't come with these libraries, fetch them from . you're using X-Newsreader: Quassia Gnus v0.14/XEmacs 19.16 - "Lille" so you certainly have the library, all you need to do is to make sure it's in your load-path. :-) Francisco -- Grade school arithmetic. The laws of grade school arithmetic are easy: 1 + 1 = 2, not(true) = false, and (car (cons 1 2)) = 1