GNU bug report logs - #42945
Regarding a limitation of (ice-9 session)'s help procedure

Previous Next

Package: guile;

Reported by: Prafulla Giri <pratheblackdiamond <at> gmail.com>

Date: Thu, 20 Aug 2020 05:49:01 UTC

Severity: normal

To reply to this bug, email your comments to 42945 AT debbugs.gnu.org.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-guile <at> gnu.org:
bug#42945; Package guile. (Thu, 20 Aug 2020 05:49:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Prafulla Giri <pratheblackdiamond <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-guile <at> gnu.org. (Thu, 20 Aug 2020 05:49:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Prafulla Giri <pratheblackdiamond <at> gmail.com>
To: bug-guile <at> gnu.org
Subject: Regarding a limitation of (ice-9 session)'s help procedure
Date: Thu, 20 Aug 2020 11:33:38 +0545
[Message part 1 (text/plain, inline)]
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)>
[Message part 2 (text/html, inline)]

This bug report was last modified 3 years and 258 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.