question about your README
mtk opened this issue · comments
Mark T. Kennedy commented
you wrote "Calling the minor-mode tabspaces-mode sets up newly created tabs as buffer-isolated workspaces using tab.el in the background". what is a 'buffer-isolated workspace'?
Colin McLear commented
In other words -- buffers that are specific to a tab. Basically, tabspaces allows you to keep buffers grouped with their tab and not with another tab (so, eg. your agenda buffer doesn't show in your project tab buffer list)
Mark T. Kennedy commented
sorry, still confused. buffers are displayed in windows. windows are
displayed in a tab (tab frame?). a single tab can optionally display many
windows simultaneously. and a strip of tabs is displayed in a frame. what
constraint/policy does tabspaces impose over this hierarchy? /mark
…On Tue, Feb 14, 2023 at 8:43 PM Colin McLear ***@***.***> wrote:
In other words -- buffers that are specific to a tab. Basically, tabspaces
allows you to keep buffers grouped with their tab and not with another tab
(so, eg. your agenda buffer doesn't show in your project tab buffer list)
—
Reply to this email directly, view it on GitHub
<#27 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAYG2IWSXFG5GMTJLDSDN3WXQYDJANCNFSM6AAAAAAU4HY2CY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
ParetoOptimalDev commented
@mtk Maybe I can word it differently and it'll help.
With tabspaces your buffer list gets filtered to buffers you opened while in that tab.
If I have two tabs T1 and T2 and switch to a new buffer *newbuf* while on T2 then when I switch back to T1 I will not see *newbuf*.
Mark T. Kennedy commented
ah, very clear. thanks! /mark
…On Wed, Feb 15, 2023 at 10:24 AM ParetoOptimalDev ***@***.***> wrote:
@mtk <https://github.com/mtk> Maybe I can word it differently and it'll
help.
With tabspaces your buffer list gets filtered to buffers you opened while
in that tab.
If I have two tabs T1 and T2 and switch to a new buffer *newbuf* while on
T2 then when I switch back to T1 I will not see *newbuf*.
—
Reply to this email directly, view it on GitHub
<#27 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAYG2J4IIKECWNXGX6VGT3WXTYLLANCNFSM6AAAAAAU4HY2CY>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>