* A tabbar question
@ 2007-06-10 12:29 troelskn
2007-06-10 13:10 ` Stephen Berman
[not found] ` <mailman.1866.1181481521.32220.help-gnu-emacs@gnu.org>
0 siblings, 2 replies; 4+ messages in thread
From: troelskn @ 2007-06-10 12:29 UTC (permalink / raw)
To: help-gnu-emacs
I'm using tabbar, and I wondered if it's possible possible to have
*all* buffers show up, instead of just the ones within the current
group?
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: A tabbar question
2007-06-10 12:29 A tabbar question troelskn
@ 2007-06-10 13:10 ` Stephen Berman
2008-01-04 11:50 ` Peter Dyballa
[not found] ` <mailman.1866.1181481521.32220.help-gnu-emacs@gnu.org>
1 sibling, 1 reply; 4+ messages in thread
From: Stephen Berman @ 2007-06-10 13:10 UTC (permalink / raw)
To: help-gnu-emacs
On Sun, 10 Jun 2007 12:29:44 -0000 troelskn <troelskn@gmail.com> wrote:
> I'm using tabbar, and I wondered if it's possible possible to have
> *all* buffers show up, instead of just the ones within the current
> group?
If you're using tabbar.el version 2 (from CVS), try this:
(setq tabbar-buffer-groups-function (lambda () (list "All buffers")))
If you're using tabbar.el version 1.4 or less, try this:
(setq tabbar-buffer-groups-function
(lambda (buffer)
(with-current-buffer (get-buffer buffer)
(list "All buffers"))))
Steve Berman
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: A tabbar question
[not found] ` <mailman.1866.1181481521.32220.help-gnu-emacs@gnu.org>
@ 2007-06-10 15:27 ` troelskn
0 siblings, 0 replies; 4+ messages in thread
From: troelskn @ 2007-06-10 15:27 UTC (permalink / raw)
To: help-gnu-emacs
> If you're using tabbar.el version 2 (from CVS), try this:
>
> (setq tabbar-buffer-groups-function (lambda () (list "All buffers")))
Thanks.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: A tabbar question
2007-06-10 13:10 ` Stephen Berman
@ 2008-01-04 11:50 ` Peter Dyballa
0 siblings, 0 replies; 4+ messages in thread
From: Peter Dyballa @ 2008-01-04 11:50 UTC (permalink / raw)
To: Stephen Berman; +Cc: help-gnu-emacs
Hello Steve!
Are you doing some development on tabbar.el? Recently I found that
ispell complains about:
ispell-overlay-window: Window height 2 too small (after splitting)
when I invoke ispell in for example dired or *shell* or *Messages* or
text or ELisp buffers – it does work in *Holidays* or *calendar*
buffers ...
Debugger entered--Lisp error: (error "Window height 2 too small
(after splitting)")
split-window(nil 2)
ispell-overlay-window(2)
ispell-show-choices(2 5)
ispell-command-loop(("Boot" "Rost" "rot") nil "root" 1 5)
ispell-process-line("^root 144 /\\ tcsh: #setenv: Command not
found.\n" nil)
byte-code("..." [reg-start case-fold-search key in-comment query-
fcc transient-mark-mode nil t message "searching for regions to skip"
re-search-forward ispell-begin-skip-region-regexp buffer-substring-no-
properties 0 "Continuing spelling check using %s with %s
dictionary..." file-name-nondirectory "default" marker-position ""
beginning-of-line ispell-skip-region ispell-ignore-fcc match-string-
no-properties ispell-get-line ispell-process-line message-log-max reg-
end skip-region-start ispell-program-name ispell-current-dictionary
rstart ispell-region-end ispell-quit comment-start comment-end start
end string recheckp shift] 5)
ispell-region(1 347)
ispell-buffer()
ispell()
call-interactively(ispell)
execute-extended-command(nil)
call-interactively(execute-extended-command)
--
Greetings
Pete
Remember: use logout to logout.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2008-01-04 11:50 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-06-10 12:29 A tabbar question troelskn
2007-06-10 13:10 ` Stephen Berman
2008-01-04 11:50 ` Peter Dyballa
[not found] ` <mailman.1866.1181481521.32220.help-gnu-emacs@gnu.org>
2007-06-10 15:27 ` troelskn
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).