all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Thierry Volpiatto <thierry.volpiatto@gmail.com>
To: Stefan Monnier <monnier@iro.umontreal.ca>
Cc: 9115@debbugs.gnu.org
Subject: bug#9115: 24.0.50; `documentation' should not return args list for CL defun*.
Date: Tue, 02 Aug 2011 07:21:15 +0200	[thread overview]
Message-ID: <87ipqgv16c.fsf@gmail.com> (raw)
In-Reply-To: <jwvbow8rf8e.fsf-monnier+emacs@gnu.org> (Stefan Monnier's message of "Mon, 01 Aug 2011 17:33:17 -0400")

Stefan Monnier <monnier@iro.umontreal.ca> writes:

>>> Yes, it's a bit inconvenient.  But if you don't want the arglist, you
>>> should pass the output of documentation through help-split-fundoc.
>>> That should then return you the nil you're looking for.
>> The cdr of help-split-fundoc return nil as expected for functions, CL-style
>> function, but always nil for macros even if they are documented.
>
> Hmm... I don't understand: help-split-fundoc doesn't care if the
> docstring comes from a function, a macro, or a mushroom.  Or maybe
> I don't understand what you're saying.  Can you show some detail of what
> you do?

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

(defun bar (&rest args) nil)
(help-split-fundoc (documentation 'bar) nil)
=>nil

(defmacro foo-1 (&rest args) "some doc." nil)
(help-split-fundoc (documentation 'foo-1) nil)
nil
--8<---------------cut here---------------end--------------->8---

But same here, it's ok i finally parse myself th output of documentation
to extract the first line, it works fine.(so i don't use
help-split-fundoc)


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





  reply	other threads:[~2011-08-02  5:21 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
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 [this message]
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=87ipqgv16c.fsf@gmail.com \
    --to=thierry.volpiatto@gmail.com \
    --cc=9115@debbugs.gnu.org \
    --cc=monnier@iro.umontreal.ca \
    /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.