Ilisp issues on Ntemacs
Sivaram N <[email protected]> Tue, 21 Oct 2003 04:09:32 -0700 (PDT)
| Newsgroups | gmane.lisp.ilisp.general |
|---|---|
| Message-ID | <[email protected]> |
Hello,
After setting up Ilisp 5.12 with cygwin clisp and Ntemacs 21.3, when I do
M-x Clisp-hs
i get
[1]>
[2]> ;;; Loading c:/cygwin/home/ilisp-20021222/ilisp-pkg.lisp
*** - LOAD: A file with name //c/cygwin/home/ilisp-20021222/ilisp-pkg.lisp does not exist
1. Break [6]> ;;; Loading c:/cygwin/home/ilisp-20021222/cl-ilisp.lisp
*** - LOAD: A file with name //c/cygwin/home/ilisp-20021222/cl-ilisp.lisp does not exist
1. Break [8]> ;;; Loading c:/cygwin/home/ilisp-20021222/cl-chs-init.lisp
*** - LOAD: A file with name //c/cygwin/home/ilisp-20021222/cl-chs-init.lisp does not exist
1. Break [10]>
Googling for help didn't help as there were references to chaanging \ es to / es which is already the case for me. So, can someone help?
My emacs settings
;; cygwinized CLISP support
;; All the *.d and *.lisp sources are in UTF-8 encoding.
(modify-coding-system-alist 'file "\\.\\(d\\|lisp\\)\\'" 'utf-8)
;; For CLISP in `inferior-lisp-mode' under win32
;;(modify-coding-system-alist 'process "lisp" 'unix)
;;CLISP indent style
;(load-file "c:/emacs-21.3/mylisp/clisp-indent.el")
;;; ILISP support
(setq load-path (cons (expand-file-name "c:/cygwin/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")
(set-default 'auto-mode-alist
(append '(("\\.lisp$" . lisp-mode)
("\\.lsp$" . lisp-mode)
("\\.cl$" . lisp-mode))
auto-mode-alist))
(add-hook 'lisp-mode-hook '(lambda () (require 'ilisp)))
;;; Sample load hook
(add-hook 'ilisp-load-hook
'(lambda ()
;; Change default key prefix to C-c
(setq ilisp-*prefix* "\C-c")
(message "Running ilisp-load-hook")
(add-hook 'ilisp-init-hook
'(lambda ()
(default-directory-lisp ilisp-last-buffer)))
))
regards,
Sivaram
-------------------------------------------------------
This SF.net email is sponsored by OSDN developer relations
Here's your chance to show off your extensive product knowledge
We want to know what you know. Tell us and you have a chance to win $100
http://www.zoomerang.com/survey.zgi?HRPT1X3RYQNC5V4MLNSV3E54