lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: scheme-question about accumulating lists of lists


From: Thomas Morley
Subject: Re: scheme-question about accumulating lists of lists
Date: Tue, 23 Apr 2019 10:46:19 +0200

Hi David,

Am Di., 23. Apr. 2019 um 04:12 Uhr schrieb David Pirotte <address@hidden>:
> ...
> > Now `core-guile-condition´ feels like a case for `match´, but I
> > couldn't make it work.
> > Is this a bad use case and alist searching is always preferable?
>
> I would do this:
[...]

regarding your code, it's all obvious.
And I ask myself why I didn't get there ...

>
> > As a side note.
> > I'd like to download the "Guile Reference Manual" as one big-page
> > .html, but couldn't find any for 2.9.1.
> > Not yet done?
>
> No, but you could locally build it, using the glib gendoc.sh script, let me 
> know if
> you need help with this, I can cook sometig for you ...

First I tried in my git-guile-repository
cd doc/ref
../../build-aux/gendocs.sh guile "GNU Guile 2.9.1 Reference Manual"
which gave me:
../../build-aux/gendocs.sh: cannot read ./gendocs_template.
../../build-aux/gendocs.sh: it is available from
http://git.savannah.gnu.org/cgit/gnulib.git/plain/doc/gendocs_template.
Though I see gendocs.sh in the doc-folder, shouldn't gendocs.sh find it there?
I then did in doc/ref
wget  http://git.savannah.gnu.org/cgit/gnulib.git/plain/doc/gendocs_template
../../build-aux/gendocs.sh guile "GNU Guile 2.9.1 Reference Manual"

Success.

Thanks,
  Harm



reply via email to

[Prev in Thread] Current Thread [Next in Thread]