From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/38999 Path: main.gmane.org!not-for-mail From: Nevin Kapur Newsgroups: gmane.emacs.gnus.general Subject: Error trying to browse an imap server Date: Thu, 27 Sep 2001 23:15:18 -0400 Sender: owner-ding@hpc.uh.edu Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035174777 25537 80.91.224.250 (21 Oct 2002 04:32:57 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 04:32:57 +0000 (UTC) Return-Path: Original-Received: (qmail 6467 invoked from network); 28 Sep 2001 03:17:51 -0000 Original-Received: from malifon.math.uh.edu (mail@129.7.128.13) by mastaler.com with SMTP; 28 Sep 2001 03:17:51 -0000 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 15mo7k-0006To-00; Thu, 27 Sep 2001 22:15:36 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 27 Sep 2001 22:15:11 -0500 (CDT) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id WAA06103 for ; Thu, 27 Sep 2001 22:15:01 -0500 (CDT) Original-Received: (qmail 6444 invoked by alias); 28 Sep 2001 03:15:21 -0000 Original-Received: (qmail 6439 invoked from network); 28 Sep 2001 03:15:21 -0000 Original-Received: from pool-151-196-250-226.balt.east.verizon.net (HELO bombay.dyndns.org) (151.196.250.226) by gnus.org with SMTP; 28 Sep 2001 03:15:21 -0000 Original-Received: (from nevin@localhost) by bombay.dyndns.org (8.11.6/8.11.6) id f8S3FJk01492; Thu, 27 Sep 2001 23:15:19 -0400 X-Authentication-Warning: bombay.dyndns.org: nevin set sender to nevin@jhu.edu using -f Original-To: ding@gnus.org X-Face: H~?ZI_L2!bGIrH^iC0e8t85[S`lwpP_/-sOvkGnN[\)[S";}xM3[Ib!ljz-80yK9SIf9sz6/DcY?yKUq1=-&XdrLjA^wK1 Mail-Copies-To: never Original-Lines: 21 User-Agent: Gnus/5.090004 (Oort Gnus v0.04) XEmacs/21.4 (Artificial Intelligence) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:38999 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:38999 In the *Server* buffer when I try to browse my IMAP server, I get the following backtrace: Signaling: (wrong-type-argument sequencep quote) concat("LIST \"" nil "\" \"" quote nil "%\"") (imap-send-command-wait (concat "LIST \"" reference "\" \"" (imap-utf7-encode root) (and add-delimiter ...) "%\"")) (imap-ok-p (imap-send-command-wait (concat "LIST \"" reference "\" \"" ... ... "%\""))) (if (imap-ok-p (imap-send-command-wait ...)) (let (out) (imap-mailbox-map-1 ...) (nreverse out))) (when (imap-ok-p (imap-send-command-wait ...)) (let (out) (imap-mailbox-map-1 ...) (nreverse out))) (save-current-buffer (set-buffer (or buffer ...)) (when (and add-delimiter ...) (imap-send-command-wait ...)) (imap-mailbox-map-1 (lambda ... ...)) (when (imap-ok-p ...) (let ... ... ...))) (with-current-buffer (or buffer (current-buffer)) (when (and add-delimiter ...) (imap-send-command-wait ...)) (imap-mailbox-map-1 (lambda ... ...)) (when (imap-ok-p ...) (let ... ... ...))) imap-mailbox-list(quote nil) nnimap-request-list("jesse") gnus-request-list((nnimap "jesse" (nnimap-address "jesse.mts.jhu.edu") (nnimap-stream ssl) (nnimap-list-pattern (quote ...)))) gnus-browse-foreign-server("nnimap:jesse" #) #("nnimap:jesse") call-interactively(gnus-server-read-server) -- Nevin Kapur nevin@jhu.edu