[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#669319: marked as done (bhl: visiting .bhl after --remove)



Your message dated Fri, 18 Oct 2019 04:38:40 +0000
with message-id <[🔎] E1iLK2C-000Exo-Jh@fasolo.debian.org>
and subject line Bug#942509: Removed package(s) from unstable
has caused the Debian Bug report #669319,
regarding bhl: visiting .bhl after --remove
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
669319: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=669319
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: bhl
Version: 1.7.3-2
Severity: normal
File: /etc/emacs/site-start.d/50bhl.el

After

    dpkg --remove bhl

visiting a .bhl file

    emacs23 -q /tmp/foo.bhl

gives an error

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

where I hoped it would just give fundamental-mode or whatever.

dpkg --remove leaves behind conf files like 50bhl.el.  Generally the
lisp startup should check for the package contents before making an
auto-mode-alist setup.  Eg.

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

  (autoload ...)
  (add-to-list '...))

Incidentally, the auto-load-alist regexp usually should be

    "\\.bhl\\'"

rather than "\\.bhl$" since $ matches a newline whereas \\' is end of
string -- in the highly unlikely event a non-bhl file has ".bhl\n" in
its name :-).


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

Kernel: Linux 2.6.32-5-486
Locale: LANG=en_AU, LC_CTYPE=en_AU (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/dash

Versions of packages bhl depends on:
ii  dpkg                     1.15.8.8
ii  emacs21 [emacsen]        21.4a+1-5.7
ii  emacs22-gtk [emacsen]    22.3+1-1.2
ii  emacs23 [emacsen]        23.3+1-1
ii  install-info             4.13a.dfsg.1-8
ii  xemacs21-mule [emacsen]  21.4.22-3.2

bhl recommends no packages.

bhl suggests no packages.

-- no debconf information



--- End Message ---
--- Begin Message ---
Version: 1.7.3-3+rm

Dear submitter,

as the package bhl has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/942509

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmaster@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)

--- End Message ---

Reply to: