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

Full log


View this message in rfc822 format

From: Prafulla Giri <pratheblackdiamond <at> gmail.com>
To: 42945 <at> 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
[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 4 years and 298 days ago.

Previous Next


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