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: (help NAME)
Date: Mon, 7 Sep 2020 19:39:34 +0200	[thread overview]
Message-ID: <CAJ98PDwxnoboQ+atJ_hfQL=p3DvBEe=4FFY7cqROWRED4Kne2g@mail.gmail.com> (raw)

I'm reading the text that (help) displays

scheme@(guile-user)> (help)
Usage: (help NAME) gives documentation about objects named NAME (a symbol)
       (help REGEXP) ditto for objects with names matching REGEXP (a string)
       (help 'NAME) gives documentation for NAME, even if it is not an
object

[...]

I'm confused by the last line:

       (help 'NAME) gives documentation for NAME, even if it is not an
object

in the part: "even if it's not an object"

Conversely, the first line states: "...about objects named NAME..."

It seems that some things are objects and some things aren't

Which things are and which aren't ?

If I try

(help 'car)

I get

scheme@(guile-user)> (help 'car)
While compiling expression:
no code for module (quote car)

as if I had asked for help about a module

I'm confused

Which is a thing that is not an object that I could ask help about ?

Thanks


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

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-07 17:39 Catonano [this message]
2020-09-10 17:24 ` (help NAME) Nate Rosenbloom
2020-09-10 23:39   ` Catonano
2020-09-13  8:49   ` Catonano

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='CAJ98PDwxnoboQ+atJ_hfQL=p3DvBEe=4FFY7cqROWRED4Kne2g@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).