Package: emacs22 Severity: minor Looks like the problem is in debian-expand-file-name-dfsg, changing the definition to this fixes the problem:
(defun debian-expand-file-name-dfsg (file data-directory) "Apply expand-file-name to FILENAME. If expand-file-name does not find a file, append `.dfsg' and try again." (let ((file (expand-file-name file data-directory))) (if (file-exists-p file) file (expand-file-name (concat file ".dfsg") data-directory)))) -- MJF -- System Information: Debian Release: lenny/sid APT prefers testing APT policy: (500, 'testing') Architecture: amd64 (x86_64) Kernel: Linux 2.6.24-1-amd64 (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]