From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/6477 Path: main.gmane.org!not-for-mail From: Massimo Campostrini Newsgroups: gmane.emacs.gnus.general Subject: Gnus v5.2.4 bug report (with patch) Date: Fri, 31 May 96 10:46:21 +0200 Message-ID: <9605310846.AA04602@sunthpi3.sunthpi> References: NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035146925 3702 80.91.224.250 (20 Oct 2002 20:48:45 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 20:48:45 +0000 (UTC) Return-Path: ding-request@ifi.uio.no Original-Received: from ifi.uio.no (ifi.uio.no [129.240.64.2]) by deanna.miranova.com (8.7.5/8.6.9) with SMTP id CAA22365 for ; Fri, 31 May 1996 02:15:55 -0700 Original-Received: from ipifidpt.difi.unipi.it (ipifidpt.difi.unipi.it [131.114.8.130]) by ifi.uio.no with SMTP (8.6.11/ifi2.4) id for ; Fri, 31 May 1996 10:47:13 +0200 Original-Received: from sunthpi1.difi.unipi.it by ipifidpt.difi.unipi.it (AIX 3.2/UCB 5.64/4.03) id AA11031; Fri, 31 May 1996 10:44:17 +0200 Original-Received: from sunthpi3.sunthpi by sunthpi1.difi.unipi.it (4.1/SMI-4.1) id AA02248; Fri, 31 May 96 10:23:53 +0200 Original-Received: by sunthpi3.sunthpi (4.1/SMI-4.1) id AA04602; Fri, 31 May 96 10:46:21 +0200 Original-To: ding@ifi.uio.no In-Reply-To: Lars Magne Ingebrigtsen's message of 31 May 1996 03:40:41 +0000 Xref: main.gmane.org gmane.emacs.gnus.general:6477 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:6477 Loading Gnus v5.2.4 in emacs 19.30 fails: in gnus-cus.el, line 473, custom-face-lookup is called with one extra argument. The following patch seems to fix it (I guess it's a *reversed* patch): *** gnus-5.2.4/lisp/gnus-cus.el Fri May 31 10:00:34 1996 --- gnus-5.2.4/lisp/gnus-cus.el.orig Fri May 31 05:39:08 1996 *************** *** 470,476 **** (or (= mark gnus-dormant-mark) (= mark gnus-ticked-mark))) (custom-face-lookup ! "pink" nil nil t nil nil)) (cons '(and (< score default) (or (= mark gnus-dormant-mark) (= mark gnus-ticked-mark))) --- 470,476 ---- (or (= mark gnus-dormant-mark) (= mark gnus-ticked-mark))) (custom-face-lookup ! "pink" nil nil t nil nil nil)) (cons '(and (< score default) (or (= mark gnus-dormant-mark) (= mark gnus-ticked-mark))) Massimo Campostrini, Istituto Nazionale di Fisica Nucleare, Sezione di Pisa. WWW home page: http://www.difi.unipi.it/~campo/