From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/45424 Path: main.gmane.org!not-for-mail From: Steinar Bang Newsgroups: gmane.emacs.gnus.general Subject: Re: Connecting to cyrus using nnimap-stream type shell Date: Fri, 28 Jun 2002 14:35:06 +0200 Organization: Probably a good idea Sender: owner-ding@hpc.uh.edu Message-ID: <87wusj7f9h.fsf@home.lan> References: <87d6ufaojd.fsf@home.lan> <87sn3b8r9g.fsf@home.lan> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1025267780 25915 127.0.0.1 (28 Jun 2002 12:36:20 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 28 Jun 2002 12:36:20 +0000 (UTC) Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17Nuz6-0006js-00 for ; Fri, 28 Jun 2002 14:36:20 +0200 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 17NuyQ-0006Dt-00; Fri, 28 Jun 2002 07:35:38 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 28 Jun 2002 07:35:58 -0500 (CDT) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id HAA29263 for ; Fri, 28 Jun 2002 07:35:42 -0500 (CDT) Original-Received: (qmail 11176 invoked by alias); 28 Jun 2002 12:35:09 -0000 Original-Received: (qmail 11171 invoked from network); 28 Jun 2002 12:35:08 -0000 Original-Received: from quimby.gnus.org (80.91.224.244) by gnus.org with SMTP; 28 Jun 2002 12:35:08 -0000 Original-Received: from news by quimby.gnus.org with local (Exim 3.12 #1 (Debian)) id 17Nv0b-0005rV-00 for ; Fri, 28 Jun 2002 14:37:53 +0200 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 27 Original-NNTP-Posting-Host: 195.1.63.32 Original-X-Trace: quimby.gnus.org 1025267873 21806 195.1.63.32 (28 Jun 2002 12:37:53 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: 28 Jun 2002 12:37:53 GMT User-Agent: Gnus/5.090006 (Oort Gnus v0.06) XEmacs/21.4 (Common Lisp, i386-debian-linux) Cancel-Lock: sha1:kLgEms3oBMfShWhfAjcOITp3l2M= Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:45424 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:45424 >>>>> Steinar Bang : >>>>> Simon Josefsson : >>> Steinar Bang writes: >>> 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? > No, I don't think so: it's the "done" line that is printed out. And > "(if done" skips down to the first message. > The cursor stays on the last line for two presses of `n', before it > skips out of the function. But maybe it doesn't skip out of the function? Shouldn't an `n' at the end of the function take me to the calling context for the function? That doesn't seem to be happening. After the final `n', everything freezes until I press `C-g'.