guile-gtk-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

how to suppress gnome-guile loading messages?


From: Greg Troxel
Subject: how to suppress gnome-guile loading messages?
Date: 17 Nov 2004 14:26:49 -0500
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3

I am writing a script that uses gtk.  At startup it prints:

(gnome gtk): [goops gobject glib atk pango gdk gtk support]

I'd like to suppress that; GUI programs should be startable as 

foo&

and not output, or at least that's what I want for this one.

I tried:

(with-output-to-string
  (lambda ()
    (use-modules (gnome gtk))))

but got

ERROR: use-modules can only be used at the top level


Obviously I can munge guile-gnome not to output this, but is there any
easier way?

-- 
        Greg Troxel <address@hidden>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]