Re: Re: [Ilisp-devel] Success with ILISP/Corman (Was: Anyone using Emacs/ILISP with Corman Common Lisp?)

Edi Weitz <[email protected]>
Newsgroups gmane.lisp.corman,gmane.lisp.ilisp.devel
Message-ID <[email protected]>
Bill Clementson wrote:
> Hi Edi,
> 
> I tried your suggestions; however, when I start Corman
> Lisp in Emacs, it still hangs (I get the Corman
> startup message but no REPL prompt and I have to kill
> emacs to get out of it). Do you have a minimum .emacs
> configuration that works? I have tried both my .emacs
> from the CL Cookbook page and tried starting without a
> .emacs and manually entering the commands - neither
> worked and in both cases Corman hung.

Hey Bill!

Here's a minimal .emacs that works for me:

--- snip ----

(setq load-path (cons (expand-file-name "c:/emacs-21.2/site-lisp/ilisp")
                       load-path))

(add-hook 'ilisp-load-hook
           '(lambda ()
              (add-hook 'ilisp-init-hook
                        '(lambda ()
                           (when (search "CORMAN" ilisp-program :test 
#'char-equal)
                             (setq ilisp-initialized
                               (cons (buffer-name (current-buffer)) 
ilisp-initialized)))))))

(defvar cormanlisp-dir "C:\\PROGRA~1\\CORMAN~2\\CORMAN~1.0\\")
(defvar cormanlisp-exe (concat cormanlisp-dir "CLCONS~2.EXE"))
(defvar cormanlisp-program (concat cormanlisp-exe " -image " 
cormanlisp-dir "ILISP.IMG"))

(autoload 'cormanlisp  "ilisp" "Inferior Corman Common Lisp." t)

--- snip ---

When I start Corman Lisp I get an initial pop-up window with the string 
"NIL" in it. But this happens only once. (I usually set ILISP-NO-POPPER 
or what's-it-called to T.)

I get the REPL and can work with no problems, I also get the arglists in 
the minibuffer.

- Emacs is 21.2 downloaded as a pre-compiled binary from the GNU website.
- OS is Windows XP professional Version 2002 SP1 English language version.
- Corman Lisp is 2.0 rebuilt with all patches from the Corman website.
- As you'll see from above I use ILISP.IMG which I created as described 
in my last email.
- ILISP is from CVS, about two days old I think.

I can send you the contents of my c:/emacs-21.2/site-lisp/ilisp folder 
if you want.

Hope that helps,
Edi.


------------------------ Yahoo! Groups Sponsor ---------------------~-->
Get 128 Bit SSL Encryption!
http://us.click.yahoo.com/FpY02D/vN2EAA/xGHJAA/SyjtlB/TM
---------------------------------------------------------------------~->

To unsubscribe from this group, send an email to:
[email protected]

 

Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.