Package: emacs-goodies-el Version: 27.1-1 Severity: important The required calling signature of tabbar-buffer-groups-function changed. Previous versions of tabbar.el called tabbar-buffer-groups-function with the name of a buffer. I have this in my .emacs, for use with those previous versions of tabbar.el:
(setq tabbar-buffer-groups-function (lambda (b) (list "All Buffers")) ) However, current tabbar.el calls tabbar-buffer-groups-function with no arguments, and expects it to run on the current buffer. This results in the following error whenever tabbar tries to figure out groups, and as a result, tabbar does not work at all: (wrong-number-of-arguments (lambda (b) (list All Buffers)) 0) - Josh Triplett -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.22-rc1 (PREEMPT) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages emacs-goodies-el depends on: ii bash 3.1dfsg-8 The GNU Bourne Again SHell ii bash-static 3.1dfsg-8 The GNU Bourne Again SHell (static ii emacs [emacsen] 22.1+1-1 The GNU Emacs editor (metapackage) ii emacs21 [emacsen] 21.4a+1-5 The GNU Emacs editor ii emacs22-gtk [emacsen] 22.1+1-1 The GNU Emacs editor (with GTK use Versions of packages emacs-goodies-el recommends: ii dict 1.10.2.dfsg-3.2 Dictionary Client ii perl-doc 5.8.8-7 Perl documentation ii wget 1.10.2-3 retrieves files from the web -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]