From: John Haman <mail@johnhaman.org>
To: help-gnu-emacs@gnu.org
Subject: variable tabulated-list-format
Date: Sun, 16 Oct 2022 18:42:03 -0400 [thread overview]
Message-ID: <tii1bs$tln$1@ciao.gmane.io> (raw)
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
next reply other threads:[~2022-10-16 22:42 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-10-16 22:42 John Haman [this message]
2022-10-17 4:17 ` variable tabulated-list-format Jean Louis
2022-10-17 18:42 ` John Haman
2022-10-18 1:01 ` John Haman
2022-10-17 4:24 ` Jean Louis
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='tii1bs$tln$1@ciao.gmane.io' \
--to=mail@johnhaman.org \
--cc=help-gnu-emacs@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.