[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: set-transient-map and a question
From: |
T.V Raman |
Subject: |
Re: set-transient-map and a question |
Date: |
Tue, 11 Jul 2023 07:09:13 -0700 |
interesting; so what is the point of keep-pressed as an argument to
set-transient-map?
Robert Pluim writes:
> >>>>> On Mon, 10 Jul 2023 18:12:18 -0700, "T.V Raman" <raman@google.com>
> >>>>> said:
>
> T> set-transient-map is used in text-scale-adjust here:
> T>
> https://git.savannah.gnu.org/cgit/emacs.git/tree/lisp/face-remap.el?h=master#n423...
>
> T> But it looks like it passes nil as the keep-pressed arg which sounds
> T> counter to the documentation for set-transient-map; but
> T> text-scale-adjust does work as intended -- so am I reading the
> T> set-transient-map doc incorrectly?
>
> All the bindings in that map in `text-scale-adjust' call
> `text-scale-adjust', which then results in `set-transient-mapʼ being
> called again, which means you donʼt need any logic to de-activate the
> transient keymap when someone presses a non-text-scale-adjust key.
>
> (Iʼve just realized `text-scale-adjust' actually uses a minor-mode,
> which seems like overkill, but it works)
>
> Robert
> --
--
Thanks,
--Raman(I Search, I Find, I Misplace, I Research)
♉ Id: kg:/m/0285kf1 🦮
--
Thanks,
--Raman(I Search, I Find, I Misplace, I Research)
♉ Id: kg:/m/0285kf1 🦮
- set-transient-map and a question, T.V Raman, 2023/07/10
- Re: set-transient-map and a question, Robert Pluim, 2023/07/11
- Re: set-transient-map and a question,
T.V Raman <=
- Re: set-transient-map and a question, Robert Pluim, 2023/07/11
- Re: set-transient-map and a question, T.V Raman, 2023/07/11
- Re: set-transient-map and a question, Robert Pluim, 2023/07/11
- Re: set-transient-map and a question, T.V Raman, 2023/07/11
- Re: set-transient-map and a question, Bob Rogers, 2023/07/11
- Re: set-transient-map and a question, Robert Pluim, 2023/07/11
- Re: set-transient-map and a question, T.V Raman, 2023/07/11
- Re: set-transient-map and a question, Robert Pluim, 2023/07/12
- Re: set-transient-map and a question, T.V Raman, 2023/07/12
- Re: set-transient-map and a question, Michael Heerdegen, 2023/07/11