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: Fwd: CEDET sync Date: Mon, 01 Mar 2010 16:27:29 -0500 Message-ID: References: <86bpf7q3fc.wl%lluis@ginnungagap.pc.ac.upc.edu> <87wrxvyijr.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1267478912 30854 80.91.229.12 (1 Mar 2010 21:28:32 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 1 Mar 2010 21:28:32 +0000 (UTC) Cc: =?iso-8859-1?Q?Llu=EDs?= , emacs-devel@gnu.org To: Chong Yidong , Eric M. Ludlam Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Mar 01 22:28:25 2010 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 1NmDA5-0004ty-Qt for ged-emacs-devel@m.gmane.org; Mon, 01 Mar 2010 22:28:22 +0100 Original-Received: from localhost ([127.0.0.1]:54391 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NmDA5-00030t-8U for ged-emacs-devel@m.gmane.org; Mon, 01 Mar 2010 16:28:21 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NmD9J-0002Am-8L for emacs-devel@gnu.org; Mon, 01 Mar 2010 16:27:33 -0500 Original-Received: from [140.186.70.92] (port=44129 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NmD9I-00029Z-CW for emacs-devel@gnu.org; Mon, 01 Mar 2010 16:27:32 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NmD9G-0007En-I1 for emacs-devel@gnu.org; Mon, 01 Mar 2010 16:27:32 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:38940 helo=ironport2-out.pppoe.ca) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NmD9G-0007Ei-Ei for emacs-devel@gnu.org; Mon, 01 Mar 2010 16:27:30 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AvsEAPO/i0tMCrTT/2dsb2JhbACbBnS9S4R7BIMXh3E X-IronPort-AV: E=Sophos;i="4.49,562,1262581200"; d="scan'208";a="57201297" Original-Received: from 76-10-180-211.dsl.teksavvy.com (HELO pastel.home) ([76.10.180.211]) by ironport2-out.pppoe.ca with ESMTP; 01 Mar 2010 16:27:29 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id 80C9F8205; Mon, 1 Mar 2010 16:27:29 -0500 (EST) In-Reply-To: <87wrxvyijr.fsf@stupidchicken.com> (Chong Yidong's message of "Mon, 01 Mar 2010 13:59:36 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.92 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. 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:121516 Archived-At: >> Questions are: >> 1) is anybody already doing such a sync? >> 2) if not, from which date should I start synchronizing changes? >> >> I'm not fully aware of which extra changes are required for the synchronization >> (except for the long name -> subdirectory fix), so directions will be much >> appreciated. > I planned to do a sync after the Emacs 23.2 release branch is made, but > you are welcome to do it if you like. I really don't like that smell. We need to make sure the two code-bases evolve in-sync, which won't work as long as we keep "gratuitous" differences between the two (file names and things like that). I thought Eric was to incorporate most/all of the changes we made into his version. If this doesn't take place real soon, it'll become much too painful to maintain. Stefan