From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/85193 Path: news.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.gnus.general Subject: Re: Failed to open IMAP server Date: Thu, 30 Oct 2014 14:21:34 +0900 Organization: Emacsen advocacy group Message-ID: References: <87fve6mcgy.fsf@tsuchiya.vaj.namazu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1414646602 22509 80.91.229.3 (30 Oct 2014 05:23:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 30 Oct 2014 05:23:22 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M33437@lists.math.uh.edu Thu Oct 30 06:23:15 2014 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XjiCW-00074L-Ps for ding-account@gmane.org; Thu, 30 Oct 2014 06:23:13 +0100 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 1XjiC0-0001VW-Dn; Thu, 30 Oct 2014 00:22:40 -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 1XjiBw-0001VA-Qm for ding@lists.math.uh.edu; Thu, 30 Oct 2014 00:22:36 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1:AES128-SHA:128) (Exim 4.76) (envelope-from ) id 1XjiBr-0001jQ-H2 for ding@lists.math.uh.edu; Thu, 30 Oct 2014 00:22:36 -0500 Original-Received: from mail-hampton.hostforweb.net ([205.234.186.191] helo=hampton.hostforweb.net) by quimby.gnus.org with esmtp (Exim 4.80) (envelope-from ) id 1XjiB7-0001RT-C0 for ding@gnus.org; Thu, 30 Oct 2014 06:21:58 +0100 Original-Received: from localhost.localdomain ([127.0.0.1]:36656 helo=localhost) by hampton.hostforweb.net with smtp (Exim 4.82) (envelope-from ) id 1XjiAy-001a3b-DX for ding@gnus.org; Thu, 30 Oct 2014 00:21:37 -0500 X-Face: #kKnN,xUnmKia.'[pp`;Omh}odZK)?7wQSl"4o04=EixTF+V[""w~iNbM9ZL+.b*_CxUmFk B#Fu[*?MZZH@IkN:!"\w%I_zt>[$nm7nQosZ<3eu;B:$Q_:p!',P.c0-_Cy[dz4oIpw0ESA^D*1Lw= L&i*6&( User-Agent: Gnus/5.130012 (=?iso-2022-jp?B?GyRCPz8bKEI=?= Gnus v0.12) Emacs/25.0.50 (i686-pc-cygwin) Cancel-Lock: sha1:x9pc/73j64KuV83nNrdcCWINP2o= X-OutGoing-Spam-Status: No, score=-1.5 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - hampton.hostforweb.net X-AntiAbuse: Original Domain - gnus.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - jpl.org X-Get-Message-Sender-Via: hampton.hostforweb.net: acl_c_authenticated_local_user: yamaoka X-Source: X-Source-Args: X-Source-Dir: X-Spam-Score: 0.8 (/) X-Spam-Report: SpamAssassin (3.3.1 2010-03-16) analysis follows Bayesian score: 0.4130 Ham tokens: 0.000-2399--18748h-0s--0d--H*u:Emacs, 0.000-364--2843h-0s--0d--H*u:Gnus, 0.000-364--2843h-0s--0d--H*UA:Gnus, 0.000-2299--17995h-3s--0d--H*M:fsf, 0.000-2820--22085h-6s--0d--H*UA:Emacs Spam tokens: 0.995-27127--718h-107497s--0d--H*r:quimby.gnus.org, 0.993-25387--1072h-102145s--0d--H*Ad:D*gnus.org, 0.991-26091--1364h-105990s--0d--HTo:D*gnus.org, 0.991-27068--1417h-109966s--0d--HX-Spam-Relays-External:quimby.gnus.org, 0.991-27068--1417h-109966s--0d--H*RU:quimby.gnus.org Autolearn status: ham 0.8 BAYES_50 BODY: Bayes spam probability is 40 to 60% [score: 0.4130] List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:85193 Archived-At: On Thu, 30 Oct 2014 13:02:37 +0900, TSUCHIYA Masatoshi wrote: > I have just simplified my configuration into: > (setq gnus-select-method '(nnimap "imap.example.net")) > However, Gnus failed to open the IMAP server. Its error message is: > Unable to open server nnimap+imap.example.net due to: Wrong type > argument: listp, # > I used edebug to investigate the cause of this trouble, and found that > open-network-stream() is called wihtout `parameters' argument. Have you edebugged open-protocol-stream (proto-stream.el)? nnimap uses it instead, and it calls open-network-stream without `parameters' on some condition.