Gnus development mailing list
 help / color / mirror / Atom feed
* can't move messages from nnimap group to nnml group
@ 2017-10-12 10:42 Julien Cubizolles
  2017-10-12 11:02 ` Eric Abrahamsen
  0 siblings, 1 reply; 6+ messages in thread
From: Julien Cubizolles @ 2017-10-12 10:42 UTC (permalink / raw)
  To: ding

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:

--8<---------------cut here---------------start------------->8---
nnimap-request-move-article: Invalid function: (result (eval accept-form))
--8<---------------cut here---------------end--------------->8---

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.




^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: can't move messages from nnimap group to nnml group
  2017-10-12 10:42 can't move messages from nnimap group to nnml group Julien Cubizolles
@ 2017-10-12 11:02 ` Eric Abrahamsen
  2017-10-12 14:47   ` Julien Cubizolles
  0 siblings, 1 reply; 6+ messages in thread
From: Eric Abrahamsen @ 2017-10-12 11:02 UTC (permalink / raw)
  To: ding

Julien Cubizolles <j.cubizolles@free.fr> 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




^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: can't move messages from nnimap group to nnml group
  2017-10-12 11:02 ` Eric Abrahamsen
@ 2017-10-12 14:47   ` Julien Cubizolles
  2017-10-13  5:13     ` Eric Abrahamsen
  2017-10-15  7:38     ` Julien Cubizolles
  0 siblings, 2 replies; 6+ messages in thread
From: Julien Cubizolles @ 2017-10-12 14:47 UTC (permalink / raw)
  To: ding

Eric Abrahamsen <eric@ericabrahamsen.net> 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.

Julien.




^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: can't move messages from nnimap group to nnml group
  2017-10-12 14:47   ` Julien Cubizolles
@ 2017-10-13  5:13     ` Eric Abrahamsen
  2017-10-15  7:38     ` Julien Cubizolles
  1 sibling, 0 replies; 6+ messages in thread
From: Eric Abrahamsen @ 2017-10-13  5:13 UTC (permalink / raw)
  To: ding

Julien Cubizolles <j.cubizolles@free.fr> writes:

> Eric Abrahamsen <eric@ericabrahamsen.net> 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.

Okay, thanks for confirming, I'll flag something up on emacs.devel.

Eric




^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: can't move messages from nnimap group to nnml group
  2017-10-12 14:47   ` Julien Cubizolles
  2017-10-13  5:13     ` Eric Abrahamsen
@ 2017-10-15  7:38     ` Julien Cubizolles
  2017-10-16  3:16       ` Eric Abrahamsen
  1 sibling, 1 reply; 6+ messages in thread
From: Julien Cubizolles @ 2017-10-15  7:38 UTC (permalink / raw)
  To: ding

Julien Cubizolles <j.cubizolles@free.fr> writes:

> Eric Abrahamsen <eric@ericabrahamsen.net> 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 ?




^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: can't move messages from nnimap group to nnml group
  2017-10-15  7:38     ` Julien Cubizolles
@ 2017-10-16  3:16       ` Eric Abrahamsen
  0 siblings, 0 replies; 6+ messages in thread
From: Eric Abrahamsen @ 2017-10-16  3:16 UTC (permalink / raw)
  To: ding

Julien Cubizolles <j.cubizolles@free.fr> writes:

> Julien Cubizolles <j.cubizolles@free.fr> writes:
>
>> Eric Abrahamsen <eric@ericabrahamsen.net> 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




^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2017-10-16  3:16 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-12 10:42 can't move messages from nnimap group to nnml group Julien Cubizolles
2017-10-12 11:02 ` Eric Abrahamsen
2017-10-12 14:47   ` Julien Cubizolles
2017-10-13  5:13     ` Eric Abrahamsen
2017-10-15  7:38     ` Julien Cubizolles
2017-10-16  3:16       ` Eric Abrahamsen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).