Your message dated Wed, 4 Jul 2012 15:40:05 +0100
with message-id
<CAPQ4b8keBuSM7-ysaqxXdQuAmvDAU=apndyotwpkh2ucv15...@mail.gmail.com>
and subject line Closing orphan/obsolete bugs (emacs21-el with tag
unreproducible or fixed-upstream)
has caused the Debian Bug report #298050,
regarding emacs21-el: LaTeX mode keeps saying wrong-type-argument integerp nil
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.)
--
298050: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=298050
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: emacs21-el
Version: 21.3+1-9
Severity: minor
The latex-find-indent function has a small(ish) bug where, in some
situations, it manages to pass nil to char-syntax. This causes an error
message to flash in the echo area and is, on the whole, more distracting
than harmful (it might, opssibly, affect keyboard macros, untested).
A simple, though possibly incorrect, fix is:
--- tex-mode.el-old 2005-03-04 10:23:52.000000000 +0000
+++ tex-mode.el 2005-03-04 10:22:26.000000000 +0000
@@ -1914,5 +1914,5 @@
(t
(let ((col (current-column)))
- (if (not (eq (char-syntax char) ?\())
+ (if (not (and char (eq (char-syntax char) ?\()))
;; If the first char was not an open-paren, there's
;; a risk that this is really not an argument to the
-- System Information:
Debian Release: 3.1
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i586)
Kernel: Linux 2.4.26
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Versions of packages emacs21-el depends on:
ii emacs21-common 21.3+1-9 The GNU Emacs editor's shared, arc
-- no debconf information
--- End Message ---
--- Begin Message ---
Hello,
Thanks for your interest in improving Debian, and sorry that the bugs
were not fully resolved in due time.
emacs21 packages have been removed from testing in 2009 [1], not
present even in the current stable. Consequently, these bugs are now
orphan (without maintainer assigned) so they probably will not be
attended/noticed further.
[1] http://packages.qa.debian.org/e/emacs21.html
The bugs deemed valid are going to be verified and reassigned, but the
current bugs that I'm closing now are very ancient (more than 10 years
sometimes) and marked as unreproducible or fixed upstream years ago.
Please comment if you want think that some of the raised questions are
still pending and need to be addressed differently (e.g., reassigned
to other packages, etc.).
Cheers.
--- End Message ---