From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/34837 Path: main.gmane.org!not-for-mail From: Mats Lidell Newsgroups: gmane.emacs.gnus.general Subject: Re: nnimap hangs on connect plus Garbage: Date: 18 Feb 2001 12:15:53 +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 1035170686 32339 80.91.224.250 (21 Oct 2002 03:24:46 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 03:24:46 +0000 (UTC) Cc: Mats Lidell , 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 B8B40D049E for ; Sun, 18 Feb 2001 06:12:55 -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 FAC23000; Sun, 18 Feb 2001 05:12:48 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sun, 18 Feb 2001 05:12:08 -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 FAA02765 for ; Sun, 18 Feb 2001 05:11:55 -0600 (CST) Original-Received: from pm1.contactor.se (gw.contactor.se [193.15.23.130]) by mailhost.sclp.com (Postfix) with ESMTP id 5F535D049E for ; Sun, 18 Feb 2001 06:12:24 -0500 (EST) Original-Received: from c193.150.217.24.cm-upc.chello.se (pm1 [193.15.23.1]) by pm1.contactor.se (8.9.3/8.9.1) with ESMTP id MAA22628; Sun, 18 Feb 2001 12:12:20 +0100 (MET) Original-To: Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai =?iso-8859-1?q?Gro=DFjohann?=) In-Reply-To: (Kai.Grossjohann@CS.Uni-Dortmund.DE's message of "08 Feb 2001 15:19:50 +0100") User-Agent: Gnus/5.090001 (Oort Gnus v0.01) XEmacs/21.2 (Thalia) Precedence: list X-Majordomo: 1.94.jlt7 Original-Lines: 38 Xref: main.gmane.org gmane.emacs.gnus.general:34837 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:34837 >>>>> Kai wrote: Kai> Hm. Hmmm... When you interrupt it, can you then go to point-min Kai> and issue M-: (imap-parse-greeting) RET and does it correctly Kai> parse the greeting? Yes! Kai> Maybe point-min is off due to narrowing? You might want to print Kai> the value of (point-min) in the "imap-network-open 3" message. It seems that it is not looking-at the right buffer! I added a message to imap-parse-greeting that writes the buffer name and to my surprise it was " *nnimap " the FIRST time. Forever after it is looking-at the "*Group*" buffer. So somehow the current buffer is changed from " *nnimap * to "*Group" during establishing the connection. Kai> If your suggestion of the buffer containing the wrong stuff is Kai> true, maybe it helps to say (redraw-display). But I doubt this. I was wrong. The contents is right. It is the buffer that is wrong. I tried to force the right buffer by doing a set-buffer before calling imap-parse-greeting. This makes the parsing right but I will then get the error Signaling: (error "Buffer *Group* has no process") process-status(nil) imap-open-1(" *nnimap* ") ... Wrong buffer again. Any ideas? Yours -- %% Mats