From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/62107 Path: news.gmane.org!not-for-mail From: Michael Piotrowski Newsgroups: gmane.emacs.gnus.general Subject: gnus-button face definition gnus-art.el Date: Wed, 01 Mar 2006 02:24:34 +0100 Organization: dynalabs Network Research Unit Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Trace: sea.gmane.org 1141184962 32655 80.91.229.2 (1 Mar 2006 03:49:22 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 1 Mar 2006 03:49:22 +0000 (UTC) Original-X-From: ding-owner+m10635@lists.math.uh.edu Wed Mar 01 04:49:16 2006 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FEIKX-0004iZ-97 for ding-account@gmane.org; Wed, 01 Mar 2006 04:48:52 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu ident=lists) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1FEIKE-0005aH-00; Tue, 28 Feb 2006 21:48:30 -0600 Original-Received: from nas01.math.uh.edu ([129.7.128.39]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1FEGLh-0005Tf-00 for ding@lists.math.uh.edu; Tue, 28 Feb 2006 19:41:53 -0600 Original-Received: from quimby.gnus.org ([80.91.224.244]) by nas01.math.uh.edu with esmtp (Exim 4.52) id 1FEGLd-0005ZR-AS for ding@lists.math.uh.edu; Tue, 28 Feb 2006 19:41:53 -0600 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1FEGLb-0000cO-00 for ; Wed, 01 Mar 2006 02:41:47 +0100 Original-Received: from root by ciao.gmane.org with local (Exim 4.43) id 1FEGLU-0004gh-Vn for ding@gnus.org; Wed, 01 Mar 2006 02:41:41 +0100 Original-Received: from dslb-088-072-034-195.pools.arcor-ip.net ([88.72.34.195]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 01 Mar 2006 02:41:40 +0100 Original-Received: from mxp by dslb-088-072-034-195.pools.arcor-ip.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 01 Mar 2006 02:41:40 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: ding@gnus.org Original-Lines: 38 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: dslb-088-072-034-195.pools.arcor-ip.net User-Agent: Gnus/5.110004 (No Gnus v0.4) XEmacs/21.4.19 (berkeley-unix) X-Operating-System: NetBSD X-Face: %OvAx]kKl`N,i?yQ+$^p9w2oy)Yg|O}a_~6wtRQ@UTZ*(jSPubbonT]m++M>YBtJqkZZa!W"y5`aI.FoKO%$JHz=ws|i?y^o2bds(+pcp>gcX]H}?-tCzL^ABzJUWYzS{"!_hFg:JD)`kxRKLsNp Content-Language: en Cancel-Lock: sha1:oY/QwNzs+mKpxKkjRdAAIFn3aHw= X-Spam-Score: -2.6 (--) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: news.gmane.org gmane.emacs.gnus.general:62107 Archived-At: --=-=-= Revision 7.149 of gnus-art.el introduces a face definition for `gnus-button', which causes an error when starting Gnus. I think it's not quite correct; I'd propose the following patch: --=-=-= Content-Type: text/x-patch Content-Disposition: inline; filename=gnus-art.el.patch Content-Description: Patch for gnus-button face definition *** gnus-art.el.orig Wed Mar 1 02:11:14 2006 --- gnus-art.el Wed Mar 1 02:11:24 2006 *************** *** 653,657 **** (defface gnus-button ! '((t :weight bold)) "Face used for highlighting a button in the article buffer." :group 'gnus-article-buttons) --- 653,657 ---- (defface gnus-button ! '((t (:weight bold))) "Face used for highlighting a button in the article buffer." :group 'gnus-article-buttons) --=-=-= Greetings -- Michael Piotrowski, M.A. Public key at --=-=-=--