This is the mail archive of the guile@sourceware.cygnus.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

eval inside let


I was wondering do you get (eval) to work in the current environment,
as opposed to the top-level? I was playing around with guile-gtk, and
in the process, the attached program occurred. This has an entry box,
reads from the string from the box, and evaluates it. 
so How would i reference "window" from the eval? 
eg (gtk-widget-window window) will not work from the eval, since eval
is inside a let.
I Hope this makes some sense.

-- 
-----------| Ceri Storey
    \|/    | http://www.nomorespam.freeserve.co.uk/
   (O O)   |    {for geek code also}
_o0O(_)O0o_| cez@nomorespam.freeserve.co.uk

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]