help-emacs-windows
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [h-e-w] Emacs,Clisp, Ilisp isues


From: Sivaram Neelakantan
Subject: Re: [h-e-w] Emacs,Clisp, Ilisp isues
Date: Mon, 20 Oct 2003 15:57:19 +0530
User-agent: Gnus/5.090024 (Oort Gnus v0.24) Emacs/21.3 (windows-nt)

Stephen Leake <address@hidden> writes:

> Sivaram Neelakantan <address@hidden> writes:

[...]

> This usually means the executable can't be found, but it could be
> something else.
>

yes, that was a problem.  should have read /usr/bin/clisp instead of
/usr/local..  But it was being executed from the emacs shell & cygwin
prompt.  that's why it took a long time to fix.  Another thing, it
doesn't work if you make it as c:/cygwin/...; it has to be
as shown below i.e. start as /usr/bin or /home/.

;;; ILISP support
(setq load-path (cons (expand-file-name "/home/ilisp-20021222/")
                      load-path))
;; CLISP (Bruno Haible and Michael Stoll)
(autoload 'clisp-hs   "ilisp"
  "Inferior Haible/Stoll CLISP Common Lisp." t)
(setq clisp-hs-program "/usr/bin/clisp -I")



Now, I'm running into a new one which I haven't faced before. M-x
clisp-hs starts with the following error messages.

ILISP V5.12.0  Use M-x ilisp-bug for problems and suggestions.
Started initializing ILISP [2 times]
*** - LOAD: A file with name //c/cygwin/home/ilisp-20021222/ilisp-pkg.lisp does 
not exist
*** - LOAD: A file with name //c/cygwin/home/ilisp-20021222/cl-ilisp.lisp does 
not exist
*** - LOAD: A file with name //c/cygwin/home/ilisp-20021222/cl-chs-init.lisp 
does not exist
Set *clisp-hs*'s directory to c:/emacs-21.3/bin/
Fontifying *clisp-hs*... (regexps.............)
Set *clisp-hs*'s directory to c:/emacs-21.3/bin/

and I get the clisp prompt.

All the 3 files are there  & my load path reads

load-path's value is ("c:/emacs-21.3/bbdb-2.35/lisp/"
"c:/emacs-21.3/ognus-0.24/lisp" "c:/emacs-21.3/site-lisp/auctex/"
"c:/cygwin/home/ilisp-20021222/" "c:/emacs-21.3/mylisp"...)


This is frustrating because I remember setting clisp,ilisp from source
without a hitch(on 21.2) and now I'm getting problems with some of
work already done for me (clisp comes with cygwin setup).

regards,
Sivaram

--






reply via email to

[Prev in Thread] Current Thread [Next in Thread]