From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:306:2d92::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id gEIWGPaRFGUpKwEAauVa8A:P1 (envelope-from ) for ; Wed, 27 Sep 2023 22:35:02 +0200 Received: from aspmx1.migadu.com ([2001:41d0:306:2d92::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id gEIWGPaRFGUpKwEAauVa8A (envelope-from ) for ; Wed, 27 Sep 2023 22:35:02 +0200 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 E75C647461 for ; Wed, 27 Sep 2023 22:35:01 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=ykonai.net header.s=dkim header.b=GOEIeOxk; 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-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1695846902; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=poux+ft9rO0W2r4TLXxhgGsXQ9tcy97u90JgKx2DRks=; b=hulnaB3JLOJlh73LBZg9YvfMy1DxmRfUX7m9fKaN9xGF6QHcs5MLTLIA1Jy+Qf5oESA6LH K5/ryipFKY8K9+Td4SWw9QUb9t2lDmViFjGRwRDmMeA+qJgp/eyPLQbLAbSWh6RANyI56F J2Za7MQQUEOnGjPBAsGG2XFuSlepMV0zpeX4QCYjomsNnunLDlWPOzagY6xNtVmKd+xCsF qmJLIwEYZ70GH7KVEAYbPcForIfcEdyMexBGI+3oeArxY2bB6QxasEi3lRgjwuLnTU89Xe pzeh5XJBpeI9CpchLoLqv0pJLA5OE5sB6mB8DwkGXSQ6aU++Oifhe4zkEs0zXA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=ykonai.net header.s=dkim header.b=GOEIeOxk; 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=1695846902; a=rsa-sha256; cv=none; b=Pt7G2wjIOO3A4CSsRNw6xBMkNZKi04XswUfbxCtc2yyseJeUEHMwb6wv2o9bwjqo2UM+6o 7w3AKoN2OEnF6dIx/x1mFveK+VUEkWgei8g4+Uo1gYiWO7hgtlC6R4+LrpqAFdZmwSt1R1 vY8gSfdjXebqIxWmoovROdrrYDPoGdruxJhHzaVLKr7Gn5Q1i6oEcVvsH1O5CGwNhxXFTL Kom3wRcljYUVglspNrQUFP4iA8zg6nXvEJlJ5on1crA9O+TU3i3mtbkbNzsqYh2jixUPF7 7P3Ro8MYSLpOdyo+6xRJkc0XR7IT4T8bp/FNc8DAzdHzClSp5l/KD536u1pbIA== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qlbFD-0007pm-B1; Wed, 27 Sep 2023 16:34:51 -0400 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 1qlbFA-0007k5-JQ for guix-patches@gnu.org; Wed, 27 Sep 2023 16:34:49 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1qlbFA-0001Qx-4m for guix-patches@gnu.org; Wed, 27 Sep 2023 16:34:48 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qlbFN-000590-Sf for guix-patches@gnu.org; Wed, 27 Sep 2023 16:35:01 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#65477] [PATCH v2 2/2] gnu: Add emacs-slite. Resent-From: ykonai Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 27 Sep 2023 20:35:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 65477 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 65477@debbugs.gnu.org Received: via spool by 65477-submit@debbugs.gnu.org id=B65477.169584684919705 (code B ref 65477); Wed, 27 Sep 2023 20:35:01 +0000 Received: (at 65477) by debbugs.gnu.org; 27 Sep 2023 20:34:09 +0000 Received: from localhost ([127.0.0.1]:52578 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qlbEW-00057l-C6 for submit@debbugs.gnu.org; Wed, 27 Sep 2023 16:34:09 -0400 Received: from mail.ykonai.net ([2605:6400:10:1424:8f2:1eb3:b35b:fe2d]:49832) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qlbEJ-00056m-TJ for 65477@debbugs.gnu.org; Wed, 27 Sep 2023 16:34:07 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ykonai.net; s=dkim; t=1695846814; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=poux+ft9rO0W2r4TLXxhgGsXQ9tcy97u90JgKx2DRks=; b=GOEIeOxk7RL4Qno1G8DerSpyPy1KwXpZiRylPepwQh6zJm78b0JOSeoU7I0MKAvNx6CqYx hu9sRnD0LEeRV2DfNA88xvp6rEVAqyD+yBgvh9Uh2gIWaXrOo5kObv3Kwrwi3C6Ugysas2 EpyeOvIzu43JiHTLjsPIi/8FwZkTkn0MKpf03qcki2fEnmK3QH1Qf1RDw2IU3BFbepUo5e hBYPQ+QJpHYm79i4dhDFTzZtEWXxCq5sdRS13J+2suQhSbIrA0OcMrXJ2nKlfcdimeFaYK eeC8Op4+s+SL4Z/bBvG/MtMkz2r8wNwXqvhrkYDKCyvh5nJIridFhQA/RYJQtw== Received: by mail.ykonai.net (OpenSMTPD) with ESMTPSA id e9df8714 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for <65477@debbugs.gnu.org>; Wed, 27 Sep 2023 20:33:33 +0000 (UTC) Date: Wed, 27 Sep 2023 22:33:14 +0200 Message-ID: X-Mailer: git-send-email 2.41.0 In-Reply-To: <31ccdfcb77fe881b5720b640f4851ac51d2c1218.1695846794.git.mail@ykonai.net> References: <31ccdfcb77fe881b5720b640f4851ac51d2c1218.1695846794.git.mail@ykonai.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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: ykonai X-ACL-Warn: , ykonai via Guix-patches From: ykonai 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-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Spam-Score: -6.20 X-Migadu-Scanner: mx2.migadu.com X-Migadu-Queue-Id: E75C647461 X-Spam-Score: -6.20 X-TUID: jld6OyLZVweu * gnu/packages/lisp-xyz.scm (emacs-slite): New variable. The package is within lisp-xyz.scm due to inheriting from sbcl-slite (as it is really one project, with an CL part and an Emacs part). --- gnu/packages/lisp-xyz.scm | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index 6f9a942a30..5cd9a61680 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -72,6 +72,7 @@ (define-module (gnu packages lisp-xyz) #:use-module (guix build-system asdf) #:use-module (guix build-system gnu) #:use-module (guix build-system trivial) + #:use-module (guix build-system emacs) #:use-module (gnu packages audio) #:use-module (gnu packages base) #:use-module (gnu packages c) @@ -27361,6 +27362,21 @@ (define-public cl-slite (define-public ecl-slite (sbcl-package->ecl-package sbcl-slite)) +(define-public emacs-slite + (package + (inherit sbcl-slite) + (name "emacs-slite") + (build-system emacs-build-system) + (synopsis "SLIme-based TEst runner for FiveAM and Parachute Tests") + (description + "Slite interactively runs your Common Lisp tests (currently only FiveAM +and Parachute are supported). It allows you to see the summary of test +failures, jump to test definitions, rerun tests with debugger all from inside +Emacs. + +In order to work, this also requires the slite Common Lisp system to be +present. See the code@{*cl-slite packages}."))) + (define-public sbcl-parseq (package (name "sbcl-parseq") -- 2.41.0