---
doc/ref/api-data.texi | 5 +
1 file changed, 5 insertions(+)
diff --git a/doc/ref/api-data.texi b/doc/ref/api-data.texi
index 8c18b4d40..143434213 100644
--- a/doc/ref/api-data.texi
+++ b/doc/ref/api-data.texi
@@ -4798,6 +4798,11 @@ Notice that if we try the same @code{assq-set!} call wit
---
doc/ref/api-data.texi | 33 -
1 file changed, 32 insertions(+), 1 deletion(-)
diff --git a/doc/ref/api-data.texi b/doc/ref/api-data.texi
index 8658b9785..8c18b4d40 100644
--- a/doc/ref/api-data.texi
+++ b/doc/ref/api-data.texi
@@ -4767,7 +4767,7 @@ It also allo
---
doc/ref/api-data.texi | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/ref/api-data.texi b/doc/ref/api-data.texi
index 143434213..2f603fb8f 100644
--- a/doc/ref/api-data.texi
+++ b/doc/ref/api-data.texi
@@ -4785,11 +4785,11 @@ extract or change individual pieces of i
ian installation. The Guix
repository commit obtained from the guix describe command is
3de361d9c9d320aefbd43710124d7b07af891de1.
Thank you,
Yuval Langer.
byte value being piped into guile is 254. Weird.
Thank you,
Yuval Langer.
Hi,
I hope this is a correct correction to the error.
Many thanks,
Yuval Langer.
From 8d8b3e4d80311f80754fc1e38f779e96c6031198 Mon Sep 17 00:00:00 2001
From: Yuval Langer
Date: Fri, 26 Jan 2024 13:04:08 +0200
Subject: [PATCH] Fix minor typo.
---
doc/ref/history.texi | 2 +-
1 file changed, 1
Hello hackers,
I have noticed there are many docstrings containing Texinfo markup,
but when one runs the `,describe` command, one gets the Texinfo markup
source, not a render of those Texinfo commands.
I wish to write a better `,describe` command that would render Texinfo
in a pleasant way. Atta
d cleaned up by Wolfgang Corcoran-Mathe, a.k.a.
Zipheir) version of the document on:
https://www.sigwinch.xyz/misc/jrms_syntax-rules_primer.txt
Another version:
https://hipster.home.xs4all.nl/lib/scheme/gauche/define-syntax-primer.txt
Thank you,
Yuval Langer.
From aac75ef98ca6b008fd7d16f42dcb90d22b8ed43c Mon Sep 17 00:00:00 2001
From: Yuval Langer
Date: Fri, 3 Jan 2025 06:37:43 +0200
Subject: [PATCH] Fix faulty SRFI-31 example.
---
doc/ref/srfi-modules.texi | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/doc/ref/srfi
Adding a `(newline)` in this patch.
On Tue, Jan 7, 2025 at 3:23 AM Rob Browning wrote:
>
> Yuval Langer writes:
>
> > diff --git a/doc/ref/srfi-modules.texi b/doc/ref/srfi-modules.texi
> > index d77bc1c90..1373409f0 100644
> > --- a/doc/ref/srfi-modules.texi
> >
Sorry about the flood. I have added `(newline)`, but the example
output did not have the literal newlines, so in this patch I have
added both the `(newline)` call and the example output newlines.
On Thu, Jan 9, 2025 at 6:01 AM Yuval Langer wrote:
>
> Adding a `(newline)` in this patch.
uot;abc"
```
This is due to faulty transcoders in Guile, maybe?
My `guile --version` says `guile (GNU Guile) 3.0.9`, and `chezscheme
--version` says `9.5.4`.
Many thanks,
Yuval Langer.
(import
(rnrs io ports)
(rnrs bytevectors))
(let* ([x (string->utf8 "abc\r\ndef\r\n"
12 matches
Mail list logo