From: NB
Subject: Lispbox newbie question -- which lispbox?
Date: 
Message-ID: <1158352829.845779.161740@b28g2000cwb.googlegroups.com>
I have tried both the common-lisp.net one (with clisp 2.39 and cvs
slime replacing the versions it came with) and the gigamonkeys one --
for which I see mentions about clisp problems (by peter seibel) in the
newsgroup, but no definite resolution.

The common-lisp.net 'box ends up with a blank emacs screen and an
"inferior lisp buffer" that says "no process in buffer".

In this case emacs shows.
cut-----------------------------------------
[1]>
;; Loading file
C:\DOCUME~1\userfoo\Desktop\foodata\tmpins\LISPBO~1.7\slime-20060110\swank-loader.lisp
...
*** - Win32 error 5 (ERROR_ACCESS_DENIED): Access is denied.
The following restarts are available:
SKIP           :R1      skip (LOAD-SWANK)
STOP           :R2      stop loading file C:\Documents and
Settings\userfoo\Desktop\foodata\tmpins\lispbox-0.7\slime-20060110\swank-loader.lisp
ABORT          :R3      ABORT
Break 1 SWANK-LOADER[2]>
cut--------------------------------------------



The gigamonkeys 'box has the same error, but a window in the bottom is
flashing about C:\.emacs.d not being created, and sometimes a EACCESS
denied message.

Emacs shows:
cut--------------------------------------------
[1]>
;; Loading file
C:\DOCUME~1\userfoo\Desktop\foodata\LISPBO~1.37\LISPBO~1.7\slime-20060110\swank-loader.lisp
...
*** - Win32 error 5 (ERROR_ACCESS_DENIED): Access is denied.
The following restarts are available:
SKIP           :R1      skip (COMPILE-FILES-IF-NEEDED-SERIALLY #)
STOP           :R2      stop loading file C:\Documents and
Settings\userfoo\Desktop\foodata\lispbox-0.7-clisp-2.37\lispbox-0.7\slime-20060110\swank-loader.lisp
ABORT          :R3      ABORT
Break 1 SWANK-LOADER[2]>
cut--------------------------------------------



Do either of these lispbox's need admin access on windows? lispbox.bat
calls emacs.exe with --no-site-file

and TO_EVAL="(progn (load \"lispbox\") (slime))"

in %EMACS% --no-init-file --no-site-file --eval=%TO_EVAL

Looking through lispbox.el I don't see a slime function??
Is this the function it is not finding? And who is calling the
functions in swan-loader.lisp?

From: Pascal Bourguignon
Subject: Re: Lispbox newbie question -- which lispbox?
Date: 
Message-ID: <87odtg4uts.fsf@thalassa.informatimago.com>
"NB" <·······@ml1.net> writes:

> I have tried both the common-lisp.net one (with clisp 2.39 and cvs
> slime replacing the versions it came with) and the gigamonkeys one --
> for which I see mentions about clisp problems (by peter seibel) in the
> newsgroup, but no definite resolution.
>
> The common-lisp.net 'box ends up with a blank emacs screen and an
> "inferior lisp buffer" that says "no process in buffer".
>
> In this case emacs shows.
> cut-----------------------------------------
> [1]>
> ;; Loading file
> C:\DOCUME~1\userfoo\Desktop\foodata\tmpins\LISPBO~1.7\slime-20060110\swank-loader.lisp
> ...
> *** - Win32 error 5 (ERROR_ACCESS_DENIED): Access is denied.

And have you the MS-Windows priviledge to access this file?
What if you type in the MS-DOS box:

TYPE C:\DOCUME~1\userfoo\Desktop\foodata\tmpins\LISPBO~1.7\slime-20060110\swank-loader.lisp

?


-- 
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet and in e-mail?
__Pascal Bourguignon__                     http://www.informatimago.com/
From: NB
Subject: Re: Lispbox newbie question -- which lispbox?
Date: 
Message-ID: <1158595603.875118.182810@e3g2000cwe.googlegroups.com>
Pascal Bourguignon wrote:

> And have you the MS-Windows priviledge to access this file?
> What if you type in the MS-DOS box:
>

Yes.


> TYPE C:\DOCUME~1\userfoo\Desktop\foodata\tmpins\LISPBO~1.7\slime-20060110\swank-loader.lisp
>
> ?
>

It cat's fine on screen.

>
> --
> A: Because it messes up the order in which people normally read text.
> Q: Why is top-posting such a bad thing?
> A: Top-posting.
> Q: What is the most annoying thing on usenet and in e-mail?
> __Pascal Bourguignon__                     http://www.informatimago.com/
From: NB
Subject: Re: Lispbox newbie question -- which lispbox?
Date: 
Message-ID: <1158604058.784976.119200@b28g2000cwb.googlegroups.com>
> Pascal Bourguignon wrote:
>
> > And have you the MS-Windows priviledge to access this file?
> > What if you type in the MS-DOS box:
> >
>
> Yes.

Opening CLISP in a separate command shell and connecting using
slime-connect worked fine. Can't figure out what the permissions
problem is.

thanks..