GNU bug report logs -
#32556
[PATCH 1/3] gnu: emacs-shut-up: New variable.
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Sun, 02 Sep 2018 16:56:12 +0200
with message-id <874lf87xtf.fsf <at> gnu.org>
and subject line Re: [bug#32556] [PATCH 1/3] gnu: emacs-shut-up: New variable.
has caused the debbugs.gnu.org bug report #32556,
regarding [PATCH 1/3] gnu: emacs-shut-up: New variable.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
32556: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=32556
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* gnu/packages/emacs.scm (emacs-shut-up): New variable.
---
gnu/packages/emacs.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 6d34f626a..5c018a7dd 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -9027,6 +9027,27 @@ dumb text search, @code{elisp-refs} actually parses the code, so it's never
confused by comments or @code{foo-bar} matching @code{foo}.")
(license license:gpl3+)))
+(define-public emacs-shut-up
+ (package
+ (name "emacs-shut-up")
+ (version "0.3.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "https://github.com/cask/shut-up/archive/v"
+ version ".tar.gz"))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32
+ "09kzrjdkb569iviyg7ydwq44yh84m3f9hkl7jizfrlk0w4gz67d1"))))
+ (build-system emacs-build-system)
+ (home-page "https://github.com/cask/shut-up")
+ (synopsis "Suppress output from function calls")
+ (description "An Emacs Lisp macro that suppresses message output
+for the duration of execution of its body. Primarily intended for
+suppressing useless output when executing shell scripts.")
+ (license license:gpl3+)))
+
(define-public emacs-crux
(let ((commit "4f5c8fefd5a6aa52e128c4a0401cc86410d6ac8f")
(revision "1"))
--
2.18.0
[Message part 3 (message/rfc822, inline)]
Hi Konrad,
Konrad Hinsen <konrad.hinsen <at> fastmail.net> skribis:
> * gnu/packages/emacs.scm (emacs-shut-up): New variable.
This package is already available. :-)
Ludo’.
This bug report was last modified 6 years and 324 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.