From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/34643 Path: main.gmane.org!not-for-mail From: Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai =?iso-8859-1?q?Gro=DFjohann?=) Newsgroups: gmane.emacs.gnus.general Subject: Re: nnimap hangs on connect plus Garbage: Date: 08 Feb 2001 15:19:50 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035170532 31461 80.91.224.250 (21 Oct 2002 03:22:12 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 03:22:12 +0000 (UTC) Cc: Simon Josefsson , ding@gnus.org Return-Path: Original-Received: from karazm.math.uh.edu (karazm.math.uh.edu [129.7.128.1]) by mailhost.sclp.com (Postfix) with ESMTP id 6FBCBD049D for ; Thu, 8 Feb 2001 09:21:20 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by karazm.math.uh.edu (8.9.3/8.9.3) with ESMTP id IAC05533; Thu, 8 Feb 2001 08:21:00 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 08 Feb 2001 08:20:10 -0600 (CST) Original-Received: from mailhost.sclp.com (postfix@66-209.196.61.interliant.com [209.196.61.66] (may be forged)) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id IAA19997 for ; Thu, 8 Feb 2001 08:20:00 -0600 (CST) Original-Received: from waldorf.cs.uni-dortmund.de (waldorf.cs.uni-dortmund.de [129.217.4.42]) by mailhost.sclp.com (Postfix) with ESMTP id AA0C1D049D for ; Thu, 8 Feb 2001 09:20:30 -0500 (EST) Original-Received: from marcy.cs.uni-dortmund.de (marcy.cs.uni-dortmund.de [129.217.20.159]) by waldorf.cs.uni-dortmund.de with ESMTP id PAA18010; Thu, 8 Feb 2001 15:19:56 +0100 (MET) Original-Received: from lucy.cs.uni-dortmund.de (lucy [129.217.20.160]) by marcy.cs.uni-dortmund.de id PAA17075; Thu, 8 Feb 2001 15:19:56 +0100 (MET) Original-Received: (from grossjoh@localhost) by lucy.cs.uni-dortmund.de (8.9.3/8.9.3/Debian 8.9.3-21) id PAA19951; Thu, 8 Feb 2001 15:19:56 +0100 X-Face: 6=pZ4hVbjN:C?j1$h/-bi4:F%*~B#Rxb$[0%!{5NK"dE:_QRAM]Dzl=$yMu%Rh4xCSm/#>! $n%@SHJ](KFJKL,uF\=G=bRJQC$ ?+Dlxu*pj.Z,-GK<~y7sd/l*PN\]>} In-Reply-To: (Mats Lidell's message of "06 Feb 2001 01:54:53 +0100") User-Agent: Gnus/5.090001 (Oort Gnus v0.01) Emacs/21.0.98 Precedence: list X-Majordomo: 1.94.jlt7 Original-Lines: 29 Xref: main.gmane.org gmane.emacs.gnus.general:34643 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:34643 On 06 Feb 2001, Mats Lidell wrote: > (while (and (memq (process-status process) '(open run)) > (goto-char (point-min)) > (message "imap-network-open 3") > (not (imap-parse-greeting))) > (accept-process-output process 1) > (message "imap-network-open 4") > (sit-for 1)) > > Endless sequence of "imap-network-open 3" and "imap-network-open 4" > seen in minibuffer. Hm. Hmmm... When you interrupt it, can you then go to point-min and issue M-: (imap-parse-greeting) RET and does it correctly parse the greeting? Maybe point-min is off due to narrowing? You might want to print the value of (point-min) in the "imap-network-open 3" message. What happens when you single-step through this code using debug or edebug? Probably it works then, since this is timing related... If your suggestion of the buffer containing the wrong stuff is true, maybe it helps to say (redraw-display). But I doubt this. kai -- Be indiscrete. Do it continuously.