mattfidler / tabbar-ruler.el

Tabbar Ruler Mode
54 stars 10 forks source link

error: Invalid face, tabbar-selected-highlight #45

Closed zijianyue closed 8 years ago

zijianyue commented 8 years ago

I just put (require 'tabbar-ruler) in my init file

mattfidler commented 8 years ago

Can you get a backtrace?

fseidel commented 8 years ago

I have the same issue, using Emacs 25.1. Here's a backtrace:

Debugger entered--Lisp error: (error "Invalid face" tabbar-selected-highlight)
  internal-get-lisp-face-attribute(tabbar-selected-highlight :family nil)
  face-attribute(tabbar-selected-highlight :family nil t)
  face-differs-from-default-p(tabbar-selected-highlight)
  tabbar-install-faces()
  byte-code("\300\301\302\303\304$\210\305\301\304\"\210\306 \210\307\310!\207"$
  require(tabbar-ruler)
  eval-buffer(#<buffer  *load*> nil "/Users/ford/.emacs" nil t)  ; Reading at b$
  load-with-code-conversion("/Users/ford/.emacs" "/Users/ford/.emacs" t t)
  load("~/.emacs" t t)
mattfidler commented 8 years ago

I think it may be fixed.

fseidel commented 8 years ago

Yep, that fixed it. Thanks!