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

Bug#670355: marked as done (malaga-mode: visiting .lex after dpkg --remove)



Your message dated Sat, 29 Jul 2023 17:08:48 +0000
with message-id <[🔎] E1qPnQu-003um9-72@fasolo.debian.org>
and subject line Bug#1041563: Removed package(s) from unstable
has caused the Debian Bug report #670355,
regarding malaga-mode: visiting .lex after dpkg --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.)


-- 
670355: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=670355
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: malaga-mode
Version: 7.12-4
Severity: minor
File: /etc/emacs/site-start.d/50malaga-mode.el

After

    dpkg --remove malaga-mode

visiting a .lex file

    emacs -q /tmp/foo.lex

gets an error

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

Where I hoped it would fall back to cc-mode, as happens under "emacs -q
-no-site-file".


/etc/emacs/site-start.d/50malaga-mode.el is a conffile so it's left by
dpkg --remove.  Generally such startup fragments should check for
package contents (the byte compiled flavour directory for instance)
before making an auto-mode-alist setup.

(if (not (file-exists-p "/some/package/dir..."))
    (message "malaga-mode removed but not purged, skipping setup")

  (add-to-list 'auto-mode-alist ...))


-- 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 malaga-mode depends on:
ii  emacs21 [emacsen]        21.4a+1-5.7
ii  emacs22-gtk [emacsen]    22.3+1-1.2
ii  emacs23 [emacsen]        23.4+1-3
ii  xemacs21-mule [emacsen]  21.4.22-3.2

malaga-mode recommends no packages.

Versions of packages malaga-mode suggests:
pn  malaga-bin  <none>

-- no debconf information



--- End Message ---
--- Begin Message ---
Version: 7.12-9+rm

Dear submitter,

as the package malaga 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/1041563

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

Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.

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: