From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Teemu Likonen Newsgroups: gmane.emacs.help Subject: Re: Weird error message "wrong-type-argument symbolp (quote foo)" Date: Wed, 10 Jun 2009 12:18:50 GMT Organization: Sonera Customer Message-ID: <87fxe8xowo.fsf@iki.fi> References: <87k53kxp6i.fsf@iki.fi> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1244637780 29794 80.91.229.12 (10 Jun 2009 12:43:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 10 Jun 2009 12:43:00 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jun 10 14:42:56 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MEN8j-0001Yk-FJ for geh-help-gnu-emacs@m.gmane.org; Wed, 10 Jun 2009 14:42:49 +0200 Original-Received: from localhost ([127.0.0.1]:52750 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MEN8i-0007Cr-Ns for geh-help-gnu-emacs@m.gmane.org; Wed, 10 Jun 2009 08:42:48 -0400 Original-Path: news.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!kanaga.switch.ch!switch.ch!newsfeed3.funet.fi!newsfeed1.funet.fi!newsfeeds.funet.fi!nntp.inet.fi!central1.inet.fi!inet.fi!read4.inet.fi.POSTED!53ab2750!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.91 (gnu/linux) Cancel-Lock: sha1:lPpT4WFe9t15CwfbBeN953ex6VE= Original-Lines: 9 Original-NNTP-Posting-Host: 84.251.6.80 Original-X-Complaints-To: abuse@inet.fi Original-X-Trace: read4.inet.fi 1244636330 84.251.6.80 (Wed, 10 Jun 2009 15:18:50 EEST) Original-NNTP-Posting-Date: Wed, 10 Jun 2009 15:18:50 EEST Original-Xref: news.stanford.edu gnu.emacs.help:169887 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:65117 Archived-At: On 2009-06-10 12:12 (UTC), Teemu Likonen wrote: > Actually only in your first, broken example "symbolp" and "symbol-value" > get a list like "(quote foo)" as argument and thus they complain. In > your latter examples they get symbol "foo" as argument. The reason is > the double quoting. I meant "the reason [for this difference] is the [previously mentioned] double quoting".