From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Engster Newsgroups: gmane.emacs.devel Subject: Re: IDE Date: Mon, 19 Oct 2015 00:38:53 +0200 Message-ID: <87oafvkdj6.fsf@isaac.fritz.box> References: <83bnc7tavr.fsf@gnu.org> <5618C92A.3040207@yandex.ru> <83a8rrt9ag.fsf@gnu.org> <5618D376.1080700@yandex.ru> <831td3t62e.fsf@gnu.org> <561A6199.1020901@cumego.com> <561B9D87.70504@yandex.ru> <561C2C17.3090503@cumego.com> <561DC1CA.6090901@siege-engine.com> <561E3FB6.8010407@yandex.ru> <561EEFDE.7000809@gmail.com> <561F29D0.3070605@yandex.ru> <561FA79C.30207@gmail.com> <56200D07.30206@yandex.ru> <5620A99E.7080009@cumego.com> <5620D109.2010006@yandex.ru> <5620DCCD.8030809@cumego.com> <5621AF92.4010408@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1445207953 13732 80.91.229.3 (18 Oct 2015 22:39:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 18 Oct 2015 22:39:13 +0000 (UTC) Cc: emacs-devel@gnu.org, =?utf-8?Q?Przemys=C5=82aw?= Wojnowski , Dmitry Gutov To: Eric Ludlam Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 19 00:39:04 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ZnwbX-0007HL-PS for ged-emacs-devel@m.gmane.org; Mon, 19 Oct 2015 00:39:03 +0200 Original-Received: from localhost ([::1]:35743 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZnwbW-0005C8-Q5 for ged-emacs-devel@m.gmane.org; Sun, 18 Oct 2015 18:39:02 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:55809) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZnwbS-00059S-KY for emacs-devel@gnu.org; Sun, 18 Oct 2015 18:38:59 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZnwbP-0006po-E4 for emacs-devel@gnu.org; Sun, 18 Oct 2015 18:38:58 -0400 Original-Received: from randomsample.de ([5.45.97.173]:38680) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZnwbP-0006op-52 for emacs-devel@gnu.org; Sun, 18 Oct 2015 18:38:55 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=randomsample.de; s=a; h=Content-Transfer-Encoding:Content-Type:MIME-Version:Message-ID:Date:References:In-Reply-To:Subject:Cc:To:From; bh=gD1ts7Pv692+t6Uy5uZ2apMExHadGRWpecRrsaLGzts=; b=Cw+YKbMBJkN5crF+3qFID3Tohta/8Di/Xad/7oKxUE+cyeYI85XYYedhIbZFw/CGBRfrBzeLtJxmgTjLDVTFIxXuSjQLsRpBkCAtO83IYTBsMzYmRqp09sFmZbKoRwUq; Original-Received: from ip4d1645ea.dynamic.kabel-deutschland.de ([77.22.69.234] helo=isaac.fritz.box) by randomsample.de with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.80) (envelope-from ) id 1ZnwbO-0007VN-4q; Mon, 19 Oct 2015 00:38:54 +0200 In-Reply-To: <5621AF92.4010408@gmail.com> (Eric Ludlam's message of "Fri, 16 Oct 2015 22:16:50 -0400") User-Agent: Gnus/5.13001 (Ma Gnus v0.10) Emacs/24.5 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 5.45.97.173 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:192019 Archived-At: Eric Ludlam writes: > On 10/16/2015 07:17 AM, Przemys=C5=82aw Wojnowski wrote: >>>> BTW Why EDE (and CEDET) are in two different repositories (and >>>> projects?). >>>> One is in Emacs sources, another here > >>>> http://sourceforge.net/projects/cedet/ ? >>> >>> CEDET is in Emacs sources as well (although is has some >>> omissions). See lisp/cedet. >> Yes, so when one would like change EDE to, lets say, apply the >> Bridge pattern, >> which one should be used? >> .=20 > > Good question. The recent EIEIO changes in Emacs made the two > repositories really hard to merge, and EDE is steeped in EIEIO. > > David Engster has been doing the merges and might have a good > idea. I'm just not that good with git. ;( At the moment it is best to work in the Emacs repository. -David