From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/74465 Path: news.gmane.org!not-for-mail From: Tommy Kelly Newsgroups: gmane.emacs.gnus.general Subject: Re: nnimap now tries both imaps and imap Date: Sat, 27 Nov 2010 22:23:02 -0600 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1290918221 11750 80.91.229.12 (28 Nov 2010 04:23:41 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 28 Nov 2010 04:23:41 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M22825@lists.math.uh.edu Sun Nov 28 05:23:37 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 1PMYnY-0003In-G8 for ding-account@gmane.org; Sun, 28 Nov 2010 05:23:36 +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 1PMYnM-0000Nu-Op; Sat, 27 Nov 2010 22:23:24 -0600 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 1PMYnL-0000Ni-2P for ding@lists.math.uh.edu; Sat, 27 Nov 2010 22:23:23 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1PMYnK-0003RH-4q for ding@lists.math.uh.edu; Sat, 27 Nov 2010 22:23:22 -0600 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1PMYnI-0004Kd-00 for ; Sun, 28 Nov 2010 05:23:20 +0100 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PMYnI-0003DE-50 for ding@gnus.org; Sun, 28 Nov 2010 05:23:20 +0100 Original-Received: from cpe-70-112-150-104.austin.res.rr.com ([70.112.150.104]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 28 Nov 2010 05:23:20 +0100 Original-Received: from tommy.kelly by cpe-70-112-150-104.austin.res.rr.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 28 Nov 2010 05:23:20 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 24 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: cpe-70-112-150-104.austin.res.rr.com User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (darwin) Cancel-Lock: sha1:havygODnE1XFIkDIUt5tgVTKnPI= X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:74465 Archived-At: > But it would still be interesting to know why it failed... I am clueless about this stuff, but diving in nevertheless ... (warning: you're going to end up more pushing me past newbie edebug questions than getting anything sensible on the debug front): So, I found the defun you mentioned, loaded edebug (I think), and then ran eval-defun with an argument on it. I'm led to believe I have now instrumented the function so as to get a breakpoint. (Remember -- I know nothing). I then run gnus and execution stops at the function. I then step through (using "space", right?). It goes all the way to loading my secondary select methods -- i.e. it does not hang. However, it doesn't actually get nntp going, evidenced by no new messages in the relevant groups (despite me knowing there are some there). However, if instead of stepping I hit "G' (or "C' etc), to let it start running again, it hangs as it tries nntp. That's all I know (if that) for now. t