From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ulrich Mueller Newsgroups: gmane.emacs.devel,gmane.comp.lib.gnulib.bugs Subject: Re: Files from gnulib Date: Tue, 25 Jan 2011 20:31:30 +0100 Message-ID: <19775.9490.134164.617950@a1i15.kph.uni-mainz.de> References: <87oc75t4tn.fsf@meyering.net> <19774.65395.502418.918605@a1i15.kph.uni-mainz.de> <83zkqoyg09.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1295983917 27538 80.91.229.12 (25 Jan 2011 19:31:57 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 25 Jan 2011 19:31:57 +0000 (UTC) Cc: eggert@cs.ucla.edu, bug-gnulib@gnu.org, jim@meyering.net, emacs-devel@gnu.org, monnier@iro.umontreal.ca, roucaries.bastien@gmail.com To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jan 25 20:31:51 2011 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.69) (envelope-from ) id 1PhocF-0001aT-FF for ged-emacs-devel@m.gmane.org; Tue, 25 Jan 2011 20:31:47 +0100 Original-Received: from localhost ([127.0.0.1]:50540 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PhocE-0007TP-TI for ged-emacs-devel@m.gmane.org; Tue, 25 Jan 2011 14:31:46 -0500 Original-Received: from [140.186.70.92] (port=49379 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Phoc9-0007R6-AF for emacs-devel@gnu.org; Tue, 25 Jan 2011 14:31:42 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Phoc8-0008Vf-8d for emacs-devel@gnu.org; Tue, 25 Jan 2011 14:31:41 -0500 Original-Received: from a1iwww1.kph.uni-mainz.de ([134.93.134.1]:51196) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Phoc5-0008S2-7N; Tue, 25 Jan 2011 14:31:37 -0500 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 p0PJVUEQ000935; Tue, 25 Jan 2011 20:31:30 +0100 Original-Received: from a1i15.kph.uni-mainz.de (localhost [127.0.0.1]) by a1i15.kph.uni-mainz.de (8.14.4/8.14.2) with ESMTP id p0PJVUfq001939; Tue, 25 Jan 2011 20:31:30 +0100 Original-Received: (from ulm@localhost) by a1i15.kph.uni-mainz.de (8.14.4/8.14.4/Submit) id p0PJVUV6001938; Tue, 25 Jan 2011 20:31:30 +0100 In-Reply-To: <83zkqoyg09.fsf@gnu.org> X-Mailer: VM 8.1.1 under 23.2.1 (x86_64-pc-linux-gnu) X-detected-operating-system: by eggs.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:134950 gmane.comp.lib.gnulib.bugs:24922 Archived-At: >>>>> On Tue, 25 Jan 2011, Eli Zaretskii wrote: >> For example, most files of CEDET were renamed to 8+3 some time ago, >> breaking other elisp packages (e.g. company-mode, ecb, jde, matlab, >> speechd-el) depending on them. > Reality check: there were many changes made in CEDET due to admission > into the Emacs distribution. File-name changes were only a small part > of them, and the changes just moved some files into subdirectories, > such that foo-bar.el became foo/bar.el. Which still breaks compatibility, because (require 'foo-bar) in any elisp package will fail now.