From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/21477 Path: main.gmane.org!not-for-mail From: Neil Crellin Newsgroups: gmane.emacs.gnus.general Subject: pop fetching problems with 0.77 (was Re: pgnus > v0.72 under NT) Date: 23 Feb 1999 12:57:52 -0800 Sender: owner-ding@hpc.uh.edu Message-ID: References: <4.1.19990223195303.00f7f0c0@pop.tm.net.my> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035159572 23131 80.91.224.250 (21 Oct 2002 00:19:32 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 00:19:32 +0000 (UTC) Return-Path: Original-Received: from fisher.math.uh.edu (fisher.math.uh.edu [129.7.128.35]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id PAA22678 for ; Tue, 23 Feb 1999 15:59:54 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by fisher.math.uh.edu (8.9.1/8.9.1) with ESMTP id OAB06844; Tue, 23 Feb 1999 14:58:57 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 23 Feb 1999 14:59:20 -0600 (CST) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id OAA18189 for ; Tue, 23 Feb 1999 14:59:11 -0600 (CST) Original-Received: from titan.Tesserae.COM (titan.tesserae.com [206.184.250.10]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id PAA22646 for ; Tue, 23 Feb 1999 15:59:00 -0500 (EST) Original-Received: from wallaby.tesserae.com (wallaby.tesserae.com [206.184.250.74]) by titan.Tesserae.COM (8.9.1b+Sun/8.9.1) with ESMTP id MAA11589 for ; Tue, 23 Feb 1999 12:58:35 -0800 (PST) Original-Received: by wallaby.tesserae.com (Postfix, from userid 6077) id 3B17A62730; Tue, 23 Feb 1999 12:57:52 -0800 (PST) Original-To: ding@gnus.org In-Reply-To: Mansuriatus Shahrir Amir's message of "Tue, 23 Feb 1999 19:55:52 +0800" Original-Lines: 26 User-Agent: Gnus/5.070076 (Pterodactyl Gnus v0.76) Emacs/20.3 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:21477 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:21477 Mansuriatus Shahrir Amir writes: > >I'm using .76 without problems you describe. .77 failed in the exact > >same way for me though. I am not sure if there are more changes to > >nnmail-spool-file that happened or not (I haven't investigated and > >dropped back to .77 for now). > > > >-- > >Brian Gorka > >gorkab@cyberpass.net > > > > I can confirm that pgnus-0.77 also fails to get mail from the pop server > under XEmacs 21.0.63 and 21.2.10 Beta under NT. > > Downgrading to 0.76 get back the pop functionality I reported this to bugs, but there's a problem with pop fetching generally with 0.77. Towards the end of mail-source-fetch, there's code like (+ found (funcall function source callback)). The funcall is now returning nil for pop sources, and (+ 0 nil) can't eval, so I get the mail downloaded, but the finishing of the download gets aborted by lisp bombing out here. This sounds like a different error than the NT folks are seeing tho.