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.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#30488: [PATCH] gnu: Add emacs-edit-indirect.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 30488 <at> debbugs.gnu.org.
--
30488: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=30488
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
[Message part 3 (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)]
[Message part 5 (message/rfc822, inline)]
* 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
This bug report was last modified 7 years and 92 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.