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: Michael Heerdegen
Subject: Re: Elisp Reference Manual on inserting tables
Date: Tue, 08 Nov 2022 23:49:04 +0100
User-agent: Gnus/5.13 (Gnus v5.13)

Heime <heimeborgia@protonmail.com> writes:

> Have been focusing on this implementation.  But I have to gen rid of the 
> split-string part in mapconcat.

Why?

> Have found that I can use seq-mapn to iterate over two sequences
> simultaneously.  Then use mapconcat to make the string, and use y
> (from the selectr sequence) as a counter in the function
> argument. There exists the convenient "prog1" that makes it possible
> to lower the counter after the "if" form, but return the value of the
> "if" form (the first function in the prog1 body).

Anyway, nice to see that you are making good progress.

Michael.




reply via email to

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