bug-mailutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Guile extension to mailutils.


From: Sergey Poznyakoff
Subject: Re: Guile extension to mailutils.
Date: Thu, 19 Jul 2001 18:19:56 +0300

> > messages. Do you mind if I commit these two directories to the
> > project?
> 
> Not at all, that's great!

OK, done. libmu_scm/ contains library sources (currently I made
it noinst_LIBRARY), guimb/ (guile-mailbox -- couldn't invent anything
better, renaming propositions are welcome) is a program that reads
in given mailbox(es) and applies a Guile program or expression to
them. examples/reply.scm is a test program for use with guimb.

I left the guile stuff in configure.in commented out since
we have a name clash between mailutils/debug.h and libguile/debug.h:
both declare debug_print(). Guile only declares this function, but
does not define it in any of its modules, so for the purposes of
testing commenting line 190 in libguile/debug.h (for guile 1.4)
works Ok...

Still, I'd propose to add some prefix to debug_ functions, how about
mu_debug_.* instead of debug_.* ?

Regards,
Sergey



reply via email to

[Prev in Thread] Current Thread [Next in Thread]