Your message dated Fri, 4 May 2012 22:56:43 +0100
with message-id
<capq4b8nodpcuor3p-ocqyswfzank-mynljr0mdvvtovbbcf...@mail.gmail.com>
and subject line Closing orphan bugs of the obsolete emacs21 packages
has caused the Debian Bug report #103053,
regarding skip-chars-forward regex undocumentedly needs to have '-' chars
occureing at end of regex escaped
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.)
--
103053: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=103053
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: emacs20
Version: 20.7-8
Severity: normal
Help for skip-chars-forward looks like this:
skip-chars-forward is a built-in function.
Move point forward, stopping before a char not in STRING, or at pos LIM.
STRING is like the inside of a `[...]' in a regular expression
except that `]' is never special and `\' quotes `^', `-' or `\'
(but not as the end of a range; quoting is never needed there).
Thus, with arg "a-zA-Z", this skips letters stopping before first nonletter.
With arg "^a-zA-Z", skips nonletters stopping before first letter.
Returns the distance traveled, either zero or positive.
(skip-chars-forward STRING &optional LIM)
But I get different behavior from
(skip-chars-forward "a-zA-Z0-9_\\-")
than I get from
(skip-chars-forward "a-zA-Z0-9_-")
-- System Information
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux greenwood 2.4.5 #1 Sat May 26 18:32:34 AKDT 2001 i686
Locale: LANG=C, LC_CTYPE=C
Versions of packages emacs20 depends on:
ii dpkg 1.9.14 Package maintenance system for Deb
ii emacsen-common 1.4.12 Common facilities for all emacsen.
ii libc6 2.2.3-6 GNU C Library: Shared libraries an
ii liblockfile1 1.03 NFS-safe locking library, includes
ii libncurses5 5.2.20010318-2 Shared libraries for terminal hand
ii libxaw7 4.0.3-4 X Athena widget set library
ii xlibs 4.0.3-4 X Window System client libraries
--- End Message ---
--- Begin Message ---
Hello,
All of these bugs are assigned to emacs21 which has been removed from
current versions of Debian several years ago, and thus the bugs are
orphan and nobody is paying attention to them anymore. I'm just doing
some cleanup with the intent to reassign valids bug later to current
Emacs packages, but I am not involved in the maintenance of the Emacs
package.
I am closing all of these bugs who are marked as unreproducible or
fixed-upstream or similar, sometimes for many many years and without
any input since then; and also others that don't seem relevant anymore
(e.g. failing to install). I'm trying to verify that they're indeed
properly tagged and addressed when possible.
If you feel that some issue related or included in the bug report is
not properly addressed, please reopen, reassign or report a new bug
against Emacs packages currently present in the archives.
Cheers.
--- End Message ---