From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Fermin Newsgroups: gmane.emacs.devel Subject: Re: CEDET maintainer Date: Sun, 28 Mar 2021 00:25:08 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="23840"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.6.1 Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Mar 28 00:26:31 2021 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lQIK7-000649-Ko for ged-emacs-devel@m.gmane-mx.org; Sun, 28 Mar 2021 00:26:31 +0100 Original-Received: from localhost ([::1]:45150 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lQIK6-000127-Du for ged-emacs-devel@m.gmane-mx.org; Sat, 27 Mar 2021 19:26:30 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:58596) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lQIIu-0000Uc-7s for emacs-devel@gnu.org; Sat, 27 Mar 2021 19:25:16 -0400 Original-Received: from mout01.posteo.de ([185.67.36.65]:39478) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lQIIr-0005hM-GT for emacs-devel@gnu.org; Sat, 27 Mar 2021 19:25:16 -0400 Original-Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id 0F39116005C for ; Sun, 28 Mar 2021 00:25:10 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1616887511; bh=xgzNLESDsB2PMopFDxzFApookF1L/XYdI08+I/oyRW8=; h=Subject:To:Cc:From:Date:From; b=ML/zgSnejr+MBdI8PZbtbXsTthtjzs5h+M3XFAVD5Ozdt/2pc/L/MHKaoSS5ekgx7 apQm2bofvMSSUB9nFQSew+ec+HkZbp9jbeS06j3UeAJ9YM8hBmQCpka5K+0NW+975K U0pI4znHhGBgEC90DYvFVmShY3ql6lxoezGvnM2bqHug1ZDOhUgim8vLgqvKI6/Sou HBxWfzSVhXiE4+R8mynBmnWAoh4gEGQY7Mh9WmPkKkRJbEiDelBOkTglnO2MgHCQIt rc7gSNZ3b/GOpe9C2fyrp2t7T/f7iXTy/lk1McNhXoIIDAzGZpg8wCLjem563vkiEd Zq7bqJGNOAOUA== Original-Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4F7FLY3kX6z6tmM; Sun, 28 Mar 2021 00:25:09 +0100 (CET) In-Reply-To: Content-Language: en-US Received-SPF: pass client-ip=185.67.36.65; envelope-from=fmfs@posteo.net; helo=mout01.posteo.de X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, NICE_REPLY_A=-0.001, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:267122 Archived-At: Thanks for the help Stefan, I will start the branch tomorrow and began to make some changes. > Great, thanks, feel free to Cc me along the way. I think what we mostly > need is to "get started" by picking some simple patches which can be > easily integrated into Emacs (and then work our way up to more > challenging changes). Yes, at first, some patches can help in some regard, (Anand really have some interesting features) but I think that CEDET need some deep changes, I will elaborate more on this in the future, mostly with the "more in depth" analysis, for now, I will make a branch and start working in the overall code, and cleaning some TODOs, then I'm planing on first taking into account the functionality of EDE, which I think it can be expanded and improved, but as I said, I will explain it more in the (I hope) near by future. Regards, Fermin On 27/03/2021 23:40, Stefan Monnier wrote: >>> I think the first thing would be to start the copyright assignment >>> process so that your contributions can be incorporated into Emacs. >>> For that please fill the form below and send it to the FSF as instructed >>> so they can send you the relevant paperwork to sign. >> I already sign the papers for contributing to Emacs (mostly because >> I contributed to the GNU Emba repository). > Ah, indeed, sorry I didn't look carefully enough (I looked for > `fermin` without accent, duh! ;-) > Even better. > >>> - IIRC there were changes in the upstream CEDET code which still haven't >>> been merged into Emacs's `master`. >> Yes, I talked with Eric, and there are test and other code that wasn't >> merge, among related packages like cogre, which didn't >> merge into Emacs at the time, adapting the code to fit in master would in >> deed be really interesting. > Right, some parts didn't get included, indeed, but IIUC in addition to > that, there are changes that were made later in the upstream repository > (to files which do exist in Emacs's `master`) and which haven't been > propagated to Emacs's ` master`. Maybe I misremember and they did all > get propagated at some point, of course. > >>> Anand Tamariya has a branch of CEDET (sadly >>> based on Emacs as of a year ago) at https://gitlab.com/atamariya/emacs >>> which includes various interesting additions (such as an SQL >>> grammar). I recently started to try and work with him to start >>> merging some of those changes into Emacs's `master`. >> I talked with Anand privately about the changes, I think they can be a nice >> additions to CEDET, I can help with the merging process. > Great, thanks, feel free to Cc me along the way. I think what we mostly > need is to "get started" by picking some simple patches which can be > easily integrated into Emacs (and then work our way up to more > challenging changes). > > > Stefan >