bug#59596: [PATCH 2/3] Add an interactive session exception error message.

2022-11-25 Thread Yuval Langer
--- 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

bug#59595: [PATCH 1/3] Add examples and incomplete wordings.

2022-11-25 Thread Yuval Langer
--- 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

bug#59597: [PATCH 3/3] Change order of the resulting alist - a new entry is added to the start of the alist.

2022-11-25 Thread Yuval Langer
--- 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

bug#68362: Segmentation fault when a procedure is called with no arguments

2024-01-09 Thread Yuval Langer
ian installation. The Guix repository commit obtained from the guix describe command is 3de361d9c9d320aefbd43710124d7b07af891de1. Thank you, Yuval Langer.

bug#68362: Wrong Guile version and a new error message

2024-01-09 Thread Yuval Langer
byte value being piped into guile is 254. Weird. Thank you, Yuval Langer.

bug#68734: Minor typo correction.

2024-01-26 Thread 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

bug#70640: A Texinfo aware `,describe` command.

2024-04-28 Thread Yuval Langer
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

bug#71416: Dead link in the Guile manual

2024-06-07 Thread Yuval Langer
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.

bug#75413: Fix faulty example of SRFI-31 in the manual.

2025-01-06 Thread 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

bug#75413: Fix faulty example of SRFI-31 in the manual.

2025-01-08 Thread Yuval Langer
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 > >

bug#75413: Fix faulty example of SRFI-31 in the manual.

2025-01-08 Thread Yuval Langer
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.

bug#76163: Badly treated eol-style (end of line style) in R6RS transcoders.

2025-02-09 Thread Yuval Langer
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"