From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/73162 Path: news.gmane.org!not-for-mail From: Andrew J Cosgriff Newsgroups: gmane.emacs.gnus.general Subject: Re: nnimap ignoring server options? Date: Fri, 15 Oct 2010 09:53:26 +0000 (UTC) Organization: I'm trying Message-ID: References: <87ocb1frcu.fsf@gira.fitness2live.net.au> <87ocb0ctqy.fsf@gira.fitness2live.net.au> <87k4ll67u2.fsf@gira.fitness2live.net.au> <87fww8tktr.fsf@gira.fitness2live.net.au> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1287136476 25412 80.91.229.12 (15 Oct 2010 09:54:36 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 15 Oct 2010 09:54:36 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M21534@lists.math.uh.edu Fri Oct 15 11:54:35 2010 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1P6gze-0001fV-O3 for ding-account@gmane.org; Fri, 15 Oct 2010 11:54:31 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1P6gyp-0005pk-7p; Fri, 15 Oct 2010 04:53:39 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1P6gyn-0005pT-J8 for ding@lists.math.uh.edu; Fri, 15 Oct 2010 04:53:37 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1P6gyl-0004w2-VF for ding@lists.math.uh.edu; Fri, 15 Oct 2010 04:53:37 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1P6gyk-0001T0-00 for ; Fri, 15 Oct 2010 11:53:34 +0200 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1P6gyk-0001GG-CQ for ding@gnus.org; Fri, 15 Oct 2010 11:53:34 +0200 Original-Received: from shortwave.lonelyradio.net ([203.206.184.57]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 15 Oct 2010 11:53:34 +0200 Original-Received: from confusenet by shortwave.lonelyradio.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 15 Oct 2010 11:53:34 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 28 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: shortwave.lonelyradio.net User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (darwin) Cancel-Lock: sha1:l1XW0i5hch5kQQY2CpU6APxaCuY= X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:73162 Archived-At: lmi wrote : > Andrew J Cosgriff writes: > >> at that point, nnimap-stream and nnimap-server-port seem to evaluate to >> the correct values, but open-network-stream still fails... > > Could you edebug through `nnimap-open-connection' and see what > happens? yeah, I did - it gets here: (message "Opening connection to %s..." nnimap-address) (open-network-stream "*nnimap*" (current-buffer) nnimap-address (setq port (or nnimap-server-port (if (netrc-find-service-number "imap") "imap" "143")))) ...and open-network-stream fails. that appears to be a tiny wrapper around a C function called make-network-process. I'm not yet sure why that fails. -- http://andrew.j.cosgriff.name/ | eh ?