unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
* bug#42945: Regarding a limitation of (ice-9 session)'s help procedure
@ 2020-08-20  5:48 Prafulla Giri
  0 siblings, 0 replies; only message in thread
From: Prafulla Giri @ 2020-08-20  5:48 UTC (permalink / raw)
  To: 42945

[-- 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 --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-08-20  5:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-20  5:48 bug#42945: Regarding a limitation of (ice-9 session)'s help procedure Prafulla Giri

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).