Gnus development mailing list
 help / color / mirror / Atom feed
* gnus-gravatar-transform-address: Invalid function: gnus-with-article-headers
@ 2010-10-12 13:58 CHENG Gao
  2010-10-12 14:24 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 9+ messages in thread
From: CHENG Gao @ 2010-10-12 13:58 UTC (permalink / raw)
  To: ding

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)
`----





^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: gnus-gravatar-transform-address: Invalid function: gnus-with-article-headers
  2010-10-12 13:58 gnus-gravatar-transform-address: Invalid function: gnus-with-article-headers CHENG Gao
@ 2010-10-12 14:24 ` Lars Magne Ingebrigtsen
  2010-10-12 14:41   ` CHENG Gao
  0 siblings, 1 reply; 9+ messages in thread
From: Lars Magne Ingebrigtsen @ 2010-10-12 14:24 UTC (permalink / raw)
  To: ding

CHENG Gao <chenggao@cyberhut.org> 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.

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@gnus.org * Lars Magne Ingebrigtsen




^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: gnus-gravatar-transform-address: Invalid function: gnus-with-article-headers
  2010-10-12 14:24 ` Lars Magne Ingebrigtsen
@ 2010-10-12 14:41   ` CHENG Gao
  2010-10-12 14:49     ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 9+ messages in thread
From: CHENG Gao @ 2010-10-12 14:41 UTC (permalink / raw)
  To: ding

*On Tue, 12 Oct 2010 16:24:01 +0200
* Also sprach Lars Magne Ingebrigtsen <larsi@gnus.org>:

> CHENG Gao <chenggao@cyberhut.org> 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.





^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: gnus-gravatar-transform-address: Invalid function: gnus-with-article-headers
  2010-10-12 14:41   ` CHENG Gao
@ 2010-10-12 14:49     ` Lars Magne Ingebrigtsen
  2010-10-12 15:05       ` CHENG Gao
  2010-10-12 15:09       ` CHENG Gao
  0 siblings, 2 replies; 9+ messages in thread
From: Lars Magne Ingebrigtsen @ 2010-10-12 14:49 UTC (permalink / raw)
  To: ding

CHENG Gao <chenggao@cyberhut.org> writes:

>> Did you compile Gnus with "make"?
>>
>> Anyway, fixed now, probably.
>
> Yes I built from git repo.

With "make"?

I'm unable to reproduce this error.

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@gnus.org * Lars Magne Ingebrigtsen




^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: gnus-gravatar-transform-address: Invalid function: gnus-with-article-headers
  2010-10-12 14:49     ` Lars Magne Ingebrigtsen
@ 2010-10-12 15:05       ` CHENG Gao
  2010-10-12 15:09       ` CHENG Gao
  1 sibling, 0 replies; 9+ messages in thread
From: CHENG Gao @ 2010-10-12 15:05 UTC (permalink / raw)
  To: ding

*On Tue, 12 Oct 2010 16:49:33 +0200
* Also sprach Lars Magne Ingebrigtsen <larsi@gnus.org>:

> CHENG Gao <chenggao@cyberhut.org> writes:
>
>>> Did you compile Gnus with "make"?
>>>
>>> Anyway, fixed now, probably.
>>
>> Yes I built from git repo.
>
> With "make"?
>
> I'm unable to reproduce this error.

Yes with "make". I am using bzr emacs build today and git gnus built
minutes ago.




^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: gnus-gravatar-transform-address: Invalid function: gnus-with-article-headers
  2010-10-12 14:49     ` Lars Magne Ingebrigtsen
  2010-10-12 15:05       ` CHENG Gao
@ 2010-10-12 15:09       ` CHENG Gao
  2010-10-13 17:22         ` Lars Magne Ingebrigtsen
  1 sibling, 1 reply; 9+ messages in thread
From: CHENG Gao @ 2010-10-12 15:09 UTC (permalink / raw)
  To: ding

*On Tue, 12 Oct 2010 16:49:33 +0200
* Also sprach Lars Magne Ingebrigtsen <larsi@gnus.org>:

> CHENG Gao <chenggao@cyberhut.org> writes:
>
>>> Did you compile Gnus with "make"?
>>>
>>> Anyway, fixed now, probably.
>>
>> Yes I built from git repo.
>
> With "make"?
>
> I'm unable to reproduce this error.

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.




^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: gnus-gravatar-transform-address: Invalid function: gnus-with-article-headers
  2010-10-12 15:09       ` CHENG Gao
@ 2010-10-13 17:22         ` Lars Magne Ingebrigtsen
  2010-10-14  5:41           ` CHENG Gao
  0 siblings, 1 reply; 9+ messages in thread
From: Lars Magne Ingebrigtsen @ 2010-10-13 17:22 UTC (permalink / raw)
  To: ding

CHENG Gao <chenggao@cyberhut.org> 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.

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@gnus.org * Lars Magne Ingebrigtsen




^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: gnus-gravatar-transform-address: Invalid function: gnus-with-article-headers
  2010-10-13 17:22         ` Lars Magne Ingebrigtsen
@ 2010-10-14  5:41           ` CHENG Gao
  2010-10-14 18:05             ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 9+ messages in thread
From: CHENG Gao @ 2010-10-14  5:41 UTC (permalink / raw)
  To: ding

*On Wed, 13 Oct 2010 19:22:59 +0200
* Also sprach Lars Magne Ingebrigtsen <larsi@gnus.org>:

> CHENG Gao <chenggao@cyberhut.org> 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?




^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: gnus-gravatar-transform-address: Invalid function: gnus-with-article-headers
  2010-10-14  5:41           ` CHENG Gao
@ 2010-10-14 18:05             ` Lars Magne Ingebrigtsen
  0 siblings, 0 replies; 9+ messages in thread
From: Lars Magne Ingebrigtsen @ 2010-10-14 18:05 UTC (permalink / raw)
  To: ding

CHENG Gao <chenggao@cyberhut.org> writes:

> Thanks for explanatoin. Is there a way to cure? byte-compile files
> manually?

I have no idea why this is happening for you, so I have no idea how to
fix it, either.  My guess would be that something, somewhere in your
Emacs setup is b0rken.

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@gnus.org * Lars Magne Ingebrigtsen




^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2010-10-14 18:05 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-10-12 13:58 gnus-gravatar-transform-address: Invalid function: gnus-with-article-headers CHENG Gao
2010-10-12 14:24 ` Lars Magne Ingebrigtsen
2010-10-12 14:41   ` CHENG Gao
2010-10-12 14:49     ` Lars Magne Ingebrigtsen
2010-10-12 15:05       ` CHENG Gao
2010-10-12 15:09       ` CHENG Gao
2010-10-13 17:22         ` Lars Magne Ingebrigtsen
2010-10-14  5:41           ` CHENG Gao
2010-10-14 18:05             ` Lars Magne Ingebrigtsen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).