Can Emacs 25 on macOS leverage the new tab features introduced in macOS Sierra (10.12)?
If not, what is required for it to start supporting tabs?
Can Emacs 25 on macOS leverage the new tab features introduced in macOS Sierra (10.12)?
If not, what is required for it to start supporting tabs?
I use elscreen for tabs. I don't think you have to rely on the OS to get tabs.
C-z n
& C-z p
, I pretty sure you can rewire these keybindings to Cmd-]
& Cmd-[
.
But I am guessing you want native osx tab support, which I dont think is present in emacs as of now. Atleast not in the cocoa build that I use.
– goromlagche
Oct 19 '16 at 05:53
For completeness, this is now available in railwaycat's Mac port with mac-toggle-tab-bar
which seems to have a default binding of C-S-tab
.
tabbar
configurations, including, dynamic adding/removing tabs that are frame-local -- Browser-style 'tabs' for emacs?: http://emacs.stackexchange.com/questions/10081/browser-style-tabs-for-emacs – lawlist Oct 17 '16 at 14:52emacs
before jumping the gun? Sorry for going off topic. – Chakravarthy Raghunandan Oct 17 '16 at 15:00