GNU bug report logs -
#69896
[PATCH] gnu: Add emacs-noman.
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Mon, 15 Apr 2024 12:15:46 +0200
with message-id <878r1flynh.fsf <at> nicolasgoaziou.fr>
and subject line Re: [bug#69896] [PATCH v4] gnu: Add emacs-noman.
has caused the debbugs.gnu.org bug report #69896,
regarding [PATCH] gnu: Add emacs-noman.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
69896: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=69896
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* gnu/packages/emacs-xyz.scm (emacs-noman): New variable.
Change-Id: I4ef3de3723025832c6b6eae47de67c3377366602
---
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 83e79544ee..a5b9973f0a 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -5434,6 +5434,30 @@ (define-public emacs-mmt
Lisp developers who want to write macros with convenience.")
(license license:gpl3+)))
+(define-public emacs-noman
+ (let ((commit "d49ab414c1c6d08a8a9552db27adac0648b282f7")
+ (revision "0"))
+ (package
+ (name "emacs-noman")
+ (home-page "https://github.com/andykuszyk/noman.el")
+ (version (git-version "0.2" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url home-page)
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0kcjma1snma17dj32smg75wikwhagn0g14jghhkr8xij429ddsn8"))))
+ (build-system emacs-build-system)
+ (synopsis "Emacs package for browsing CLI command docs without man pages")
+ (description
+ "@code{noman} is an Emacs package that parses command line help from
+flags like @code{--help}, and presents it in an easy-to-navigate Emacs
+buffer.")
+ (license license:gpl3+))))
+
(define-public emacs-tablist
(package
(name "emacs-tablist")
base-commit: c8556379c3f2d3d095a178858915720f2eebc012
--
2.44.0
[Message part 3 (message/rfc822, inline)]
Hello,
"Suhail Singh" <suhailsingh247 <at> gmail.com> writes:
> * gnu/packages/emacs-xyz.scm (emacs-noman): New variable.
Applied, thank you.
> +(define-public emacs-noman
> + (package
> + (name "emacs-noman")
> + (home-page "https://github.com/andykuszyk/noman.el")
> + (version "0.3")
> + (source
> + (origin
> + (method git-fetch)
> + (uri (git-reference
> + (url home-page)
Nitpick: I admit I am not a huge fan of the "home-page hack", because it
introduces a non-obvious relationship between source and home-page. So
I took the liberty of following standard practices here.
Regards,
--
Nicolas Goaziou
This bug report was last modified 1 year and 40 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.