From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?iso-8859-1?Q?=22Juhani_Viher=E4koski=22?= Newsgroups: gmane.lisp.guile.user Subject: How can I tell guile to shut up? ;) Date: Wed, 2 Mar 2011 10:22:16 +0200 Message-ID: <99db88be1896528082d33a77ec4cadbe.squirrel@webmail.kapsi.fi> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: dough.gmane.org 1299078468 22791 80.91.229.12 (2 Mar 2011 15:07:48 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 2 Mar 2011 15:07:48 +0000 (UTC) To: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Wed Mar 02 16:07:41 2011 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PuneO-0000To-7l for guile-user@m.gmane.org; Wed, 02 Mar 2011 16:07:40 +0100 Original-Received: from localhost ([127.0.0.1]:40414 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PuneN-0006qC-7R for guile-user@m.gmane.org; Wed, 02 Mar 2011 10:07:39 -0500 Original-Received: from [140.186.70.92] (port=42566 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PuhK9-0000GI-NV for guile-user@gnu.org; Wed, 02 Mar 2011 03:22:22 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PuhK8-00019e-D7 for guile-user@gnu.org; Wed, 02 Mar 2011 03:22:21 -0500 Original-Received: from mail.kapsi.fi ([217.30.184.167]:59938) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PuhK8-00019G-8K for guile-user@gnu.org; Wed, 02 Mar 2011 03:22:20 -0500 Original-Received: from mail.kapsi.fi ([217.30.184.167] helo=webmail.kapsi.fi ident=webmail) by mail.kapsi.fi with esmtp (Exim 4.69) (envelope-from ) id 1PuhK4-0005Rj-SL for guile-user@gnu.org; Wed, 02 Mar 2011 10:22:16 +0200 Original-Received: from 87.93.90.4 (SquirrelMail authenticated user moonshine) by webmail.kapsi.fi with HTTP; Wed, 2 Mar 2011 10:22:16 +0200 User-Agent: SquirrelMail/1.4.21 X-Priority: 3 (Normal) Importance: Normal X-SA-Exim-Connect-IP: 217.30.184.167 X-SA-Exim-Mail-From: moonshine@kapsi.fi X-SA-Exim-Scanned: No (on mail.kapsi.fi); SAEximRunCond expanded to false X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 217.30.184.167 X-Mailman-Approved-At: Wed, 02 Mar 2011 09:59:40 -0500 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:8482 Archived-At: It seems there is no option to disable these annoying messages in guile 2.0. I do scripts using guile and I would appreciate not getting these messages that interfere with other output. It is possible to use 2>/dev/null but what would I do if my script would output error messages (as it will probably do at some point)? I don't want to do precompilation when scripting. My suggestion is to add option --quiet to guile. $ ./test-script ;;; note: source file /home/misty/moonshine/yarg/scripts/./race ;;; newer than compiled /home/misty/.cache/guile/ccache/2.0-LE-4-2.0/home/misty/moonshine/yarg/scripts/test-script.go ;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0 ;;; or pass the --no-auto-compile argument to disable. ;;; compiling /home/misty/moonshine/yarg/scripts/./test-script ;;; compiled /home/misty/.cache/guile/ccache/2.0-LE-4-2.0/home/misty/moonshine/yarg/scripts/test-script.go Best Regards, -- Juhani Viheräkoski