From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id 0KsCCTs4SV/5ZQAA0tVLHw (envelope-from ) for ; Fri, 28 Aug 2020 17:00:43 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id KLjeBDs4SV+0dgAA1q6Kng (envelope-from ) for ; Fri, 28 Aug 2020 17:00:43 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id B94919403A8 for ; Fri, 28 Aug 2020 17:00:42 +0000 (UTC) Received: from localhost ([::1]:55206 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kBhk1-00025p-De for larch@yhetil.org; Fri, 28 Aug 2020 13:00:41 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:35436) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kBhjq-00024d-Ig for guix-devel@gnu.org; Fri, 28 Aug 2020 13:00:30 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:34501) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kBhjp-0002Tm-5k; Fri, 28 Aug 2020 13:00:29 -0400 Received: from [2605:6000:1a0d:48fb::11d] (port=52508 helo=lenovo-t430) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kBhjo-0007eu-HK; Fri, 28 Aug 2020 13:00:28 -0400 From: Brett Gilio To: Ludovic =?utf-8?Q?Court=C3=A8s?= Subject: Re: [bug#42738] [PATCH v4] gnu: emacs: Update to 27.1. References: <20200819040941.32696-1-jackhill@jackhill.us> <87sgc6onvi.fsf@gnu.org> Date: Fri, 28 Aug 2020 12:00:42 -0500 In-Reply-To: <87sgc6onvi.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Fri, 28 Aug 2020 16:18:09 +0200") Message-ID: <87h7smd7t1.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: guix-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: dnbarbato@posteo.de, cjpeople2013@gmail.com, Morgan.J.Smith@outlook.com, guix-devel@gnu.org, 42738@debbugs.gnu.org Errors-To: guix-devel-bounces+larch=yhetil.org@gnu.org Sender: "Guix-devel" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-devel-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-devel-bounces@gnu.org X-Spam-Score: -1.01 X-TUID: dduKz+7kvyU/ Ludovic Court=C3=A8s writes: > Hi Morgan, Mark, and all, > > Morgan.J.Smith@outlook.com skribis: > >> From: Morgan Smith >> >> * gnu/packages/emacs.scm (emacs): Update to 27.1. >> [arguments]: Add --with-cairo and --with-modules to #:configure-flags. A= dd >> restore-emacs-pdump phase. >> [inputs]: Add cairo, libxaw, jansson, gmp, and harfbuzz. Remove imagemag= ick >> and libxft. >> [native-inputs]: Add texlive. >> (emacs-wide-int): Mark as deprecated package. >> (emacs-no-x): >> [arguments]: Add --with-jpeg=3Dno --with-gif=3Dno --with-tiff=3Dno >> to #:configure-flags. > > I see that Mark committed a similar patch just yesterday: > > https://git.savannah.gnu.org/cgit/guix.git/commit/?id=3D36a09d185343375= a5cba370431870f9c4435d623 > > I suppose Mark hadn=E2=80=99t seen the ongoing discussion. > > Mark, Morgan: could you see if there=E2=80=99s anything we=E2=80=99re mis= sing from the > patch Morgan submitted? > > At any rate, thanks a lot for the work everyone put in! > > Ludo=E2=80=99, a happy Emacs user. Also, are we planning to keep emacs-next and have it track 28.x or remove it? Brett Gilio