? For Andrew: EMACS, SLIME, and icfb?

E

Edward

Guest
I understand SLIME, the "Superior Lisp Interaction Mode for EMACS,"
is only advertised to work with these LISP implementations:

* CMU Common Lisp (CMUCL)
* Steel Bank Common Lisp (SBCL)
* OpenMCL
* LispWorks
* Allegro Common Lisp
* CLISP

http://common-lisp.net/project/slime/

But I'm wondering if anyone has found a way to get SLIME to couple with
icfb in non-graphics mode. Any ideas, Mr. Beckett?

Edward
 
Edward wrote:

I understand SLIME, the "Superior Lisp Interaction Mode for EMACS,"
is only advertised to work with these LISP implementations:

* CMU Common Lisp (CMUCL)
* Steel Bank Common Lisp (SBCL)
* OpenMCL
* LispWorks
* Allegro Common Lisp
* CLISP

http://common-lisp.net/project/slime/

But I'm wondering if anyone has found a way to get SLIME to couple with
icfb in non-graphics mode. Any ideas, Mr. Beckett?
It's unlikely. SKILL is a pre-common lisp. SLIME only works with common
lisp.

Satya


--
Posted via a free Usenet account from http://www.teranews.com
 
"Edward" <edward.dodge@gmail.com> writes:

I understand SLIME, the "Superior Lisp Interaction Mode for EMACS,"
is only advertised to work with these LISP implementations:

* CMU Common Lisp (CMUCL)
* Steel Bank Common Lisp (SBCL)
* OpenMCL
* LispWorks
* Allegro Common Lisp
* CLISP

http://common-lisp.net/project/slime/

But I'm wondering if anyone has found a way to get SLIME to couple with
icfb in non-graphics mode.
I've not looked at it in depth, but it seems pretty tied to Common Lisp.
Skill is a pre-common lisp dialect and Skill+ is nearer to scheme than to
CL.

You may want to try (I didn't myself)

(setq inferior-lisp-program "icfb -nodisplay")
in your .emacs and then

M-X run-lisp

Yours,

--
Jean-Marc
 
VCAD had a emacs interaction mode for (graphical) icfb called VIER which
is based on many of the SLIME concepts. It is available as
from VCAD but is not free. Anyone who is interested in seeing
a demo can please contact me (jimka@cadence.com) or
manfred@cadence.com.

kind regards
-jim


Edward wrote:
I understand SLIME, the "Superior Lisp Interaction Mode for EMACS,"
is only advertised to work with these LISP implementations:

* CMU Common Lisp (CMUCL)
* Steel Bank Common Lisp (SBCL)
* OpenMCL
* LispWorks
* Allegro Common Lisp
* CLISP

http://common-lisp.net/project/slime/

But I'm wondering if anyone has found a way to get SLIME to couple with
icfb in non-graphics mode. Any ideas, Mr. Beckett?

Edward
--
+------------------------------------------------------------------------+
| Jim E. Newton (jimka@cadence.com) desk +49-(0)89-4563-1918 |
| Methodology Services Europe fax +49-(0)89-4563-1819 |
| Cadence Design Systems GmbH Munich Germany |
| |
| If you won't do it in the rain, you won't do it. |
+------------------------------------------------------------------------+
 

Welcome to EDABoard.com

Sponsor

Back
Top