Re: Stable-2.0 - patch - Do not track html dirs and files

2016-06-27 Thread Andy Wingo
On Sat 25 Jun 2016 22:35, David Pirotte writes: > Hello Andy, > >> > diff --git a/.gitignore b/.gitignore >> > index 3deeab2..bce9756 100644 >> > --- a/.gitignore >> > +++ b/.gitignore >> > @@ -13,6 +13,7 @@ config.status >> > config.log >> > config.h >> > *.doc >> > +*.html >> > *.x >> > *.

Re: Master - Do not track html, tmp and some test-suite files

2016-06-27 Thread Andy Wingo
On Sat 25 Jun 2016 22:51, David Pirotte writes: > From 45795a5d90de5e87b452d32189a9b5b1eb410ae5 Mon Sep 17 00:00:00 2001 > From: David Pirotte > Date: Sat, 25 Jun 2016 17:42:09 -0300 > Subject: [PATCH 2/2] Do not track some test-suite files > > * .gitignore: Adding test-smob-mark-race to the li

Re: Master- patch - Fixing GUILE_PROGS wrong versioning checks

2016-06-27 Thread Andy Wingo
On Sun 26 Jun 2016 04:28, David Pirotte writes: > From 2d1593a6f9c7fc5f1636f9695e8685fcc6334cfd Mon Sep 17 00:00:00 2001 > From: David Pirotte > Date: Sat, 25 Jun 2016 23:07:48 -0300 > Subject: [PATCH 3/3] Fixing GUILE_PROGS wrong versioning checks > > * meta/guile.m4: Fixing GUILE_PROGS version

Re: [PATCH] doc: describe the -e (module) shorthand as on equal footing with (@ ...)

2016-06-27 Thread Andy Wingo
On Sun 26 Jun 2016 23:21, Arne Babenhauserheide writes: > Ping :) > > (this change adjusts info documentation and adds examples with > additional options for using Guile in shell scripts) > > arne_...@web.de writes: > >> doc/ref/guile-invoke.texi | 15 -- >> doc/ref/scheme-scripts.tex

Re: [PATCH] Allow giving floating point values to (sleep).

2016-06-27 Thread Andy Wingo
On Sun 26 Jun 2016 23:37, Arne Babenhauserheide writes: > ping? Let's follow up on bug #19581. Thanks, Andy

Re: Stable-2.0 - patch - Do not track html dirs and files

2016-06-27 Thread David Pirotte
Hi Andy, > >> > diff --git a/.gitignore b/.gitignore > >> > index 3deeab2..bce9756 100644 > >> > --- a/.gitignore > >> > +++ b/.gitignore > >> > @@ -13,6 +13,7 @@ config.status > >> > config.log > >> > config.h > >> > *.doc > >> > +*.html > >> > *.x > >> > *.lo > >> > *.la > >> Can you