Re: [Guile-commits] GNU Guile branch, stable-2.0, updated. v2.0.7-25-g990b11c

2013-01-12 Thread Ludovic Courtès
Hi! Mark H Weaver skribis: > FWIW, I agree with Andy that it would be good to support texinfo markup > in docstrings. At present, the docstrings for procedures implemented in > C are much nicer looking than the Scheme ones. Hmm, they just look the same since they are already rendered. > I've

Re: [Guile-commits] GNU Guile branch, stable-2.0, updated. v2.0.7-25-g990b11c

2013-01-12 Thread Mark H Weaver
l...@gnu.org (Ludovic Courtès) writes: > Andy Wingo skribis: >> Incidentally, it would be nice to start using texinfo in docstrings, and >> use (texinfo serialize) to render them. > > That’d be ideal, but I wonder whether there are tools around that would > end up displaying raw Texinfo, such as a

Re: [Guile-commits] GNU Guile branch, stable-2.0, updated. v2.0.7-25-g990b11c

2013-01-11 Thread Ludovic Courtès
Hi! Andy Wingo skribis: > On Fri 11 Jan 2013 18:15, l...@gnu.org (Ludovic Courtès) writes: > >> "Andy Wingo" skribis: >> >>> +@deffn string->bytevector string encoding [#:conversion-strategy='error] >> >> An optional instead of keyword argument would look nicer, IMO. > > Nicer in the docs or ni

Re: [Guile-commits] GNU Guile branch, stable-2.0, updated. v2.0.7-25-g990b11c

2013-01-11 Thread Andy Wingo
Hi! On Fri 11 Jan 2013 18:15, l...@gnu.org (Ludovic Courtès) writes: > "Andy Wingo" skribis: > >> +@deffn string->bytevector string encoding [#:conversion-strategy='error] > > An optional instead of keyword argument would look nicer, IMO. Nicer in the docs or nicer to use? I'll change it anywa

Re: [Guile-commits] GNU Guile branch, stable-2.0, updated. v2.0.7-25-g990b11c

2013-01-11 Thread Ludovic Courtès
"Andy Wingo" skribis: > commit f05bb8494c9636cd7a44aaf7d4e08f4b66004b6e > Author: Andy Wingo > Date: Thu Jan 10 22:50:27 2013 +0100 > > add bytevector->string and string->bytevector in new (ice-9 iconv) module > > * module/Makefile.am: > * module/ice-9/iconv.scm: New module im