From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/87730 Path: news.gmane.org!.POSTED!not-for-mail From: Eric Abrahamsen Newsgroups: gmane.emacs.gnus.general Subject: Re: can't move messages from nnimap group to nnml group Date: Thu, 12 Oct 2017 13:02:27 +0200 Message-ID: <87lgkgvdbw.fsf@ericabrahamsen.net> References: <87k2008x6b.fsf@free.fr> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: blaine.gmane.org 1507806353 17422 195.159.176.226 (12 Oct 2017 11:05:53 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Thu, 12 Oct 2017 11:05:53 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.60 (gnu/linux) To: ding@gnus.org Original-X-From: ding-owner+m35944=ding+2daccount=gmane.org@lists.math.uh.edu Thu Oct 12 13:05:50 2017 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from mxfilter-048035.atla03.us.yomura.com ([107.189.48.35]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1e2bJ7-00030q-Ml for ding-account@gmane.org; Thu, 12 Oct 2017 13:05:41 +0200 X-Yomura-MXScrub: 1.0 Original-Received: from lists1.math.uh.edu (unknown [129.7.128.208]) by mxfilter-048035.atla03.us.yomura.com (Halon) with ESMTPS id 3f914c46-af3d-11e7-86ce-b499baabecb2; Thu, 12 Oct 2017 11:05:26 +0000 (UTC) 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 1e2bIr-0004cA-0P for ding-account@gmane.org; Thu, 12 Oct 2017 06:05:25 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by lists1.math.uh.edu with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.87) (envelope-from ) id 1e2bIp-0004c3-DX for ding@lists.math.uh.edu; Thu, 12 Oct 2017 06:05:23 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1.2:DHE-RSA-AES128-SHA:128) (Exim 4.87) (envelope-from ) id 1e2bIl-0002Xq-7A for ding@lists.math.uh.edu; Thu, 12 Oct 2017 06:05:23 -0500 Original-Received: from [195.159.176.226] (helo=blaine.gmane.org) by quimby.gnus.org with esmtps (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.80) (envelope-from ) id 1e2bHo-0005ly-6B for ding@gnus.org; Thu, 12 Oct 2017 13:04:35 +0200 Original-Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1e2bHb-0000k4-4p for ding@gnus.org; Thu, 12 Oct 2017 13:04:07 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 25 Original-X-Complaints-To: usenet@blaine.gmane.org Cancel-Lock: sha1:DRKOfTm9oBxq2OtJR8K9Rs66mUs= List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:87730 Archived-At: Julien Cubizolles writes: > Since an update from a few days. I can't move messages (B-m) from an > nnimap group to a nnml group. The error message is: > > nnimap-request-move-article: Invalid function: (result (eval accept-form)) > > Obviously, it used to work before... > > I'm running Gnus v5.13 bundled with GNU Emacs 27.0.50 (build 2, > x86_64-pc-linux-gnu, GTK+ Version 3.22.11) of 2017-10-11. > > The nnimap group is managed locally by offlineimap but I don't think > it's relevant to this problem. Anybody experienced this bugĀ ? > > Julien. I'm pretty sure the problem there is the `when-let*', which has caused me similar problems in other places. Would you try removing the asterisk and evaluating the function, and try again? I thought it was something to do with older Emacs versions, but if you're on the bleeding edge then it looks like a bug with `when-let*'. Eric