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

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

completion on guile-gnome symbols


From: Andre Kuehne
Subject: completion on guile-gnome symbols
Date: Fri, 18 Jul 2008 21:21:51 +0200
User-agent: Thunderbird 2.0.0.14 (X11/20080421)

Hi,

is there a way to get completion on all guile-gnome-* symbols?

> guile
guile> (use-modules (oop goops) (gnome gobject) (gnome gtk))
WARNING: (gnome gtk): imported module (gnome gobject generics) overrides core 
binding `connect'
WARNING: (gnome gtk): `re-export-modules' imported from both (gnome gobject utils) and (gnome gw support modules)
WARNING: (gnome gw generics): imported module (gnome gobject generics) 
overrides core binding `connect'
guile> <gtk-
<gtk-binding-set*>  <gtk-object>        <gtk-text-buffer>   <gtk-tree-store>
<gtk-list-store>    <gtk-radio-group*>  <gtk-tree-iter>
guile> <gtk-

As you can see there is only a limited number of gtk-types found by completion.

I believe this has something to do with export-all-lazy! and tried to trick it
into (module-export! mod symbols), but didn't succeed.

Best wishes
Andre





reply via email to

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