From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Filename problem in CEDET merge Date: Fri, 28 Aug 2009 11:23:53 -0400 Message-ID: References: <87fxbcvplf.fsf@cyd.mit.edu> <838wh4cm0q.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1251473724 23073 80.91.229.12 (28 Aug 2009 15:35:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 28 Aug 2009 15:35:24 +0000 (UTC) Cc: Chong Yidong , zappo@gnu.org, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Aug 28 17:35:16 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 1Mh3Tw-0004Wg-6E for ged-emacs-devel@m.gmane.org; Fri, 28 Aug 2009 17:35:16 +0200 Original-Received: from localhost ([127.0.0.1]:45147 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mh3Tv-0003am-KB for ged-emacs-devel@m.gmane.org; Fri, 28 Aug 2009 11:35:15 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mh3J6-00076M-Eg for emacs-devel@gnu.org; Fri, 28 Aug 2009 11:24:04 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mh3J1-00071A-Fi for emacs-devel@gnu.org; Fri, 28 Aug 2009 11:24:03 -0400 Original-Received: from [199.232.76.173] (port=46097 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mh3J1-00070k-1p for emacs-devel@gnu.org; Fri, 28 Aug 2009 11:23:59 -0400 Original-Received: from chene.dit.umontreal.ca ([132.204.246.20]:55023) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mh3Iw-0004E2-L3; Fri, 28 Aug 2009 11:23:54 -0400 Original-Received: from faina.iro.umontreal.ca (faina.iro.umontreal.ca [132.204.26.177]) by chene.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id n7SFNrOb029093; Fri, 28 Aug 2009 11:23:53 -0400 Original-Received: by faina.iro.umontreal.ca (Postfix, from userid 20848) id 25B723A06F; Fri, 28 Aug 2009 11:23:53 -0400 (EDT) In-Reply-To: <838wh4cm0q.fsf@gnu.org> (Eli Zaretskii's message of "Fri, 28 Aug 2009 12:42:29 +0300") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 1 Rules triggered RV3350=0 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) 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:114765 Archived-At: > How about making a subdirectory, in addition to shortening? > semantic.el --> semantic/semantic.el > semantic-analyze.el --> semantic/analyze.el > semantic-analyze-complete.el --> semantic/analyz-complete.el > semantic-analyze-debug.el --> semantic/analyz-debug.el That would be OK, as long as we're careful to to add .../semantic to load-path (otherwise we'd have to be careful to avoid conflicts between semantic/foo.el and other foo.el packages). >> Renaming would also have the extremely bad effect of diverging from the >> CEDET upstream, which I'd like to avoid if possible. > Maybe the upstream maintainer will agree to rename, in which case we > don't diverge. Yes, I think the only acceptable solutions require the upstream version to apply the same changes. Stefan