unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#32556] [PATCH 1/3] gnu: emacs-shut-up: New variable.
@ 2018-08-28 12:59 Konrad Hinsen
  2018-09-02 14:56 ` bug#32556: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Konrad Hinsen @ 2018-08-28 12:59 UTC (permalink / raw)
  To: 32556

* 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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#32556: [PATCH 1/3] gnu: emacs-shut-up: New variable.
  2018-08-28 12:59 [bug#32556] [PATCH 1/3] gnu: emacs-shut-up: New variable Konrad Hinsen
@ 2018-09-02 14:56 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2018-09-02 14:56 UTC (permalink / raw)
  To: Konrad Hinsen; +Cc: 32556-done

Hi Konrad,

Konrad Hinsen <konrad.hinsen@fastmail.net> skribis:

> * gnu/packages/emacs.scm (emacs-shut-up): New variable.

This package is already available.  :-)

Ludo’.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-09-02 14:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-28 12:59 [bug#32556] [PATCH 1/3] gnu: emacs-shut-up: New variable Konrad Hinsen
2018-09-02 14:56 ` bug#32556: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).