find s-expr in the REPL?

2006-09-24 Thread Daniel Llorens del Río
Hi, I'd like to have the following key bindings in the REPL: - like up-arrow, but shows previous s-expr instead of last line - like ^R, but searches s-exprs instead of lines Has somebody written readline macros to do these things? Any other way? Thanks for any info, Daniel. __

Re: netl protocol summary?

2006-09-24 Thread Marco Maggi
"Neil Jerram" wrote: >"Marco Maggi" <[EMAIL PROTECTED]> writes: >> Is there a list of net protocols available for Guile >> in modules and/or extensions? > > [...] > > there might be something in this area in Andy Wingo's > guile-library package. Mh, no. > Of course there are the http implementati

Re: GDS does not support Emacs 23?

2006-09-24 Thread William Xu
Neil Jerram <[EMAIL PROTECTED]> writes: > That's interesting. How can one call bind() so that it steals the > address and port number from a previous listen socket? Change socket from AF_INET to AF_UNIX does the trick. The following patch seems to work fine. Now i can call gds-server from either