* bug#64047: 30.0.50; global-display-line-numbers-mode has no easy way to set modes where it is enabled
@ 2023-06-13 14:34 Ihor Radchenko
0 siblings, 0 replies; only message in thread
From: Ihor Radchenko @ 2023-06-13 14:34 UTC (permalink / raw)
To: 64047
Hi,
global-display-line-numbers-mode is defined as
(define-globalized-minor-mode global-display-line-numbers-mode
display-line-numbers-mode display-line-numbers--turn-on)
Which unconditionally enables it when `display-line-numbers--turn-on'
returns t.
Wouldn't it be nicer to have something like
(define-globalized-minor-mode global-display-line-numbers-mode
display-line-numbers-mode display-line-numbers--turn-on
:predicate #'display-line-numbers--turn-on)
that will also define `display-line-numbers-modes' variable that
controls where the global mode is enabled/disabled?
Maybe it should even be the default in `define-globalized-minor-mode'
when :predicate is not defined.
WDYT?
--
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2023-06-13 14:34 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-13 14:34 bug#64047: 30.0.50; global-display-line-numbers-mode has no easy way to set modes where it is enabled Ihor Radchenko
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
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).