From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/3462 Path: news.gmane.org!not-for-mail From: Kevin Greiner Newsgroups: gmane.emacs.gnus.user Subject: Re: Gnus plugged/unplugged error Date: Sun, 01 Feb 2004 23:13:42 -0500 Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1138669574 19072 80.91.229.2 (31 Jan 2006 01:06:14 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 31 Jan 2006 01:06:14 +0000 (UTC) Original-X-From: nobody Tue Jan 17 17:32:15 2006 Original-Path: quimby.gnus.org!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-NNTP-Posting-Host: dialup-216-12-206-14.ev1.net Original-X-Trace: quimby.gnus.org 1075695225 12958 216.12.206.14 (2 Feb 2004 04:13:45 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: Mon, 2 Feb 2004 04:13:45 +0000 (UTC) User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3 (windows-nt) Cancel-Lock: sha1:0P7FM/W+ucGnpNTo3shNS79WYr4= Original-Xref: bridgekeeper.physik.uni-ulm.de gnus-emacs-gnus:3603 Original-Lines: 32 X-Gnus-Article-Number: 3603 Tue Jan 17 17:32:15 2006 Xref: news.gmane.org gmane.emacs.gnus.user:3462 Archived-At: Miroslav Zubcic writes: > Hi. > > I'm using Gnus 5.10.6 on XEmacs 21.4.14 compiled with mule support. > I have 3 imap accounts and using gnus agent feature to have > disconeccted IMAP capability. > > The problem is: when I try to enter on/off-line with `J-j' I get > "Group: " prompt in minibuffer, just like if I pressed small letter > `j' in the group buffer. Typing `gnus-agent-toggle-group-plugged' > directly works, but the I get error entering any IMAP group - every > *second* time. For example: enter to nnimap+mail.foo.com:INBOX works, > get out, try again - trace, try again - works etc ... > Thanks for the configuration. However, I'm going to need a little more information. Start gnus, trigger the error to make sure that it is still repeatable, then do the following. M-x load-librarynnagent.el Finally, trigger the error again then post the new debug-on-error info. By loading the lisp (.el) file rather than the compiled file (.elc), the stack trace will provide specific information about the statements that are causing the recursion. Kevin