unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
From: Catonano <catonano@gmail.com>
To: Guile User <guile-user@gnu.org>
Subject: (name PROCEDURE-OR-MACRO)
Date: Mon, 7 Sep 2020 19:48:53 +0200	[thread overview]
Message-ID: <CAJ98PDzGh4g9ZkdniZ6Ti5vtAKQbf7wQUjhcrMiBjTA0t334Vw@mail.gmail.com> (raw)

Still reading the text displayed by (help) I find, among others, this
excerpt

Other useful sources of helpful information:

(apropos STRING)
(arity PROCEDURE)
(name PROCEDURE-OR-MACRO)
(source PROCEDURE-OR-MACRO)

If I try

(name car)

I get

scheme@(guile-user)> (name car)
;;; <stdin>:255:0: warning: possibly unbound variable `name'
ice-9/boot-9.scm:1669:16: In procedure raise-exception:
Unbound variable: name

Entering a new prompt.  Type `,bt' for a backtrace or `,q' to continue.
scheme@(guile-user) [1]>


but if I try with "source" and "arity" they do work

scheme@(guile-user)> (source car)
$5 = #f
scheme@(guile-user)> (arity car)
1 argument.
scheme@(guile-user)>


so is name no longer supported and the help text wasn't updated ?

Or am I doing anything wrong ?

Thanks


                 reply	other threads:[~2020-09-07 17:48 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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

  List information: https://www.gnu.org/software/guile/

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

  git send-email \
    --in-reply-to=CAJ98PDzGh4g9ZkdniZ6Ti5vtAKQbf7wQUjhcrMiBjTA0t334Vw@mail.gmail.com \
    --to=catonano@gmail.com \
    --cc=guile-user@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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).