Corman Lisp
This page contains links to Corman Lisp related topics, including some of my own.
Corman Lisp in Emacs – how I setup Emacs to work with Corman Lisp.
This page contains links to Corman Lisp related topics, including some of my own.
Corman Lisp in Emacs – how I setup Emacs to work with Corman Lisp.
RSS feed for comments on this post. TrackBack URI
Hi! Thanks for the information on setting up Emacs to work with Corman Lisp!
I was curious if your modifications will also work with the
latest version of Corman Lisp (3.0)?
Thanks again!
– Glenn Lewis
Comment by Glenn Lewis — 12/8/2006 @ 6:14 pm
Yes, they should. They will need a merging though. I need to update that page for Corman 3.0. I use Corman 3.0 myself.
Comment by bilbo — 12/12/2006 @ 8:09 am
What was your method to connect the corman lisp to emacs ? What was the idea and what type of changes had to be made ? pLz contact via email.
Comment by yannis — 9/1/2009 @ 11:51 am
I used a socket. I rewrote the exe shell that hosted their dll and used a socket to receive input and send output rather than stdin/stdout. It turns out that inferior mode in Emacs can use either a pipe or a socket just fine, and there were issues with a pipe within the default corman lisp shell.
Comment by bilbo — 9/5/2009 @ 2:02 pm