This is the mail archive of the guile@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]

Re: practical Guile module handling


Jost Boekemeier <jostobfe@linux.zrz.TU-Berlin.DE> writes:

> In any case `scwm-module-loaded?' can be defined as: 
> (define (scwm-module-loaded?) (environment-bound? module-environment <name>))

(define (scwm-module-loaded? name) 
       (environment-bound? module-environment name))



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