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: Add cedet/ede/shell.el to ELCFILES Date: Sat, 17 Oct 2009 20:18:53 -0400 Message-ID: References: <83vdiegtcd.fsf@gnu.org> <87iqeet7kt.fsf@stupidchicken.com> <87hbtxio5r.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1255825170 28326 80.91.229.12 (18 Oct 2009 00:19:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 18 Oct 2009 00:19:30 +0000 (UTC) Cc: Eli Zaretskii , emacs-devel@gnu.org To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Oct 18 02:19:18 2009 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 1MzJUT-0001dC-C0 for ged-emacs-devel@m.gmane.org; Sun, 18 Oct 2009 02:19:17 +0200 Original-Received: from localhost ([127.0.0.1]:35019 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MzJUS-0004M8-JS for ged-emacs-devel@m.gmane.org; Sat, 17 Oct 2009 20:19:16 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MzJUA-0004F7-Cz for emacs-devel@gnu.org; Sat, 17 Oct 2009 20:18:58 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MzJU5-0004Co-LM for emacs-devel@gnu.org; Sat, 17 Oct 2009 20:18:57 -0400 Original-Received: from [199.232.76.173] (port=42987 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MzJU5-0004Cl-H0 for emacs-devel@gnu.org; Sat, 17 Oct 2009 20:18:53 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:32853) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MzJU5-0005pp-Br for emacs-devel@gnu.org; Sat, 17 Oct 2009 20:18:53 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1MzJU5-0000T4-41; Sat, 17 Oct 2009 20:18:53 -0400 X-Spook: basement quiche ASPIC Al Jazeera Bletchley Park X-Ran: [Uxnzt4qshPJKjV<6(XoU.pP{WmyzUW~eXc[ X-Hue: cyan X-Attribution: GM In-Reply-To: <87hbtxio5r.fsf@stupidchicken.com> (Chong Yidong's message of "Sat, 17 Oct 2009 19:41:36 -0400") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-operating-system: by monty-python.gnu.org: GNU/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:116211 Archived-At: Chong Yidong wrote: > Oh, interesting; I always assumed everyone else was seeing these > messages, since I've been seeing them since forever. The elc files are > *not* present on my system. The messages pop up during `make' in the > top (emacs/) directory. I'll try to investigate further. Just in case there's confusion, I don't have the .elc files either for these files. This is correct, because they are marked as no-byte-compile. The warning message comes from compile-last in lisp/Makefile.in. But for me, for example: grep 'no-byte-compile: t' lisp/international/uni-bidi.el > /dev/null returns 0, so compile-last does not warn me about such files. I can only guess that for you it returns false for some reason.