From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ulrich Mueller Newsgroups: gmane.emacs.devel Subject: Re: CEDET merge Date: Mon, 28 Sep 2009 19:31:08 +0200 Message-ID: <19136.62172.620142.447740@a1i15.kph.uni-mainz.de> References: <87hbun9jbs.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1254159151 1177 80.91.229.12 (28 Sep 2009 17:32:31 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 28 Sep 2009 17:32:31 +0000 (UTC) Cc: emacs-devel@gnu.org To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Sep 28 19:32:14 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 1MsK4X-0002iN-58 for ged-emacs-devel@m.gmane.org; Mon, 28 Sep 2009 19:31:37 +0200 Original-Received: from localhost ([127.0.0.1]:50463 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MsK4W-00024W-JR for ged-emacs-devel@m.gmane.org; Mon, 28 Sep 2009 13:31:36 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MsK4O-00023W-Vb for emacs-devel@gnu.org; Mon, 28 Sep 2009 13:31:29 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MsK4K-00021p-Az for emacs-devel@gnu.org; Mon, 28 Sep 2009 13:31:28 -0400 Original-Received: from [199.232.76.173] (port=43114 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MsK4K-00021k-2j for emacs-devel@gnu.org; Mon, 28 Sep 2009 13:31:24 -0400 Original-Received: from a1iwww1.kph.uni-mainz.de ([134.93.134.1]:60262) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MsK4J-00046d-H8 for emacs-devel@gnu.org; Mon, 28 Sep 2009 13:31:23 -0400 Original-Received: from a1i15.kph.uni-mainz.de (a1i15.kph.uni-mainz.de [134.93.134.92]) by a1iwww1.kph.uni-mainz.de (8.14.0/8.13.4) with ESMTP id n8SHV82j008645; Mon, 28 Sep 2009 19:31:09 +0200 Original-Received: from a1i15.kph.uni-mainz.de (localhost [127.0.0.1]) by a1i15.kph.uni-mainz.de (8.14.3/8.14.2) with ESMTP id n8SHV8YI014804; Mon, 28 Sep 2009 19:31:08 +0200 Original-Received: (from ulm@localhost) by a1i15.kph.uni-mainz.de (8.14.3/8.14.3/Submit) id n8SHV891014801; Mon, 28 Sep 2009 19:31:08 +0200 In-Reply-To: <87hbun9jbs.fsf@stupidchicken.com> X-Mailer: VM 8.0.12 under 23.1.1 (x86_64-pc-linux-gnu) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 1) 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:115725 Archived-At: >>>>> On Mon, 28 Sep 2009, Chong Yidong wrote: > I have merged most of the CEDET branch into the trunk. You may need > to bootstrap; please let me know if there are any build failures. I've tried to byte-compile some packages like company-mode [1] and JDE [2] with the CEDET included in Emacs, and they fail because some files that they require have a different name now. For example: In toplevel form: company-semantic.el:21:1:Error: Cannot open load file: semantic-ia Was this renaming of files really necessary? It breaks backwards compatibility and imposes additional work on package authors and distros. Ulrich [1] http://nschum.de/src/emacs/company-mode/ [2] http://jdee.sourceforge.net/