bug#59203: [PATCH] add function string-split-substring

2022-11-11 Thread Dr. Arne Babenhauserheide
Hi, this patch adds the function string-split-substring. The existing string-split functions all only allow splitting by char or char_set, but common file formats like graphviz need to be split by strings like " -> ". Example usage: (string-split-substring line "key -> value" " -> ") ;; => '("ke

bug#59204: [PATCH] small history doc change: the name change was suggested by Lee Thomas

2022-11-11 Thread Dr. Arne Babenhauserheide
Hi, since I collected references from various newsgroups, I’d like to suggest this change to the history part of the docs: the name change to Guile was suggested by Lee Thomas. From e00afe1654773ac4e5eebe2e3ec4f0186c23d1f9 Mon Sep 17 00:00:00 2001 From: Arne Babenhauserheide Date: Sat, 27 Aug 20

bug#59204: Duplicate of bug#57440 — sorry for that, I still had it in my patch list and saw that it did not get killed on pull+rebase so I thought I had forgotten to send it.

2022-11-11 Thread Dr. Arne Babenhauserheide
close 59204 -- Unpolitisch sein heißt politisch sein, ohne es zu merken. draketo.de signature.asc Description: PGP signature

bug#57440: [patch] Guile manual has incorrect history on the name

2022-11-11 Thread Dr. Arne Babenhauserheide
> --- a/doc/ref/history.texi > +++ b/doc/ref/history.texi > @@ -69,7 +69,7 @@ the argument was that eventually when GEL became more > capable, it > could gain the ability to execute other languages, especially Emacs > Lisp. > > -Due to a naming conflict with another programming language, Jim B