From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: e and pi Date: Sun, 19 Sep 2010 12:07:48 +0200 Message-ID: References: <8739t9xpt2.fsf@stupidchicken.com> <874odoweqm.fsf@stupidchicken.com> <8762y3onz7.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1284890923 6571 80.91.229.12 (19 Sep 2010 10:08:43 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 19 Sep 2010 10:08:43 +0000 (UTC) Cc: Chong Yidong , emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Sep 19 12:08:41 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 1OxGp6-0001lm-PL for ged-emacs-devel@m.gmane.org; Sun, 19 Sep 2010 12:08:41 +0200 Original-Received: from localhost ([127.0.0.1]:38816 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OxGp5-0008IQ-QS for ged-emacs-devel@m.gmane.org; Sun, 19 Sep 2010 06:08:39 -0400 Original-Received: from [140.186.70.92] (port=41678 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OxGow-0008IK-7l for emacs-devel@gnu.org; Sun, 19 Sep 2010 06:08:31 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OxGou-0002Ck-M8 for emacs-devel@gnu.org; Sun, 19 Sep 2010 06:08:29 -0400 Original-Received: from mail-iw0-f169.google.com ([209.85.214.169]:52147) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OxGou-0002Cg-Hv for emacs-devel@gnu.org; Sun, 19 Sep 2010 06:08:28 -0400 Original-Received: by iwn33 with SMTP id 33so5432243iwn.0 for ; Sun, 19 Sep 2010 03:08:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=VumIFy0bQyQERO5oSgXuOpOTzHHMsP9hwM33EwZur7s=; b=buPH6EMETb4ips5+vOqQRGY69eusedaF5HusNDUQy4OvIJMita9+dFN6jhGFy0q0K4 Pse1tlMKWFv57+/OaIVh+yLz72KujneP+/VQFnhuw5uuljb2Zgwwdbsq3/TJSTwlgf27 Yx9zR4oHylcOjDyaw8t0109aazSFxZSEwnP24= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=r5nxclwZ0siNVgt2hB+1j7QC7d0cxlptoMWkMINkL6ljEqCPrsSAqddVjgk6xt00TP MoCNvrjhiAsyWV2PQ4A3/WbjuS9TYMhDdbPYxjbFA3ZgcML6BEVDPKerL2zZemqa6CM0 1wo341gIPNBNg14nD2nSaEnSb0iZ6UQS34rbk= Original-Received: by 10.231.31.1 with SMTP id w1mr7819213ibc.162.1284890908148; Sun, 19 Sep 2010 03:08:28 -0700 (PDT) Original-Received: by 10.231.196.71 with HTTP; Sun, 19 Sep 2010 03:07:48 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) 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:130472 Archived-At: On Sat, Sep 18, 2010 at 16:53, Stefan Monnier wr= ote: > Indeed, there are a few places where Elisp code binds dynamic variables > not with a let but with a function argument. =C2=A0I find this revolting,= and > would welcome a byte-compiler warning to "flog the author with a wet > noodle". Oh, I agree. Just pointing out to Chong that it really happens in the sourc= es. =C2=A0 =C2=A0 Juanma