From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Kastrup Newsgroups: gmane.emacs.devel Subject: Re: strange byte compiler behavior Date: Thu, 03 Jan 2008 00:24:43 +0100 Message-ID: <85k5mrstdw.fsf@lola.goethe.zz> References: <200712312055.lBVKteSa012881@oogie-boogie.ics.uci.edu> <200801021948.m02JmJ1Y005211@oogie-boogie.ics.uci.edu> <200801022317.m02NHVSC017328@oogie-boogie.ics.uci.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1199316245 10576 80.91.229.12 (2 Jan 2008 23:24:05 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 2 Jan 2008 23:24:05 +0000 (UTC) Cc: emacs-devel@gnu.org To: Dan Nicolaescu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 03 00:24:24 2008 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 1JACwh-0002Rq-F1 for ged-emacs-devel@m.gmane.org; Thu, 03 Jan 2008 00:24:23 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JACwL-0002QT-Ca for ged-emacs-devel@m.gmane.org; Wed, 02 Jan 2008 18:24:01 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JACwI-0002QE-8M for emacs-devel@gnu.org; Wed, 02 Jan 2008 18:23:58 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JACwG-0002Py-N0 for emacs-devel@gnu.org; Wed, 02 Jan 2008 18:23:57 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JACwG-0002Pv-H5 for emacs-devel@gnu.org; Wed, 02 Jan 2008 18:23:56 -0500 Original-Received: from mail-in-04.arcor-online.net ([151.189.21.44]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JACwG-0005AE-AP for emacs-devel@gnu.org; Wed, 02 Jan 2008 18:23:56 -0500 Original-Received: from mail-in-17-z2.arcor-online.net (mail-in-17-z2.arcor-online.net [151.189.8.34]) by mail-in-04.arcor-online.net (Postfix) with ESMTP id AC7EE17F5E6; Thu, 3 Jan 2008 00:23:54 +0100 (CET) Original-Received: from mail-in-16.arcor-online.net (mail-in-16.arcor-online.net [151.189.21.56]) by mail-in-17-z2.arcor-online.net (Postfix) with ESMTP id 9A86545C041; Thu, 3 Jan 2008 00:23:54 +0100 (CET) Original-Received: from lola.goethe.zz (dslb-084-061-100-005.pools.arcor-ip.net [84.61.100.5]) by mail-in-16.arcor-online.net (Postfix) with ESMTP id 821EE1A500C; Thu, 3 Jan 2008 00:23:44 +0100 (CET) Original-Received: by lola.goethe.zz (Postfix, from userid 1002) id C05D41CAF1C6; Thu, 3 Jan 2008 00:24:43 +0100 (CET) In-Reply-To: <200801022317.m02NHVSC017328@oogie-boogie.ics.uci.edu> (Dan Nicolaescu's message of "Wed, 02 Jan 2008 15:17:30 -0800") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.50 (gnu/linux) X-Virus-Scanned: ClamAV 0.91.2/5342/Wed Jan 2 17:47:10 2008 on mail-in-16.arcor-online.net X-Virus-Status: Clean X-detected-kernel: by monty-python.gnu.org: Linux 2.4-2.6 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:85950 Archived-At: Dan Nicolaescu writes: > Dan Nicolaescu writes: > > > Investigating a bit: > > > > 1. > > cd lisp ; make recompile > > > > which runs: -batch --no-site-file --multibyte --eval "(batch-byte-recompile-directory 0)" > > does NOT warn > > `byte-recompile-directory' contains a form: "(dolist (file files)" that > calls `byte-compile-file'. As a consequence (boundp 'file) to be t when > `byte-compile-file' is called. > > What is TRTD here? Lexical scope. -- David Kastrup, Kriemhildstr. 15, 44793 Bochum