Package: git-core Version: 1:1.7.0-1 Severity: normal File: /usr/share/doc/git-core/contrib/emacs/git-blame.el
In a git file buffer, M-x git-blame-mode gets an error error in process filter: Symbol's function definition is void: format-spec It looks like it's missing a (require 'format-spec) before using that function. Dunno how anyone has not struck that before. Maybe everyone else gits format-spec.el dragged in by other packages or something. At any rate perhaps at the start of the file,
--- git-blame.el.orig 2010-04-11 16:00:31.000000000 +1000 +++ git-blame.el 2010-04-11 16:10:49.000000000 +1000 @@ -79,6 +79,7 @@ ;;; Code: (eval-when-compile (require 'cl)) ; to use `push', `pop' +(require 'format-spec) (defface git-blame-prefix-face '((((background dark)) (:foreground "gray"
-- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i586) Kernel: Linux 2.6.30-1-486 Locale: LANG=en_AU, LC_CTYPE=en_AU (charmap=ISO-8859-1) Shell: /bin/sh linked to /bin/dash Versions of packages git-core depends on: ii libc6 2.10.1-3 GNU C Library: Shared libraries ii libcurl3-gnutls 7.20.0-3 Multi-protocol file transfer libra ii libdigest-sha1-perl 2.12-1 NIST SHA-1 message digest algorith ii liberror-perl 0.17-1 Perl module for error/exception ha ii libexpat1 2.0.1-7 XML parsing C library - runtime li ii perl-modules 5.10.1-11 Core Perl modules ii zlib1g 1:1.2.3.4.dfsg-3 compression library - runtime Versions of packages git-core recommends: ii less 436-1 pager program similar to more ii openssh-client [ssh-client] 1:5.3p1-3 secure shell (SSH) client, for sec ii patch 2.6-2 Apply a diff file to an original ii rsync 3.0.7-2 fast remote file copy program (lik Versions of packages git-core suggests: pn git-arch <none> (no description available) pn git-cvs <none> (no description available) pn git-daemon-run <none> (no description available) ii git-doc 1:1.7.0-1 fast, scalable, distributed revisi pn git-email <none> (no description available) pn git-gui <none> (no description available) pn git-svn <none> (no description available) pn gitk <none> (no description available) pn gitweb <none> (no description available) -- no debconf information