> Hi folks,
>
> I just finished porting gEDA (http://www.gpleda.org/) to Guile 2.0!
>
> I encountered one problem, though.
>
> In Guile 1.8.x, scm_display_error() takes a stack as the first
> argument. In Guile 2.0.x, scm_display_error() takes a frame as the
> first argument.
>
> Can anyone su
Hi folks,
I just finished porting gEDA (http://www.gpleda.org/) to Guile 2.0!
I encountered one problem, though.
In Guile 1.8.x, scm_display_error() takes a stack as the first
argument. In Guile 2.0.x, scm_display_error() takes a frame as the
first argument.
Can anyone suggest a sensible way t