From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Andrea Corallo Newsgroups: gmane.emacs.devel Subject: Re: On elisp running native Date: Fri, 27 Dec 2019 10:49:28 +0000 Message-ID: References: <83tv5mp48l.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="130783"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) Cc: monnier@iro.umontreal.ca, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Dec 27 11:50:13 2019 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1iknC9-000Xpx-JU for ged-emacs-devel@m.gmane.org; Fri, 27 Dec 2019 11:50:13 +0100 Original-Received: from localhost ([::1]:33848 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iknC7-0000dC-Tk for ged-emacs-devel@m.gmane.org; Fri, 27 Dec 2019 05:50:11 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:54205) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iknBf-0000Cc-7G for emacs-devel@gnu.org; Fri, 27 Dec 2019 05:49:44 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iknBe-0007kI-86 for emacs-devel@gnu.org; Fri, 27 Dec 2019 05:49:43 -0500 Original-Received: from mx.sdf.org ([205.166.94.20]:56289) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iknBa-0007gU-TD; Fri, 27 Dec 2019 05:49:39 -0500 Original-Received: from sdf.org (ma.sdf.org [205.166.94.33]) by mx.sdf.org (8.15.2/8.14.5) with ESMTPS id xBRAnTIk015593 (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256 bits) verified NO); Fri, 27 Dec 2019 10:49:38 GMT Original-Received: (from akrl@localhost) by sdf.org (8.15.2/8.12.8/Submit) id xBRAnSnn009794; Fri, 27 Dec 2019 10:49:28 GMT In-Reply-To: <83tv5mp48l.fsf@gnu.org> (Eli Zaretskii's message of "Fri, 27 Dec 2019 10:22:34 +0200") X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 205.166.94.20 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.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:243700 Archived-At: Eli Zaretskii writes: >> From: Andrea Corallo >> Date: Thu, 26 Dec 2019 21:57:07 +0000 >> Cc: emacs-devel@gnu.org >> >> > I'm not the maintainer, but I find this work very interesting >> > and promising. I hope this can be put into at the very least a branch >> > in emacs.git and why not into Emacs itself later on. >> >> Thanks, >> >> I'm really unfamiliar with Emacs processes for this kind of case. >> >> Is there any anything I could do to start the process for inclusion as a >> branch into the Emacs repository? > > Make sure your modifications are consistent with the Emacs build > procedure. The feature you are working on should be optional, invoked > by a configure-time option, say, --with-native-codegen, and any > system-dependent issues should generally be resolved by configure-time > tests. See configure.ac for how this is done for other features. > > Once this is done (perhaps it already is, I don't know), create a > username on Savannah and request there to become a member of the Emacs > project. That will give you write access to the Emacs repository, and > you will be able to push a branch with your code. (Be sure to read > CONTRIBUTE for some of our coding and maintenance conventions first, > and if you are unsure how exactly to go about pushing a branch and how > to call it, ask here.) > > TIA Great thanks for precise info. I'll procede with that in the following days then. Andrea -- akrl@sdf.org