Jumping back to REPL prompt on ^C

2010-06-20 Thread Taylor Venable
Hi there, I'm writing a piece of code with a web server component, and part of that being that I want to jump back to the REPL when one hits ^C. So it would go something like this: scheme@(guile-user)> (start-server) ;;; handling requests ^C scheme@(guile-user)> What I tried doing was essentiall

Re: [r6rs] quest to make the makers package work

2010-06-20 Thread Andy Wingo
Hello, On Sat 19 Jun 2010 20:16, Marco Maggi writes: > compilation with both packages fails with multiple errors like: > > ;;; key wrong-type-arg, throw_args ("dirname" "Wrong type argument in > position ~A (expecting ~A): ~S" (1 "string" #f) (#f)) This is an interesting error I just got too.

Guile-PG back in the groove

2010-06-20 Thread Thien-Thi Nguyen
Greetings earthlings, Guile-PG repo is again online, but this time, no longer at gnuvola.org. Instead, you can find the savannah link through the new homepage: http://www.nongnu.org/guile-pg/ This is "non-GNU" for now until testing shows that it can work with (the upcoming) Guile 2.x. At that

Re: How to convert from Emacs Lisp to Guile

2010-06-20 Thread Thien-Thi Nguyen
() l...@gnu.org (Ludovic Courtès) () Sun, 20 Jun 2010 21:06:42 +0200 FWIW I’d prefer to avoid auto-extracted documentation. Presumably it would take a little bit of writing to provide more introductory text and transitions between the different parts of the API. I understand. It won't

Re: How to convert from Emacs Lisp to Guile

2010-06-20 Thread Ludovic Courtès
Hi! Thien-Thi Nguyen writes: > For Guile 1.4.x, there is already (online) documentation: > http://www.gnuvola.org/software/guile/doc/Module-Index.html FWIW I’d prefer to avoid auto-extracted documentation. Presumably it would take a little bit of writing to provide more introductory text and t

Re: How to convert from Emacs Lisp to Guile

2010-06-20 Thread Thien-Thi Nguyen
() l...@gnu.org (Ludovic Courtès) () Sun, 20 Jun 2010 16:03:02 +0200 Would you feel like documenting it in the manual and adding test cases? For Guile 1.4.x, there is already (online) documentation: http://www.gnuvola.org/software/guile/doc/Module-Index.html Where do you suggest this be place

Re: How to convert from Emacs Lisp to Guile

2010-06-20 Thread Ludovic Courtès
Hi, Thien-Thi Nguyen writes: > () l...@gnu.org (Ludovic Courtès) > () Fri, 18 Jun 2010 17:07:03 +0200 > >There’s no such thing as a ‘buffer’ or ‘point’ in Guile so that would >need to be expressed, e.g., as a procedure that opens a file, reads it >line by line, writes modified lines