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

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

Re: rcd-box.el for box drawings and tables


From: Jean Louis
Subject: Re: rcd-box.el for box drawings and tables
Date: Tue, 8 Nov 2022 15:29:34 +0300
User-agent: Mutt/2.2.7+37 (a90f69b) (2022-09-02)

* Heime <heimeborgia@protonmail.com> [2022-11-08 10:58]:
> You should consider the possibility when someone does not want a
> separator between rows.  For instance I did like the idea of
> introducing a separator with "|--\n")

Sure.

(rcd-box-table '(("SEPINT" "Introducing separator |--" "3x pizza = $30")
                 ("SOMEONE" "Not want separator between rows" "3x pizza = $30"))
          '("SKU" "Description" "Amount")
          '("center" "center" "right")) ⇒ "
╔═════════╦═════════════════════════════════╦════════════════╗
║   SKU   ║           Description           ║         Amount ║
╠═════════╬═════════════════════════════════╬════════════════╣
║ SEPINT  ║    Introducing separator |--    ║ 3x pizza = $30 ║
╠═════════╬═════════════════════════════════╬════════════════╣
║ SOMEONE ║ Not want separator between rows ║ 3x pizza = $30 ║
╚═════════╩═════════════════════════════════╩════════════════╝

"

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