Utility library for pretty-printing tabular emacs-lisp data.
In particular through
pprint-table-display
, which displays a tabular value in a buffer,pprint-table-to-string
, which ddoes the formatting, andpprint-table
, which implements aprint
-like interface.