From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: A Soare Newsgroups: gmane.emacs.help Subject: Re: (list) and '(list) Date: Mon, 30 Apr 2007 20:53:58 +0200 (CEST) Message-ID: <32911375.640961177959238565.JavaMail.www@wwinf4206> Reply-To: alinsoar@voila.fr NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1177959258 24469 80.91.229.12 (30 Apr 2007 18:54:18 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 30 Apr 2007 18:54:18 +0000 (UTC) To: "Emacs Help [help-gnu-emacs]" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Apr 30 20:54:17 2007 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 1Hib0q-00064o-1v for geh-help-gnu-emacs@m.gmane.org; Mon, 30 Apr 2007 20:54:16 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hib72-0000v1-VW for geh-help-gnu-emacs@m.gmane.org; Mon, 30 Apr 2007 15:00:41 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Hib6p-0000um-OX for help-gnu-emacs@gnu.org; Mon, 30 Apr 2007 15:00:27 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Hib6n-0000ua-Dz for help-gnu-emacs@gnu.org; Mon, 30 Apr 2007 15:00:26 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hib6n-0000uX-88 for help-gnu-emacs@gnu.org; Mon, 30 Apr 2007 15:00:25 -0400 Original-Received: from smtp3.voila.fr ([193.252.22.173]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Hib0Z-0004Yk-MP for help-gnu-emacs@gnu.org; Mon, 30 Apr 2007 14:53:59 -0400 Original-Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf4202.voila.fr (SMTP Server) with ESMTP id 968521C00082 for ; Mon, 30 Apr 2007 20:53:58 +0200 (CEST) Original-Received: from wwinf4206 (wwinf4206 [10.232.2.33]) by mwinf4202.voila.fr (SMTP Server) with ESMTP id 8C3F01C00081 for ; Mon, 30 Apr 2007 20:53:58 +0200 (CEST) X-ME-UUID: 20070430185358574.8C3F01C00081@mwinf4202.voila.fr X-Originating-IP: [86.107.96.49] X-Wum-Nature: EMAIL-NATURE X-WUM-FROM: |~| X-WUM-TO: |~| X-WUM-REPLYTO: |~| X-detected-kernel: Linux 2.4-2.6 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:43415 Archived-At: I will use something like that: (memq (caar (read-from-string "(function (list list))")) '(function quote)) This is an answer to my problem. If you have better solutions, please tell me. Alin Soare.