From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/87354 Path: news.gmane.org!.POSTED!not-for-mail From: Nikolaus Rath Newsgroups: gmane.emacs.gnus.general Subject: Re: bug#20670: [PATCH] nnimap: enable additional expunge options (v3) Date: Tue, 24 Jan 2017 16:32:06 -0800 Message-ID: <0C68B28B-69C6-4086-AA99-14A7829695FE@rath.org> References: <556538A5.3050302@rath.org> <87oajs38kf.fsf@vostro.rath.org> <87pojcp7y7.fsf@gnus.org> <87k29kyqpy.fsf@vostro.rath.org> <87wpdk9em7.fsf@gnus.org> <87efzsyonp.fsf@vostro.rath.org> <87r33s9edg.fsf@gnus.org> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: blaine.gmane.org 1485304367 22913 195.159.176.226 (25 Jan 2017 00:32:47 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Wed, 25 Jan 2017 00:32:47 +0000 (UTC) User-Agent: K-9 Mail for Android Cc: ding@gnus.org To: Lars Ingebrigtsen ,20670@debbugs.gnu.org Original-X-From: ding-owner+M35574@lists.math.uh.edu Wed Jan 25 01:32:43 2017 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from lists1.math.uh.edu ([129.7.128.208]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cWBVc-0003wG-Kf for ding-account@gmane.org; Wed, 25 Jan 2017 01:32:20 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.87) (envelope-from ) id 1cWBVb-0007uy-CR; Tue, 24 Jan 2017 18:32:19 -0600 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by lists1.math.uh.edu with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.87) (envelope-from ) id 1cWBVa-0007uN-2Q for ding@lists.math.uh.edu; Tue, 24 Jan 2017 18:32:18 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1.2:DHE-RSA-AES128-SHA:128) (Exim 4.87) (envelope-from ) id 1cWBVW-0000I2-4Z for ding@lists.math.uh.edu; Tue, 24 Jan 2017 18:32:17 -0600 Original-Received: from out1-smtp.messagingengine.com ([66.111.4.25]) by quimby.gnus.org with esmtps (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.80) (envelope-from ) id 1cWBVU-0004fS-Kr; Wed, 25 Jan 2017 01:32:12 +0100 Original-Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 41CC7207D8; Tue, 24 Jan 2017 19:32:11 -0500 (EST) Original-Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Tue, 24 Jan 2017 19:32:11 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc:x-sasl-enc; s= smtpout; bh=vbYxHlMushBNfSkSAqwOM+vriLQ=; b=AyhywZ+kHp/BRKwz0kn4 c8VMXKl1fffzU8jDBhrVENyfEbUPPXu6emEHMtawwQONKw4ZvSy35WMVJpgEXcNL LmVqqMHCfRkD045nA285Fj5wkd82y561SEpU4G8ziNlM2xOS4uiEsj/GLbkgJcrh ZAiEG8En6tWb3IlIKI44nKM= X-ME-Sender: X-Sasl-enc: alc7jaOYvncsWNcOz88Off3dfhSCLfQQW6mESpiAMjmY 1485304330 Original-Received: from [192.168.17.101] (ip68-228-93-17.oc.oc.cox.net [68.228.93.17]) by mail.messagingengine.com (Postfix) with ESMTPA id 743777E2B0; Tue, 24 Jan 2017 19:32:10 -0500 (EST) In-Reply-To: <87r33s9edg.fsf@gnus.org> List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:87354 Archived-At: On January 24, 2017 4:23:23 PM PST, Lars Ingebrigtsen w= rote: >>> There was a bug in the patch, so I've reverted it for now=2E >>> >>> Here's the backtrace: >>> >>> Debugger entered--Lisp error: (error "Format specifier doesn=E2=80=99t= match >>> argument type") >>> format("%d =2E*\n" (t ("OK" ("HIGHESTMODSEQ" "914696") "Expunge" >>> "completed=2E") ("VANISHED" "1825937") ("0" "RECENT"))) >>> (looking-at (format "%d =2E*\n" sequence)) >>> (not (looking-at (format "%d =2E*\n" sequence))) >>> (progn (while (and (not (bobp)) (progn (forward-line -1) >(looking-at >> [=2E=2E=2E] >> >> Can you tell me how to reproduce it? As I've said, it's been working >> fine here for over a year=2E > >I just hit `g'=2E Whenever there's a new email that's split, it fails=2E Uh, OK=2E That's gonna take me a while to understand and fix=2E If you or = anyone else feels like fixing this up, I will not be offended=2E I hate the= way Gnus represents a "parsed" server response=2E Best, Nikolaus --=20 Sent from my Android device with K-9 Mail=2E Please excuse my brevity=2E