unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
From: Prafulla Giri <pratheblackdiamond@gmail.com>
To: 42945@debbugs.gnu.org
Subject: bug#42945: Regarding a limitation of (ice-9 session)'s help procedure
Date: Thu, 20 Aug 2020 11:33:38 +0545	[thread overview]
Message-ID: <CAFw+=j3dGWgaPNAYyRVhx=ChOY+PihVUAjsG8RiO+L=g8GoWGw@mail.gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 617 bytes --]

It appears that the (help) procedure (from `ice-9 session` can't provide
help information  for modules that are imported with a prefix.

Normal module import:
scheme@(guile-user)> (use-modules (system vm trap-state))
scheme@(guile-user)> (help add-trap-at-procedure-call! )
No documentation found for:
(system vm trap-state): add-trap-at-procedure-call!
scheme@(guile-user)>

Prefixed module import:
scheme@(guile-user)> (use-modules ((system vm trap-state) #:prefix ts:))
scheme@(guile-user)> (help ts:add-trap-at-procedure-call! )
Did not find any object named `ts:add-trap-at-procedure-call!'
scheme@(guile-user)>

[-- Attachment #2: Type: text/html, Size: 777 bytes --]

                 reply	other threads:[~2020-08-20  5: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='CAFw+=j3dGWgaPNAYyRVhx=ChOY+PihVUAjsG8RiO+L=g8GoWGw@mail.gmail.com' \
    --to=pratheblackdiamond@gmail.com \
    --cc=42945@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.
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).