[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: using clisp from emacs editor
- To: clisp-list@ma2s2.mathematik.uni-karlsruhe.de
- Subject: Re: using clisp from emacs editor
- From: Roger Kirchner <rkirchne@phobos.mathcs.carleton.edu>
- Date: Wed, 5 Feb 1997 08:41:23 -0600 (CST)
- Cc: rkirchne@phobos.mathcs.carleton.edu (Roger Kirchner)
- In-reply-to: <199702051044.LAA10569@helen.cli.di.unipi.it> from "Pierpaolo Bernardi" at Feb 5, 97 12:07:01 pm
>
>
> > Sehung> Hi, There.
> > Sehung> I try to use clisp from emacs editor.
> > Sehung> My system is linux-elf 2.0.21 running on PC.
> > Sehung> My emacs is GNU Emacs 19.31.1.
> >
> > Sehung> What I want is:
> >
> > Sehung> Write a function in an emacs editor buffer and run it in
> > Sehung> another pane (or buffer) in the same emacs editor.
>
> Ilisp does not come with GNU Emacs, but it comes with XEmacs.
> GNU Emacs has 'inferior lisp mode', which is well documented in the emacs
> documentation, please read it (type C-h i s inferior lisp<ret>).
>
>
Here is the GETTING-ILISP file for ilisp-5.8:
FTP directions
==============
You can get the distribution file, `ilisp-5.8.tar.gz' via anonymous
FTP from `FTP.CS.CMU.EDU' (128.2.206.173) in
`/afs/cs/user/campbell/http/ilisp/'.
% ftp ftp.cs.cmu.edu
Name (ftp.cs.cmu.edu:rickc): anonymous
331 Guest login ok, send username@node as password.
Password: YOUR-USER-ID@YOUR-HOSTNAME
ftp> cd /afs/cs/user/campbell/http/ilisp
250 Directory path set to /afs/cs/user/campbell/http/ilisp.
ftp> type binary
200 Type set to I.
ftp> get ilisp-5.8.tar.gz
200 PORT command successful.
150 Opening data connection for ilisp-5.8.tar.gz.
226 Transfer complete.
local: ilisp-5.8.tar.gz remote: ilisp-5.8.tar.gz
168801 bytes received.
ftp> quit
221 Goodbye.
Or get whatever single files you need from the `untarred'
subdirectory.
You can also get `ilisp-5.8.tar.gz' via anonymous FTP from
`FTP.ICSI.BERKELEY.EDU' in either `/pub/software/elisp/' or
`/pub/theory/marcoxa/elisp/'.
WWW directions
==============
You can use the World Wide Web (WWW) to get the distribution file from
the anonymous FTP locations using one of the following URLs:
* ftp://ftp.cs.cmu.edu/afs/cs/user/campbell/http/ilisp/ilisp-5.8.tar.gz
* ftp://ftp.icsi.berkeley.edu/pub/software/elisp/ilisp-5.8.tar.gz
* ftp://ftp.icsi.berkeley.edu/pub/theory/marcoxa/ilisp-5.8.tar.gz
You can also use the CMU Artificial Intelligence Repository:
http://www.cs.cmu.edu/Web/Groups/AI/html/repository.html
>From there follow: `LISP', `UTIL', `EMACS' and finally `ILISP'. Use
your browser capabilities to download what you need.
The complete URL for the distribution file in the CMU AI Repository is
http://www.cs.cmu.edu/afs/cs/project/ai-repository/ai/lang/lisp/util/emacs/ilisp/v57/ilisp57.tgz
Other URLs for the distribution file include:
* http://www.c2.net/~campbell/ilisp/ilisp-5.8.tar.gz
* http://www.cs.cmu.edu/~campbell/ilisp/ilisp-5.8.tar.gz