* [bug#30488] [PATCH] gnu: Add emacs-edit-indirect.
@ 2018-02-16 17:08 Oleg Pykhalov
2018-02-19 21:23 ` Ludovic Courtès
0 siblings, 1 reply; 3+ messages in thread
From: Oleg Pykhalov @ 2018-02-16 17:08 UTC (permalink / raw)
To: 30488
* 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
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [bug#30488] [PATCH] gnu: Add emacs-edit-indirect.
2018-02-16 17:08 [bug#30488] [PATCH] gnu: Add emacs-edit-indirect Oleg Pykhalov
@ 2018-02-19 21:23 ` Ludovic Courtès
2018-02-21 19:33 ` bug#30488: " Oleg Pykhalov
0 siblings, 1 reply; 3+ messages in thread
From: Ludovic Courtès @ 2018-02-19 21:23 UTC (permalink / raw)
To: Oleg Pykhalov; +Cc: 30488
Oleg Pykhalov <go.wigust@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’.
^ permalink raw reply [flat|nested] 3+ messages in thread
* bug#30488: [PATCH] gnu: Add emacs-edit-indirect.
2018-02-19 21:23 ` Ludovic Courtès
@ 2018-02-21 19:33 ` Oleg Pykhalov
0 siblings, 0 replies; 3+ messages in thread
From: Oleg Pykhalov @ 2018-02-21 19:33 UTC (permalink / raw)
To: Ludovic Courtès; +Cc: 30488, 30488-done
[-- Attachment #1: Type: text/plain, Size: 509 bytes --]
Hello Ludovic,
Thank you for review.
ludo@gnu.org (Ludovic Courtès) writes:
> Oleg Pykhalov <go.wigust@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.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2018-02-21 19:36 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-16 17:08 [bug#30488] [PATCH] gnu: Add emacs-edit-indirect Oleg Pykhalov
2018-02-19 21:23 ` Ludovic Courtès
2018-02-21 19:33 ` bug#30488: " Oleg Pykhalov
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).