GNU bug report logs -
#30488
[PATCH] gnu: Add emacs-edit-indirect.
Previous Next
Reported by: Oleg Pykhalov <go.wigust <at> gmail.com>
Date: Fri, 16 Feb 2018 17:10:01 UTC
Severity: normal
Tags: patch
Done: Oleg Pykhalov <go.wigust <at> gmail.com>
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 30488 in the body.
You can then email your comments to 30488 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#30488
; Package
guix-patches
.
(Fri, 16 Feb 2018 17:10:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Oleg Pykhalov <go.wigust <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Fri, 16 Feb 2018 17:10:01 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/emacs.scm (emacs-edit-indirect): New public variable.
---
gnu/packages/emacs.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 0d25ea2b2..9b2a1597d 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -3843,6 +3843,26 @@ strings, and code folding.")
in Emacs.")
(license license:gpl3+)))
+(define-public emacs-edit-indirect
+ (package
+ (name "emacs-edit-indirect")
+ (version "0.1.4")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "https://github.com/Fanael/edit-indirect/archive/"
+ version ".tar.gz"))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32
+ "07kr58rd1p5j764wminsssazr73hy51yw8iqcsv5z2dwgj7msv71"))))
+ (build-system emacs-build-system)
+ (home-page "https://github.com/Fanael/edit-indirect")
+ (synopsis "Edit regions in separate buffers")
+ (description "Edit regions in separate buffers, like
+@code{org-edit-src-code} but for arbitrary regions.")
+ (license license:gpl3+)))
+
(define-public emacs-projectile
(package
(name "emacs-projectile")
--
2.16.1
Information forwarded
to
guix-patches <at> gnu.org
:
bug#30488
; Package
guix-patches
.
(Mon, 19 Feb 2018 21:24:04 GMT)
Full text and
rfc822 format available.
Message #8 received at 30488 <at> debbugs.gnu.org (full text, mbox):
Oleg Pykhalov <go.wigust <at> gmail.com> skribis:
> * gnu/packages/emacs.scm (emacs-edit-indirect): New public variable.
[...]
> + (home-page "https://github.com/Fanael/edit-indirect")
> + (synopsis "Edit regions in separate buffers")
> + (description "Edit regions in separate buffers, like
> +@code{org-edit-src-code} but for arbitrary regions.")
The description should be a full sentence, but otherwise LGTM!
Thanks,
Ludo’.
Information forwarded
to
guix-patches <at> gnu.org
:
bug#30488
; Package
guix-patches
.
(Wed, 21 Feb 2018 19:35:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 30488 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Hello Ludovic,
Thank you for review.
ludo <at> gnu.org (Ludovic Courtès) writes:
> Oleg Pykhalov <go.wigust <at> gmail.com> skribis:
>
>> * gnu/packages/emacs.scm (emacs-edit-indirect): New public variable.
>
>> + (description "Edit regions in separate buffers, like
>> +@code{org-edit-src-code} but for arbitrary regions.")
>
> The description should be a full sentence, but otherwise LGTM!
Ouch, OK.
Pushed as 659f790b3fceddca0553da3c7e51480c3bd9519e
I'll close the bug report.
Oleg.
[signature.asc (application/pgp-signature, inline)]
Reply sent
to
Oleg Pykhalov <go.wigust <at> gmail.com>
:
You have taken responsibility.
(Wed, 21 Feb 2018 19:35:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Oleg Pykhalov <go.wigust <at> gmail.com>
:
bug acknowledged by developer.
(Wed, 21 Feb 2018 19:35:03 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Thu, 22 Mar 2018 11:24:07 GMT)
Full text and
rfc822 format available.
This bug report was last modified 7 years and 91 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.