GNU bug report logs - #13034
defalias docstring ignored

Previous Next

Package: emacs;

Reported by: Juanma Barranquero <lekktu <at> gmail.com>

Date: Fri, 30 Nov 2012 00:10:01 UTC

Severity: normal

Found in version 24.3.50

Done: Juanma Barranquero <lekktu <at> gmail.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 13034 in the body.
You can then email your comments to 13034 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#13034; Package emacs. (Fri, 30 Nov 2012 00:10:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Juanma Barranquero <lekktu <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Fri, 30 Nov 2012 00:10:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Juanma Barranquero <lekktu <at> gmail.com>
To: Bug-Gnu-Emacs <bug-gnu-emacs <at> gnu.org>
Subject: defaliased funcs do not have docstring
Date: Fri, 30 Nov 2012 01:06:41 +0100
Package: emacs
Version: 24.3.50


(defun my-func () "This is my func." nil)
(defalias 'my-other-func (lambda () t) "This is my other func.")

(documentation 'my-other-func)
   24.2.50 => "This is my other func."
   trunk => nil




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#13034; Package emacs. (Fri, 30 Nov 2012 00:18:02 GMT) Full text and rfc822 format available.

Message #8 received at 13034 <at> debbugs.gnu.org (full text, mbox):

From: Juanma Barranquero <lekktu <at> gmail.com>
To: 13034 <at> debbugs.gnu.org
Subject: Re: bug#13034: defaliased funcs do not have docstring
Date: Fri, 30 Nov 2012 01:14:24 +0100
retitle 13034 defalias docstring ignored

Sorry, the example is wrong and misleading, and wrong too. Not to
mention the subject.

Let me try again:

(defun my-func () "This is my func." nil)
(defalias 'my-other-func 'my-func "This is my other func.")

(documentation 'my-other-func)
24.2.50 => "This is my other func."
24.3.50 => "This is my func."




Changed bug title to 'defalias docstring ignored' from 'defaliased funcs do not have docstring' Request was from Juanma Barranquero <lekktu <at> gmail.com> to control <at> debbugs.gnu.org. (Fri, 30 Nov 2012 00:18:02 GMT) Full text and rfc822 format available.

Reply sent to Juanma Barranquero <lekktu <at> gmail.com>:
You have taken responsibility. (Fri, 30 Nov 2012 17:35:02 GMT) Full text and rfc822 format available.

Notification sent to Juanma Barranquero <lekktu <at> gmail.com>:
bug acknowledged by developer. (Fri, 30 Nov 2012 17:35:02 GMT) Full text and rfc822 format available.

Message #15 received at 13034-done <at> debbugs.gnu.org (full text, mbox):

From: Juanma Barranquero <lekktu <at> gmail.com>
To: 13034-done <at> debbugs.gnu.org
Subject: Re: bug#13034: defaliased funcs do not have docstring
Date: Fri, 30 Nov 2012 18:31:18 +0100
Fixed in revno:111042.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 29 Dec 2012 12:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 11 years and 142 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.