From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/56043 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: foobared imap server... Date: Fri, 16 Jan 2004 07:27:15 +0100 Sender: ding-owner@lists.math.uh.edu Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1074234491 6792 80.91.224.253 (16 Jan 2004 06:28:11 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 16 Jan 2004 06:28:11 +0000 (UTC) Cc: ding@gnus.org Original-X-From: ding-owner+M4583@lists.math.uh.edu Fri Jan 16 07:28:07 2004 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AhNSh-0005S9-00 for ; Fri, 16 Jan 2004 07:28:07 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1AhNSL-0004xV-00; Fri, 16 Jan 2004 00:27:45 -0600 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1AhNSC-0004xP-00 for ding@lists.math.uh.edu; Fri, 16 Jan 2004 00:27:36 -0600 Original-Received: from yxa.extundo.com (178.230.13.217.in-addr.dgcsystems.net [217.13.230.178]) by justine.libertine.org (Postfix) with ESMTP id 87A573A0035 for ; Fri, 16 Jan 2004 00:27:35 -0600 (CST) Original-Received: from latte.josefsson.org (yxa.extundo.com [217.13.230.178]) (authenticated bits=0) by yxa.extundo.com (8.12.10/8.12.10) with ESMTP id i0G6RSAn005115 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Fri, 16 Jan 2004 07:27:28 +0100 Original-To: Jody Klymak Mail-Copies-To: nobody X-Hashcash: 0:040116:jklymak@coas.oregonstate.edu:370086307a3afa8b X-Hashcash: 0:040116:ding@gnus.org:2cf0d1d4b11fdc98 In-Reply-To: (Jody Klymak's message of "Thu, 15 Jan 2004 07:33:10 -0800") User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3.50 (gnu/linux) Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:56043 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:56043 Jody Klymak writes: > I've attached a new backtrace (and the new imap log) with imap.el no > longer byte compiled. Thanks. > Thanks for any help you can give. > > Cheers, Jody > > Debugger entered--Lisp error: (error "In imap-parse-flag-list") > signal(error ("In imap-parse-flag-list")) > error("In imap-parse-flag-list" 10) > (or (eq (char-after) 41) (error "In imap-parse-flag-list" (char-after))) > (progn (or (eq ... 41) (error "In imap-parse-flag-list" ...)) nil) > (assert (eq (char-after) 41) t "In imap-parse-flag-list") > (let (flag-list start) (assert (eq ... 40) t "In imap-parse-flag-list") (while (and ... ... ...) (push ... flag-list)) (assert (eq ... 41) t "In imap-parse-flag-list") (imap-forward) (nreverse flag-list)) > imap-parse-flag-list() This is weird, it works here. Can you put the point at '(' in the following lines and do M-: (imap-parse-flag-list) RET and tell if this also generate the same backtrace? * FLAGS (\Answered \Flagged \Draft \Deleted \Seen jklymak l) * OK [PERMANENTFLAGS (\Answered \Flagged \Draft \Deleted \Seen jklymak l \*)] It should, but it doesn't for me. Perhaps there is some customization that modify the behaviour. If it does crash for you too, doing the same with emacs -q might suggest if something in your environment is causing this. Of course, then imap.el should be fixed.