bug-guile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#26476: Help for C primitives not found


From: Andy Wingo
Subject: bug#26476: Help for C primitives not found
Date: Wed, 19 Apr 2017 14:38:04 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux)

On Thu 13 Apr 2017 13:25, <address@hidden> writes:

> So.  (help cons) is no longer working for me with 2.2.
>
> The output of
>
>  echo '(help cons)' | strace guile
>
> shows
>
> stat("/usr/local/share/guile/guile-procedures.txt", 0x7ffd5f923330) = -1 
> ENOENT (No such file or directory)
> stat("/usr/local/share/guile/site/2.2/guile-procedures.txt", 0x7ffd5f923330) 
> = -1 ENOENT (No such file or directory)
> stat("./guile-procedures.txt", 0x7ffd5f923330) = -1 ENOENT (No such file or 
> directory)
> write(1, "No documentation found for:\n", 28No documentation found for:

I believe you miss a line previously that looks for
/usr/local/share/guile/2.2/guile-procedures.txt and succeeds.  I think
there is no general problem, only a specific problem that "cons" doesn't
have documentation any more, I guess related to inline function
definition things.

Andy





reply via email to

[Prev in Thread] Current Thread [Next in Thread]