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:10:23 +0000





Sent with Proton Mail secure email.

------- 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.

There is also the possibility of using mapcar*  

What do you think of it?




reply via email to

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