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 2/2] gnu: Add emacs-slite.
Date: Wed, 23 Aug 2023 19:48:44 +0200	[thread overview]
Message-ID: <9d1940eb5c8adfa295f690d451c04ec2beb3bb87.1692810936.git.mail@ykonai.net> (raw)
In-Reply-To: <cover.1692810936.git.mail@ykonai.net>

* gnu/packages/emacs-xyz.scm (emacs-slite): New variable.
---
 gnu/packages/emacs-xyz.scm | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 977d553ea5..06682e2227 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -9757,6 +9757,21 @@ (define-public emacs-slime
 for compilation, debugging, documentation lookup, and so on.")
     (license (list license:gpl2+ license:public-domain))))
 
+(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 emacs-popup
   (package
     (name "emacs-popup")
-- 
2.41.0





  parent reply	other threads:[~2023-08-23 17:50 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 ` ykonai via Guix-patches via [this message]
2023-09-17 13:30   ` [bug#65477] [PATCH 0/2] Add emacs-slite 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   ` [bug#65477] [PATCH v2 2/2] gnu: Add emacs-slite ykonai via Guix-patches via
2023-10-19 20:02   ` bug#65477: [PATCH v2 1/2] gnu: Add cl-slite 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=9d1940eb5c8adfa295f690d451c04ec2beb3bb87.1692810936.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.