From patchwork Mon Jan 16 12:38:20 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Cayetano Santos X-Patchwork-Id: 46202 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id AF25427BBEB; Mon, 16 Jan 2023 12:39:54 +0000 (GMT) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-3.7 required=5.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,MAILING_LIST_MULTI,RCVD_IN_MSPIKE_H2,SPF_HELO_PASS, URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.6 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 7F86027BBE9 for ; Mon, 16 Jan 2023 12:39:51 +0000 (GMT) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pHOlv-0006WI-TJ; Mon, 16 Jan 2023 07:39:31 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pHOlU-0006KL-Sl for guix-patches@gnu.org; Mon, 16 Jan 2023 07:39:12 -0500 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1pHOlS-00056v-U7 for guix-patches@gnu.org; Mon, 16 Jan 2023 07:39:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pHOlS-0000nW-Dh for guix-patches@gnu.org; Mon, 16 Jan 2023 07:39:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#60837] [PATCH v2] gnu: Add emacs-auto-compile. References: <6b61018dd00af8b0ea1a53ccda6dd696beeb5b03.1673812548.git.csantosb@inventati.org> In-Reply-To: <6b61018dd00af8b0ea1a53ccda6dd696beeb5b03.1673812548.git.csantosb@inventati.org> Resent-From: Cayetano Santos Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 16 Jan 2023 12:39:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 60837 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 60837@debbugs.gnu.org Cc: Cayetano Santos Received: via spool by 60837-submit@debbugs.gnu.org id=B60837.16738727383056 (code B ref 60837); Mon, 16 Jan 2023 12:39:02 +0000 Received: (at 60837) by debbugs.gnu.org; 16 Jan 2023 12:38:58 +0000 Received: from localhost ([127.0.0.1]:60744 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pHOlN-0000nE-VP for submit@debbugs.gnu.org; Mon, 16 Jan 2023 07:38:58 -0500 Received: from devianza.investici.org ([198.167.222.108]:22793) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pHOlJ-0000n1-AQ for 60837@debbugs.gnu.org; Mon, 16 Jan 2023 07:38:56 -0500 Received: from mx2.investici.org (unknown [127.0.0.1]) by devianza.investici.org (Postfix) with ESMTP id 4NwWmD0MYJz6vLb; Mon, 16 Jan 2023 12:38:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inventati.org; s=stigmate; t=1673872732; bh=2xlpnUEoNgfPgo888tnhWhypCFts6TEkolOgWMPCQ/Q=; h=From:To:Cc:Subject:Date:From; b=fVIkT/ZtqdKYhpqJrEHDIWbA+WYiZyoOJhcecQ+Zej5Xf1oskwF3Azbchzz0yLSaT P1emE1C3N6R0KTh+dcc9R8iaSjqBMtaYeaTGGiayGnyliKoJptSttfif/9emfGDzh+ ZsJV/wt+2spYduYikWVhZxwnjleSZ/+pFNukH9QE= Received: from [198.167.222.108] (mx2.investici.org [198.167.222.108]) (Authenticated sender: cayetano.santos@inventati.org) by localhost (Postfix) with ESMTPSA id 4NwWmC65sbz6vLC; Mon, 16 Jan 2023 12:38:51 +0000 (UTC) Date: Mon, 16 Jan 2023 13:38:20 +0100 Message-Id: X-Mailer: git-send-email 2.38.1 MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-to: Cayetano Santos X-ACL-Warn: , Cayetano Santos via Guix-patches X-Patchwork-Original-From: Cayetano Santos via Guix-patches via From: Cayetano Santos Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org X-getmail-retrieved-from-mailbox: Patches * gnu/packages/emacs-xyz.scm (emacs-auto-compile): New variable. --- gnu/packages/emacs-xyz.scm | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) base-commit: 238f965c331990459a69cbc713ca951ad40e6044 diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 5f60d82ad5..ea97cb09a2 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -259,6 +259,28 @@ (define-module (gnu packages emacs-xyz) ;;; Emacs hacking. ;;; +(define-public emacs-auto-compile + (package + (name "emacs-auto-compile") + (version "1.7.2") + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/emacscollective/auto-compile.git") + (commit version))) + (sha256 + (base32 + "1njnyilv6lxnbvi6yrgzg6qjhf6vgh4fpag4hav1j45718y6kd31")))) + (build-system emacs-build-system) + (propagated-inputs (list emacs-compat emacs-packed)) + (home-page "https://github.com/emacscollective/auto-compile") + (synopsis "Automatically compile Emacs Lisp libraries") + (description + "This package provides two minor modes which automatically recompile Emacs Lisp +source files. Together these modes guarantee that Emacs never loads outdated +byte code files.") + (license license:gpl3+))) + (define-public emacs-geiser (package (name "emacs-geiser")