Re: GNU Guile 2.2.0 released

2017-03-18 Thread Thomas Morley
2017-03-18 12:20 GMT+01:00 Ludovic Courtès : > Jean Louis skribis: > >> There is mistake with the link 2.2.0: >> https://www.gnu.org/software/guile/download/(string-append%20https://ftp.gnu.org/gnu/guile/guile-%20(latest-guile-version)%20.tar.gz) > > Fixed: > > > https://git.savannah.gnu.org/cg

Re: GNU Guile 2.2.0 released

2017-03-18 Thread Thomas Morley
2017-03-18 21:50 GMT+01:00 Thomas Morley : > ~$ guile > guile: error while loading shared libraries: libguile-2.2.so.1: cannot > open shared object file: No such file or directory Strange. I can't reproduce it and 2.2.0.2-aa86f _is_ installed. Sorry for the noise. Cheers,, Harm

Re: Results of tests of guile-2.9

2018-11-13 Thread Thomas Morley
Am Di., 13. Nov. 2018 um 01:12 Uhr schrieb Mikael Djurfeldt : > > It would be nice to have guile-1.8 in that list since some users stayed at > that version due to 2.0 being slower. As does LilyPond... > Maybe, in time, we can get everyone back to the most recent release. :-)) I wrote some own t

Re: GNU Guile 2.9.4 Released [beta]

2019-08-26 Thread Thomas Morley
Am So., 25. Aug. 2019 um 22:22 Uhr schrieb Andy Wingo : > > We are pleased to announce GNU Guile release 2.9.4. This is the fourth > pre-release of what will eventually become the 3.0 release series. > We encourage you to test this release and provide feedback to > guile-devel@gnu.org, and to fil

Re: GNU Guile 2.9.4 Released [beta]

2019-08-26 Thread Thomas Morley
Am Mo., 26. Aug. 2019 um 19:10 Uhr schrieb : > > On Mon, Aug 26, 2019 at 06:39:02PM +0200, Thomas Morley wrote: > > Am So., 25. Aug. 2019 um 22:22 Uhr schrieb Andy Wingo : > > > > > > We are pleased to announce GNU Guile release 2.9.4. This is the fourth > > &

Re: GNU Guile 2.9.4 Released [beta]

2019-08-26 Thread Thomas Morley
Am Mo., 26. Aug. 2019 um 21:13 Uhr schrieb Mark H Weaver : > > Hi Thomas, > > Thomas Morley writes: > > > Am Mo., 26. Aug. 2019 um 19:10 Uhr schrieb : > >> > >> Perhaps you have to add /usr/local/lib to /etc/ld.so.conf (or some > >> file below /e

Re: GNU Guile 2.9.7 Released [beta]

2019-12-14 Thread Thomas Morley
Am Fr., 13. Dez. 2019 um 14:50 Uhr schrieb Matt Wette : > > > On 12/13/19 5:30 AM, Andy Wingo wrote: > > We are pleased to announce GNU Guile release 2.9.7. This is the seventh > > and hopefully next-to-last pre-release of what will eventually become > > the 3.0 release series. > > > > mwette$ una

Re: Logo baseline

2020-01-18 Thread Thomas Morley
Am Sa., 18. Jan. 2020 um 15:14 Uhr schrieb Ludovic Courtès : > > Hello Guilers! > > The Guile logo has this “GNU extension language” baseline. As Guile 3 > came out, this baseline felt odd to me, not quite corresponding to the > way I see Guile. > > Clearly, Guile is still an extension language, w

Re: string is read-only

2022-08-03 Thread Thomas Morley
Am Mi., 3. Aug. 2022 um 11:13 Uhr schrieb Damien Mattei : > > GNU Guile 3.0.1 > Copyright (C) 1995-2020 Free Software Foundation, Inc. > > Guile comes with ABSOLUTELY NO WARRANTY; for details type `,show w'. > This program is free software, and you are welcome to redistribute it > under certain con

[Doc] Patch: eq? and friends accepts more than two arguments

2022-11-06 Thread Thomas Morley
Hi, please find attached a doc-patch, clearifying eq?/eqv?/equal? are working with more than two arguments. Cheers, Harm From 23691d4ec8485169cbed0cdf64fb4d36f7daf343 Mon Sep 17 00:00:00 2001 From: Thomas Morley Date: Sun, 6 Nov 2022 15:41:50 +0100 Subject: [PATCH] Document eq? and friends

Re: [Doc] Patch: eq? and friends accepts more than two arguments

2022-11-06 Thread Thomas Morley
Am So., 6. Nov. 2022 um 15:58 Uhr schrieb Jean Abou Samra : > > Le 06/11/2022 à 15:47, Thomas Morley a écrit : > > Hi, > > > > please find attached a doc-patch, clearifying eq?/eqv?/equal? are > > working with more than two arguments. > > > Well, but the sig

guile 2.0.13 can't find file

2016-12-31 Thread Thomas Morley
Hi, consider the attached file, containing nothing else then: (newline) (write (command-line)) (newline) (write (map string->symbol (command-line))) After navigating into the containing folder I get in terminal (with guile 2.0.13): $ guile filename_名字.scm ;;; Stat of /home/hermann/Desktop/fil

Re: guile 2.0.13 can't find file

2017-01-05 Thread Thomas Morley
2016-12-31 17:00 GMT+01:00 Matt Wette : > > On Dec 31, 2016, at 6:18 AM, Thomas Morley wrote: > > Any hint on this or is it a bug? > >> Check this one: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=22913 > Thanks for the link. I read there: "Thus the above behavio

Re: GNU Guile 2.1.7 released (beta)

2017-02-27 Thread Thomas Morley
2017-02-26 18:57 GMT+01:00 Andy Wingo : > On Fri 24 Feb 2017 18:46, Arne Babenhauserheide writes: > >> The main strategical question I see for that is: Does anything make it >> harder to complete or improve the lilypond transition to Guile 2? >> >> Is there something which would need to be done be

Re: GNU Guile 2.1.7 released (beta)

2017-03-05 Thread Thomas Morley
Hi Andy, sorry for the late reply. My regular job eats too much time 2017-02-28 9:31 GMT+01:00 Andy Wingo : > On Tue 28 Feb 2017 00:00, Thomas Morley writes: > >> The main problems/TODOs are listed here (same for guile-2.0.13 and 2.1.7): >> https://ao2.it/tmp/lilypond-guil