* add Tab to ELPA other-frame-window
2019-10-06 21:27 ` Juri Linkov
@ 2019-10-06 22:58 ` Stephen Leake
2019-10-07 16:07 ` Eli Zaretskii
2019-10-07 20:14 ` Juri Linkov
0 siblings, 2 replies; 9+ messages in thread
From: Stephen Leake @ 2019-10-06 22:58 UTC (permalink / raw)
To: emacs-devel
Juri Linkov <juri@linkov.net> writes:
>> Which brings me to: could someone look into extending the
>> `other-frame-window` GNU ELPA package so it also works on tabs?
>
> I could help the author
That's me
> of `other-frame-window` to extend it with tabs. It uses these
> prefixes:
>
> C-x 7 - other-window
> C-x 9 - other-frame
>
> But I don't know what prefix to propose for other-tab.
> There are no more digits available on the C-x prefix.
I always bind different keys for the prefix anyway (M-m other-window,
M-M other-frame); we could just define the functions and not choose a
default binding.
Or use C-x t; that's free.
--
-- Stephe
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: add Tab to ELPA other-frame-window
2019-10-06 22:58 ` add Tab to ELPA other-frame-window Stephen Leake
@ 2019-10-07 16:07 ` Eli Zaretskii
2019-10-07 20:14 ` Juri Linkov
1 sibling, 0 replies; 9+ messages in thread
From: Eli Zaretskii @ 2019-10-07 16:07 UTC (permalink / raw)
To: Stephen Leake; +Cc: emacs-devel
> From: Stephen Leake <stephen_leake@stephe-leake.org>
> Date: Sun, 06 Oct 2019 15:58:30 -0700
>
> Or use C-x t; that's free.
Yes, why don't we do that? Juri?
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: add Tab to ELPA other-frame-window
2019-10-06 22:58 ` add Tab to ELPA other-frame-window Stephen Leake
2019-10-07 16:07 ` Eli Zaretskii
@ 2019-10-07 20:14 ` Juri Linkov
2019-10-08 7:48 ` Eli Zaretskii
1 sibling, 1 reply; 9+ messages in thread
From: Juri Linkov @ 2019-10-07 20:14 UTC (permalink / raw)
To: Stephen Leake; +Cc: emacs-devel
>>> Which brings me to: could someone look into extending the
>>> `other-frame-window` GNU ELPA package so it also works on tabs?
>>
>> I could help the author
>
> That's me
Glad to help you on extending the package with tabs.
>> of `other-frame-window` to extend it with tabs. It uses these
>> prefixes:
>>
>> C-x 7 - other-window
>> C-x 9 - other-frame
>>
>> But I don't know what prefix to propose for other-tab.
>> There are no more digits available on the C-x prefix.
>
> I always bind different keys for the prefix anyway (M-m other-window,
> M-M other-frame); we could just define the functions and not choose a
> default binding.
>
> Or use C-x t; that's free.
I like it, 'C-x t' has nice mnemonics, and on a Qwerty keyboard
't' is located near '6', so 'C-x t' is not harder to type than 'C-x 6',
but let's hear more opinions before changing 'C-x 6' to 'C-x t'.
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: add Tab to ELPA other-frame-window
2019-10-07 20:14 ` Juri Linkov
@ 2019-10-08 7:48 ` Eli Zaretskii
2019-10-10 22:46 ` Juri Linkov
0 siblings, 1 reply; 9+ messages in thread
From: Eli Zaretskii @ 2019-10-08 7:48 UTC (permalink / raw)
To: Juri Linkov; +Cc: stephen_leake, emacs-devel
> From: Juri Linkov <juri@linkov.net>
> Date: Mon, 07 Oct 2019 23:14:27 +0300
> Cc: emacs-devel <emacs-devel@gnu.org>
>
> > Or use C-x t; that's free.
>
> I like it, 'C-x t' has nice mnemonics, and on a Qwerty keyboard
> 't' is located near '6', so 'C-x t' is not harder to type than 'C-x 6',
> but let's hear more opinions before changing 'C-x 6' to 'C-x t'.
Agreed. How about changing to "C-x t" if no one brings up serious
objections within a week?
^ permalink raw reply [flat|nested] 9+ messages in thread
* RE: add Tab to ELPA other-frame-window
[not found] ` <<837e5fznhj.fsf@gnu.org>
@ 2019-10-08 16:34 ` Drew Adams
0 siblings, 0 replies; 9+ messages in thread
From: Drew Adams @ 2019-10-08 16:34 UTC (permalink / raw)
To: Eli Zaretskii, Juri Linkov; +Cc: stephen_leake, emacs-devel
jl>> C-x 7 - other-window
jl>> C-x 9 - other-frame
jl>> But I don't know what prefix to propose for other-tab.
jl>> There are no more digits available on the C-x prefix.
sl> I always bind different keys for the prefix anyway
sl> (M-m other-window, M-M other-frame); we could just
sl> define the functions and not choose a default binding.
sl> Or use C-x t; that's free.
"We could just define the functions and not choose
a default binding."
Yes, that's preferable to sacrificing `C-x t' as a
default binding.
Define the commands. Define keys for them in a
keymap. But don't bind the keymap to any prefix
key by default.
sm> The choice of a useful yet "safe" default is
sm> not obvious, indeed.
sm> But users can decide to use C-x 3, C-x 6, C-x 5
sm> or whatever they fee like.
Yes, let users decide.
Define a keymap variable, to make it easy to use a
prefix key, but don't bind any prefix key by default.
What's wrong with that?
jl>> but let's hear more opinions before changing
jl>> 'C-x 6' to 'C-x t'.
ez> Agreed. How about changing to "C-x t" if no one
ez> brings up serious objections within a week?
How about serious supporting arguments?
Have there been any?
FWIW, I don't like the idea. There's nothing
"free" about `C-x t'. It doesn't have a default
binding; that's all. And that's a good thing.
Let users and libraries have it, without them
needing to override standard Emacs default
bindings. Likewise, other `C-x' keys (`C-x 6'
etc.).
(Just one opinion.)
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: add Tab to ELPA other-frame-window
2019-10-08 7:48 ` Eli Zaretskii
@ 2019-10-10 22:46 ` Juri Linkov
2019-10-11 8:10 ` Eli Zaretskii
0 siblings, 1 reply; 9+ messages in thread
From: Juri Linkov @ 2019-10-10 22:46 UTC (permalink / raw)
To: Eli Zaretskii; +Cc: stephen_leake, emacs-devel
>> > Or use C-x t; that's free.
>>
>> I like it, 'C-x t' has nice mnemonics, and on a Qwerty keyboard
>> 't' is located near '6', so 'C-x t' is not harder to type than 'C-x 6',
>> but let's hear more opinions before changing 'C-x 6' to 'C-x t'.
>
> Agreed. How about changing to "C-x t" if no one brings up serious
> objections within a week?
I enabled ‘C-x t’ in master (in addition to ‘C-x 6’) to allow everyone
to try a new keybinding during the next week of transition period
before removing ‘C-x 6’.
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: add Tab to ELPA other-frame-window
2019-10-10 22:46 ` Juri Linkov
@ 2019-10-11 8:10 ` Eli Zaretskii
2019-10-19 22:07 ` Juri Linkov
0 siblings, 1 reply; 9+ messages in thread
From: Eli Zaretskii @ 2019-10-11 8:10 UTC (permalink / raw)
To: Juri Linkov; +Cc: stephen_leake, emacs-devel
> From: Juri Linkov <juri@linkov.net>
> Cc: stephen_leake@stephe-leake.org, emacs-devel@gnu.org
> Date: Fri, 11 Oct 2019 01:46:46 +0300
>
> I enabled ‘C-x t’ in master (in addition to ‘C-x 6’) to allow everyone
> to try a new keybinding during the next week of transition period
> before removing ‘C-x 6’.
Thanks. I think we should adjust our documentation to this change, at
the end of the week at the latest.
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: add Tab to ELPA other-frame-window
2019-10-11 8:10 ` Eli Zaretskii
@ 2019-10-19 22:07 ` Juri Linkov
2019-10-20 6:24 ` Eli Zaretskii
0 siblings, 1 reply; 9+ messages in thread
From: Juri Linkov @ 2019-10-19 22:07 UTC (permalink / raw)
To: Eli Zaretskii; +Cc: stephen_leake, emacs-devel
>> I enabled ‘C-x t’ in master (in addition to ‘C-x 6’) to allow everyone
>> to try a new keybinding during the next week of transition period
>> before removing ‘C-x 6’.
>
> Thanks. I think we should adjust our documentation to this change, at
> the end of the week at the latest.
So I removed ‘C-x 6’ in favor of ‘C-x t’ and adjusted the documentation.
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: add Tab to ELPA other-frame-window
2019-10-19 22:07 ` Juri Linkov
@ 2019-10-20 6:24 ` Eli Zaretskii
0 siblings, 0 replies; 9+ messages in thread
From: Eli Zaretskii @ 2019-10-20 6:24 UTC (permalink / raw)
To: Juri Linkov; +Cc: stephen_leake, emacs-devel
> From: Juri Linkov <juri@linkov.net>
> Cc: stephen_leake@stephe-leake.org, emacs-devel@gnu.org
> Date: Sun, 20 Oct 2019 01:07:06 +0300
>
> >> I enabled ‘C-x t’ in master (in addition to ‘C-x 6’) to allow everyone
> >> to try a new keybinding during the next week of transition period
> >> before removing ‘C-x 6’.
> >
> > Thanks. I think we should adjust our documentation to this change, at
> > the end of the week at the latest.
>
> So I removed ‘C-x 6’ in favor of ‘C-x t’ and adjusted the documentation.
Thank you.
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2019-10-20 6:24 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <<8736gci5jn.fsf@mail.linkov.net>
[not found] ` <<CAAeL0SQiNE0ay5C8cG2wzjJEVFHoTu=MV8-_4-ixyi0X_bTKWQ@mail.gmail.com>
[not found] ` <<87zhikp0ba.fsf@mail.linkov.net>
[not found] ` <<87lfu4jbbu.fsf@Ergus.i-did-not-set--mail-host-address--so-tickle-me>
[not found] ` <<87tv8myi8m.fsf@mail.linkov.net>
[not found] ` <<83imp13ihn.fsf@gnu.org>
[not found] ` <<87wodhn21l.fsf@mail.linkov.net>
[not found] ` <<83ftk51ydt.fsf@gnu.org>
[not found] ` <<87imp1k79d.fsf@mail.linkov.net>
[not found] ` <<838spx1x74.fsf@gnu.org>
[not found] ` <<jwv7e5h1t10.fsf-monnier+emacs@gnu.org>
[not found] ` <<87imp1ef9i.fsf@mail.linkov.net>
[not found] ` <<86d0f9wkfd.fsf_-_@stephe-leake.org>
[not found] ` <<87sgo4s47x.fsf@mail.linkov.net>
[not found] ` <<837e5fznhj.fsf@gnu.org>
2019-10-08 16:34 ` add Tab to ELPA other-frame-window Drew Adams
2019-10-01 20:17 Tab bar tabs landed on master Juri Linkov
2019-10-01 21:43 ` Juanma Barranquero
2019-10-01 22:28 ` Juri Linkov
2019-10-01 23:27 ` Ergus
2019-10-05 21:55 ` Juri Linkov
2019-10-06 17:13 ` Eli Zaretskii
2019-10-06 18:48 ` Juri Linkov
2019-10-06 19:12 ` Eli Zaretskii
2019-10-06 19:23 ` Juri Linkov
2019-10-06 19:38 ` Eli Zaretskii
2019-10-06 21:11 ` Stefan Monnier
2019-10-06 21:27 ` Juri Linkov
2019-10-06 22:58 ` add Tab to ELPA other-frame-window Stephen Leake
2019-10-07 16:07 ` Eli Zaretskii
2019-10-07 20:14 ` Juri Linkov
2019-10-08 7:48 ` Eli Zaretskii
2019-10-10 22:46 ` Juri Linkov
2019-10-11 8:10 ` Eli Zaretskii
2019-10-19 22:07 ` Juri Linkov
2019-10-20 6:24 ` Eli Zaretskii
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).