From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Add cedet/ede/shell.el to ELCFILES Date: Sat, 17 Oct 2009 18:50:54 +0200 Message-ID: <83r5t2ge1d.fsf@gnu.org> References: <83vdiegtcd.fsf@gnu.org> <87iqeet7kt.fsf@stupidchicken.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1255798436 29893 80.91.229.12 (17 Oct 2009 16:53:56 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 17 Oct 2009 16:53:56 +0000 (UTC) Cc: emacs-devel@gnu.org To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Oct 17 18:53:45 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 1MzCXH-0005mc-EK for ged-emacs-devel@m.gmane.org; Sat, 17 Oct 2009 18:53:43 +0200 Original-Received: from localhost ([127.0.0.1]:55542 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MzCXG-0004z5-E1 for ged-emacs-devel@m.gmane.org; Sat, 17 Oct 2009 12:53:42 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MzCXA-0004yp-Cu for emacs-devel@gnu.org; Sat, 17 Oct 2009 12:53:36 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MzCX6-0004yH-0N for emacs-devel@gnu.org; Sat, 17 Oct 2009 12:53:36 -0400 Original-Received: from [199.232.76.173] (port=55566 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MzCX5-0004yE-RV for emacs-devel@gnu.org; Sat, 17 Oct 2009 12:53:31 -0400 Original-Received: from mtaout22.012.net.il ([80.179.55.172]:52023) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MzCX5-0001JN-An for emacs-devel@gnu.org; Sat, 17 Oct 2009 12:53:31 -0400 Original-Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0KRO00A00475DQ00@a-mtaout22.012.net.il> for emacs-devel@gnu.org; Sat, 17 Oct 2009 18:52:57 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.70.117.47]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0KRO006I6488SI70@a-mtaout22.012.net.il>; Sat, 17 Oct 2009 18:52:57 +0200 (IST) In-reply-to: <87iqeet7kt.fsf@stupidchicken.com> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by monty-python.gnu.org: Solaris 10 (beta) 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:116203 Archived-At: > From: Chong Yidong > Cc: emacs-devel@gnu.org > Date: Sat, 17 Oct 2009 10:32:02 -0400 > > One reason I missed this error is that each time I compile, I get the > errors about the unicode files, e.g. > > Maintainer warning: $(lisp)/international/uni-bidi.el missing from $ELCFILES? > Compiling /home/cyd/emacs/lisp/international/uni-bidi.el > Maintainer warning: $(lisp)/international/uni-category.el missing from $ELCFILES? > Compiling /home/cyd/emacs/lisp/international/uni-category.el Is this during bootstrap? I don't think I see it during a regular build. And since these files are modified only very rarely, they shouldn't present a problem, unless I'm missing something. Btw, there are 85 files under lisp/ that have "no-byte-compile: t", so why these few are special?