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
What does this mean? Error: Attempt to set the value of nil to nil.
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
  6 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
 
Hyunchul Jay Kim  
View profile  
 More options Nov 23 1999, 3:00 am
Newsgroups: comp.lang.lisp
From: Hyunchul Jay Kim <hyunc...@andrew.cmu.edu>
Date: 1999/11/23
Subject: What does this mean? Error: Attempt to set the value of nil to nil.
Can anyone please tell what is error message is about?

Error: Attempt to set the value of nil to nil.

Thanks.
- Jay                          


 
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.
Espen Vestre  
View profile  
 More options Nov 23 1999, 3:00 am
Newsgroups: comp.lang.lisp
From: Espen Vestre <espen@*do-not-spam-me*.vestre.net>
Date: 1999/11/23
Subject: Re: What does this mean? Error: Attempt to set the value of nil to nil.
Hyunchul  Jay Kim <hyunc...@andrew.cmu.edu> writes:

> Can anyone please tell what is error message is about?

> Error: Attempt to set the value of nil to nil.

> Thanks.
> - Jay                              

maybe that you try to change the value of the constant NIL?

--
  (espen)


 
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.
Martin  
View profile  
 More options Nov 23 1999, 3:00 am
Newsgroups: comp.lang.lisp
From: m...@nospam.capita.nildram.co.uk (Martin )
Date: 1999/11/23
Subject: Re: What does this mean? Error: Attempt to set the value of nil to nil.

In article <w6ogclphys....@wallace.nextel.no>, Espen Vestre <espen@*do-not-spam-me*.vestre.net> wrote:
>Hyunchul  Jay Kim <hyunc...@andrew.cmu.edu> writes:

>> Can anyone please tell what is error message is about?

>> Error: Attempt to set the value of nil to nil.

>> Thanks.
>> - Jay                                

>maybe that you try to change the value of the constant NIL?

I would think that using SET intead of SETQ would produce this result if the
destination variable is nil...

Martin


 
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.
Fernando D. Mato Mira  
View profile  
 More options Nov 23 1999, 3:00 am
Newsgroups: comp.lang.lisp
From: "Fernando D. Mato Mira" <matom...@iname.com>
Date: 1999/11/23
Subject: Re: What does this mean? Error: Attempt to set the value of nil to nil.

Martin wrote:
> I would think that using SET intead of SETQ would produce this result if the
> destination variable is nil...

Indeed. The first question that came to my mind was "What Lisp are you using?"..

--
((( DANGER )) LISP BIGOT (( DANGER )) LISP BIGOT (( DANGER )))

Fernando D. Mato Mira
Real-Time SW Eng & Networking
Advanced Systems Engineering Division
CSEM
Jaquet-Droz 1                   email: matomira AT acm DOT org
CH-2007 Neuchatel                 tel:       +41 (32) 720-5157
Switzerland                       FAX:       +41 (32) 720-5720

www.csem.ch      www.vrai.com     ligwww.epfl.ch/matomira.html


 
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.
Stig Hemmer  
View profile  
 More options Nov 28 1999, 3:00 am
Newsgroups: comp.lang.lisp
From: Stig Hemmer <s...@pvv.ntnu.no>
Date: 1999/11/28
Subject: Re: What does this mean? Error: Attempt to set the value of nil to nil.
Hyunchul  Jay Kim <hyunc...@andrew.cmu.edu> writes:

> Can anyone please tell what is error message is about?
> Error: Attempt to set the value of nil to nil.

NIL is a constant.  It should not be changed.  The system isn't smart
enough to see that you "change" it to the same value, NIL.

What code are you trying to run when you get this message?

Stig Hemmer,
Jack of a Few Trades.


 
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.
Erik Naggum  
View profile  
 More options Nov 28 1999, 3:00 am
Newsgroups: comp.lang.lisp
From: Erik Naggum <e...@naggum.no>
Date: 1999/11/28
Subject: Re: What does this mean? Error: Attempt to set the value of nil to nil.
* Stig Hemmer <s...@pvv.ntnu.no>
| NIL is a constant.  It should not be changed.  The system isn't smart
| enough to see that you "change" it to the same value, NIL.

  that would be too smart for its own good.  it's the setting of a constant
  that is an error, not the value you attempt to set it to.  (the error
  message is thus a wee bit confusing in allowing that interpretation.)

#:Erik


 
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 »