Juliana Sims via Bug reports for GUILE, GNU's Ubiquitous Extension Language
writes:
> * doc/ref/api-debug.texi: Document the peek and pk procedures.
> ---
>
> Hey y'all,
>
> Thanks for the feedback! I've incorporated both suggestions in this new
> patch.
[..]
> +@lisp
> +(define fire 'burns)
>
* doc/ref/api-debug.texi: Document the peek and pk procedures.
---
doc/ref/api-debug.texi | 120 +
1 file changed, 109 insertions(+), 11 deletions(-)
Hi Janneke,
Thanks for the catch! That's fixed in this version :)
Best,
Juli
diff --git a/doc/ref/api-d
Saluton!
Ekaitz Zarraga skribis:
> On 2024-10-13 22:29, Ludovic Courtès wrote:
>> Hi Ekaitz,
>> Ekaitz Zarraga skribis:
[...]
>>> It adds support for the missing features (comments, underscores in
>>> identifiers and escaping) while keeping the extensions (dashes in
>>> identifiers, < and <--
Hi,
So I reviewed the suggestions and this what I have:
- Added the comment
- Added my copyright line
- Nothing in Guix is affected by the changes proposed here, because
there's no use of `string-peg` and I didn't change how the S-Expression
based PEG works.
- The changes applied here only