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 14:12:30 -0400 Message-ID: References: <83vdiegtcd.fsf@gnu.org> <87iqeet7kt.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 1255803201 9668 80.91.229.12 (17 Oct 2009 18:13:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 17 Oct 2009 18:13:21 +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 Sat Oct 17 20:13:10 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 1MzDli-00052n-Gz for ged-emacs-devel@m.gmane.org; Sat, 17 Oct 2009 20:12:42 +0200 Original-Received: from localhost ([127.0.0.1]:50648 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MzDli-0002CG-1D for ged-emacs-devel@m.gmane.org; Sat, 17 Oct 2009 14:12:42 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MzDlc-0002B6-Rt for emacs-devel@gnu.org; Sat, 17 Oct 2009 14:12:36 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MzDlY-0002AK-DA for emacs-devel@gnu.org; Sat, 17 Oct 2009 14:12:36 -0400 Original-Received: from [199.232.76.173] (port=57346 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MzDlY-0002AH-84 for emacs-devel@gnu.org; Sat, 17 Oct 2009 14:12:32 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:60630) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MzDlX-0003nn-UX for emacs-devel@gnu.org; Sat, 17 Oct 2009 14:12:32 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1MzDlW-0005oB-Gl; Sat, 17 Oct 2009 14:12:30 -0400 X-Spook: constitution Kh-11 ASIO Etacs USDOJ national X-Ran: !c=$XtGd8D,'cte^=r*Owld@(ofqrWb@XZ*ENCc0H~vZXCG (Chong Yidong's message of "Sat, 17 Oct 2009 10:32:02 -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:116206 Archived-At: Chong Yidong wrote: > 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 You need to figure out why this happens, because it does not for me. These files have a no-byte-compile cookie that compile-last checks for. Does grep 'no-byte-compile: t' work on your system with these files? Perhaps their encoding confuses grep. IIRC, you added a manual workaround to compile-last for these files, I never understood why. Anyway, maybe the header format has changed now and it needs updating.