From: Drew Adams <drew.adams@oracle.com>
To: igor denisov <saufesma@gmail.com>
Cc: 21510@debbugs.gnu.org
Subject: bug#21510: output
Date: Sat, 19 Sep 2015 07:18:58 -0700 (PDT) [thread overview]
Message-ID: <534084fb-46dc-4b74-b753-0c7c2ae58796@default> (raw)
In-Reply-To: <CAE0=M6pUrPQ+2A-JsYRKQN82WyZLkS4_SDePo_Rx8ax=AVoZiw@mail.gmail.com>
> Debugger entered--Lisp error: (wrong-type-argument symbolp (car
> list-of-ppsc-var))
>
> but when I issue
> (symbolp (car list-of-ppsc-var))
> it is t.
*Evaluating* (car list-of-ppsc-var) produces a symbol.
But the sexp (car list-of-ppsc-var) is itself not a symbol.
It is a list.
You are trying to do (setq (car list-of-ppsc-var) SOMETHING)
- see the backtrace. `setq' does not evaluate its first argument.
prev parent reply other threads:[~2015-09-19 14:18 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-18 5:58 bug#21510: output igor denisov
2015-09-18 14:41 ` Drew Adams
2015-09-19 8:19 ` igor denisov
2015-09-19 14:18 ` Drew Adams [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=534084fb-46dc-4b74-b753-0c7c2ae58796@default \
--to=drew.adams@oracle.com \
--cc=21510@debbugs.gnu.org \
--cc=saufesma@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).