From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Neil Jerram Newsgroups: gmane.lisp.guile.devel Subject: Re: Reporting unused local variables Date: Mon, 29 Jun 2009 19:42:57 +0100 Message-ID: <87d48mx4ni.fsf@arudy.ossau.uklinux.net> References: <87ocs8rn0y.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1246301002 31529 80.91.229.12 (29 Jun 2009 18:43:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 29 Jun 2009 18:43:22 +0000 (UTC) Cc: guile-devel@gnu.org To: ludo@gnu.org (Ludovic =?iso-8859-1?Q?Court=E8s?=) Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Mon Jun 29 20:43:15 2009 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MLLow-0007gb-C9 for guile-devel@m.gmane.org; Mon, 29 Jun 2009 20:43:14 +0200 Original-Received: from localhost ([127.0.0.1]:52558 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MLLov-0006Y7-Of for guile-devel@m.gmane.org; Mon, 29 Jun 2009 14:43:13 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MLLoo-0006X0-AB for guile-devel@gnu.org; Mon, 29 Jun 2009 14:43:06 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MLLoj-0006U5-EO for guile-devel@gnu.org; Mon, 29 Jun 2009 14:43:05 -0400 Original-Received: from [199.232.76.173] (port=49465 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MLLoj-0006U2-8y for guile-devel@gnu.org; Mon, 29 Jun 2009 14:43:01 -0400 Original-Received: from mail3.uklinux.net ([80.84.72.33]:35918) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MLLoh-0005bH-9b; Mon, 29 Jun 2009 14:42:59 -0400 Original-Received: from arudy (host86-152-99-133.range86-152.btcentralplus.com [86.152.99.133]) by mail3.uklinux.net (Postfix) with ESMTP id B0D661F6B16; Mon, 29 Jun 2009 19:42:58 +0100 (BST) Original-Received: from arudy.ossau.uklinux.net (arudy [127.0.0.1]) by arudy (Postfix) with ESMTP id B7F3638021; Mon, 29 Jun 2009 19:42:57 +0100 (BST) In-Reply-To: <87ocs8rn0y.fsf@gnu.org> ("Ludovic =?iso-8859-1?Q?Court=E8s?= =?iso-8859-1?Q?=22's?= message of "Mon\, 29 Jun 2009 00\:50\:21 +0200") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.4-2.6 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:8798 Archived-At: ludo@gnu.org (Ludovic Court=E8s) writes: > Is this the right place and the right way to do such things? Comments? Looks great to me - but I'm still a bit of a newbie at this compiler malarkey. Neil