guile-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] Add procedures to convert alists into hash tables


From: Andy Wingo
Subject: Re: [PATCH] Add procedures to convert alists into hash tables
Date: Mon, 24 Mar 2014 22:06:23 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

Another late comment :)

On Mon 18 Nov 2013 21:32, address@hidden (Ludovic Courtès) writes:

>> +(define (alist->hashx-table hash assoc alist)
>> +  "Convert @var{alist} into a hash table with custom @var{hash} and
>> address@hidden procedures."
>
> Currently Texinfo markup in docstrings is left uninterpreted so it
> can/should be avoided (it may change in the future, but the future’s not
> now ;-)).

Actually the future has always been now, but just not everywhere :)

If you add this to your .guile:

  (use-modules (texinfo reflection))

then all docstrings will be parsed and rendered using Guile's texinfo
toolchain.  Also modules get nice help too; see e.g. (help (ice-9
popen)).  We should probably fix whatever small bugs are out there
regarding the output and just enable it by default.

Andy
-- 
http://wingolog.org/



reply via email to

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