help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: (loop with (VAR1 VAR2) ...)


From: Barry Margolin
Subject: Re: (loop with (VAR1 VAR2) ...)
Date: Sun, 16 Mar 2014 21:28:01 -0400
User-agent: MT-NewsWatcher/3.5.3b3 (Intel Mac OS X)

In article <mailman.17317.1394989649.10748.help-gnu-emacs@gnu.org>,
 Thien-Thi Nguyen <ttn@gnu.org> wrote:

> Is the construct in the subject valid as an alternate form of:
> 
>  (loop with VAR1
>        with VAR2
>        ...)
> 
> ?  It seems to work fine, but (info "(cl) Other Clauses")
> doesn't mention it, so i wonder if i am planting a latent bug.

Does it mention "destructuring"? Any place where a single variable is 
allowed, you can have a list of variables, and it will assign them from 
the list of values.

-- 
Barry Margolin, barmar@alum.mit.edu
Arlington, MA
*** PLEASE post questions in newsgroups, not directly to me ***


reply via email to

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