GNU bug report logs - #31517
[PATCH 02/21] gnu: emacs-esh-autosuggest: New variable.

Previous Next

Package: guix-patches;

Reported by: Pierre Neidhardt <ambrevar <at> gmail.com>

Date: Fri, 18 May 2018 18:50:20 UTC

Severity: normal

Tags: patch

Done: Ricardo Wurmus <rekado <at> elephly.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Ricardo Wurmus <rekado <at> elephly.net>
To: Pierre Neidhardt <ambrevar <at> gmail.com>
Cc: 31517 <at> debbugs.gnu.org
Subject: [bug#31517] [PATCH 02/21] gnu: emacs-esh-autosuggest: New variable.
Date: Mon, 21 May 2018 22:19:37 +0200
Hi Pierre,

> * gnu/packages/emacs.scm (emacs-esh-autosuggest): New variable.
> ---
>  gnu/packages/emacs.scm | 28 ++++++++++++++++++++++++++++
>  1 file changed, 28 insertions(+)
>
> diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
> index 10bf4c355..b84c58e2e 100644
> --- a/gnu/packages/emacs.scm
> +++ b/gnu/packages/emacs.scm
> @@ -10487,3 +10487,31 @@ daemons (services) for those getting tired of typing out @code{sudo service
>  my_thing reload} all the time.  It's offers a consistent UI over different
>  init systems.")
>      (license license:gpl3+)))
> +
> +(define-public emacs-esh-autosuggest
> +  (package
> +    (name "emacs-esh-autosuggest")
> +    (version "2.0.0")
> +    (source
> +     (origin
> +       (method url-fetch)
> +       (uri (string-append "https://github.com/dieggsy/esh-autosuggest/archive/"
> +                           version ".tar.gz"))
> +       (file-name (string-append name "-" version "-checkout"))

The same comment as for “emacs-daemons” applies here.  Could you please
change this in all of your patches?

-- 
Ricardo






This bug report was last modified 7 years and 94 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.