Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* Strange problem, with ngnus >= 0.3
@ 2005-09-30  7:49 Erwan David
  2005-09-30  9:06 ` Katsumi Yamaoka
  0 siblings, 1 reply; 5+ messages in thread
From: Erwan David @ 2005-09-30  7:49 UTC (permalink / raw)



I got the following error with ngnus since 0.3 :

Debugger entered--Lisp error: (error "Invalid date: Thu, 29 Sep 2005 22:15:21 +0200")
  signal(error ("Invalid date: Thu, 29 Sep 2005 22:15:21 +0200"))
  cerror("Invalid date: %s" "Thu, 29 Sep 2005 22:15:21 +0200")
  apply(cerror "Invalid date: %s" "Thu, 29 Sep 2005 22:15:21 +0200")
  error("Invalid date: %s" "Thu, 29 Sep 2005 22:15:21 +0200")
  date-to-time("Thu, 29 Sep 2005 22:15:21 +0200")

I traced back the problem to the usage of (setq gnus-agent nil) in my
.gnus

If I remove it, everything works...

However I do not want to use gnus-agent, what can I do ?


-- 
Il n'y a pas besoin d'être riche, il suffit d'avoir de l'argent
(Chambre de commerce de Palau)


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

* Re: Strange problem, with ngnus >= 0.3
  2005-09-30  7:49 Strange problem, with ngnus >= 0.3 Erwan David
@ 2005-09-30  9:06 ` Katsumi Yamaoka
  2005-09-30  9:58   ` Erwan David
  0 siblings, 1 reply; 5+ messages in thread
From: Katsumi Yamaoka @ 2005-09-30  9:06 UTC (permalink / raw)


>>>>> In <87ek77dmg0.fsf@nez-casse.depot.rail.eu.org> Erwan David wrote:

> I got the following error with ngnus since 0.3 :

> Debugger entered--Lisp error: (error "Invalid date: Thu, 29 Sep 2005 22:15:21 +0200")
>   signal(error ("Invalid date: Thu, 29 Sep 2005 22:15:21 +0200"))
>   cerror("Invalid date: %s" "Thu, 29 Sep 2005 22:15:21 +0200")
>   apply(cerror "Invalid date: %s" "Thu, 29 Sep 2005 22:15:21 +0200")
>   error("Invalid date: %s" "Thu, 29 Sep 2005 22:15:21 +0200")
>   date-to-time("Thu, 29 Sep 2005 22:15:21 +0200")

Thank you for the report.  I've fixed it in the Gnus CVS repository.

> I traced back the problem to the usage of (setq gnus-agent nil) in my
> .gnus

> If I remove it, everything works...

> However I do not want to use gnus-agent, what can I do ?

That problem is not related to gnus-agent.


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

* Re: Strange problem, with ngnus >= 0.3
  2005-09-30  9:06 ` Katsumi Yamaoka
@ 2005-09-30  9:58   ` Erwan David
  2005-09-30 10:06     ` Katsumi Yamaoka
  0 siblings, 1 reply; 5+ messages in thread
From: Erwan David @ 2005-09-30  9:58 UTC (permalink / raw)


Katsumi Yamaoka <yamaoka@jpl.org> disait le 09/30/05 que :

>
> Thank you for the report.  I've fixed it in the Gnus CVS repository.

  The behaviour is present with today's snapshot (I'll try a CVS co
tonight), with xemacs 21.4 or 21.5

-- 
Il n'y a pas besoin d'être riche, il suffit d'avoir de l'argent
(Chambre de commerce de Palau)


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

* Re: Strange problem, with ngnus >= 0.3
  2005-09-30  9:58   ` Erwan David
@ 2005-09-30 10:06     ` Katsumi Yamaoka
  2005-09-30 11:17       ` Erwan David
  0 siblings, 1 reply; 5+ messages in thread
From: Katsumi Yamaoka @ 2005-09-30 10:06 UTC (permalink / raw)


>>>>> In <87u0g2lvwe.fsf@nez-casse.depot.rail.eu.org> Erwan David wrote:

> Katsumi Yamaoka <yamaoka@jpl.org> disait le 09/30/05 que :

>> Thank you for the report.  I've fixed it in the Gnus CVS repository.

>   The behaviour is present with today's snapshot (I'll try a CVS co
> tonight), with xemacs 21.4 or 21.5

I fixed it at ``Fri, 30 Sep 2005 11:05:37 +0200''. ;-)


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

* Re: Strange problem, with ngnus >= 0.3
  2005-09-30 10:06     ` Katsumi Yamaoka
@ 2005-09-30 11:17       ` Erwan David
  0 siblings, 0 replies; 5+ messages in thread
From: Erwan David @ 2005-09-30 11:17 UTC (permalink / raw)


Katsumi Yamaoka <yamaoka@jpl.org> disait le 09/30/05 que :

>>>>>> In <87u0g2lvwe.fsf@nez-casse.depot.rail.eu.org> Erwan David wrote:
>
>> Katsumi Yamaoka <yamaoka@jpl.org> disait le 09/30/05 que :
>
>>> Thank you for the report.  I've fixed it in the Gnus CVS repository.
>
>>   The behaviour is present with today's snapshot (I'll try a CVS co
>> tonight), with xemacs 21.4 or 21.5
>
> I fixed it at ``Fri, 30 Sep 2005 11:05:37 +0200''. ;-)

Thanks, I was not sure I had well understood.

-- 
Il n'y a pas besoin d'être riche, il suffit d'avoir de l'argent
(Chambre de commerce de Palau)


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

end of thread, other threads:[~2005-09-30 11:17 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-09-30  7:49 Strange problem, with ngnus >= 0.3 Erwan David
2005-09-30  9:06 ` Katsumi Yamaoka
2005-09-30  9:58   ` Erwan David
2005-09-30 10:06     ` Katsumi Yamaoka
2005-09-30 11:17       ` Erwan David

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