Your message dated Sun, 24 Jun 2018 17:57:47 -0300
with message-id <[email protected]>
and subject line closing bug
has caused the Debian Bug report #590741,
regarding emacs-goodies-el: pod-mode.el not for emacs21
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 [email protected]
immediately.)
--
590741: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=590741
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: emacs-goodies-el
Version: 34.1
Severity: normal
pod-mode.el 1.01 doesn't work in emacs21 due to string escape "\s" for
space, and min-colors in deffaces. I know emacs21 is no longer in the
archive, but for the benefit of those of us who still have it installed
emacs-goodies-el could helpfully it in emacs21.
Index: emacs-goodies-el.emacsen-install.in
===================================================================
RCS file: /cvsroot/pkg-goodies-el/emacs-goodies-el/debian/emacs-goodies-el.emacsen-install.in,v
retrieving revision 1.25
diff -u -u -r1.25 emacs-goodies-el.emacsen-install.in
--- emacs-goodies-el.emacsen-install.in 22 Jun 2010 21:55:02 -0000 1.25
+++ emacs-goodies-el.emacsen-install.in 28 Jul 2010 22:41:20 -0000
@@ -17,7 +17,10 @@
# INCLUDED_xemacs21=""
EXCLUDED_emacs20="cwebm.el tabbar.el session.el csv-mode.el maplev.el"
-# EXCLUDED_emacs21="whitespace.el"
+
+# pod-mode.el -- "\s" and defface min-colors no good in emacs21
+EXCLUDED_emacs21="pod-mode.el"
+
EXCLUDED_xemacs21="csv-mode.el minibuf-electric.el pp-c-l.el tabbar.el todoo.el rfcview.el upstart-mode.el "
#EXCLUDED_emacs_snapshot="cua.el cfengine.el ibuffer.el ido.el newsticker.el table.el wdired.el "
#EXCLUDED_emacs22="cua.el cfengine.el ibuffer.el ido.el newsticker.el table.el wdired.el "
-- System Information:
Debian Release: squeeze/sid
APT prefers unstable
APT policy: (500, '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 emacs-goodies-el depends on:
ii bash 4.1-3 The GNU Bourne Again SHell
ii dpkg 1.15.7.2 Debian package management system
ii emacs21 [emacsen] 21.4a+1-5.7 The GNU Emacs editor
ii emacs22-gtk [emacsen] 22.3+1-1.2 The GNU Emacs editor (with GTK use
ii emacs23 [emacsen] 23.2+1-2 The GNU Emacs editor (with GTK+ us
ii install-info 4.13a.dfsg.1-5 Manage installed documentation in
ii xemacs21-mule [emacsen] 21.4.22-3 highly customizable text editor --
Versions of packages emacs-goodies-el recommends:
ii dict 1.11.2+dfsg-2 dictionary client
ii perl-doc 5.10.1-2 Perl documentation
ii wget 1.12-2 retrieves files from the web
emacs-goodies-el suggests no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
Hi, me again.
Although your fix looks plausible enough, the previous maintainer didn't
apply it in the last 8 years, and now I think it's obsolete, it's not
sensible to fix things for emacs21 anymore.
d
--- End Message ---