From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id aL3nH7xwxGNycQEAbAwnHQ (envelope-from ) for ; Sun, 15 Jan 2023 22:31:40 +0100 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id GDoMH7xwxGMGOQEAG6o9tA (envelope-from ) for ; Sun, 15 Jan 2023 22:31:40 +0100 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 4D37E32BB2 for ; Sun, 15 Jan 2023 22:31:40 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pHAax-0003eQ-BT; Sun, 15 Jan 2023 16:31:15 -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 1pHAR5-0001WH-TP for guix-patches@gnu.org; Sun, 15 Jan 2023 16:21:04 -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 1pHAR5-0001A5-Fq for guix-patches@gnu.org; Sun, 15 Jan 2023 16:21:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pHAR5-0003rn-BD for guix-patches@gnu.org; Sun, 15 Jan 2023 16:21:03 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#60837] [PATCH] gnu: Add emacs-auto-compile Resent-From: csantosb@inventati.org Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 15 Jan 2023 21:21:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 60837 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 60837@debbugs.gnu.org Cc: Cayetano Santos X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.167381761814771 (code B ref -1); Sun, 15 Jan 2023 21:21:03 +0000 Received: (at submit) by debbugs.gnu.org; 15 Jan 2023 21:20:18 +0000 Received: from localhost ([127.0.0.1]:59623 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pHAQM-0003q5-3I for submit@debbugs.gnu.org; Sun, 15 Jan 2023 16:20:18 -0500 Received: from lists.gnu.org ([209.51.188.17]:55658) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pH97E-0007k5-4y for submit@debbugs.gnu.org; Sun, 15 Jan 2023 14:56:30 -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 1pH97D-0008TW-RS for guix-patches@gnu.org; Sun, 15 Jan 2023 14:56:27 -0500 Received: from latitanza.investici.org ([82.94.249.234]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pH97B-0001uK-Cf for guix-patches@gnu.org; Sun, 15 Jan 2023 14:56:27 -0500 Received: from mx3.investici.org (unknown [127.0.0.1]) by latitanza.investici.org (Postfix) with ESMTP id 4Nw5WT3wG0zGpFT; Sun, 15 Jan 2023 19:56:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inventati.org; s=stigmate; t=1673812581; bh=dQq3wzhey7OazW3U6U66JgyBDEzobxF1pvWAzwm+EYU=; h=From:To:Cc:Subject:Date:From; b=iP7kW3uq+nS7nE8Z91ZrUkKgZNxVRW90JaPNPbEyMlFfUJJNeBXzodUjECsXwjEjC 2DNPWtr7hNmh8XSJiZXvOgxbgVys00XJS+Kwx8oR80uZ72OcbsYoyWmt9ixvqIHlto VfxcsFe5aI36vZmm3dfLi/ttOCAHnYhwsl1LVDGE= Received: from [82.94.249.234] (mx3.investici.org [82.94.249.234]) (Authenticated sender: cayetano.santos@inventati.org) by localhost (Postfix) with ESMTPSA id 4Nw5WT1c1FzGpDr; Sun, 15 Jan 2023 19:56:21 +0000 (UTC) Date: Sun, 15 Jan 2023 20:55:48 +0100 Message-Id: <6b61018dd00af8b0ea1a53ccda6dd696beeb5b03.1673812548.git.csantosb@inventati.org> X-Mailer: git-send-email 2.38.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=82.94.249.234; envelope-from=csantosb@inventati.org; helo=latitanza.investici.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, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Mailman-Approved-At: Sun, 15 Jan 2023 16:20:16 -0500 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-Mailman-Approved-At: Sun, 15 Jan 2023 16:31:14 -0500 X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-to: csantosb@inventati.org X-ACL-Warn: , csantosb--- via Guix-patches From: csantosb--- via Guix-patches via Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Country: US X-Migadu-Flow: FLOW_IN ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=inventati.org header.s=stigmate header.b=iP7kW3uq; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=pass (policy=none) header.from=gnu.org ARC-Seal: i=1; s=key1; d=yhetil.org; t=1673818300; a=rsa-sha256; cv=none; b=cFR99YjdYCPCVAcNYi9QGHeU+wR1CbAlm67looxYkD7n8URxK56VNYL9lhPU13/QI/XWVE Ipjatj+WlQ2iYahpUUazC2n3n4fwBuYs1hmntCY80fSMyHLr9xCv2Hz9gQhnajHxWJNm8w BeH53H0Yjh/1iaR2DCqHSPXU4bbuIsKa1l50230e0zvoo8+i7xgkPxovV6GdSTq56AnIEn imiokEfDtWE+G5XbwwOVco5zdeq4r+giQz1vwokId/EpjJwBFIr/hgd2tLzejU3z4rBYUS mAk/Tl4PvL5L1i5ZPsCCKn3Cm/UMbS63pGBWNqbjJBkYyevi9cPepbyXZOJigA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1673818300; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:list-id:list-help: list-unsubscribe:list-subscribe:list-post:dkim-signature; bh=dQq3wzhey7OazW3U6U66JgyBDEzobxF1pvWAzwm+EYU=; b=L+sT55BbUKbuoLMtudFaXzNm1gJSZQhynXQHc87lcTzqfG95dqVeaLCTmdQh6FKzlcd5/+ GxLqPBOPUJN6a0DJWs10BflI5hoLOaazTJq/sY7VUNoiGOTrb4Zj1Esu2ANKNOpj+L5fW2 wMqWBgY/qMcdKuHh3HBz840IBdg1ox8SqhkPQXFzglumAD9Tr2emssSY63wh9PXhz/HYzX 9kWLpXk6lqG0oQkVXiJ6grTWTS3+ybV1vNxkq6JDwCvJXRNhv4dAnXuDm+hzNHUn2kti89 T23RMSmtD4wcdu7WgaZVXTZdgED47QCU0irb9nO/9ayyFjeIYVXCb8qbU8JK0A== X-Migadu-Queue-Id: 4D37E32BB2 X-Migadu-Scanner: scn0.migadu.com Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=inventati.org header.s=stigmate header.b=iP7kW3uq; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=pass (policy=none) header.from=gnu.org X-Migadu-Spam-Score: -3.32 X-Spam-Score: -3.32 X-TUID: yK1EVvEh6504 From: Cayetano Santos --- gnu/packages/emacs-xyz.scm | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) 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") -- 2.38.1