[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: POLL: make C-x o transient
From: |
Juri Linkov |
Subject: |
Re: POLL: make C-x o transient |
Date: |
Thu, 28 Jan 2021 20:43:01 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (x86_64-pc-linux-gnu) |
>> Maybe something simple like:
>>
>> #+begin_src emacs-lisp
>> (put 'other-window 'repeatable-command t)
>
> After having done one 'other-window' too many, how would I get easily
> back to the previous window?
Just switch the direction by the prefix arg '-'. Its handling could be
easily implemented. It seems better to extend repeat.el to allow using
the last key of the last command, add handling of universal arguments,
and all this without using add-advice and hooks.
- Re: POLL: make C-x o transient, (continued)
- RE: [External] : Re: POLL: make C-x o transient, Drew Adams, 2021/01/25
- Re: POLL: make C-x o transient, Juri Linkov, 2021/01/25
- Re: POLL: make C-x o transient, Omar Polo, 2021/01/25
- Re: POLL: make C-x o transient, Juri Linkov, 2021/01/27
- Re: POLL: make C-x o transient, Philip K., 2021/01/28
- Re: POLL: make C-x o transient, Juri Linkov, 2021/01/28
- Re: POLL: make C-x o transient, martin rudalics, 2021/01/28
- Re: POLL: make C-x o transient,
Juri Linkov <=
- Re: POLL: make C-x o transient, Gregory Heytings, 2021/01/28
- Re: POLL: make C-x o transient, Kévin Le Gouguec, 2021/01/28
- Re: POLL: make C-x o transient, Gregory Heytings, 2021/01/28
- Re: POLL: make C-x o transient, Alan Mackenzie, 2021/01/28
- Re: POLL: make C-x o transient, Philip K., 2021/01/28
- RE: [External] : Re: POLL: make C-x o transient, Drew Adams, 2021/01/28
- Re: [External] : Re: POLL: make C-x o transient, chad, 2021/01/28
- RE: [External] : Re: POLL: make C-x o transient, Drew Adams, 2021/01/29
- Re: [External] : Re: POLL: make C-x o transient, Richard Stallman, 2021/01/30
- RE: [External] : Re: POLL: make C-x o transient, Gregory Heytings, 2021/01/29