Package: dpkg-dev-el Version: 24.11-1 Severity: normal File: /etc/emacs/site-start.d/50dpkg-dev-el.el
I notice 50dpkg-dev-el.el calls `substitute' to mung the load-path, but I think that function is in the cl package, which in emacs21 is not normally loaded at that point. An error can be provoked by adding to the start of the file (setq load-path (cons nil load-path)) which for "emacs -q" leaves in the *Messages* buffer Loading 50dpkg-dev-el (source)... Error while loading 50dpkg-dev-el I'm not sure when a nil would be present in load-path at this stage, but if the code is meant to be there then it might be worth (require 'cl) to ensure it works. Or perhaps stripping nils from load-path is not required if a dependency on emacsen-common >= 1.4.16 is added. debian-pkg-add-load-path-item is apparently fixed in that version. Likewise in 50emacs-goodies-el.el and 51debian-el.el. -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i586) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.10-1-386 Locale: LANG=C, LC_CTYPE=C (charmap=ISO-8859-1) (ignored: LC_ALL set to en_AU) Versions of packages dpkg-dev-el depends on: ii debian-el 24.11-1 Emacs helpers specific to Debian u ii emacs21 [emacsen] 21.4a-1 The GNU Emacs editor ii xemacs21-mule [emacsen] 21.4.17-2 highly customizable text editor -- Versions of packages dpkg-dev-el recommends: ii wget 1.10.1-1 retrieves files from the web -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]