From: Tim Landscheidt <tim@tim-landscheidt.de>
To: help-gnu-emacs@gnu.org
Subject: Re: How to run function on sort within tabulated-list-mode?
Date: Fri, 04 Feb 2022 11:36:17 +0000 [thread overview]
Message-ID: <87h79e3lu6.fsf@vagabond.tim-landscheidt.de> (raw)
In-Reply-To: courier.0000000061FCC393.00006B0E@stw1.rcdrun.com
Jean Louis <bugs@gnu.support> wrote:
> I am heavy user of tabulated-list-mode and have a derived mode. In the
> derived mode I make sure that some words are highlighted like "ACTION"
> or "COMPLETED".
> The tabulated-list-mode has several columns. When I click on a column
> to sort the list by the column the highlighting disappears.
> Does the hook run after sorting? I have tried adding function to my
> hyperscope-list-mode-hook but I don't see it works on sort.
> Should it work? Is it expected to run the hook on the sorting of
> tabulated-list-mode?
> Is there any other way to invoke a function upon sort?
I don't know; I suspect not.
I assume the expected way to achieve highlighting words
would be to fill tabulated-list-entries with a propertized
string à la:
| (propertize "ACTION" 'face 'highlight)
Tim
next prev parent reply other threads:[~2022-02-04 11:36 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-02-04 6:11 How to run function on sort within tabulated-list-mode? Jean Louis
2022-02-04 7:03 ` Emanuel Berg via Users list for the GNU Emacs text editor
2022-02-04 8:05 ` Jean Louis
2022-02-04 8:57 ` Emanuel Berg via Users list for the GNU Emacs text editor
2022-02-04 8:44 ` smarthelp (was: Re: How to run function on sort within tabulated-list-mode?) Emanuel Berg via Users list for the GNU Emacs text editor
2022-02-04 11:36 ` Tim Landscheidt [this message]
2022-02-04 12:23 ` How to run function on sort within tabulated-list-mode? Jean Louis
2022-02-05 3:37 ` Emanuel Berg via Users list for the GNU Emacs text editor
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
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87h79e3lu6.fsf@vagabond.tim-landscheidt.de \
--to=tim@tim-landscheidt.de \
--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.
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).