Gnus development mailing list
 help / color / mirror / Atom feed
* emacs 21.0.90: pop3 does not work?
@ 2000-11-18 14:39 Vladimir Volovich
  2000-11-18 14:49 ` ShengHuo ZHU
  0 siblings, 1 reply; 7+ messages in thread
From: Vladimir Volovich @ 2000-11-18 14:39 UTC (permalink / raw)


Hi,

with GNU emacs 21.0.90, i get an error when i try to fetch mail from
pop3 server:

Debugger entered--Lisp error: (error "Cannot get new mail.")
  signal(error ("Cannot get new mail."))
  error("Cannot get new mail.")
  byte-code("..." [err yes-or-no-p format "Mail source error (%s).  Continue? " error "Cannot get new mail." 0] 4)
  mail-source-fetch((pop :server "..." :user "..." :port "pop3" :password "...") (lambda (file orig-file) (nnmail-split-incoming file (quote nnmbox-save-mail) (quote #[nil "..." [in-buf nnmbox-mbox-buffer nnmbox-group-alist nnmbox-active-file insert-buffer-substring nnmbox-save-active] 3]) (nnmail-get-split-group orig-file source) (quote nnmbox-active-number))))
  nnmail-get-new-mail(nnmbox #[nil "..." [nnmbox-mbox-buffer nnmbox-save-buffer] 1] "/opt/local/vvv/" nil #[nil "..." [in-buf nnmbox-mbox-buffer nnmbox-group-alist nnmbox-active-file insert-buffer-substring nnmbox-save-active] 3])
  nnmbox-request-scan(nil "")
  gnus-request-scan(nil (nnmbox ""))
  gnus-read-active-file-1((nnmbox "") nil)
  gnus-read-active-file()
  gnus-group-get-new-news(nil)
  call-interactively(gnus-group-get-new-news)

Best,
v.




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

* Re: emacs 21.0.90: pop3 does not work?
  2000-11-18 14:39 emacs 21.0.90: pop3 does not work? Vladimir Volovich
@ 2000-11-18 14:49 ` ShengHuo ZHU
  2000-11-18 15:01   ` Vladimir Volovich
  0 siblings, 1 reply; 7+ messages in thread
From: ShengHuo ZHU @ 2000-11-18 14:49 UTC (permalink / raw)


Vladimir Volovich <vvv@vvv.vsu.ru> writes:

> Hi,
> 
> with GNU emacs 21.0.90, i get an error when i try to fetch mail from
> pop3 server:
> 
> Debugger entered--Lisp error: (error "Cannot get new mail.")
>   signal(error ("Cannot get new mail."))
>   error("Cannot get new mail.")
>   byte-code("..." [err yes-or-no-p format "Mail source error (%s).  Continue? " error "Cannot get new mail." 0] 4)

What was the yes-or-no question you were asked?

ShengHuo



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

* Re: emacs 21.0.90: pop3 does not work?
  2000-11-18 14:49 ` ShengHuo ZHU
@ 2000-11-18 15:01   ` Vladimir Volovich
  2000-11-18 15:13     ` ShengHuo ZHU
  0 siblings, 1 reply; 7+ messages in thread
From: Vladimir Volovich @ 2000-11-18 15:01 UTC (permalink / raw)


"ZSH" == ShengHuo ZHU writes:

 ZSH> What was the yes-or-no question you were asked?

i tried both; answering `no' and setting debug-on-error gave the
backtrace which i sent.

Best,
v.



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

* Re: emacs 21.0.90: pop3 does not work?
  2000-11-18 15:01   ` Vladimir Volovich
@ 2000-11-18 15:13     ` ShengHuo ZHU
  2000-11-18 15:17       ` vvv
  0 siblings, 1 reply; 7+ messages in thread
From: ShengHuo ZHU @ 2000-11-18 15:13 UTC (permalink / raw)


Vladimir Volovich <vvv@vvv.vsu.ru> writes:

> "ZSH" == ShengHuo ZHU writes:
> 
>  ZSH> What was the yes-or-no question you were asked?
> 
> i tried both; answering `no' and setting debug-on-error gave the
> backtrace which i sent.

I mean the question. There is an error message in the question
(inside the parentheses).

ShengHuo



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

* Re: emacs 21.0.90: pop3 does not work?
  2000-11-18 15:13     ` ShengHuo ZHU
@ 2000-11-18 15:17       ` vvv
  2000-11-18 15:26         ` ShengHuo ZHU
  0 siblings, 1 reply; 7+ messages in thread
From: vvv @ 2000-11-18 15:17 UTC (permalink / raw)


"ZSH" == ShengHuo ZHU writes:

 ZSH> What was the yes-or-no question you were asked?
 >> i tried both; answering `no' and setting debug-on-error gave the
 >> backtrace which i sent.

 ZSH> I mean the question. There is an error message in the question
 ZSH> (inside the parentheses).

sorry. :-) the question was:

Mail source error ((wrong-type-argument arrayp nil)).  Continue? (yes or no)

Best,
v.




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

* Re: emacs 21.0.90: pop3 does not work?
  2000-11-18 15:17       ` vvv
@ 2000-11-18 15:26         ` ShengHuo ZHU
  2000-11-18 15:37           ` vvv
  0 siblings, 1 reply; 7+ messages in thread
From: ShengHuo ZHU @ 2000-11-18 15:26 UTC (permalink / raw)


vvv@vsu.ru writes:

> "ZSH" == ShengHuo ZHU writes:
> 
>  ZSH> What was the yes-or-no question you were asked?
>  >> i tried both; answering `no' and setting debug-on-error gave the
>  >> backtrace which i sent.
> 
>  ZSH> I mean the question. There is an error message in the question
>  ZSH> (inside the parentheses).
> 
> sorry. :-) the question was:
> 
> Mail source error ((wrong-type-argument arrayp nil)).  Continue? (yes or no)

It is definitely a bug.  Could you (setq debug-on-signal t debug-on-error t), 
then try it again?

ShengHuo



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

* Re: emacs 21.0.90: pop3 does not work?
  2000-11-18 15:26         ` ShengHuo ZHU
@ 2000-11-18 15:37           ` vvv
  0 siblings, 0 replies; 7+ messages in thread
From: vvv @ 2000-11-18 15:37 UTC (permalink / raw)


"ZSH" == ShengHuo ZHU writes:

 >> Mail source error ((wrong-type-argument arrayp nil)).  Continue?
 >> (yes or no)

 ZSH> It is definitely a bug.  Could you (setq debug-on-signal t
 ZSH> debug-on-error t), then try it again?

Oh, -- this way i got a bunch of errors even before gnus started
(mostly because of some programs not found in path such as openssl,
gpg.el, etc); i continued running (c in debug mode) for all of them.

the error which occurs when getting pop3 now produces the following:

Debugger entered--Lisp error: (wrong-type-argument arrayp nil)
  coding-system-plist(nil)
  coding-system-get(nil alias-coding-systems)
  coding-system-base(nil)
  select-safe-coding-system(1 765 cyrillic-koi8)
  write-region(1 765 "~/.emacs-mail-crash-box" t nomesg)
  pop3-movemail("~/.emacs-mail-crash-box")
  mail-source-fetch-pop((pop :server "..." :user "..." :port "..." :password "...") (lambda (file orig-file) (nnmail-split-incoming file (quote nnmbox-save-mail) (quote #[nil "..." [in-buf nnmbox-mbox-buffer nnmbox-group-alist nnmbox-active-file insert-buffer-substring nnmbox-save-active] 3]) (nnmail-get-split-group orig-file source) (quote nnmbox-active-number))))
  funcall(mail-source-fetch-pop (pop :server "..." :user "..." :port "..." :password "...") (lambda (file orig-file) (nnmail-split-incoming file (quote nnmbox-save-mail) (quote #[nil "..." [in-buf nnmbox-mbox-buffer nnmbox-group-alist nnmbox-active-file insert-buffer-substring nnmbox-save-active] 3]) (nnmail-get-split-group orig-file source) (quote nnmbox-active-number))))
  mail-source-fetch((pop :server "..." :user "..." :port "..." :password "...") (lambda (file orig-file) (nnmail-split-incoming file (quote nnmbox-save-mail) (quote #[nil "..." [in-buf nnmbox-mbox-buffer nnmbox-group-alist nnmbox-active-file insert-buffer-substring nnmbox-save-active] 3]) (nnmail-get-split-group orig-file source) (quote nnmbox-active-number))))
  nnmail-get-new-mail(nnmbox #[nil "..." [nnmbox-mbox-buffer nnmbox-save-buffer] 1] "/opt/local/vvv/" nil #[nil "..." [in-buf nnmbox-mbox-buffer nnmbox-group-alist nnmbox-active-file insert-buffer-substring nnmbox-save-active] 3])
  nnmbox-request-scan(nil "")
  gnus-request-scan(nil (nnmbox ""))
  gnus-read-active-file-1((nnmbox "") nil)
  gnus-read-active-file()
  gnus-group-get-new-news(nil)
  call-interactively(gnus-group-get-new-news)

Best,
v.




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

end of thread, other threads:[~2000-11-18 15:37 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-11-18 14:39 emacs 21.0.90: pop3 does not work? Vladimir Volovich
2000-11-18 14:49 ` ShengHuo ZHU
2000-11-18 15:01   ` Vladimir Volovich
2000-11-18 15:13     ` ShengHuo ZHU
2000-11-18 15:17       ` vvv
2000-11-18 15:26         ` ShengHuo ZHU
2000-11-18 15:37           ` vvv

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