From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/73555 Path: news.gmane.org!not-for-mail From: hobbes@poukram.net (=?utf-8?Q?R=C3=A9mi?= Letot) Newsgroups: gmane.emacs.gnus.general Subject: Re: Outstanding stuff? Date: Sun, 24 Oct 2010 21:50:40 +0200 Message-ID: <8762wrqsj3.fsf@sphax.lybrafox.lan> References: <878w1rfkwx.fsf@sphax.lybrafox.lan> <87tykc7z7a.fsf@sphax.lybrafox.lan> <87pquz8l5w.fsf@sphax.lybrafox.lan> <87lj5n8kqr.fsf@sphax.lybrafox.lan> <87hbgb8k33.fsf@sphax.lybrafox.lan> <87d3qzqswb.fsf@sphax.lybrafox.lan> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: dough.gmane.org 1287949874 31510 80.91.229.12 (24 Oct 2010 19:51:14 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 24 Oct 2010 19:51:14 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M21924@lists.math.uh.edu Sun Oct 24 21:51:11 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 1PA6az-0003j9-80 for ding-account@gmane.org; Sun, 24 Oct 2010 21:51:09 +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 1PA6ar-0001LI-1S; Sun, 24 Oct 2010 14:51:01 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1PA6ap-0001L0-Ap for ding@lists.math.uh.edu; Sun, 24 Oct 2010 14:50:59 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1PA6al-0001w7-0y for ding@lists.math.uh.edu; Sun, 24 Oct 2010 14:50:59 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1PA6ak-0002zj-00 for ; Sun, 24 Oct 2010 21:50:54 +0200 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PA6ag-0003aX-Lq for ding@gnus.org; Sun, 24 Oct 2010 21:50:50 +0200 Original-Received: from 91.180.77.98 ([91.180.77.98]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 24 Oct 2010 21:50:50 +0200 Original-Received: from hobbes by 91.180.77.98 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 24 Oct 2010 21:50:50 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 33 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 91.180.77.98 User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux) Cancel-Lock: sha1:hFy6QlnfGr6Ux0i/yxuoH5XNd9Q= X-Spam-Score: -0.7 (/) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:73555 Archived-At: Lars Magne Ingebrigtsen writes: > hobbes@poukram.net (Rémi Letot) writes: > >>> (nnimap-retrieve-group-data-early >>> "swoog" (gnus-get-info >>> "nnimap+swoog:INBOX.1_GTD.PROJETS.services-domiciles")) >> >> except I replaced the first "swoog" with the real FQDN of that server >> (swoog is a historical name, it's still the name in my group buffer, but >> it's not the real one) > > So what happens when you eval this? Same error: wrong-type-argument listp "nnimap+swoog:INBOX.1_GTD.PROJETS.services-domiciles" Here is the backtrace: Debugger entered--Lisp error: (wrong-type-argument listp "nnimap+swoog:INBOX.1_GTD.PROJETS.services-domiciles") nnimap-retrieve-group-data-early("swoog" ("nnimap+swoog:INBOX.1_GTD.PROJETS.services-domiciles" 3 (1) ((seen 1)) (nnimap "swoog") ((modseq) (uidvalidity . "1286920784") (active 1 . 1) (permanent-flags . t) (imap-status . "2 1 1")))) eval((nnimap-retrieve-group-data-early "swoog" (gnus-get-info "nnimap+swoog:INBOX.1_GTD.PROJETS.services-domiciles"))) eval-last-sexp-1(t) eval-last-sexp(t) eval-print-last-sexp() call-interactively(eval-print-last-sexp nil nil) HTH, -- Rémi