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

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

Re: Need to know how to goto-column


From: Jean Louis
Subject: Re: Need to know how to goto-column
Date: Sun, 6 Dec 2020 08:02:11 +0300
User-agent: Mutt/2.0 (3d08634) (2020-11-07)

* Michael Heerdegen <michael_heerdegen@web.de> [2020-12-06 00:40]:
> Jean Louis <bugs@gnu.support> writes:
> 
> > Show me the `my-print-table-to-string' if you have it.
> 
> Thrown together late at night and in a hurry, expect some nonsense
> errors (and a useless docstring):

(my-print-table-to-string '(("OK" "More")
                            ("One" "Two")) nil '(10 50))

I have expected that above will give some aligned columns. Maybe you
have example how to use it?

> #+begin_src emacs-lisp
> (defun my-print-table-to-string (table &optional col-formatters alignments)
>   "Print formatted TABLE, a matrix of strings, to a string and return it."



reply via email to

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