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: "simplifications" Date: Mon, 19 Nov 2007 17:08:28 +0100 Message-ID: References: <86ejem1pig.fsf@lola.quinscape.zz> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1195488550 23250 80.91.229.12 (19 Nov 2007 16:09:10 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 19 Nov 2007 16:09:10 +0000 (UTC) Cc: emacs-devel@gnu.org To: "Stefan Monnier" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 19 17:09:16 2007 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.50) id 1Iu9BK-0003UJ-UM for ged-emacs-devel@m.gmane.org; Mon, 19 Nov 2007 17:09:10 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Iu9B5-0007Cy-6n for ged-emacs-devel@m.gmane.org; Mon, 19 Nov 2007 11:08:51 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Iu9B0-0007Cn-Vg for emacs-devel@gnu.org; Mon, 19 Nov 2007 11:08:47 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Iu9Ax-0007BZ-CF for emacs-devel@gnu.org; Mon, 19 Nov 2007 11:08:46 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Iu9Aw-0007BH-VI for emacs-devel@gnu.org; Mon, 19 Nov 2007 11:08:43 -0500 Original-Received: from wa-out-1112.google.com ([209.85.146.181]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Iu9At-00074W-PM for emacs-devel@gnu.org; Mon, 19 Nov 2007 11:08:41 -0500 Original-Received: by wa-out-1112.google.com with SMTP id k34so2035706wah for ; Mon, 19 Nov 2007 08:08:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=sEFNFjBIq3R1ctfQN6hyXLHy/YBCvCOx4y2Il2dnJL8=; b=V+NZ8g1k2iv6zsPOIhbHjOM9W8PPLXB+7uTegsW26aXPq+4I3KWkpFJQigrY/l7MSxM8bOaABU7/RW8lL6XMToNsb1xxnibIwsKU9Y7GZvW11fFUiLoXnMIhvwXrMdnkphbJ9l7/Y18BfAYwOmnUKagWDlCNFhQ/ioaVGZmO9k4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=BzmJUkp60Nzjle/H9P1yzfKS2Weqv0V6FFRDZ2Br9rSlAiPW1GwJDNb9kPfx3Z/oBZjQV82t3XhdUBZC2aUzbBzNHpPJNsZE9pwDSDVsGe1JNW41OAe9+8wbtrfAV6/3W1UZejon5lGXFXbg1b88m4GH1fChiq9vmgFwbUD+rlY= Original-Received: by 10.114.153.18 with SMTP id a18mr865569wae.1195488509010; Mon, 19 Nov 2007 08:08:29 -0800 (PST) Original-Received: by 10.114.168.11 with HTTP; Mon, 19 Nov 2007 08:08:28 -0800 (PST) In-Reply-To: Content-Disposition: inline X-detected-kernel: by monty-python.gnu.org: 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:83665 Archived-At: On Nov 19, 2007 4:58 PM, Stefan Monnier wrote: > Of course, there can, but it knows about primitives that don't use any > dynamically bound variables. Oh well... except for those funny ones > like debug-on-error which are used virtually everywhere. I'm absolutely sure I'm asking something really obvious, but, why wouldn't simply work to have a list of dynamic variables whose bindings Just Can Not be optimized away? Juanma