Re: scm_with_continuation_barrier returning #f on throws ?

2010-09-25 Thread rixed
Sorry, my bad, I just can't read code (hopefully I'm paid to /write/ some :-))

Re: scm_with_continuation_barrier returning #f on throws ?

2010-09-25 Thread Andy Wingo
Hi Cedric, On Mon 06 Sep 2010 13:20, Cedric Cellier writes: > SCM res = scm_with_guile(load_file, "a_file_that_doesnt_exist"); This statement is ill-formed, because you shouldn't have references to SCM objects outside of Guile. This is indicated by scm_with_guile's return value, which is void*

Re: Unbound variable: quote

2010-09-25 Thread Andy Wingo
On Fri 24 Sep 2010 19:16, Joel James Adamson writes: > Andy Wingo writes: > >> On Thu 23 Sep 2010 18:19, Joel James Adamson writes: >> >>> Why would `quote' be redefined? What's going on here and how can I fix it? >> >> Perhaps the module that you are calling use-modules in has no binding >> f