mattfidler / tabbar-ruler.el

Tabbar Ruler Mode
54 stars 10 forks source link

appearance of tabs are different #11

Closed ghost closed 10 years ago

ghost commented 10 years ago

If I click on View > Tabbar the appearance of tabs is OK. emacs-tabbar

But If I close emacs and run it again and run the command tabbar-mode in the bottom bar, the appearance of tabs is different. emacs-tabbar-command and it would change to its initial appearance by clicking on View > Tabbar. emacs-tabbar-menu emacs-tabbar-ok

I have also uploaded a video about this issue on Vimeo: https://vimeo.com/98908782

ccordoba12 commented 10 years ago

If I understand correctly, tabbar-ruler is a package built on top of tabbar. That's why the two look different.

mattfidler commented 10 years ago

Correct

mattfidler commented 10 years ago

You have to do the following in emacs:

(require 'tabbar-ruler)
(tabbar-mode 1)
ccordoba12 commented 10 years ago

But does that work in interactive mode? I mean, through the mini-buffer?

mattfidler commented 10 years ago

I don't believe so. Rather you would have to put it in your .emacs file.

mattfidler commented 10 years ago

I'm closing the issue for now.