From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Miles Bader Newsgroups: gmane.emacs.devel Subject: Re: Byte compiling and semi-free variables Date: Mon, 29 Dec 2008 07:21:39 +0900 Message-ID: <87wsdkndos.fsf@catnip.gol.com> References: Reply-To: Miles Bader NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1230503027 21621 80.91.229.12 (28 Dec 2008 22:23:47 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 28 Dec 2008 22:23:47 +0000 (UTC) Cc: Emacs Devel To: "Lennart Borgman" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Dec 28 23:24:51 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 1LH43d-0000f5-Jc for ged-emacs-devel@m.gmane.org; Sun, 28 Dec 2008 23:24:26 +0100 Original-Received: from localhost ([127.0.0.1]:43206 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LH42O-0001Oo-Kt for ged-emacs-devel@m.gmane.org; Sun, 28 Dec 2008 17:23:08 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LH416-0001A0-K4 for emacs-devel@gnu.org; Sun, 28 Dec 2008 17:21:48 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LH415-000195-4d for emacs-devel@gnu.org; Sun, 28 Dec 2008 17:21:48 -0500 Original-Received: from [199.232.76.173] (port=48769 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LH414-00018x-Ni for emacs-devel@gnu.org; Sun, 28 Dec 2008 17:21:46 -0500 Original-Received: from smtp11.dentaku.gol.com ([203.216.5.73]:54367) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LH412-0008Jl-Os; Sun, 28 Dec 2008 17:21:45 -0500 Original-Received: from 218.231.174.254.eo.eaccess.ne.jp ([218.231.174.254] helo=catnip.gol.com) by smtp11.dentaku.gol.com with esmtpa (Dentaku) id 1LH410-0000pW-Fe; Mon, 29 Dec 2008 07:21:42 +0900 Original-Received: by catnip.gol.com (Postfix, from userid 1000) id C39BBDFB6; Mon, 29 Dec 2008 07:21:39 +0900 (JST) System-Type: x86_64-unknown-linux-gnu In-Reply-To: (Lennart Borgman's message of "Sun, 28 Dec 2008 16:39:33 +0100") Original-Lines: 13 X-Virus-Scanned: ClamAV GOL (outbound) X-Abuse-Complaints: abuse@gol.com X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) 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:107351 Archived-At: "Lennart Borgman" writes: > my-lib.el:118:14:Warning: reference to free variable `my-internal-var' > > Is there any way to avoid that warning? Don't order your source files that way. Instead, order them the usual way, with declaration preceding use. -Miles -- Corporation, n. An ingenious device for obtaining individual profit without individual responsibility.