Thien-Thi Nguyen writes: > () Peter TB Brett > () Fri, 27 Sep 2013 21:56:39 +0100 > > As my Scheme codebase gets larger, when starting my application I get > screens full of debug spew about the Guile compilation process. How > can I silence the following messages: [...] ...while still getting > the actually useful compilation warnings? > > I don't know the answer to that question, but a related question comes > to mind: Have you considered moving the compilation from application > invocation time to "build" time? I think such messages would not be so > annoying, then, and the (legitimate) warnings more welcome, too. Hi Thien, Yes, I have considered it! However, the main reason I want to silence the "noise" messages is so that I can more easily pick out the warnings, not just for aesthetic reasons. Shifting the compilation to build time doesn't actually solve that problem, surely? Peter -- Dr Peter Brett