mbox series

[bug#65841,emacs-team,0/5] Add emacs-next (generalized)

Message ID cover.1694270165.git.liliana.prikler@gmail.com
Headers show
Series Add emacs-next (generalized) | expand

Message

Liliana Marie Prikler Sept. 9, 2023, 2:36 p.m. UTC
Hi Guix,

this series adds all the emacs next variants that currently exist on master
as well as a procedure to transform any emacs configuration into an emacs-next
one.

Cheers

Liliana Marie Prikler (5):
  gnu: Add emacs-next-minimal.
  gnu: Add emacs-next.
  gnu: Add emacs-next-pgtk.
  gnu: Add emacs-next-pgtk-xwidgets.
  gnu: Add emacs-next-tree-sitter.

 gnu/packages/emacs.scm | 39 ++++++++++++++++++++++++++++++++++++++-
 1 file changed, 38 insertions(+), 1 deletion(-)


base-commit: 94ca5b4357af8f8921f0cb0873a7cf316f13aa69

Comments

Andrew Tropin Sept. 11, 2023, 9:59 a.m. UTC | #1
On 2023-09-09 16:36, Liliana Marie Prikler wrote:

> Hi Guix,
>
> this series adds all the emacs next variants that currently exist on master
> as well as a procedure to transform any emacs configuration into an emacs-next
> one.
>
> Cheers
>
> Liliana Marie Prikler (5):
>   gnu: Add emacs-next-minimal.
>   gnu: Add emacs-next.
>   gnu: Add emacs-next-pgtk.
>   gnu: Add emacs-next-pgtk-xwidgets.
>   gnu: Add emacs-next-tree-sitter.
>
>  gnu/packages/emacs.scm | 39 ++++++++++++++++++++++++++++++++++++++-
>  1 file changed, 38 insertions(+), 1 deletion(-)
>
>
> base-commit: 94ca5b4357af8f8921f0cb0873a7cf316f13aa69

Looks good to me, thank you very much for you work!
Liliana Marie Prikler Sept. 16, 2023, 4:11 p.m. UTC | #2
Am Montag, dem 11.09.2023 um 13:59 +0400 schrieb Andrew Tropin:
> On 2023-09-09 16:36, Liliana Marie Prikler wrote:
> 
> > Hi Guix,
> > 
> > this series adds all the emacs next variants that currently exist
> > on master as well as a procedure to transform any emacs
> > configuration into an emacs-next one.
> > 
> > Cheers
> > 
> > Liliana Marie Prikler (5):
> >   gnu: Add emacs-next-minimal.
> >   gnu: Add emacs-next.
> >   gnu: Add emacs-next-pgtk.
> >   gnu: Add emacs-next-pgtk-xwidgets.
> >   gnu: Add emacs-next-tree-sitter.
> > 
> >  gnu/packages/emacs.scm | 39
> > ++++++++++++++++++++++++++++++++++++++-
> >  1 file changed, 38 insertions(+), 1 deletion(-)
> > 
> > 
> > base-commit: 94ca5b4357af8f8921f0cb0873a7cf316f13aa69
> 
> Looks good to me, thank you very much for you work!
Thank you.  Pushed.

Cheers