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 11:05:40 -0700 (PDT) [thread overview]
Message-ID: <cd377314-8485-4081-8dc7-f0a5c44cc5a7@h23g2000vbc.googlegroups.com> (raw)
In-Reply-To: mailman.6955.1241977792.31690.help-gnu-emacs@gnu.org
> Can you make it re-appear manually? (M-x tabbar-mode RET)
If I just 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))
then M-x tabbar-mode RET disables tabbar. Doing that again, enables
it.
When enabled, I can see the bar there the tabs are suppose to be, but
no tabs. See this screenshot.
http://yfrog.com/2j77902001p
> I don't understand ELisp that well and I never used that hide
> function – I'll see what I can understand from the documentation!
> Which version of GNU Emacs and tabbar are you using?
I use Emacs 22.2.1 on Linux Fedora 9 and tabbar 2.0. I have uploaded
it at
http://www.sendspace.com/file/tefj9l
Hugs,
Louise
next prev parent reply other threads:[~2009-05-10 18:05 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
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 [this message]
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=cd377314-8485-4081-8dc7-f0a5c44cc5a7@h23g2000vbc.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.