GNU bug report logs -
#12951
24.3.50; adviced functions have no docstring
Previous Next
Reported by: "Roland Winkler" <winkler <at> gnu.org>
Date: Wed, 21 Nov 2012 14:19:02 UTC
Severity: normal
Found in version 24.3.50
Fixed in version 24.3
Done: "Roland Winkler" <winkler <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Wed, 21 Nov 2012 13:08:11 -0600
with message-id <20653.9883.565301.761588 <at> gargle.gargle.HOWL>
and subject line Re: bug#12951: 24.3.50; adviced functions have no docstring
has caused the debbugs.gnu.org bug report #12951,
regarding 24.3.50; adviced functions have no docstring
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
12951: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=12951
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
cat > ~/foo.el <<EOF
(defadvice beginning-of-buffer (before deactivate-mark activate)
"Add friendly greeting."
(message "Hello world. This function is advised")
(sit-for 1))
EOF
emacs -Q -l ~/foo.el
C-h f beginning-of-buffer
Emacs says that this function is advised and it displays the
docstring of the advice. But the original docstring of
beginning-of-buffer is not displayed.
No such problem with emacs 23.1 which displays both the original
docstring and the docstring of the advice.
In GNU Emacs 24.3.50.1 (x86_64-unknown-linux-gnu, GTK+ Version 2.20.1)
of 2012-11-10 on regnitz
Bzr revision: 110864 rgm <at> gnu.org-20121110231943-kjpn4lpf1zv3iulx
Windowing system distributor `The X.Org Foundation', version 11.0.10706000
System Description: Ubuntu 10.04.4 LTS
[Message part 3 (message/rfc822, inline)]
Version: 24.3
On Wed Nov 21 2012 Glenn Morris wrote:
> "Roland Winkler" wrote:
> > But the original docstring of beginning-of-buffer is not displayed.
> [...]
> > In GNU Emacs 24.3.50.1 (x86_64-unknown-linux-gnu, GTK+ Version 2.20.1)
> > of 2012-11-10 on regnitz
>
> It is for me in the current trunk. Yours is somewhat old.
Thanks, you are right. I recompiled using the current trunk.
Docstrings are now again displayed as expected.
This bug report was last modified 12 years and 180 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.