[PATCH] doc: Mention how to remove namespaces in xml->sxml.

2024-07-22 Thread Richard Sent
This documents behavior discussed in https://lists.gnu.org/archive/html/guile-user/2024-07/msg00013.html. * doc/ref/sxml.texi (Reading and Writing XML): Document behavior of #f namespace prefix. --- doc/ref/sxml.texi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git

Re: The Guile junk drawer and a C plea

2024-06-29 Thread Richard Sent
would be a valuable addition. It's quite possible as a first-time contributor I am missing something that already exists. If so, oops again! [1]: (guile) Status -- Take it easy, Richard Sent Making my computer weirder one commit at a time.

[PATCH] Add nondestructive delq1, delv1, and delete1.

2024-06-28 Thread Richard Sent
* libguile/list.c: (delq1): Create. (delv1): Create. (delete1): Create. * doc/ref/api-data.texi (List Modification): Document it. --- Hi Guile, There was some discussion on IRC a while back about how it was odd there were destructive delete1! and similar functions, but no nondestructive