emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#12951: closed (24.3.50; adviced functions have no


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#12951: closed (24.3.50; adviced functions have no docstring)
Date: Wed, 21 Nov 2012 19:10:01 +0000

Your message dated Wed, 21 Nov 2012 13:08:11 -0600
with message-id <address@hidden>
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
address@hidden)


-- 
12951: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=12951
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 24.3.50; adviced functions have no docstring Date: Wed, 21 Nov 2012 08:17:29 -0600
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 address@hidden
Windowing system distributor `The X.Org Foundation', version 11.0.10706000
System Description:     Ubuntu 10.04.4 LTS



--- End Message ---
--- Begin Message --- Subject: Re: bug#12951: 24.3.50; adviced functions have no docstring Date: Wed, 21 Nov 2012 13:08:11 -0600
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.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]