Your message dated Sun, 13 Oct 2013 09:51:59 +0000
with message-id <[email protected]>
and subject line Bug#726023: Removed package(s) from unstable
has caused the Debian Bug report #116355,
regarding xemacs21-basesupport: Typo in gnus/mm-encode: function called with 
wrong number of args
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.)


-- 
116355: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=116355
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: xemacs21-basesupport
Version: 2001.07.09-2
Severity: normal
Tags: patch

Its just that simple: quoted-printable-encode-region is called with three 
parameters instead 
of two from mm-encode. Here is the patch:


--- mm-encode.el.orig   Sat Oct 20 01:25:20 2001
+++ mm-encode.el        Sat Oct 20 01:23:28 2001
@@ -85,7 +85,7 @@
 (defun mm-encode-content-transfer-encoding (encoding &optional type)
   (cond
    ((eq encoding 'quoted-printable)
-    (quoted-printable-encode-region (point-min) (point-max) t))
+    (quoted-printable-encode-region (point-min) (point-max)))
    ((eq encoding 'base64)
     (when (equal type "text/plain")
       (goto-char (point-min))


-- System Information
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux dimail 2.4.12-686 #2 Sat Oct 13 20:13:05 EST 2001 i686
Locale: LANG=ru_UA, LC_CTYPE=ru_UA

Versions of packages xemacs21-basesupport depends on:
ii  perl                          5.6.1-5    Larry Wall's Practical Extraction 



--- End Message ---
--- Begin Message ---
Version: 2009.02.17.dfsg.1-1+rm

Dear submitter,

as the package xemacs21-packages 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 http://bugs.debian.org/726023

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
[email protected].

Debian distribution maintenance software
pp.
Ansgar Burchardt (the ftpmaster behind the curtain)

--- End Message ---

Reply via email to