From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/73014 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: Tue, 12 Oct 2010 22:41:38 +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 1286894675 12357 80.91.229.12 (12 Oct 2010 14:44:35 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 12 Oct 2010 14:44:35 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M21386@lists.math.uh.edu Tue Oct 12 16:44:34 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 1P5g5i-0007NK-6F for ding-account@gmane.org; Tue, 12 Oct 2010 16:44:34 +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 1P5g5f-0002M9-2b; Tue, 12 Oct 2010 09:44:31 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1P5g5d-0002Lo-BJ for ding@lists.math.uh.edu; Tue, 12 Oct 2010 09:44:29 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1P5g5Z-0004xi-Dt for ding@lists.math.uh.edu; Tue, 12 Oct 2010 09:44:29 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1P5g5Y-0005WN-00 for ; Tue, 12 Oct 2010 16:44:24 +0200 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1P5g5V-0007G3-Om for ding@gnus.org; Tue, 12 Oct 2010 16:44:22 +0200 Original-Received: from 58.217.149.144 ([58.217.149.144]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 12 Oct 2010 16:44:11 +0200 Original-Received: from chenggao by 58.217.149.144 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 12 Oct 2010 16:44:11 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 26 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 58.217.149.144 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (darwin) Cancel-Lock: sha1:9W8J5lAXvp6cUzANWApoATkV36w= X-Spam-Score: -0.7 (/) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:73014 Archived-At: *On Tue, 12 Oct 2010 16:24:01 +0200 * Also sprach Lars Magne Ingebrigtsen : > CHENG Gao writes: > >> Backtrace is as below: >> >> ,---- >> | Debugger entered--Lisp error: (invalid-function gnus-with-article-headers) >> | gnus-with-article-headers(nil) >> | gnus-gravatar-transform-address("from" from-gravatar) >> | gnus-treat-from-gravatar() >> | call-interactively(gnus-treat-from-gravatar nil nil) >> `---- > > Did you compile Gnus with "make"? > > Anyway, fixed now, probably. Yes I built from git repo. I tried to add (require 'gnus-art) but it did not work. And in fact it still reports "Invalid function: ..." now after I pulled and built from gnus git repo. I had to set gnus-treat-from/mail-gravatar to nil otherwise I can not read any article.