From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Will Parsons Newsgroups: gmane.emacs.help Subject: confusion about quote Date: 5 Nov 2012 01:55:36 GMT Message-ID: Reply-To: wbparsons@cshore.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1352080818 21576 80.91.229.3 (5 Nov 2012 02:00:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 5 Nov 2012 02:00:18 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Nov 05 03:00:28 2012 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TVBzE-0003Rh-K8 for geh-help-gnu-emacs@m.gmane.org; Mon, 05 Nov 2012 03:00:24 +0100 Original-Received: from localhost ([::1]:46747 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TVBz4-00029Z-Az for geh-help-gnu-emacs@m.gmane.org; Sun, 04 Nov 2012 21:00:14 -0500 Original-Path: usenet.stanford.edu!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 15 Original-X-Trace: individual.net zz8rMpC3IYVwEfaO/j7yPgQc5gYOMkavyqQPia5UmRreR6vBYGqsURxG08YdlV6c38 Cancel-Lock: sha1:2fOC6OFZ7VcPj2JAVLQ1nvajDTc= User-Agent: slrn/0.9.9p1 (FreeBSD) Original-Xref: usenet.stanford.edu gnu.emacs.help:195202 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:87531 Archived-At: In looking at some elisp that I found somewhere, I see: (setq whitespace-style (quote (face lines-tail tabs trailing))) How does this differ from: (setq whitespace-style '(face lines-tail tabs trailing)) if in fact it does? (I found the description of the function "quote" to be somewhat confusing.) -- Will