Bug#584608: eekboek: emacs auto-mode-alist under dpkg --remove

Kevin Ryde user42 at zip.com.au
Sat Jun 5 01:15:03 UTC 2010


Package: eekboek
Version: 2.00.02-2
Severity: minor
Tags: patch
File: /etc/emacs/site-start.d/50eekboek.el

After a "dpkg --remove eekboek" (but not a --purge), visiting a .eb file
in emacs gets an error

    File mode specification error: (file-error "Cannot open load file" "eekboek-mode")

where I hoped it would just use fundamental-mode.

site-start files like 50eekboek.el should generally skip if the package
is removed but not purged, eg.

(if (not (file-exists-p "/usr/share/emacs/site-lisp/eekboek-mode.el"))
    (message "eekboek removed but not purged, skipping setup")

  ;; setups here ...
  )



-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

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 eekboek depends on:
ii  libarchive-zip-perl           1.30-2     Perl module for manipulation of ZI
ii  libcarp-assert-perl           0.20-2     Carp::Assert - executable comments
ii  libdbd-sqlite3-perl           1.29-2     Perl DBI driver with a self-contai
ii  libdbi-perl                   1.611-1    Perl Database Interface (DBI)
ii  libterm-readline-gnu-perl     1.20-1     Perl extension for the GNU ReadLin
ii  perl                          5.10.1-12  Larry Wall's Practical Extraction 

eekboek recommends no packages.

Versions of packages eekboek suggests:
pn  eekboek-gui                   <none>     (no description available)





More information about the pkg-perl-maintainers mailing list