From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/6461 Path: main.gmane.org!not-for-mail From: Steven L Baur Newsgroups: gmane.emacs.gnus.general Subject: Re: Gnus v5.2.3 is released Date: 30 May 1996 09:43:59 -0700 Sender: steve@miranova.com Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 (generated by tm-edit 7.66) Content-Type: text/plain; charset=US-ASCII X-Trace: main.gmane.org 1035146913 3663 80.91.224.250 (20 Oct 2002 20:48:33 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 20:48:33 +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 LAA12844 for ; Thu, 30 May 1996 11:03:31 -0700 Original-Received: from deanna.miranova.com (steve@deanna.miranova.com [206.190.83.1]) by ifi.uio.no with ESMTP (8.6.11/ifi2.4) id for ; Thu, 30 May 1996 18:44:31 +0200 Original-Received: (from steve@localhost) by deanna.miranova.com (8.7.5/8.6.9) id JAA12126; Thu, 30 May 1996 09:44:00 -0700 Original-To: ding@ifi.uio.no X-Url: http://www.miranova.com/%7Esteve/ Mail-Copies-To: never In-Reply-To: Per Abrahamsen's message of 30 May 1996 03:14:35 -0700 Original-Lines: 51 X-Mailer: Gnus v5.2.3/XEmacs 19.14 Xref: main.gmane.org gmane.emacs.gnus.general:6461 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:6461 I hadn't tried it under 19.31 yet. Here are the patches for XEmacs: (NOTE: If you are using 19.14 and tm, you will have to patch the custom.el in lisp/gnus as well, I don't know why). =================================================================== RCS file: RCS/ChangeLog,v retrieving revision 1.3 diff -u -r1.3 ChangeLog --- ChangeLog 1996/05/30 06:54:24 1.3 +++ ChangeLog 1996/05/30 16:34:19 @@ -1,3 +1,8 @@ +Thu May 30 09:33:15 1996 Steven L Baur + + * custom.el ((and (fboundp 'modify-face) (not (featurep 'face-lock)))): + Protect all calls to set-face-stipple with fboundp. + Thu May 30 05:04:07 1996 Lars Magne Ingebrigtsen * gnus.el (gnus-article-hide-headers): Show boring headers as =================================================================== RCS file: RCS/custom.el,v retrieving revision 1.3 diff -u -r1.3 custom.el --- custom.el 1996/05/30 06:54:24 1.3 +++ custom.el 1996/05/30 16:14:43 @@ -275,7 +275,8 @@ bold-p italic-p underline-p))) (condition-case nil (set-face-foreground face foreground) (error nil)) (condition-case nil (set-face-background face background) (error nil)) - (condition-case nil (set-face-stipple face stipple) (error nil)) + (if (fboundp 'set-face-stipple) + (condition-case nil (set-face-stipple face stipple) (error nil))) (if (string-match "XEmacs" emacs-version) (progn (funcall (if bold-p 'make-face-bold 'make-face-unbold) face) @@ -1545,7 +1546,8 @@ (when (and bg (not (string-equal fg "default"))) (set-face-background name bg)) - (when (and stipple + (when (and (fboundp 'set-face-stipple) + stipple (not (eq stipple 'as-is))) (set-face-stipple name)) (when (and bold -- steve@miranova.com baur Unsolicited commercial e-mail will be proofread for $250/hour. Andrea Seastrand: For your vote on the Telecom bill, I will vote for anyone except you in November.