unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Alex Kost <alezost@gmail.com>
To: Ricardo Wurmus <rekado@elephly.net>
Cc: guix-devel@gnu.org
Subject: Re: [PATCH 12/17] gnu: Add emacs-shut-up.
Date: Fri, 15 Jul 2016 17:37:33 +0300	[thread overview]
Message-ID: <87mvljx902.fsf@gmail.com> (raw)
In-Reply-To: <20160712210514.21310-13-rekado@elephly.net> (Ricardo Wurmus's message of "Tue, 12 Jul 2016 23:05:09 +0200")

Ricardo Wurmus (2016-07-13 00:05 +0300) wrote:

> * gnu/packages/emacs.scm (emacs-shut-up): New variable.
> ---
>  gnu/packages/emacs.scm | 23 +++++++++++++++++++++++
>  1 file changed, 23 insertions(+)
>
>
> diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
> index 2dd886f..ed3a1e3 100644
> --- a/gnu/packages/emacs.scm
> +++ b/gnu/packages/emacs.scm
> @@ -1395,6 +1395,29 @@ column by drawing a thin line down the length of the editing window.")
>  IRC bouncer with ERC.")
>      (license license:expat)))
>  
> +(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)
> +    (propagated-inputs
> +     `(("emacs-f" ,emacs-f)
> +       ("emacs-s" ,emacs-s)))

"f" and "s" are only for "test" subdir and they have no effect on the
package itself ("shut-up.el" file).  The only benefit is that
"test/test-helper.el" file is compiled, but it doesn't give anything to
the end user.  So I would remove them (at least they shouldn't be
propagated).

> +    (home-page "https://github.com/cask/shut-up")
> +    (synopsis "Silence Emacs")
> +    (description "This package silences most output of Emacs when running an
> +Emacs shell script.")
> +    (license license:expat)))
> +
>  (define-public emacs-paren-face
>    (package
>      (name "emacs-paren-face")

-- 
Alex

  reply	other threads:[~2016-07-15 14:37 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-12 21:04 [PATCH 00/17] Emacs packages! Ricardo Wurmus
2016-07-12 21:04 ` [PATCH 01/17] gnu: Add emacs-el-mock Ricardo Wurmus
2016-07-12 21:04 ` [PATCH 02/17] gnu: Add emacs-espuds Ricardo Wurmus
2016-07-15 14:14   ` Alex Kost
2016-07-12 21:05 ` [PATCH 03/17] gnu: Add emacs-expand-region Ricardo Wurmus
2016-07-15 14:25   ` Alex Kost
2016-07-12 21:05 ` [PATCH 04/17] gnu: Add emacs-fill-column-indicator Ricardo Wurmus
2016-07-12 21:05 ` [PATCH 05/17] gnu: Add emacs-znc Ricardo Wurmus
2016-07-12 21:05 ` [PATCH 06/17] gnu: Add emacs-paren-face Ricardo Wurmus
2016-07-12 21:05 ` [PATCH 07/17] gnu: Add emacs-page-break-lines Ricardo Wurmus
2016-07-12 21:05 ` [PATCH 08/17] gnu: Add emacs-simple-httpd Ricardo Wurmus
2016-07-12 21:05 ` [PATCH 09/17] gnu: Add emacs-skewer-mode Ricardo Wurmus
2016-07-12 21:05 ` [PATCH 10/17] gnu: Add emacs-rich-minority Ricardo Wurmus
2016-07-12 21:05 ` [PATCH 11/17] gnu: Add emacs-smart-mode-line Ricardo Wurmus
2016-07-12 21:05 ` [PATCH 12/17] gnu: Add emacs-shut-up Ricardo Wurmus
2016-07-15 14:37   ` Alex Kost [this message]
2016-07-12 21:05 ` [PATCH 13/17] gnu: Add emacs-undercover Ricardo Wurmus
2016-07-15 14:40   ` Alex Kost
2016-07-12 21:05 ` [PATCH 14/17] gnu: Add emacs-shell-switcher Ricardo Wurmus
2016-07-15 14:44   ` Alex Kost
2016-07-12 21:05 ` [PATCH 15/17] gnu: Add emacs-tagedit Ricardo Wurmus
2016-07-15 14:47   ` Alex Kost
2016-07-12 21:05 ` [PATCH 16/17] gnu: Add emacs-perspective Ricardo Wurmus
2016-07-12 21:05 ` [PATCH 17/17] gnu: Add emacs-solarized-theme Ricardo Wurmus
2016-07-13 17:33   ` Roel Janssen
2016-07-13 19:13     ` Ricardo Wurmus
2016-07-13 20:50       ` Roel Janssen
2016-07-15 13:55         ` Alex Kost
2016-07-15 13:57   ` Alex Kost
2016-07-20  7:07     ` Alex Kost
2016-07-20 20:01       ` Ricardo Wurmus
2016-07-13 17:23 ` [PATCH 00/17] Emacs packages! Roel Janssen
2016-07-13 19:35   ` Ricardo Wurmus
2016-07-15 16:07   ` Ludovic Courtès
2016-07-15 14:49 ` Alex Kost
2016-07-16 15:31   ` Ricardo Wurmus

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

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87mvljx902.fsf@gmail.com \
    --to=alezost@gmail.com \
    --cc=guix-devel@gnu.org \
    --cc=rekado@elephly.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 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).