Re: Fwd: Guile's SCM_DEFINE and Semantic mode

2014-11-02 Thread Ludovic Courtès
Bruno Félix Rezende Ribeiro skribis: > I'm working on a libguile-based project. All function definitions that > are exported from C code to the Guile interpreter are define like this: > (meta-variables between '<' and '>') > > SCM_DEFINE (, , > , , , > , > ) > {

Re: v1.6.4 Make Check Error

2014-11-02 Thread Ludovic Courtès
Hi, "Jonathan S. Abrams" skribis: > I am trying to compile Guile v1.6.4 This version dates from 2003, and has been unmaintained for years. If this is an option for you, I highly recommend switching to Guile 2.0.11! Thanks, Ludo’.

Fwd: Guile's SCM_DEFINE and Semantic mode

2014-11-02 Thread Bruno Félix Rezende Ribeiro
Originally I sent the attached message to the GNU Emacs help mailing list, but perhaps people on this list could have useful advice for me as well. Thanks in advance. --- Begin Message --- Hello users of the greatest editor of all times! I'm working on a libguile-based project. All function defi