From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/73098 Path: news.gmane.org!not-for-mail From: CHENG Gao Newsgroups: gmane.emacs.gnus.general Subject: Re: gnus-gravatar-transform-address: Invalid function: gnus-with-article-headers Date: Thu, 14 Oct 2010 13:41:12 +0800 Organization: cyberhut.org Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1287034953 28372 80.91.229.12 (14 Oct 2010 05:42:33 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 14 Oct 2010 05:42:33 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M21470@lists.math.uh.edu Thu Oct 14 07:42:32 2010 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1P6GaG-0002re-Kz for ding-account@gmane.org; Thu, 14 Oct 2010 07:42:32 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1P6GZT-0005eR-CH; Thu, 14 Oct 2010 00:41:43 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1P6GZJ-0005e4-Ki for ding@lists.math.uh.edu; Thu, 14 Oct 2010 00:41:33 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1P6GZE-000100-M6 for ding@lists.math.uh.edu; Thu, 14 Oct 2010 00:41:33 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1P6GZD-0002xe-00 for ; Thu, 14 Oct 2010 07:41:27 +0200 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1P6GZC-0002X0-LK for ding@gnus.org; Thu, 14 Oct 2010 07:41:26 +0200 Original-Received: from 117.88.104.128 ([117.88.104.128]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 14 Oct 2010 07:41:26 +0200 Original-Received: from chenggao by 117.88.104.128 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 14 Oct 2010 07:41:26 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 17 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 117.88.104.128 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (darwin) Cancel-Lock: sha1:Wjc/VeSUVlF/1fR1yzHoSNtKg3Y= X-Spam-Score: -0.7 (/) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:73098 Archived-At: *On Wed, 13 Oct 2010 19:22:59 +0200 * Also sprach Lars Magne Ingebrigtsen : > CHENG Gao writes: > >> I just found it's very intersting. With gnus-treat-from-gravatar set to >> 'head I can see gravatar but error message shows in minibuf at the same >> time. > > You're getting the kind of error message that's typical if the macro > hasn't been defined before it's used. This should be rather difficult > to achieve if you're compiling Gnus with "make", and don't have other > Gnus sources early in your load path, since the gnus-gravatar function > requires gnus-art, "make" deletes all *.elc files, and gnus-art defines > the macro. Thanks for explanatoin. Is there a way to cure? byte-compile files manually?