From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: `setplist' on local var escaping let binding Date: Wed, 20 Oct 2010 21:10:24 -0400 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1287623442 16488 80.91.229.12 (21 Oct 2010 01:10:42 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 21 Oct 2010 01:10:42 +0000 (UTC) Cc: emacs-devel@gnu.org To: MON KEY Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 21 03:10:40 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1P8jfz-0000fJ-7r for ged-emacs-devel@m.gmane.org; Thu, 21 Oct 2010 03:10:39 +0200 Original-Received: from localhost ([127.0.0.1]:54480 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P8jfy-0001BF-9D for ged-emacs-devel@m.gmane.org; Wed, 20 Oct 2010 21:10:38 -0400 Original-Received: from [140.186.70.92] (port=36838 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P8jfn-00019C-0U for emacs-devel@gnu.org; Wed, 20 Oct 2010 21:10:29 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P8jfl-0005Rg-UF for emacs-devel@gnu.org; Wed, 20 Oct 2010 21:10:26 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:5497 helo=ironport2-out.pppoe.ca) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P8jfl-0005Ra-Nl for emacs-devel@gnu.org; Wed, 20 Oct 2010 21:10:25 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApYJAD4wv0xMCpO7/2dsb2JhbACgVXpyvzuFSgSSGw X-IronPort-AV: E=Sophos;i="4.58,214,1286164800"; d="scan'208";a="80273898" Original-Received: from 76-10-147-187.dsl.teksavvy.com (HELO ceviche.home) ([76.10.147.187]) by ironport2-out.pppoe.ca with ESMTP/TLS/ADH-AES256-SHA; 20 Oct 2010 21:10:25 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id EBBDF66112; Wed, 20 Oct 2010 21:10:24 -0400 (EDT) In-Reply-To: (MON KEY's message of "Wed, 20 Oct 2010 19:28:17 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:131918 Archived-At: > I noticed today that if I `setplist' on a null let bound local var The above shows a misunderstanding: setplist does not operate on variables but on symbols. Stefan