unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* variable tabulated-list-format
@ 2022-10-16 22:42 John Haman
  2022-10-17  4:17 ` Jean Louis
  2022-10-17  4:24 ` Jean Louis
  0 siblings, 2 replies; 5+ messages in thread
From: John Haman @ 2022-10-16 22:42 UTC (permalink / raw)
  To: help-gnu-emacs

Hi everyone,

I'm working on a mode that derives from tabulated-list-mode. My idea is 
to display small data.frames from ESS-R-mode using tabulated-list. As I 
may have several data.frames at a time, I need the header (column names) 
to vary with each call.

Looking at the docs for tabulated-list-mode 
(https://www.gnu.org/software/emacs/manual/html_node/elisp/Tabulated-List-Mode.html), 
it looks like usage requires that my derived-mode specify the column 
names and meta-data (tabulated-lis-format) in my definition of the 
derived mode.

Is there is way to do make `tabulated-list-format' variable? (that is, 
pass data to the macro define-derived-mode ?)

-John





^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-10-18  1:01 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-16 22:42 variable tabulated-list-format John Haman
2022-10-17  4:17 ` Jean Louis
2022-10-17 18:42   ` John Haman
2022-10-18  1:01   ` John Haman
2022-10-17  4:24 ` Jean Louis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).