unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Alex Kost <alezost@gmail.com>
To: Christopher Baines <mail@cbaines.net>
Cc: guix-devel@gnu.org
Subject: Re: [PATCH] gnu: Add emacs-ag
Date: Sun, 15 Jan 2017 22:13:45 +0300	[thread overview]
Message-ID: <87ziisqgpi.fsf@gmail.com> (raw)
In-Reply-To: <20170115112534.17568-1-mail@cbaines.net> (Christopher Baines's message of "Sun, 15 Jan 2017 11:25:34 +0000")

Christopher Baines (2017-01-15 11:25 +0000) wrote:

> * gnu/packages/emacs.scm (emacs-ag): New variable.
> ---
>  gnu/packages/emacs.scm | 27 +++++++++++++++++++++++++++
>  1 file changed, 27 insertions(+)
>
> diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
> index 50cea7685..6933dcc35 100644
> --- a/gnu/packages/emacs.scm
> +++ b/gnu/packages/emacs.scm
> @@ -46,6 +46,7 @@
>    #:use-module (guix build-system glib-or-gtk)
>    #:use-module (guix build-system trivial)
>    #:use-module (gnu packages)
> +  #:use-module (gnu packages code)
>    #:use-module (gnu packages guile)
>    #:use-module (gnu packages gtk)
>    #:use-module (gnu packages gnome)
> @@ -1066,6 +1067,32 @@ like.  It can be linked with various Emacs mail clients (Message and Mail
>  mode, Rmail, Gnus, MH-E, and VM).  BBDB is fully customizable.")
>      (license license:gpl3+)))
>  
> +(define-public emacs-ag
> +  (package
> +    (name "emacs-ag")
> +    (version "0.47")
> +    (source (origin
> +             (method url-fetch)
> +             (uri (string-append
> +                   "https://github.com/Wilfred/ag.el/archive/"
> +                   version ".tar.gz"))
> +             (file-name (string-append name "-" version ".tar.gz"))
> +             (sha256
> +              (base32
> +               "1rlmp6wnyhqfg86dbz17r914msp58favn4kd4yrdwyia265a4lar"))))
> +    (build-system emacs-build-system)
> +    (propagated-inputs
> +     `(("the-silver-searcher" ,the-silver-searcher)

Is it propagated just because "ag" executable is needed?  If so, then
it's better to keep it in 'inputs' and to change the value of
'ag-executable' variable (in "ag.el") using 'emacs-substitute-variables'.
See 'emacs-slime', 'emacs-w3m', etc. for examples.

> +       ("dash" ,emacs-dash)
> +       ("s" ,emacs-s)))
> +    (home-page "https://github.com/Wilfred/ag.el")
> +    (synopsis "Front-end for ag (the-silver-searcher) for Emacs")
> +    (description "This package provides the ability to use the silver
> +searcher, also called @code{ag}.  Features include version control system
> +awareness, use of Perl compatible regular expressions, editing the search
> +results directly and searching file names rather than the contents of files.")
> +    (license license:gpl3+)))
> +
>  (define-public emacs-async
>    (package
>      (name "emacs-async")

-- 
Alex

  parent reply	other threads:[~2017-01-15 19:13 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-15 11:25 [PATCH] gnu: Add emacs-ag Christopher Baines
2017-01-15 15:53 ` Hartmut Goebel
2017-01-15 16:13   ` ng0
2017-01-15 17:00     ` Hartmut Goebel
2017-01-15 18:01       ` ng0
2017-01-17 20:08         ` Christopher Baines
2017-01-18 10:04           ` Alex Kost
2017-01-15 19:13 ` Alex Kost [this message]
2017-01-17 20:09   ` Christopher Baines
2017-01-17 19:57 ` Christopher Baines
2017-01-17 20:07   ` Christopher Baines

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=87ziisqgpi.fsf@gmail.com \
    --to=alezost@gmail.com \
    --cc=guix-devel@gnu.org \
    --cc=mail@cbaines.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).