GNU bug report logs -
#59492
[PATCH 1/2] gnu: Add emacs-inspector.
Previous Next
Reported by: jgart <jgart <at> dismail.de>
Date: Tue, 22 Nov 2022 21:18:02 UTC
Severity: normal
Tags: patch
Done: Christopher Baines <mail <at> cbaines.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/emacs-xyz.scm (emacs-inspector): New variable.
---
gnu/packages/emacs-xyz.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index aff66c9a34..9c67e40add 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -554,6 +554,30 @@ (define-public emacs-telephone-line
configuration language which makes it trivial to write your own themes.")
(license license:gpl3+))))
+(define-public emacs-inspector
+ (let ((commit "0e89d28558f57db4519f154bb72ce617a8c6265d")
+ (revision "0"))
+ (package
+ (name "emacs-inspector")
+ (version (git-version "0.3" revision commit))
+ (source
+ (origin
+ (uri (git-reference
+ (url "https://github.com/mmontone/emacs-inspector")
+ (commit commit)))
+ (method git-fetch)
+ (sha256
+ (base32 "0n72sqn29b5sya686cicgp40mkk5x5821b7bw4zs6dcl82cyij5n"))
+ (file-name (git-file-name name version))))
+ (build-system emacs-build-system)
+ (propagated-inputs (list emacs-treeview))
+ (home-page "https://github.com/mmontone/emacs-inspector")
+ (synopsis "Inspection tool for Emacs Lisp objects")
+ (description
+"This package provides an introspection tool similar to those found in
+Common Lisp or Smalltalk, but for Emacs Lisp.")
+ (license license:gpl3+))))
+
(define-public emacs-terminal-here
(package
(name "emacs-terminal-here")
--
2.38.1
This bug report was last modified 2 years and 186 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.