[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Tab bar tabs landed on master
From: |
Juri Linkov |
Subject: |
Re: Tab bar tabs landed on master |
Date: |
Wed, 23 Oct 2019 23:59:21 +0300 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (x86_64-pc-linux-gnu) |
> tab-new could support the prefix argument as well, but
> I don't know whether to interpret its numeric prefix argument
> as absolute or relative position because both ways are useful:
>
> C-2 C-x t 2 - could create a new tab as the second tab in the tab-bar
>
> OR
>
> C-2 C-x t 2 - create a new tab as the second next
> to the right from the current tab
> C-u -2 C-x t 2 - create a new tab as the second previous
> to the left from the current tab
>
> Maybe to add a rule that if tab-bar-new-tab-to option has a relative value
> like 'right' then M-x tab-new should interpret its arg as relative, or if
> tab-bar-new-tab-to option has an absolute value like 'rightmost' then M-x
> tab-new should interpret arg as absolute?
>
> Or maybe to add a new command tab-add as a wrapper for tab-new
> to translate its relative arg to absolute number for tab-new?
Now there are two commands:
C-2 M-x tab-new adds a new tab two positions to the right from the current tab;
C-2 M-x tab-new-to adds a new tab as the second tab in the tab-bar.
- Re: add Tab to ELPA other-frame-window, (continued)
- Re: add Tab to ELPA other-frame-window, Eli Zaretskii, 2019/10/08
- RE: add Tab to ELPA other-frame-window, Drew Adams, 2019/10/08
- Re: add Tab to ELPA other-frame-window, Juri Linkov, 2019/10/10
- Re: add Tab to ELPA other-frame-window, Eli Zaretskii, 2019/10/11
- Re: add Tab to ELPA other-frame-window, Juri Linkov, 2019/10/19
- Re: add Tab to ELPA other-frame-window, Eli Zaretskii, 2019/10/20
- Re: Tab bar tabs landed on master, Juri Linkov, 2019/10/20
- Re: Tab bar tabs landed on master, Juri Linkov, 2019/10/23
- Re: Tab bar tabs landed on master, Juri Linkov, 2019/10/26
- Re: Tab bar tabs landed on master, Juri Linkov, 2019/10/27
- Re: Tab bar tabs landed on master,
Juri Linkov <=
- Re: Tab bar tabs landed on master, martin rudalics, 2019/10/02
- Re: Tab bar tabs landed on master, Juri Linkov, 2019/10/02
Re: Tab bar tabs landed on master, Eli Zaretskii, 2019/10/02
- Re: Tab bar tabs landed on master, Juri Linkov, 2019/10/02
- Re: Tab bar tabs landed on master, Eli Zaretskii, 2019/10/02
- Re: Tab bar tabs landed on master, Juri Linkov, 2019/10/02
- Re: Tab bar tabs landed on master, Eli Zaretskii, 2019/10/05
- Re: Tab bar tabs landed on master, Juri Linkov, 2019/10/05
- Re: Tab bar tabs landed on master, Eli Zaretskii, 2019/10/06
- Re: Tab bar tabs landed on master, Juri Linkov, 2019/10/07