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

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

Re: Looping lists through mapcar


From: uzibalqa
Subject: Re: Looping lists through mapcar
Date: Fri, 26 Aug 2022 02:48:11 +0000

------- Original Message -------
On Thursday, August 25th, 2022 at 3:57 PM, Jean Louis <bugs@gnu.support> wrote:


> * uzibalqa uzibalqa@proton.me [2022-08-25 13:49]:
> 
> > I wanted to ask you whether one should use an "alist" or a "list of 
> > alists". Because
> > "my-assoc-lists" makes "an alist", but (dolist (aggr (my-assoc-lists)) 
> > accepts "a list
> > of alists".
> 
> 
> I have already demonstrated how my function works.

(dolist (aggr (my-assoc-lists))

fails upon taking the first element because it is not a list.



reply via email to

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