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: Thu, 07 Jul 2016 12:25:03 +0200 Message-ID: <87h9c168zk.fsf@pobox.com> References: <20160630105700.GB10380@eros.local> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1467887153 13128 80.91.229.3 (7 Jul 2016 10:25:53 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 7 Jul 2016 10:25:53 +0000 (UTC) Cc: guile-devel@gnu.org To: Tobin Harding Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Thu Jul 07 12:25:44 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 1bL6V6-00055c-B7 for guile-devel@m.gmane.org; Thu, 07 Jul 2016 12:25:44 +0200 Original-Received: from localhost ([::1]:38712 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bL6V5-0002Nt-D2 for guile-devel@m.gmane.org; Thu, 07 Jul 2016 06:25:43 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:49488) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bL6Ue-0002MD-TK for guile-devel@gnu.org; Thu, 07 Jul 2016 06:25:17 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bL6Ua-0008HQ-MR for guile-devel@gnu.org; Thu, 07 Jul 2016 06:25:15 -0400 Original-Received: from pb-sasl2.pobox.com ([64.147.108.67]:55537 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bL6Ua-0008GY-JI for guile-devel@gnu.org; Thu, 07 Jul 2016 06:25:12 -0400 Original-Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by pb-sasl2.pobox.com (Postfix) with ESMTP id 87546206B9; Thu, 7 Jul 2016 06:25:11 -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=P4p6NtB5q8YCJzOcWu1X97Z5YLs=; b=D7J2BH BEV2Yy4MNGCmVB3UaIR1Zv9AyY13CCRXxh3nyTfNH5VGifRH4WezYJc+DZynbgld Qem3eGdoJEFq2jcT1eXdqAOCL8mEjM7WQvNeAdIsCXSJeRZKIEElvLjUjUjwkVu6 RyLrygEPiiDDTlA3DyOev7HdLtwv/qgqMpjHk= 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=MeE7AA9viBaLRU0O1DciDV0jD9R4Fx8I WKAiZtZ3Jko2aQfqKIZ6vdFAo4nNzTU/yGDcIqEzZMVscCDlXrsZtXD1p5stSgHI O33OTOb2W55/Pyn8koV5Gvtv62j1DmQgvoaHGMIs25aR0zx/LIsr1KaqAtAwTGmA gg3ZO4TRCmk= Original-Received: from pb-sasl2.nyi.icgroup.com (unknown [127.0.0.1]) by pb-sasl2.pobox.com (Postfix) with ESMTP id 807C0206B8; Thu, 7 Jul 2016 06:25:11 -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 D155C206B7; Thu, 7 Jul 2016 06:25:10 -0400 (EDT) In-Reply-To: <20160630105700.GB10380@eros.local> (Tobin Harding's message of "Thu, 30 Jun 2016 20:57:00 +1000") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) X-Pobox-Relay-ID: 15B549D8-442D-11E6-AA8F-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:18472 Archived-At: 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