Re: compiler messages

2016-07-11 Thread Andy Wingo
On Tue 12 Jul 2016 02:08, Tobin Harding writes: > On Mon, Jul 11, 2016 at 06:29:43PM +0200, Andy Wingo wrote: >> On Thu 07 Jul 2016 14:52, Tobin Harding writes: >> >> > I have two issues with this patch after developing with a patched Guile >> > for a >> > week or so. First is that I have not

Re: compiler messages

2016-07-11 Thread Tobin Harding
On Mon, Jul 11, 2016 at 06:29:43PM +0200, Andy Wingo wrote: > On Thu 07 Jul 2016 14:52, Tobin Harding writes: > > > I have two issues with this patch after developing with a patched Guile for > > a > > week or so. First is that I have not been able to pass command line options > > to > > Guile

Re: compiler messages

2016-07-11 Thread Andy Wingo
On Thu 07 Jul 2016 14:52, Tobin Harding writes: > I have two issues with this patch after developing with a patched Guile for a > week or so. First is that I have not been able to pass command line options to > Guile while using Geiser, my workaround has been setting the variable > %quiet-compile

Re: compiler messages

2016-07-07 Thread Tobin Harding
On Thu, Jul 07, 2016 at 12:25:03PM +0200, Andy Wingo wrote: > On Thu 30 Jun 2016 12:57, Tobin Harding writes: > > > Request for advice as to whether to submit patch? > > Sure, please do. I guess --quiet is the name that is most often asked > for. I've left the option name as I originally wrote

Re: compiler messages

2016-07-07 Thread Andy Wingo
On Thu 30 Jun 2016 12:57, Tobin Harding writes: > Request for advice as to whether to submit patch? Sure, please do. I guess --quiet is the name that is most often asked for. Andy