From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:50918) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ijSQ4-0007Ad-Ke for guix-patches@gnu.org; Mon, 23 Dec 2019 13:27:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ijSQ2-0000xk-FJ for guix-patches@gnu.org; Mon, 23 Dec 2019 13:27:04 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:45680) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ijSQ2-0000xY-CB for guix-patches@gnu.org; Mon, 23 Dec 2019 13:27:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ijSQ2-0006jK-9S for guix-patches@gnu.org; Mon, 23 Dec 2019 13:27:02 -0500 Subject: bug#38662: [PATCH] gnu: Add emacs-next. Resent-To: guix-patches@gnu.org Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20191218200419.28836-1-bandali@gnu.org> <871rsypsir.fsf@gnu.org> <87woaonaxl.fsf@gnu.org> Date: Mon, 23 Dec 2019 19:26:30 +0100 In-Reply-To: <87woaonaxl.fsf@gnu.org> (Amin Bandali's message of "Sun, 22 Dec 2019 01:15:02 -0500") Message-ID: <87lfr2j3u1.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Amin Bandali Cc: 38662-done@debbugs.gnu.org Hi Amin, Amin Bandali skribis: > Thanks for the all feedback. Below you will find v2 with the requested > changes, as well as a workaround for "EMACSLOADPATH" to use the correct > version name, currently 27.0.50, for `emacs-next', which I forgot to > include in my previous patch. > > From 3a03851868440c6c0bda81b30693e3ead1196bd2 Mon Sep 17 00:00:00 2001 > From: Amin Bandali > Date: Tue, 17 Dec 2019 23:49:49 -0500 > Subject: [PATCH v2] gnu: Add emacs-next. > > Add `emacs-next' for building latest Emacs from git. > > * gnu/packages/emacs.scm (emacs-next): New variable. > (emacs): make the autoload deletion snippet not fail when eshell/esh-grou= ps.el > does not exist. This enables reuse of the entire snippet field of `emacs= ' for > `emacs-next'. > * gnu/packages/patches/emacs27-exec-path.patch: New file. > * gnu/local.mk (dist_patch_DATA): Add the above patch file to it. Applied, thanks! Ludo=E2=80=99.