bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#21634: text-scale-adjust suggestion


From: Juri Linkov
Subject: bug#21634: text-scale-adjust suggestion
Date: Thu, 30 Jun 2022 19:12:13 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (x86_64-pc-linux-gnu)

> I think implementing text-scale-adjust on top of repeat-mode would be
> good -- and it could just enable repeat-mode for itself temporarily, I
> think?

repeat-mode = post-command-hook + set-transient-map

We don't need post-command-hook here - this leaves us with just
set-transient-map.  As was already suggested, we need either
to add a new optional arg TIMEOUT to set-transient-map,
or allow a number of seconds in the existing arg KEEP-PRED.

Then another question is how the users could customize the timeout.
One variable to customize timeout for all commands that use
set-transient-map?  Or separate variables for every command:
one for indent-rigidly, one for text-scale-adjust?





reply via email to

[Prev in Thread] Current Thread [Next in Thread]