From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kenichi Handa Newsgroups: gmane.emacs.devel Subject: Re: files in emacs/lisp/language/ not byte compiled Date: Fri, 04 Jul 2008 11:47:32 +0900 Message-ID: References: <200807040059.m640xuuC018632@sallyv1.ics.uci.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII X-Trace: ger.gmane.org 1215139670 14667 80.91.229.12 (4 Jul 2008 02:47:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 4 Jul 2008 02:47:50 +0000 (UTC) Cc: emacs-devel@gnu.org To: Dan Nicolaescu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jul 04 04:48:36 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 1KEbLg-0004Ka-5P for ged-emacs-devel@m.gmane.org; Fri, 04 Jul 2008 04:48:36 +0200 Original-Received: from localhost ([127.0.0.1]:40398 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KEbKp-0002WG-Ca for ged-emacs-devel@m.gmane.org; Thu, 03 Jul 2008 22:47:43 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KEbKl-0002W1-CW for emacs-devel@gnu.org; Thu, 03 Jul 2008 22:47:39 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KEbKi-0002Vj-Mk for emacs-devel@gnu.org; Thu, 03 Jul 2008 22:47:38 -0400 Original-Received: from [199.232.76.173] (port=39564 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KEbKi-0002Ve-Fi for emacs-devel@gnu.org; Thu, 03 Jul 2008 22:47:36 -0400 Original-Received: from mx1.aist.go.jp ([150.29.246.133]:60230) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KEbKh-0000QT-Oe for emacs-devel@gnu.org; Thu, 03 Jul 2008 22:47:36 -0400 Original-Received: from rqsmtp2.aist.go.jp (rqsmtp2.aist.go.jp [150.29.254.123]) by mx1.aist.go.jp with ESMTP id m642lXLq013936; Fri, 4 Jul 2008 11:47:33 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp4.aist.go.jp by rqsmtp2.aist.go.jp with ESMTP id m642lXsW015962; Fri, 4 Jul 2008 11:47:33 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp4.aist.go.jp with ESMTP id m642lW6w015947; Fri, 4 Jul 2008 11:47:32 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken.m17n.org with local (Exim 4.69) (envelope-from ) id 1KEbKe-0001FH-Qz; Fri, 04 Jul 2008 11:47:32 +0900 In-reply-to: <200807040059.m640xuuC018632@sallyv1.ics.uci.edu> (message from Dan Nicolaescu on Thu, 03 Jul 2008 17:59:56 -0700) User-Agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/23.0.60 (i686-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) X-detected-kernel: by monty-python.gnu.org: Solaris 9 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:100325 Archived-At: In article <200807040059.m640xuuC018632@sallyv1.ics.uci.edu>, Dan Nicolaescu writes: > There are quite a few files in emacs/lisp/language that do not get byte > compiled (they have a "no-byte-compile: t" local variable setting). > Is there any particular reason to do that? If not, would you mind if > that was changed? They are not compiled because there's no benefit (memory-space and speed) in doing that. > The reason to change is that when doing "make recompile" in emacs/lisp > there are a lot of lines printed about files not being byte compiled. > This scrolls up legitimate warnings/errors and it is easy to not see them... If those lines are annoying, I think the right thing is to find/implement a way to suppress them. But, frankly speeking, as I don't have a string opinion on this matter, it's up to Stefan and Yidong. --- Kenichi Handa handa@ni.aist.go.jp