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 14:54:26 +0300
User-agent: Mutt/2.2.7+37 (a90f69b) (2022-09-02)

* Emanuel Berg <incal@dataswamp.org> [2022-11-08 14:07]:
> Jean Louis wrote:
> 
> > Here is my attempt to generate Unicode tables [...]
> 
> Trapped in a box
> I'm not alone
> I know of others
> with a box as their home ...
> 
> ╔═══════════════════════╗
> ║ Very impressive, Jean ║
> ╚═══════════════════════╝

(rcd-box-table '(("Monday" "Brännvins Sill" "Senapssill" "Löksill")
                 ("Tuesday" "Kottbular" "Kottbular" "Kottbullar")
                 ("Wednesday" "Brännvins Sill" "Senapssill" "Löksill"))
               '("" "Morning" "Lunch" "Dinner") 
               "center") ⇒ "
╔════════════════╦════════════════╦════════════════╦════════════════╗
║                ║    Morning     ║     Lunch      ║     Dinner     ║
╠════════════════╬════════════════╬════════════════╬════════════════╣
║     Monday     ║ Brännvins Sill ║   Senapssill   ║    Löksill     ║
╠════════════════╬════════════════╬════════════════╬════════════════╣
║    Tuesday     ║   Kottbular    ║   Kottbular    ║   Kottbullar   ║
╠════════════════╬════════════════╬════════════════╬════════════════╣
║   Wednesday    ║ Brännvins Sill ║   Senapssill   ║    Löksill     ║
╚════════════════╩════════════════╩════════════════╩════════════════╝

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