manateelazycat / awesome-tab

Emacs package to provide out-of-the-box configuration to use tabs.
384 stars 38 forks source link

awesome-tab does not work wiht Emacs Ipython Notebook #88

Closed Volker-Weissmann closed 4 years ago

Volker-Weissmann commented 4 years ago

How to reproduce: Install awesome-tab and EIN Open a new notebook and your scrren should look something like: image If you run M-x awesome-tab-forward it looks something like: image Which is how it should look like. If you run M-x awesome-tab-forward a second time it looks something like: image Which is suboptimal (because there is no longer a tabbar displayed), but still ok. But if you run M-x awesome-tab-forward a third time, it won't switch to the next tab.

manateelazycat commented 4 years ago

It's not bug of awesome-tab.

If some buffer not display tab anymore, maybe buffer name match "hide rule" that define in function awesome-tab-hide-tab

You can customize awesome-tab-hide-tab like I doc in README for you need.

Volker-Weissmann commented 4 years ago

Shouldn't M-x awesome-tab-forward still switch to the next tab?

manateelazycat commented 4 years ago

Shouldn't M-x awesome-tab-forward still switch to the next tab?

Switch always work, looks README about hide rule.

Volker-Weissmann commented 4 years ago

Ok, thank you.