From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id uKrVIbj/0F9VcQAA0tVLHw (envelope-from ) for ; Wed, 09 Dec 2020 16:47:52 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id GPKgHbj/0F93awAAbx9fmQ (envelope-from ) for ; Wed, 09 Dec 2020 16:47:52 +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 EFC5F9403EE for ; Wed, 9 Dec 2020 16:47:51 +0000 (UTC) Received: from localhost ([::1]:52202 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kn2d3-0004VC-PJ for larch@yhetil.org; Wed, 09 Dec 2020 11:47:49 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:60530) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kn2bp-00040x-AK for help-guix@gnu.org; Wed, 09 Dec 2020 11:46:34 -0500 Received: from knopi.disroot.org ([178.21.23.139]:44140) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kn2bi-0003z1-Aw for help-guix@gnu.org; Wed, 09 Dec 2020 11:46:33 -0500 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id D597151BBC for ; Wed, 9 Dec 2020 17:46:23 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with UTF8SMTP id ANomFSjXHiPX for ; Wed, 9 Dec 2020 17:46:22 +0100 (CET) From: "Jorge P. de Morais Neto" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1607532378; bh=ck/x6IJ3vSNuf+X2bnHNjddABts208T1bJvAjB3Ohmo=; h=From:To:Subject:Date; b=ThaFh4EUx92/nUnMd1vV1iS1sGWWIL2Q1JwzlkCohTzUbPrIakzwfWrH9TXropAEJ 8EPxKVSFY2JLnjtLH1s4JoNDcxoj9GIFRmnQ3T3so0n6f4xOgT+AlqM67A2qWsxfoW PuuSBAf3PWJTfQrwnF1jlcaBzRawlO4/capMVwhFidXPt3qDMSzZkMo7nAQ/jccuTG D1wOt08u0m1O6bITYnYmT790GzD3UFr8eCa8opu6cdjfbcR1+kQ2rkS2QS2Sw9E9n1 PTuM3LQi75mdIOdueIPSkbSuqzqmd1onQ9EEWH5oDYnraqthK6w0TU/phFGBrznrOo 7PmuJnYYZubdA== To: help-guix@gnu.org Subject: Can I easily install GNU Emacs 27.1.50 via Guix? Mail-Followup-To: help-guix@gnu.org Date: Wed, 09 Dec 2020 13:46:14 -0300 Message-ID: <87h7ov0vxl.fsf@disroot.org> Mime-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=178.21.23.139; envelope-from=jorge+list@disroot.org; helo=knopi.disroot.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: help-guix@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+larch=yhetil.org@gnu.org Sender: "Help-Guix" X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -0.01 Authentication-Results: aspmx1.migadu.com; dkim=pass header.d=disroot.org header.s=mail header.b=ThaFh4EU; dmarc=pass (policy=quarantine) header.from=disroot.org; spf=pass (aspmx1.migadu.com: domain of help-guix-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=help-guix-bounces@gnu.org X-Migadu-Queue-Id: EFC5F9403EE X-Spam-Score: -0.01 X-Migadu-Scanner: scn1.migadu.com X-TUID: noC+fVawryQs Hi. For GNU Emacs I manually compile the latest code from the emacs-27 branch (and install it with GNU Stow). That's because I want the latest features and fixes, but I fear that the master branch could be unreliable when used together with certain external packages such as Notmuch. When there's a pretest version of emacs-28, I intend to switch to it---before it is stable---but first I'll ask on the Notmuch mailing list. The problem with locally compiling Emacs is that it doesn't see Guix-installed Elisp packages. I currently get packages from ELPA (GNU, Org, Melpa and Melpa-Stable) but the last two have ethical problems, so I would prefer to get my packages via Guix. I haven't yet studied Guix packaging, however, so I need an easy solution. So is it possible and easy to get Emacs 27.1.50 via Guix? Regards -- - - If an email of mine arrives at your spam box, please notify me. - Please adopt free/libre formats like PDF, ODF, Org, LaTeX, Opus, WebM and 7z. - Free/libre software for Replicant, LineageOS and Android: https://f-droid.org - [[https://www.gnu.org/philosophy/free-sw.html][What is free software?]]