From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: byte-compile-noruntime-functions Date: Tue, 04 Dec 2007 20:05:21 -0500 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1196816766 6882 80.91.229.12 (5 Dec 2007 01:06:06 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 5 Dec 2007 01:06:06 +0000 (UTC) Cc: emacs-devel@gnu.org To: Richard Stallman Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Dec 05 02:06:15 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 1Izii0-0006z8-Cp for ged-emacs-devel@m.gmane.org; Wed, 05 Dec 2007 02:05:52 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Izihj-0001X8-EH for ged-emacs-devel@m.gmane.org; Tue, 04 Dec 2007 20:05:35 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Izihc-0001SH-JN for emacs-devel@gnu.org; Tue, 04 Dec 2007 20:05:28 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IzihX-0001HY-01 for emacs-devel@gnu.org; Tue, 04 Dec 2007 20:05:27 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IzihW-0001HH-Qg for emacs-devel@gnu.org; Tue, 04 Dec 2007 20:05:22 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IzihW-0000Pt-B9 for emacs-devel@gnu.org; Tue, 04 Dec 2007 20:05:22 -0500 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1IzihV-0008LP-Sz; Tue, 04 Dec 2007 20:05:21 -0500 X-Spook: Ft. Bragg ASDIC Rubin Area 51 Becker afsatcom BATF CNCIS X-Ran: fq|pw1uRM;k:N[oRvNEtkjIQ)nxf}8]G1K6rFczf"w^B#LE7h,#!\9x\Uu4pqv2loxv<]. X-Hue: magenta X-Attribution: GM In-Reply-To: (Glenn Morris's message of "Sun, 02 Dec 2007 16:47:58 -0500") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:84689 Archived-At: Glenn Morris wrote: > some things about byte-compile-noruntime-functions that I don't > understand. > > 1) It's a global variable. It's not buffer-local, nor does it get > reset like byte-compile-unresolved-functions does (in > byte-compile-from-buffer). > > 2) Nothing else ever seems to remove items from it, so it just grows > and grows in any Emacs session. I found some previous comments from you on this: http://lists.gnu.org/archive/html/emacs-pretest-bug/2004-01/msg00173.html From: Richard Stallman Subject: Re: `eval-when-compile' can cause incorrect byte-compiler warnings Date: Sun, 18 Jan 2004 14:16:07 -0500 "I don't think it is correct to discard the byte-compile-noruntime properties after each compilation." Do you still feel that way?