From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andy Wingo Newsgroups: gmane.lisp.guile.devel Subject: Re: compiler messages Date: Mon, 11 Jul 2016 18:29:43 +0200 Message-ID: <878tx83zpk.fsf@pobox.com> References: <20160630105700.GB10380@eros.local> <87h9c168zk.fsf@pobox.com> <20160707125214.GA29385@eros.local> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1468254722 11327 80.91.229.3 (11 Jul 2016 16:32:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 11 Jul 2016 16:32:02 +0000 (UTC) Cc: guile-devel@gnu.org To: Tobin Harding Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Mon Jul 11 18:31:54 2016 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1bMe7c-0002cB-M6 for guile-devel@m.gmane.org; Mon, 11 Jul 2016 18:31:52 +0200 Original-Received: from localhost ([::1]:34693 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bMe7Y-0004qg-Qs for guile-devel@m.gmane.org; Mon, 11 Jul 2016 12:31:48 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:36850) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bMe5u-000236-Eo for guile-devel@gnu.org; Mon, 11 Jul 2016 12:30:11 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bMe5q-0006GK-5V for guile-devel@gnu.org; Mon, 11 Jul 2016 12:30:05 -0400 Original-Received: from pb-sasl2.pobox.com ([64.147.108.67]:54910 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bMe5q-0006GB-01 for guile-devel@gnu.org; Mon, 11 Jul 2016 12:30:02 -0400 Original-Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by pb-sasl2.pobox.com (Postfix) with ESMTP id 3E95D27649; Mon, 11 Jul 2016 12:29:59 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; s=sasl; bh=wE3KmMPGKIIPF/JisoNPH1xxXHQ=; b=onSFTH SJFV91skJQ5goNNzNN1Kss2peT+40s7AthbmYvbMk/zrnVaRt7wTA8UbclUNgY6K m2fXIodsx4+yJagHKQDtwc0qDjijXyCf456heqpR5NYmUDrhgFJCdC+H2tCMfWcT dewWabFaKyACtqLCl5cqdU/pFpMToEHvYhrKs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; q=dns; s=sasl; b=PJrpFljLAqlNeJAs4aNsTa21BRcrbOL+ 1GJPBfcdrKGZOTstIMQMiFmBNJPtEPaVHV8j85dWooGIOIEcKYGJr4vkPLT96W5J JTH3za9YnCLyUkOM1gqItJbjEaltMHQbTGOJqCb7MHdS3amgJmmuRIFQ/QMbbZnt 4C4diC9KbHU= Original-Received: from pb-sasl2.nyi.icgroup.com (unknown [127.0.0.1]) by pb-sasl2.pobox.com (Postfix) with ESMTP id 34F5527648; Mon, 11 Jul 2016 12:29:59 -0400 (EDT) Original-Received: from clucks (unknown [88.160.190.192]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pb-sasl2.pobox.com (Postfix) with ESMTPSA id 48A7327647; Mon, 11 Jul 2016 12:29:51 -0400 (EDT) In-Reply-To: <20160707125214.GA29385@eros.local> (Tobin Harding's message of "Thu, 7 Jul 2016 22:52:14 +1000") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) X-Pobox-Relay-ID: B5601F76-4784-11E6-B077-28A6F1301B6D-02397024!pb-sasl2.pobox.com X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 64.147.108.67 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Original-Sender: "guile-devel" Xref: news.gmane.org gmane.lisp.guile.devel:18479 Archived-At: 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-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