GNU bug report logs -
#31509
[PATCH 03/21] gnu: emacs-evil-ediff: New variable.
Previous Next
Reported by: Pierre Neidhardt <ambrevar <at> gmail.com>
Date: Fri, 18 May 2018 18:50:11 UTC
Severity: normal
Tags: patch
Done: ludo <at> gnu.org (Ludovic Courtès)
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 31509 in the body.
You can then email your comments to 31509 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#31509
; Package
guix-patches
.
(Fri, 18 May 2018 18:50:11 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Pierre Neidhardt <ambrevar <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Fri, 18 May 2018 18:50:11 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/emacs.scm (emacs-evil-ediff): New variable.
---
gnu/packages/emacs.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index b84c58e2e..fd2fc54fc 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -10515,3 +10515,27 @@ Unless you're using @code{use-package}'s hook keyword, you can enable the
autosuggestions with:
@code{(add-hook 'eshell-mode-hook #'esh-autosuggest-mode)}")
(license license:gpl3+)))
+
+(define-public emacs-evil-ediff
+ (package
+ (name "emacs-evil-ediff")
+ (version "20170724.1223")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "https://melpa.org/packages/evil-ediff-"
+ version
+ ".el"))
+ (sha256
+ (base32
+ "1sinr8r8iiimacr2szpz8ln32ngjar7ix8pvaiiz05i8g2xy7d57"))))
+ (build-system emacs-build-system)
+ (propagated-inputs `(("emacs-evil" ,emacs-evil)))
+ (home-page "https://github.com/emacs-evil/evil-ediff")
+ (synopsis "Make ediff a little evil")
+ (description
+ "Make ediff a little evil. This configures ediff to be friendlier to
+users of vim-like keybindings. Consult the help buffer for more
+information.")
+ (license license:gpl3+)))
--
2.17.0
Reply sent
to
ludo <at> gnu.org (Ludovic Courtès)
:
You have taken responsibility.
(Thu, 31 May 2018 15:48:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
Pierre Neidhardt <ambrevar <at> gmail.com>
:
bug acknowledged by developer.
(Thu, 31 May 2018 15:48:01 GMT)
Full text and
rfc822 format available.
Message #10 received at 31509-done <at> debbugs.gnu.org (full text, mbox):
Pierre Neidhardt <ambrevar <at> gmail.com> skribis:
> * gnu/packages/emacs.scm (emacs-evil-ediff): New variable.
Applied, thanks!
Did not alter fixed versions and reopened.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Thu, 31 May 2018 15:52:01 GMT)
Full text and
rfc822 format available.
Information forwarded
to
guix-patches <at> gnu.org
:
bug#31509
; Package
guix-patches
.
(Thu, 31 May 2018 15:55:01 GMT)
Full text and
rfc822 format available.
Message #15 received at 31509 <at> debbugs.gnu.org (full text, mbox):
Pierre Neidhardt <ambrevar <at> gmail.com> skribis:
> * gnu/packages/emacs.scm (emacs-evil-ediff): New variable.
Actually we’re not done. :-/
> + (uri (string-append
> + "https://melpa.org/packages/evil-ediff-"
> + version
> + ".el"))
We cannot use melpa.org URLs because they are highly volatile. For
instance, the URL for evil-magit.el in the patch that you sent is
already 404.
That’s why we instead refer to upstream URLs (on GitHub or other hosting
sites.)
Could you resent this series with such URLs? I understand it’s
cumbersome but it’s really important if we want to be able to build
these things even just a couple of weeks from now.
(Please send each updated patch to the right NNN <at> debbugs.gnu.org
address.)
Thanks in advance,
Ludo’.
Information forwarded
to
guix-patches <at> gnu.org
:
bug#31509
; Package
guix-patches
.
(Thu, 31 May 2018 15:58:02 GMT)
Full text and
rfc822 format available.
Message #18 received at 31509 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Indeed...
But then we should urgently modify `guix import elpa` accordingly ;)
I'll resubmit the patches as soon as possible.
--
Pierre Neidhardt
[signature.asc (application/pgp-signature, inline)]
Information forwarded
to
guix-patches <at> gnu.org
:
bug#31509
; Package
guix-patches
.
(Fri, 01 Jun 2018 07:45:01 GMT)
Full text and
rfc822 format available.
Message #21 received at 31509 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/emacs.scm (emacs-evil-ediff): New variable.
---
gnu/packages/emacs.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 90b7fb2ca..0c2081c90 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -10600,3 +10600,27 @@ This code is still alpha.")
and the Zotero research assistant: Insertion of links to Zotero items into an
Org-mode file, and citations of Zotero items in Pandoc Markdown files.")
(license license:gpl3+)))
+
+(define-public emacs-evil-ediff
+ (package
+ (name "emacs-evil-ediff")
+ (version "20170724")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "https://github.com/emacs-evil/evil-ediff/archive/"
+ "67b0e69f65c196eff5b39dacb7a9ec05bb919c74"
+ ".tar.gz"))
+ (sha256
+ (base32
+ "0j2x26zfc6md54mjf76qpybil4yal70lp5bifcz62l1f8fc1vvlq"))))
+ (build-system emacs-build-system)
+ (propagated-inputs `(("emacs-evil" ,emacs-evil)))
+ (home-page "https://github.com/emacs-evil/evil-ediff")
+ (synopsis "Make Ediff a little evil")
+ (description
+ "Make Ediff a little evil. This configures Ediff to be friendlier to
+users of Vim-like keybindings. Consult the help buffer for more
+information.")
+ (license license:gpl3+)))
--
2.17.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#31509
; Package
guix-patches
.
(Fri, 01 Jun 2018 08:00:02 GMT)
Full text and
rfc822 format available.
Message #24 received at 31509 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
I've sent all updated patches to their respective NNN <at> debbugs.gnu.org.
Sorry for the mess :(
(And I hope I didn't make it any worse.)
--
Pierre Neidhardt
[signature.asc (application/pgp-signature, inline)]
Information forwarded
to
guix-patches <at> gnu.org
:
bug#31509
; Package
guix-patches
.
(Fri, 01 Jun 2018 12:15:02 GMT)
Full text and
rfc822 format available.
Message #27 received at 31509 <at> debbugs.gnu.org (full text, mbox):
Pierre Neidhardt <ambrevar <at> gmail.com> skribis:
> Indeed...
>
> But then we should urgently modify `guix import elpa` accordingly ;)
Unfortunately I don’t think the “real” upstream URLs can be
automatically inferred.
Ludo’.
Information forwarded
to
guix-patches <at> gnu.org
:
bug#31509
; Package
guix-patches
.
(Fri, 01 Jun 2018 13:53:02 GMT)
Full text and
rfc822 format available.
Message #30 received at 31509 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
I haven't looked into the details, but why not?
I think all MELPA packages have an upstream URL.
--
Pierre Neidhardt
[signature.asc (application/pgp-signature, inline)]
Reply sent
to
ludo <at> gnu.org (Ludovic Courtès)
:
You have taken responsibility.
(Sat, 02 Jun 2018 13:48:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Pierre Neidhardt <ambrevar <at> gmail.com>
:
bug acknowledged by developer.
(Sat, 02 Jun 2018 13:48:02 GMT)
Full text and
rfc822 format available.
Message #35 received at 31509-done <at> debbugs.gnu.org (full text, mbox):
Pierre Neidhardt <ambrevar <at> gmail.com> skribis:
> * gnu/packages/emacs.scm (emacs-evil-ediff): New variable.
Applied, thanks!
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sun, 01 Jul 2018 11:24:04 GMT)
Full text and
rfc822 format available.
This bug report was last modified 7 years and 83 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.