This is the mail archive of the guile@cygnus.com mailing list for the guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Finnicky gh_eval_str


I've got my module written and ready to release to the teeming masses of
potential mysql-guile users, however, I'm annoyed by gh_eval_str()'s
insistence on exitting the program whenever it encounters an error.  I
considered using the code from guile.c, but I'd like to provide the
option of using readline for the interpretter if possible.

Any suggestions ?

-hal