GNU bug report logs -
#14734
24.3.50; REGRESSION: defadvice broken wrt doc strings (C-h f)
Previous Next
Reported by: Drew Adams <drew.adams <at> oracle.com>
Date: Thu, 27 Jun 2013 17:10:02 UTC
Severity: minor
Tags: notabug, wontfix
Merged with 13581,
14070
Found in version 24.3.50
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
Message #47 received at 14734 <at> debbugs.gnu.org (full text, mbox):
> An argument was made that the REimplementation of something that
> worked well was done (was necessary?) to allow for backward
> compatibility. I was speaking to that argument.
There has been no reimplementation (that would have been a waste of
time, since it's a package planned to become obsolete). There's only
been some adjustments to make it so that the two advice packages don't
step on each other's feet. More specifically, the old advice.el was
made to work on top of the new nadvice.el (the total size of the the new
advice.el and nadvice.el is about the same as the old advice.el).
The old advice.el could be reimplemented to use nadvice more directly
(e.g. so that each defadvice turns into a single advice-add, rather
than bundling all defadvice into a single advice-add), which would solve
some of your complaints, but it's a lot of work and would probably break
more backward compatibility because it'd be difficult to preserve some
details of advice.el's semantics.
Stefan
This bug report was last modified 5 years and 241 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.