all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Thierry Volpiatto <thierry.volpiatto@gmail.com>
To: 9115@debbugs.gnu.org
Subject: bug#9115: 24.0.50; `documentation' should not return args list for CL defun*.
Date: Mon, 18 Jul 2011 09:18:23 +0200	[thread overview]
Message-ID: <87hb6k12gw.fsf@gmail.com> (raw)
In-Reply-To: <m18vrwds30.fsf@gmail.com> (Leo's message of "Mon, 18 Jul 2011 14:24:19 +0800")

Leo <sdl.web@gmail.com> writes:

> On 2011-07-18 14:05 +0800, Thierry Volpiatto wrote:
>> documentation return the list of arg for the defun*'s:(choose a short one)
>>
>> (documentation 'ert--remove*)
>> "Does not support all the keywords of remove*.
>>
>> (fn X LIST &key KEY TEST)"
>>
>> It's annoying for function not documented because it return only list of
>> args instead or returning nil.
>
> Check the expansion of defun*; it always has a doc-string.
What expansion?

if you have:

--8<---------------cut here---------------start------------->8---
(defun* foo (&rest args) nil)
(documentation 'foo)
Give ==>
"

(fn &rest ARGS)"
--8<---------------cut here---------------end--------------->8---

which is wrong.

--8<---------------cut here---------------start------------->8---
(defun bar (&rest args) nil)
(documentation 'bar)
Give ==>nil
--8<---------------cut here---------------end--------------->8---

Which is correct.

-- 
A+ Thierry
Get my Gnupg key:
gpg --keyserver pgp.mit.edu --recv-keys 59F29997 





  reply	other threads:[~2011-07-18  7:18 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-07-18  6:05 bug#9115: 24.0.50; `documentation' should not return args list for CL defun* Thierry Volpiatto
2011-07-18  6:24 ` Leo
2011-07-18  7:18   ` Thierry Volpiatto [this message]
2011-07-18  8:26     ` Leo
2011-07-18  8:34       ` Thierry Volpiatto
2011-07-18 17:51     ` Andreas Schwab
2011-07-18 16:02 ` Stefan Monnier
2011-07-19  6:06   ` Thierry Volpiatto
2011-08-01 21:33     ` Stefan Monnier
2011-08-02  5:21       ` Thierry Volpiatto
2011-08-02 19:16         ` Stefan Monnier
2011-08-02 19:43           ` Thierry Volpiatto
2011-08-02 20:31             ` Stefan Monnier
2011-08-02 20:50               ` Thierry Volpiatto
2011-08-03  1:16                 ` Stefan Monnier
2011-08-03  5:10                   ` Thierry Volpiatto
2011-08-03 14:31                     ` Stefan Monnier
2011-08-03 14:45                       ` Thierry Volpiatto
2019-10-12  5:02                         ` Lars Ingebrigtsen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87hb6k12gw.fsf@gmail.com \
    --to=thierry.volpiatto@gmail.com \
    --cc=9115@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.