From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: emacs-25.3 aborted Date: Thu, 21 Dec 2017 15:56:53 +0100 Message-ID: <87d1385du2.fsf@gnu.org> References: <87indc11vd.fsf@hyperbola.info> <67c77b95fbd29d0caf8bec9c5c301723@d4n1.org> <87shceusms.fsf@elephly.net> <5983c3f24eb701a272f40d201e71e702@d4n1.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34089) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eS2HN-0005pD-6X for guix-devel@gnu.org; Thu, 21 Dec 2017 09:57:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eS2HI-0003yw-Cm for guix-devel@gnu.org; Thu, 21 Dec 2017 09:57:01 -0500 Received: from hera.aquilenet.fr ([141.255.128.1]:59977) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eS2HI-0003y1-6F for guix-devel@gnu.org; Thu, 21 Dec 2017 09:56:56 -0500 In-Reply-To: <5983c3f24eb701a272f40d201e71e702@d4n1.org> (Daniel Pimentel's message of "Wed, 20 Dec 2017 15:19:07 -0300") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Daniel Pimentel Cc: guix-devel@gnu.org Hi Daniel, Daniel Pimentel skribis: > I installed emacs with "--no-grafts" and emacs-exwm with this flag and > it works. Be aware that using --no-grafts means that the resulting Emacs lacks many security fixes: https://www.gnu.org/software/guix/manual/html_node/Security-Updates.html Thus it=E2=80=99s not a proper solution. Ludo=E2=80=99.