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

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

Re: Elisp Reference Manual on inserting tables


From: Heime
Subject: Re: Elisp Reference Manual on inserting tables
Date: Mon, 07 Nov 2022 18:07:17 +0000

------- Original Message -------
On Monday, November 7th, 2022 at 6:02 PM, Michael Heerdegen 
<michael_heerdegen@web.de> wrote:


> Heime heimeborgia@protonmail.com writes:
> 
> > I would like to adapt it to produce
> > 
> > '(("A" "xxxxx" "xxxxx" "xxxxx")
> > ("B" "xxxxx" "xxxxx" "")
> > ("C" "xxxxx" "xxxxx" "")
> > ("D" "xxxxx" "" "")
> > ("E" "" "" "")))
> 
> 
> `cl-mapcar' allows to map over multiple sequences. Alternatively use nested` 
> mapcar' calls.
> 
> Michael.

Thanks, I would go with the nested version.




reply via email to

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