From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/87739 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: Sun, 15 Oct 2017 20:16:52 -0700 Message-ID: <871sm3g4t7.fsf@ericabrahamsen.net> References: <87k2008x6b.fsf@free.fr> <87lgkgvdbw.fsf@ericabrahamsen.net> <87infk5sp6.fsf@free.fr> <871sm4j1xv.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 1508124061 20833 195.159.176.226 (16 Oct 2017 03:21:01 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 16 Oct 2017 03:21:01 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.90 (gnu/linux) To: ding@gnus.org Original-X-From: ding-owner+m35953@lists.math.uh.edu Mon Oct 16 05:20:58 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 1e3vxM-000381-85 for ding-account@gmane.org; Mon, 16 Oct 2017 05:20:44 +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 f572ac6e-b220-11e7-86ce-b499baabecb2; Mon, 16 Oct 2017 03:20:29 +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 1e3vx4-0003DK-8r; Sun, 15 Oct 2017 22:20:26 -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 1e3vx1-0003Cb-TE for ding@lists.math.uh.edu; Sun, 15 Oct 2017 22:20: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 1e3vwt-0007eR-Ci for ding@lists.math.uh.edu; Sun, 15 Oct 2017 22:20: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 1e3vwr-0005v0-VP for ding@gnus.org; Mon, 16 Oct 2017 05:20:14 +0200 Original-Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1e3vwg-0006UG-K3 for ding@gnus.org; Mon, 16 Oct 2017 05:20:02 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 23 Original-X-Complaints-To: usenet@blaine.gmane.org Cancel-Lock: sha1:pHuc5zTjiiNr/w/REU/dj7cHikw= List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:87739 Archived-At: Julien Cubizolles writes: > Julien Cubizolles writes: > >> Eric Abrahamsen writes: >> >> >>> 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? >> >> You were right. Just changing when-let* to when-let fixes this problem. >> >> It was changed from when-let to when-let* in commit 370d0e7aa7. > > Should I write a formal bug-report using gnus-bug since gnus is now part > of the official emacs repo ? No, it's an easy fix that I'll push in a bit -- we just have to require subr-x.el when compiling nnimap. It will go to emacs-26, and then get backported in a bit to master. Eric