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

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

Re: Passing two sequences to make a list of lists


From: Heime
Subject: Re: Passing two sequences to make a list of lists
Date: Tue, 08 Nov 2022 13:37:25 +0000

------- Original Message -------
On Tuesday, November 8th, 2022 at 6:40 AM, Emanuel Berg <incal@dataswamp.org> 
wrote:


> Heime wrote:
> 
> > This is the function I have been playing with
> > 
> > (seq-mapn
> > (lambda (x y)
> > (list x (mapconcat
> > (lambda (s)
> > (prog1
> > (if (> y 0) (append (make-list s "xxxxx")) "")
> > (setq y (1- y))))
> > "")
> > " "))
> > descr
> > selectr)
> 
> 
> Hm ... maybe you should add some set functions or
> anonymous functions?

Do you understand my difficulty?



reply via email to

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