emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: On elisp running native


From: Eli Zaretskii
Subject: Re: On elisp running native
Date: Fri, 27 Dec 2019 10:22:34 +0200

> From: Andrea Corallo <address@hidden>
> Date: Thu, 26 Dec 2019 21:57:07 +0000
> Cc: address@hidden
> 
> > 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]