[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Why "symbol's value" error about a list?
From: |
Richard Stallman |
Subject: |
Why "symbol's value" error about a list? |
Date: |
Sun, 04 Feb 2018 20:06:39 -0500 |
[[[ To any NSA and FBI agents reading my email: please consider ]]]
[[[ whether defending the US Constitution against all enemies, ]]]
[[[ foreign or domestic, requires you to follow Snowden's example. ]]]
> For example, suppose you have a Lisp program that produces the
> following error message when compiled/executed:
> Symbol's value as variable is void: 'аbbrevs-changed
Does that error message really happen? If so, how can I reproduce it?
I understand that the character 'а' is not ASCII a. That explains why
'аbbrevs-changed' is not known as a variable. But I'm talking about
a different issue, which has nothing to do with character coding.
Suppose it were 'foobaz', all ASCII, and we got an error such as
> Symbol's value as variable is void: 'foobaz
That still seems wrong.
If the error was that foobaz was void, the error message should not
include a quote. It should say
> Symbol's value as variable is void: foobaz
Or if the error was that 'foobaz is used instead of a symbol, the error
message should say
> Wrong type argument: symbolp, (quote foobaz)
--
Dr Richard Stallman
President, Free Software Foundation (https://gnu.org, https://fsf.org)
Internet Hall-of-Famer (https://internethalloffame.org)
Skype: No way! See https://stallman.org/skype.html.
- Re: Change of Lisp syntax for "fancy" quotes in Emacs 27?, (continued)
- Re: Change of Lisp syntax for "fancy" quotes in Emacs 27?, Alan Mackenzie, 2018/02/04
- RE: Change of Lisp syntax for "fancy" quotes in Emacs 27?, Drew Adams, 2018/02/04
- Re: Change of Lisp syntax for "fancy" quotes in Emacs 27?, Noam Postavsky, 2018/02/04
- RE: Change of Lisp syntax for "fancy" quotes in Emacs 27?, Drew Adams, 2018/02/03
- Re: Change of Lisp syntax for "fancy" quotes in Emacs 27?, Noam Postavsky, 2018/02/03
- Re: Change of Lisp syntax for "fancy" quotes in Emacs 27?, Richard Stallman, 2018/02/04
- Why "symbol's value" error about a list?,
Richard Stallman <=
- Re: Why "symbol's value" error about a list?, Alan Mackenzie, 2018/02/05
- RE: Why "symbol's value" error about a list?, Drew Adams, 2018/02/05
- Re: Why "symbol's value" error about a list?, Eli Zaretskii, 2018/02/05
- Re: Why "symbol's value" error about a list?, Tim Cross, 2018/02/06
- Re: Why "symbol's value" error about a list?, Eli Zaretskii, 2018/02/06
- RE: Why "symbol's value" error about a list?, Drew Adams, 2018/02/06
- RE: Why "symbol's value" error about a list?, Drew Adams, 2018/02/06
- Re: Why "symbol's value" error about a list?, Eli Zaretskii, 2018/02/06
- Re: Why "symbol's value" error about a list?, Richard Stallman, 2018/02/06
- Re: Why "symbol's value" error about a list?, Noam Postavsky, 2018/02/06