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 #238930,
regarding emacs21-el: "@" is not recognized as part of defun name for
emacs-lisp font-lock
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.)
--
238930: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=238930
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: emacs21-el
Version: 21.3+1-4
Severity: minor
Tags: patch
In an emacs-lisp buffer, type:
(defun fontified@not-fontified ())
While "@" is a valid part of a defun name, it (and everything after it) is
not fontified properly.
Here's a patch that seems to fix the problem, though my understanding
of the font-lock package is rusty enough not to know exactly why or whether
it's the right way to do it.
--- /usr/share/emacs/21.3/lisp/emacs-lisp/lisp-mode.el 2003-10-31
10:30:36.000000000 -0800
+++ lisp-mode.el 2004-03-19 10:11:23.000000000 -0800
@@ -143,7 +143,7 @@
(setq font-lock-defaults
'((lisp-font-lock-keywords
lisp-font-lock-keywords-1 lisp-font-lock-keywords-2)
- nil nil (("+-*/.<>=!?$%_&~^:" . "w")) beginning-of-defun
+ nil nil (("+-*/.<>=!?$%_&~^:@" . "w")) beginning-of-defun
(font-lock-mark-block-function . mark-defun))))
(defun lisp-outline-level ()
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (990, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.2
Locale: LANG=C, LC_CTYPE=C
Versions of packages emacs21-el depends on:
ii emacs21-common 21.3+1-4 The GNU Emacs editor's common infr
-- 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 ---