all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Louise Hoffman <louise.hoffman@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: Tabbar. Hide for special buffers. What's wrong with my .emacs ?
Date: Sun, 10 May 2009 08:30:19 -0700 (PDT)	[thread overview]
Message-ID: <0c8ea7f4-5097-4d9f-8867-48f0acaf9d9f@p4g2000vba.googlegroups.com> (raw)
In-Reply-To: mailman.6948.1241969050.31690.help-gnu-emacs@gnu.org

Hi,

If I comment almost everything out, so I only have

;; Lisp modules goes here
(add-to-list 'load-path "~/.elisp")

;; Tabbar. Hide for special buffers
(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))

I get the same, that the tabbar doesn't show up.

Even with

;; Enable tabbar
(require 'tabbar)
(tabbar-mode)

it doesn't show up, when the "hide" code is there...




  parent reply	other threads:[~2009-05-10 15:30 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-05-10 14:02 Tabbar. Hide for special buffers. What's wrong with my .emacs ? Louise Hoffman
2009-05-10 15:24 ` Peter Dyballa
     [not found] ` <mailman.6948.1241969050.31690.help-gnu-emacs@gnu.org>
2009-05-10 15:30   ` Louise Hoffman [this message]
2009-05-10 17:49     ` Peter Dyballa
     [not found]     ` <mailman.6955.1241977792.31690.help-gnu-emacs@gnu.org>
2009-05-10 18:05       ` Louise Hoffman
2009-05-10 19:38         ` Peter Dyballa

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=0c8ea7f4-5097-4d9f-8867-48f0acaf9d9f@p4g2000vba.googlegroups.com \
    --to=louise.hoffman@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.