George Demmy writes:
> (defdialect scsh "scsh"
> scheme
> (setq ilisp-program "scsh"
> comint-prompt-regexp "^> "
I guess the regexp should rather be something like "^[^[:space:]]*> "
since scheme48 and scsh may show prompts like "1> " or "srfi-13> "
(when you have committed and error or gone ,in srfi-13 respectively).
> 3) Is there is any interest in all of the steps I did to get ilisp up
> and running with scsh? If so, I'd be happy to post them or
> otherwise make them available.
Please do, I will integrate the post or a link to your text into
the How-To section of scsh.net at http://www.scsh.net/docu/howto.html .
rthappe
|