all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#3586: More strange face things
@ 2009-06-17 11:56 Willi Richert
  0 siblings, 0 replies; 2+ messages in thread
From: Willi Richert @ 2009-06-17 11:56 UTC (permalink / raw)
  To: 3586

Hi,

I have the following in my .emacs






^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#3586: More strange face things
@ 2009-06-17 11:58 Willi Richert
  0 siblings, 0 replies; 2+ messages in thread
From: Willi Richert @ 2009-06-17 11:58 UTC (permalink / raw)
  To: 3586

Hi,

I have the following in my .emacs:

(require 'tabbar)

(set-face-attribute
 'tabbar-default-face nil
 :background "gray60")
(set-face-attribute
 'tabbar-unselected-face nil
 :background "gray85"
 :foreground "gray30"
 :box nil)
(set-face-attribute
 'tabbar-selected-face nil
 :background "#f2f2f6"
 :foreground "black"
 :box nil)
(set-face-attribute
 'tabbar-button-face nil
 :box '(:line-width 1 :color "gray72" :style released-button))
(set-face-attribute
 'tabbar-separator-face nil
 :height 1)
(when (require 'tabbar nil t)
      (setq tabbar-buffer-groups-function
    	(lambda (b) (list "All Buffers")))
      (setq tabbar-buffer-list-function
    	(lambda ()
    	  (remove-if
    	   (lambda(buffer)
    	     (find (aref (buffer-name buffer) 0) " *"))
    	   (buffer-list))))
      (tabbar-mode))


With this it does not work for more than 2 months now.

If I remove that and set 

(custom-set-faces
  ;; custom-set-faces was added by Custom.
  ;; If you edit it by hand, you could mess it up, so be careful.
  ;; Your init file should contain only one such instance.
  ;; If there is more than one, they won't work right.
 '(tabbar-default ((nil (:height 1)))))

in my .emacs, I can manually start tabbar (alt-x tabbar-mode).

If I insert (require 'tabbar) in .emacs, however, it again gives me the 
previous face error.

Regards,
wr





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-06-17 11:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-17 11:56 bug#3586: More strange face things Willi Richert
  -- strict thread matches above, loose matches on Subject: below --
2009-06-17 11:58 Willi Richert

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.