info-gnus-english
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Cannot connect to mail server with NoGnus version, well with Gnus


From: Sébastien Vauban
Subject: Re: Cannot connect to mail server with NoGnus version, well with Gnus
Date: Tue, 24 May 2011 19:59:34 -0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (windows-nt)

Hi Lars,

Lars Magne Ingebrigtsen wrote:
> Sébastien Vauban <wxhgmqzgwmuf@spammotel.com> writes:
>
>> Debugger entered--Lisp error: (wrong-number-of-arguments nil 0)
>>   signal(wrong-number-of-arguments (nil 0))
>>   open-protocol-stream("*nnimap*" 
>
> Right.  If I do the same:
>
> (nnimap-open-server "mail.company.com")
>
> I get the more expected backtrace:
>
> Debugger entered--Lisp error: (error "mail.company.com/imap Name or service 
> not known")
>
> However, this code has recently changed quite a bit -- do you still get
> the same backtrace?

Update with git pull yesterday afternoon. Ran the test this morning:

--8<---------------cut here---------------start------------->8---
(nnimap-open-server "mail")
--8<---------------cut here---------------end--------------->8---

In the Messages buffer, I now have:

--8<---------------cut here---------------start------------->8---
Error: wrong-number-of-arguments; Data: (nil 0)
--8<---------------cut here---------------end--------------->8---

while the backtrace is:

--8<---------------cut here---------------start------------->8---
Debugger entered--Lisp error: (wrong-number-of-arguments nil 0)
  signal(wrong-number-of-arguments (nil 0))
  open-protocol-stream("*nnimap*" #<buffer *nnimap mail nil  *nntpd**> "mail" 
"imaps" :type ssl :shell-command "ssh %s imapd" :capability-command "1 
CAPABILITY
\n" :success " OK " :starttls-function #[(capabilities) "\305\306\307\310
\n       #,\205\311\207" [capabilities start string regexp 
inhibit-changing-match-data "STARTTLS" nil t string-match "1 STARTTLS
\n"] 4])
  nnimap-open-connection-1(#<buffer  *nntpd*>)
  nnimap-open-connection(#<buffer  *nntpd*>)
  nnimap-open-server("mail")
  eval((nnimap-open-server "mail"))
  (cond ((and eval-expr-honor-debug-on-error debug-on-error) (eval 
ee::expression)) (t (condition-case ee::err-data ... ...)))
  (let* ((ee::error nil) (ee::result ...)) (cond (ee::error ... ...) 
(ee::insert-value ...) (t ... ...)) ee::result)
  eval-expression((nnimap-open-server "mail") nil)
  call-interactively(eval-expression nil nil)
--8<---------------cut here---------------end--------------->8---

Best regards,
  Seb

-- 
Sébastien Vauban


reply via email to

[Prev in Thread] Current Thread [Next in Thread]