From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: charles@aurox.ch (Charles A. Roelli) Newsgroups: gmane.emacs.devel Subject: Re: CEDET Merge Date: Sat, 23 Sep 2017 13:38:48 +0200 Message-ID: References: <87r348ul9n.fsf@gmail.com> NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1506166745 2642 195.159.176.226 (23 Sep 2017 11:39:05 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sat, 23 Sep 2017 11:39:05 +0000 (UTC) Cc: emacs-devel@gnu.org To: Edward John Steere Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Sep 23 13:39:01 2017 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dvilw-0000J7-H8 for ged-emacs-devel@m.gmane.org; Sat, 23 Sep 2017 13:39:00 +0200 Original-Received: from localhost ([::1]:34515 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dvim3-0002Xz-H1 for ged-emacs-devel@m.gmane.org; Sat, 23 Sep 2017 07:39:07 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:59955) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dvilu-0002Xt-Ls for emacs-devel@gnu.org; Sat, 23 Sep 2017 07:38:59 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dvilq-0002L0-PK for emacs-devel@gnu.org; Sat, 23 Sep 2017 07:38:58 -0400 Original-Received: from [2a03:2040:2:1b::1] (port=53944 helo=sinyavsky.aurox.ch) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dvilq-0002Jo-HL for emacs-devel@gnu.org; Sat, 23 Sep 2017 07:38:54 -0400 Original-Received: from sinyavsky.aurox.ch (sinyavsky.aurox.ch [127.0.0.1]) by sinyavsky.aurox.ch (Postfix) with ESMTP id EAC122254F for ; Sat, 23 Sep 2017 11:32:32 +0000 (UTC) Authentication-Results: sinyavsky.aurox.ch (amavisd-new); dkim=pass (1024-bit key) reason="pass (just generated, assumed good)" header.d=aurox.ch DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=aurox.ch; h= references:subject:subject:in-reply-to:to:from:from:message-id :date:date; s=dkim; t=1506166350; x=1507030351; bh=NPjloskOl3HA4 U4U01Y/q4gLDCcCLpnynvn8DA4HBIo=; b=ERqWiSwyTL7IuCzx4kQjmCCxVJqWe 2NnwvB+AVSiKOyuTovsDfrwQ5/Xfa+gAZ1EgUXkaFrJUoNcUWOOoXc/Rlqk7/b9U 7HH+FWDqnEq1mi2FXkmJuczVIb2eWS26+MmCEGyo18jfheiEUpaLYgjbEkj8RxEY RSW9xi+HEm95SQ= X-Virus-Scanned: Debian amavisd-new at test.virtualizor.com Original-Received: from sinyavsky.aurox.ch ([127.0.0.1]) by sinyavsky.aurox.ch (sinyavsky.aurox.ch [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id XrualohjAVtW for ; Sat, 23 Sep 2017 11:32:30 +0000 (UTC) Original-Received: from gray (125.85.192.178.dynamic.wline.res.cust.swisscom.ch [178.192.85.125]) by sinyavsky.aurox.ch (Postfix) with ESMTPSA id B8B702252C; Sat, 23 Sep 2017 11:32:29 +0000 (UTC) In-reply-to: <87r348ul9n.fsf@gmail.com> (message from Edward John Steere on Thu, 12 Jan 2017 21:32:36 +0200) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2a03:2040:2:1b::1 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.devel:218723 Archived-At: > From: Edward John Steere > Date: Thu, 12 Jan 2017 21:32:36 +0200 > > Hello Everyone, > > I've been working on a branch in upstream CEDET which brings it up to > date with the changes which have been made in Emacs core. I started > this work with the intention of simplifying the merge process from CEDET > upstream into core so that users can benefit from improvements to CEDET > more easily. I found that the divergence between the two versions of > CEDET has grown quite a bit and all of my work has been dedicated to > getting it to run on Emacs master (26?). > > My branch now passes all of CEDETs tests when built against Emacs > @512e988. I'd like to get these changes synchronised with Emacs core > and have my branch merged to upstream (i.e. CEDET on source forge). > > This could be the first step with the second being a repackaging of > upstream so that it only contains the parts which are under active > development and can be installed via ELPA. > > May I contribute my changes to a branch on the Savannah repository for > review/commentary? (If yes, then It'll take a little bit of time to > merge the changes in my branch of CEDET back into Emacs core before I > actually push them up.) > > Kind regards, > > Edward Steere Does anyone know if the changes were brought into Emacs? It looks like the merge branch got reasonably far: http://git.savannah.gnu.org/cgit/emacs.git/log/?h=scratch/last-cedet-merge