Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Win32 Lisp Help!
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Spencer D. Mindlin  
View profile  
 More options Apr 18 2000, 3:00 am
Newsgroups: comp.lang.lisp
From: "Spencer D. Mindlin" <smind...@hamilton.edu>
Date: 2000/04/18
Subject: Win32 Lisp Help!

I've installed the Win32 of clisp.  It doesn't seem to be working properly.
 I'm not sure if there's anything I'm supposed to be changing in the config
file.  I can't seem to understand what I'm supposed to change.  Also, many
of the keywords for lisp don't seem to be working like I expect them (unless
it's my inexperience of lisp so far).

This is the message -sigh- I'm receiving when I start clisp:

WARNING: No initialisation file specified.
Please try: C:\WINDOWS\Desktop\lisp\clisp-1999-07-22\lisp.exe -M lispinit.mem

What am I doing wrong?

------
How do you 'abort' from:

10. Break >

Ctrl-D (and abort) seem to work using MacX connected to a linux box...but
here on my Win98 machine..I can't excape from the break prompt.

When I try typing abort I get an error message:
*** - EVAL: variable ABORT has no value

Perhaps some type of library of package isn't being loaded properly?
Please help.

-spencer


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Dave Pearson  
View profile  
 More options Apr 19 2000, 3:00 am
Newsgroups: comp.lang.lisp
From: davep.n...@davep.org (Dave Pearson)
Date: 2000/04/19
Subject: Re: Win32 Lisp Help!
On 18 Apr 2000 17:28:03 -0500, Spencer D. Mindlin <smind...@hamilton.edu> wrote:

> This is the message -sigh- I'm receiving when I start clisp:

> WARNING: No initialisation file specified.
> Please try: C:\WINDOWS\Desktop\lisp\clisp-1999-07-22\lisp.exe -M lispinit.mem

> What am I doing wrong?

How are you staring clisp? Are you following the advice in the above
warning?

> ------
> How do you 'abort' from:

> 10. Break >

Ctrl-Z is EOF in WinDos.

--
Take a look in Hagbard's World: | boxquote.el - "Boxed" text quoting.
http://www.hagbard.demon.co.uk/ |  sawmill.el - Sawmill mode.
http://www.acemake.com/hagbard/ |  uptimes.el - Record emacs uptimes.
emacs software, including.......| quickurl.el - Recall lists of URLs.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Masoud Pirnazar  
View profile  
 More options Apr 19 2000, 3:00 am
Newsgroups: comp.lang.lisp
From: Masoud Pirnazar <ampirna...@poboxes.com>
Date: 2000/04/19
Subject: Re: Win32 Lisp Help!
Most lisp systems have a core interpreter/compiler (written in, say, C), and
additional compiled lisp files called "the lisp image".  lisp.exe is the core
interpreter/compiler, and it needs the .mem file (the rest of lisp, including
libraries).  I made a clisp.bat file like:

c:\windows\desktop\lisp\clisp-1999-07-22\lisp.exe -M
c:\windows\desktop\lisp\clisp-1999-07-22\lispinit.mem %1 %2 %3 %4 %5 %6

Try running it from the comand-line (dos prompt) first.  If you have further
problems, email me directly.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »