bug#71684: [PATCH v2] Add peek-error, pke.

2024-10-28 Thread janneke
Janneke Nieuwenhuizen writes: With #71684 merged, this needs an update. New in this version: * document it! Greetings, Janneke >From c0a856ac60a672db53d3ab7df8098a323fbb999a Mon Sep 17 00:00:00 2001 From: Janneke Nieuwenhuizen Date: Fri, 3 Mar 2023 11:26:34 +0100 Subject: [PATCH v2]

bug#64723: [PATCH] Improve DLL search strategy for load-foreign-library

2023-09-08 Thread Janneke Nieuwenhuizen
patches to make Win32 minimally viable > again. This patch specifically removes a regression introduced in 3.0.6 > described above. > > If I hear no objection, I'm going to rebase and push > in a week or two. Very much appreciated! Greetings, Janneke -- Janne

bug#71684: [PATCH v3] doc: Document the peek and pk procedures.

2024-10-14 Thread Janneke Nieuwenhuizen
ny multi-value returns. So for example: ;;; (vals 1) 1 -@end +@end lisp The way to get around this limitation is to bind such multi-value returns then inspect the results. Still, @code{pk} can only return a @@ -117,7 +117,7 @@ single value: ;;; (vals 1 2 3) 3 -@end +@end lisp @

bug#41716: [PATCH] reader: Use invalid rather than illegal.

2020-06-04 Thread Jan (janneke) Nieuwenhuizen
* libguile/read.c (scm_read_string_like_syntax): All characters are permitted by law; some aren't valid in certain contexts. --- libguile/read.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libguile/read.c b/libguile/read.c index 040a178348..122a643018 100644 --- a/libguile/

bug#43814: [PATCH] Document write-line.

2020-10-05 Thread Jan (janneke) Nieuwenhuizen
* libguile/rdelim.c (SCM_DEFINE): Use "procedure" rather than "function". * doc/ref/api-io.texi (Line/Delimited): Use it to document 'write-line'. --- doc/ref/api-io.texi | 11 +++ libguile/rdelim.c | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/doc/ref/api-io.te