Gnus development mailing list
 help / color / mirror / Atom feed
* Error on for Gcc on message sending
@ 2004-07-06 11:40 Sławek Żak
  2004-07-06 12:33 ` Katsumi Yamaoka
  0 siblings, 1 reply; 2+ messages in thread
From: Sławek Żak @ 2004-07-06 11:40 UTC (permalink / raw)


The message is:

    Cannot open load file: Date

The backtrace:
    
Signaling: (file-error "Cannot open load file" "Date")
  load-internal("Date" nil t nil nil nil)
  load("Date" nil t nil)
  require(Date)
  gnus-server-opened((Date ""))
  gnus-check-server((Date ""))
  gnus-inews-do-gcc()
  gnus-agent-possibly-do-gcc()
  run-hooks(gnus-agent-possibly-do-gcc)
  message-send(nil)
  message-send-and-exit(nil)
  call-interactively(message-send-and-exit)
    
Trace for gnus-inews-do-gcc and gnus-check-server:
    
======================================================================
1 -> gnus-inews-group-method: group="nnfolder+archive:mail.sent.2004-07
"
1 <- gnus-inews-group-method: (nnfolder "archive" (nnfolder-directory "~/Mail/archive") (nnfolder-active-file "~/Mail/archive/active") (nnfolder-get-new-mail nil) (nnfolder-inhibit-expiry t))
======================================================================
1 -> gnus-inews-group-method: group="Date:"
1 <- gnus-inews-group-method: (Date "")
======================================================================
1 -> gnus-inews-group-method: group="nnfolder+archive:mail.sent.2004-07
"
1 <- gnus-inews-group-method: (nnfolder "archive" (nnfolder-directory "~/Mail/archive") (nnfolder-active-file "~/Mail/archive/active") (nnfolder-get-new-mail nil) (nnfolder-inhibit-expiry t))
======================================================================
1 -> gnus-inews-group-method: group="Date:"
1 <- gnus-inews-group-method: (Date "")
======================================================================
1 -> gnus-inews-do-gcc: gcc=nil
| 2 -> gnus-inews-group-method: group="nnfolder+archive:mail.sent.2004-07
"
| 2 <- gnus-inews-group-method: (nnfolder "archive" (nnfolder-directory "~/Mail/archive") (nnfolder-active-file "~/Mail/archive/active") (nnfolder-get-new-mail nil) (nnfolder-inhibit-expiry t))
| 2 -> gnus-check-server: method=(nnfolder "archive" (nnfolder-directory "~/Mail/archive") (nnfolder-active-file "~/Mail/archive/active") (nnfolder-get-new-mail nil) (nnfolder-inhibit-expiry t)) silent=nil
| 2 <- gnus-check-server: t
| 2 -> gnus-inews-group-method: group="Date:"
| 2 <- gnus-inews-group-method: (Date "")
| 2 -> gnus-check-server: method=(Date "") silent=nil
    
/S



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

* Re: Error on for Gcc on message sending
  2004-07-06 11:40 Error on for Gcc on message sending Sławek Żak
@ 2004-07-06 12:33 ` Katsumi Yamaoka
  0 siblings, 0 replies; 2+ messages in thread
From: Katsumi Yamaoka @ 2004-07-06 12:33 UTC (permalink / raw)
  Cc: ding

>>>>> In <20040706114012.9C8F011425@localhost>
>>>>>	Sławek Żak <zaks@prioris.mini.pw.edu.pl> wrote:

> Signaling: (file-error "Cannot open load file" "Date")
>   load-internal("Date" nil t nil nil nil)
>   load("Date" nil t nil)
>   require(Date)
>   gnus-server-opened((Date ""))
>   gnus-check-server((Date ""))
>   gnus-inews-do-gcc()
[...]
>   call-interactively(message-send-and-exit)

[...]

> 1 -> gnus-inews-group-method: group="nnfolder+archive:mail.sent.2004-07
[...]
> 1 -> gnus-inews-group-method: group="Date:"

I suppose the Date header was illegally inserted just under the
Gcc header as follows:

Gcc: nnfolder+archive:mail.sent.2004-07
 Date: Tue,  6 Jul 2004 13:40:12 +0200 (CEST)

I don't know why does it occur or what does it so.  Hmm...
-- 
Katsumi Yamaoka <yamaoka@jpl.org>



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

end of thread, other threads:[~2004-07-06 12:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-07-06 11:40 Error on for Gcc on message sending Sławek Żak
2004-07-06 12:33 ` Katsumi Yamaoka

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