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

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

Re: Making table structure based on values in numeric array


From: Jean Louis
Subject: Re: Making table structure based on values in numeric array
Date: Sun, 6 Nov 2022 09:57:27 +0300
User-agent: Mutt/2.2.7+37 (a90f69b) (2022-09-02)

* Heime <heimeborgia@protonmail.com> [2022-11-06 07:57]:
> 
> I want to make a table structure in the following manner.
> 
> (setq my-table
>       '(("Feature"      ""  ""  "")  ; header
>       ("icomplt-horz" "xxxxx" "xxxxx" "xxxx")
>       ("icompt-vert"  "xxxxx" "xxxxx" "")
>       ("ivy"          "xxxxx" "xxxxx" "")
>       ("vertico"      "xxxxx" "" "")
>       ("helm"         "" "" "")))
> 
> But the number of "xxxxx" sections depends on an array "(setq selecrt [3 2 2 
> 1 0])".
> each number associated with the completion framework starting with 
> "icomplt-horz".
> 
> 3 means three sets of "xxxxx", 2 means two sets of "xxxxx", and so on.

I gave you full set of functions on the Org mailing list. 

The above i can't understand.

The number "xxxxx" is number as string? 

How does "xxxxx" depend on array?

Sorry, for me, I can't understand the above.

-- 
Jean

Take action in Free Software Foundation campaigns:
https://www.fsf.org/campaigns

In support of Richard M. Stallman
https://stallmansupport.org/



reply via email to

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