Jean Abou Samra <j...@abou-samra.fr> writes: > Hi, > > It's me again ... > > I am working on code that pervasively utilizes Guile fluids. They should > be set in dynamic scopes. In C++, usage of the Guile API looks like this: > > scm_dynwind_begin (); > scm_dynwind_fluid (fluid, value); > ... > scm_dynwind_end ();
Just for the record, your usage would not fit with the existing lily/include/fluid.hh , and scm_c_with_fluid does not suffice? -- David Kastrup