On Thu 07 Jul 2016 14:52, Tobin Harding <m...@tobin.cc> 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-compiler directly with (set! %quiet-compiler #t) from within ~/.guile.

I think you can do this.  Customize geiser-guile-binary to be a "guile
--quiet" or whatever.

> The second, and bigger problem, is that messages are suppressed only for the 
> file
> that is directly named in the load statement i.e (load "file.scm"). If 
> file.scm has any
> load statements then when these files are loaded/compiled messages are still
> output.

This is a blocker unfortunately.  You need to change the C code as well
(load.c).

Andy

Reply via email to