all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: ykonai via Guix-patches via <guix-patches@gnu.org>
To: 65477@debbugs.gnu.org
Subject: [bug#65477] [PATCH v2 2/2] gnu: Add emacs-slite.
Date: Wed, 27 Sep 2023 22:33:14 +0200	[thread overview]
Message-ID: <a420186bcb0d5137bfa3cee1f2aae4a2e62eded8.1695846794.git.mail@ykonai.net> (raw)
In-Reply-To: <31ccdfcb77fe881b5720b640f4851ac51d2c1218.1695846794.git.mail@ykonai.net>

* 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





  reply	other threads:[~2023-09-27 20:35 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-23 17:44 [bug#65477] [PATCH 0/2] Add emacs-slite ykonai via Guix-patches via
2023-08-23 17:48 ` [bug#65477] [PATCH 1/2] gnu: Add cl-slite ykonai via Guix-patches via
2023-08-23 17:48 ` [bug#65477] [PATCH 2/2] gnu: Add emacs-slite ykonai via Guix-patches via
2023-09-17 13:30   ` [bug#65477] [PATCH 0/2] " Ludovic Courtès
2023-09-27 20:36     ` ykonai via Guix-patches via
2023-09-27 20:33 ` [bug#65477] [PATCH v2 1/2] gnu: Add cl-slite ykonai via Guix-patches via
2023-09-27 20:33   ` ykonai via Guix-patches via [this message]
2023-10-19 20:02   ` bug#65477: " Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=a420186bcb0d5137bfa3cee1f2aae4a2e62eded8.1695846794.git.mail@ykonai.net \
    --to=guix-patches@gnu.org \
    --cc=65477@debbugs.gnu.org \
    --cc=mail@ykonai.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.