From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Reuben Thomas Newsgroups: gmane.lisp.guile.user Subject: Suppressing auto-compilation comments Date: Mon, 8 Apr 2013 02:21:25 +0100 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=047d7bd6a8ce693b6b04d9cf4100 X-Trace: ger.gmane.org 1365445673 4226 80.91.229.3 (8 Apr 2013 18:27:53 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 8 Apr 2013 18:27:53 +0000 (UTC) To: Guile User Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Mon Apr 08 20:27:57 2013 Return-path: Envelope-to: guile-user@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 1UPGnE-0000pw-A6 for guile-user@m.gmane.org; Mon, 08 Apr 2013 20:27:48 +0200 Original-Received: from localhost ([::1]:55630 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UP0mG-0005J9-JY for guile-user@m.gmane.org; Sun, 07 Apr 2013 21:21:44 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:54193) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UP0m2-0005J4-CR for guile-user@gnu.org; Sun, 07 Apr 2013 21:21:37 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UP0lz-0003UL-8N for guile-user@gnu.org; Sun, 07 Apr 2013 21:21:30 -0400 Original-Received: from exprod7og114.obsmtp.com ([64.18.2.215]:40379) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1UP0ly-0003U9-WB for guile-user@gnu.org; Sun, 07 Apr 2013 21:21:27 -0400 Original-Received: from mail-yh0-f69.google.com ([209.85.213.69]) (using TLSv1) by exprod7ob114.postini.com ([64.18.6.12]) with SMTP ID DSNKUWIblpNv6ofoKYHS39ynuImUK48IfpCk@postini.com; Sun, 07 Apr 2013 18:21:26 PDT Original-Received: by mail-yh0-f69.google.com with SMTP id z12so7936577yhz.0 for ; Sun, 07 Apr 2013 18:21:25 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:mime-version:x-received:date:message-id:subject:from:to :content-type:x-gm-message-state; bh=I1s5T8t9mFJSJnF5fpsNTANKBcrAvtiQTWA6Qx1nwTE=; b=jxKPv+w6CNlkdOLedj2OuO48v6NgWpylx5jxGfQ2Jo15tZur89VYwjvD1LMivXTJ14 ZdXbQQYObqohjmUFUH5LB1mTrsE6HF8gmVz6zxt/zRzUmAeb4HLJAVcsfAo2/ooFhDzb Sio2KCJ2ejzG35xsK3XN18KJnwr/sYUvw9/ljNJOMP3h0WYfrXtUGuMCtKI5fL13soR1 ugo7PhyseoWu/UcgRhoEY0fLZ8i+46I4jrGdF+xWmmLuL9bz9wXljQqI+R9x8Cn0xvyg 16F9M+0mSwErHa+5LTaE9bVv1Is1cDDyfSvkleTBYl3/IZ2TQJi/9bGESSOnMP3kr1PO BSQw== X-Received: by 10.58.220.129 with SMTP id pw1mr14469084vec.32.1365384085898; Sun, 07 Apr 2013 18:21:25 -0700 (PDT) X-Received: by 10.58.220.129 with SMTP id pw1mr14469080vec.32.1365384085709; Sun, 07 Apr 2013 18:21:25 -0700 (PDT) Original-Received: by 10.220.144.208 with HTTP; Sun, 7 Apr 2013 18:21:25 -0700 (PDT) X-Gm-Message-State: ALoCoQlAzeqqN6DSkg53Cco8FVm4oKEiMbuPW8nLTkMs+2pTNSSqv1ZQNVFR8iPTKL6x18zYw6KgnsB0jgh5/l0qwiPB8WeCWqqRSoxj9vtubvqwS/C6tiUIXWytX5ryiAF4vI3OpSKAxfMa1VFnZQKo6twesZJTDw== X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x X-Received-From: 64.18.2.215 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:10245 Archived-At: --047d7bd6a8ce693b6b04d9cf4100 Content-Type: text/plain; charset=ISO-8859-1 How can I retain auto-compile, but stop guile outputting messages like: $ guile ./syms.scm ;;; note: source file /home/rrt/Software/syms/./syms.scm ;;; newer than compiled /home/rrt/.cache/guile/ccache/2.0-LE-8-2.0/home/rrt/Software/syms/syms.scm.go ;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0 ;;; or pass the --no-auto-compile argument to disable. ;;; compiling /home/rrt/Software/syms/./syms.scm ;;; compiled /home/rrt/.cache/guile/ccache/2.0-LE-8-2.0/home/rrt/Software/syms/syms.scm.go so that when I run a script that hasn't been installed with pre-compilation I'm not bothered by compilation messages? I suppose I do want to see the messages if there's a problem, though. -- http://rrt.sc3d.org --047d7bd6a8ce693b6b04d9cf4100 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
How can I retain auto-compile, but stop guile outputt= ing messages like:

$ guile ./syms.scm
;;; note: source file /hom= e/rrt/Software/syms/./syms.scm
;;;=A0=A0=A0=A0=A0=A0 newer than compiled= /home/rrt/.cache/guile/ccache/2.0-LE-8-2.0/home/rrt/Software/syms/syms.scm= .go
;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=3D0
;;;=A0= =A0=A0=A0=A0=A0 or pass the --no-auto-compile argument to disable.
;;; c= ompiling /home/rrt/Software/syms/./syms.scm
;;; compiled /home/rrt/.cach= e/guile/ccache/2.0-LE-8-2.0/home/rrt/Software/syms/syms.scm.go

so that when I run a script that hasn't been installed with p= re-compilation I'm not bothered by compilation messages? I suppose I do= want to see the messages if there's a problem, though.
--047d7bd6a8ce693b6b04d9cf4100--