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: (list) and '(list) Date: Thu, 26 Apr 2007 17:17:04 +0200 (CEST) Message-ID: <9406124.888091177600624458.JavaMail.www@wwinf4203> 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 1177600656 20490 80.91.229.12 (26 Apr 2007 15:17:36 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 26 Apr 2007 15:17:36 +0000 (UTC) To: "Emacs Help [help-gnu-emacs]" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Apr 26 17:17:35 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 1Hh5iw-0003mx-HC for geh-help-gnu-emacs@m.gmane.org; Thu, 26 Apr 2007 17:17:34 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hh5ob-00049b-Hb for geh-help-gnu-emacs@m.gmane.org; Thu, 26 Apr 2007 11:23:25 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Hh5oI-000472-9y for help-gnu-emacs@gnu.org; Thu, 26 Apr 2007 11:23:06 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Hh5oG-00045f-1u for help-gnu-emacs@gnu.org; Thu, 26 Apr 2007 11:23:05 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hh5oF-00045b-TK for help-gnu-emacs@gnu.org; Thu, 26 Apr 2007 11:23:03 -0400 Original-Received: from smtp3.voila.fr ([193.252.22.173]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Hh5iV-0003jz-4c for help-gnu-emacs@gnu.org; Thu, 26 Apr 2007 11:17:07 -0400 Original-Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf4204.voila.fr (SMTP Server) with ESMTP id 7F0AC1C00083 for ; Thu, 26 Apr 2007 17:17:04 +0200 (CEST) Original-Received: from wwinf4203 (wwinf4203 [10.232.2.30]) by mwinf4204.voila.fr (SMTP Server) with ESMTP id 72B1E1C00081 for ; Thu, 26 Apr 2007 17:17:04 +0200 (CEST) X-ME-UUID: 20070426151704469.72B1E1C00081@mwinf4204.voila.fr X-Originating-IP: [89.34.170.37] 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:43227 Archived-At: Can somebody tell me if there already is a code that makes the distintion between a list that evaluates as a function like (function ... and between a list that evaluates to itself : '(list ... , and its aliases like (quote (list ... etc