emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: cl-loop's "with" destructuring-bind looks broken


From: Daniel Colascione
Subject: Re: cl-loop's "with" destructuring-bind looks broken
Date: Sun, 20 Apr 2014 18:06:33 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0

On 04/19/2014 10:36 PM, Tomohiro Matsuyama wrote:
> Hi,
> 
> I have faced an issue on 24.3.90.2 when using my extension that
> includes an expression like:
> 
>     (cl-loop with (a b c) = '(1 2 3) return (+ a b c))

It should be fixed now. I'd appreciate if Stefan took a look at the fix,
trunk revision 117000. I don't know why that (eq body 'setq) test was
there in the first place, but removing it doesn't seem to break anything.

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]