Gnus development mailing list
 help / color / mirror / Atom feed
From: Simon Josefsson <jas@extundo.com>
Cc: ding@gnus.org
Subject: Re: Connecting to cyrus using nnimap-stream type shell
Date: Tue, 25 Jun 2002 11:01:52 +0200	[thread overview]
Message-ID: <iluofdzwx33.fsf@extundo.com> (raw)
In-Reply-To: <87d6ufaojd.fsf@home.lan> (Steinar Bang's message of "Tue, 25 Jun 2002 07:57:26 +0200")

Steinar Bang <sb@dod.no> writes:

> imap.el:
> 	(when process
> =>	  (while (and (memq (process-status process) '(open run))
>
> buffer:
> Trying 127.0.0.1...
> Connected to doohan.
> Escape character is '^]'.
> * OK doohan Cyrus IMAP4 v1.5.19 server ready
>
> imap.el:
> 		      (goto-char (point-max))
> =>		      (forward-line -1)
>
> buffer: cursor is now at the start of the line:
> * OK doohan Cyrus IMAP4 v1.5.19 server ready
>
> imap.el:
>     (if done
> 	(progn
> 	  (message "imap: Opening IMAP connection with `%s'...done" cmd)
> 	  done)
>       (message "imap: Opening IMAP connection with `%s'...failed" cmd)
> =>     nil)))
> (skips out of the function, I think)

That means `done' was set to nil, no?  It is set using 

	  (when (memq (process-status process) '(open run))
	    (setq done process)))))

a few lines above, what did edebug say on that?  Did process have the
correct value?  Perhaps the process had died?  Perhaps it was in some
other state than open or run?  Which one?




  reply	other threads:[~2002-06-25  9:01 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-04-19 15:26 Steinar Bang
2002-04-19 15:35 ` Simon Josefsson
2002-04-22  9:29   ` Steinar Bang
2002-04-22 10:52     ` Simon Josefsson
2002-06-25  5:57       ` Steinar Bang
2002-06-25  9:01         ` Simon Josefsson [this message]
2002-06-25 12:41           ` Steinar Bang
2002-06-28 12:35             ` Steinar Bang

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=iluofdzwx33.fsf@extundo.com \
    --to=jas@extundo.com \
    --cc=ding@gnus.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).