unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#57773] [PATCH] * gnu/packages/emacs-xyz.scm: Added emacs-transpose-mark
@ 2022-09-13 15:21 Trevor Richards
  2022-09-13 15:21 ` [bug#57773] [PATCH] gnu: add emacs-transpose-mark Trevor Richards
  0 siblings, 1 reply; 3+ messages in thread
From: Trevor Richards @ 2022-09-13 15:21 UTC (permalink / raw)
  To: 57773

---
 gnu/packages/emacs-xyz.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 19be038746..7b85a0f5ec 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -15771,6 +15771,30 @@ (define-public emacs-transpose-frame
 selected frame.")
     (license license:bsd-2)))
 
+(define-public emacs-transpose-mark
+  (let ((commit "667327602004794de97214cf336ac61650ef75b7")
+        (revision "0"))
+    (package
+      (name "emacs-transpose-mark")
+      (version (git-version "0.0.1" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/kwrooijen/transpose-mark.git")
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32 "03wc50vn1kmrgnzzhs06pwpap2p2rx84wwzxw0hawsg1f1l35m2x"))))
+      (build-system emacs-build-system)
+      (home-page "https://github.com/kwrooijen/transpose-mark.git")
+      (synopsis "A small library for transposing lines and regions.")
+      (description "Transpose mark provides some commands that makes
+transposing lines and regions easier. You can mark a line and transpose it
+with a line at point, or \"mark\" a region and transpose it with another
+region a point. The plugin provides visual feedback for marked regions.")
+      (license license:gpl3))))
+
 (define-public emacs-key-chord
   (package
     (name "emacs-key-chord")
-- 
2.37.3





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#57773] [PATCH] gnu: add emacs-transpose-mark
  2022-09-13 15:21 [bug#57773] [PATCH] * gnu/packages/emacs-xyz.scm: Added emacs-transpose-mark Trevor Richards
@ 2022-09-13 15:21 ` Trevor Richards
  2022-09-18  9:26   ` bug#57773: " Nicolas Goaziou
  0 siblings, 1 reply; 3+ messages in thread
From: Trevor Richards @ 2022-09-13 15:21 UTC (permalink / raw)
  To: 57773

---
 gnu/packages/emacs-xyz.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 19be038746..7b85a0f5ec 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -15771,6 +15771,30 @@ (define-public emacs-transpose-frame
 selected frame.")
     (license license:bsd-2)))
 
+(define-public emacs-transpose-mark
+  (let ((commit "667327602004794de97214cf336ac61650ef75b7")
+        (revision "0"))
+    (package
+      (name "emacs-transpose-mark")
+      (version (git-version "0.0.1" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/kwrooijen/transpose-mark.git")
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32 "03wc50vn1kmrgnzzhs06pwpap2p2rx84wwzxw0hawsg1f1l35m2x"))))
+      (build-system emacs-build-system)
+      (home-page "https://github.com/kwrooijen/transpose-mark.git")
+      (synopsis "A small library for transposing lines and regions.")
+      (description "Transpose mark provides some commands that makes
+transposing lines and regions easier. You can mark a line and transpose it
+with a line at point, or \"mark\" a region and transpose it with another
+region a point. The plugin provides visual feedback for marked regions.")
+      (license license:gpl3))))
+
 (define-public emacs-key-chord
   (package
     (name "emacs-key-chord")
-- 
2.37.3





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* bug#57773: [PATCH] gnu: add emacs-transpose-mark
  2022-09-13 15:21 ` [bug#57773] [PATCH] gnu: add emacs-transpose-mark Trevor Richards
@ 2022-09-18  9:26   ` Nicolas Goaziou
  0 siblings, 0 replies; 3+ messages in thread
From: Nicolas Goaziou @ 2022-09-18  9:26 UTC (permalink / raw)
  To: Trevor Richards; +Cc: 57773-done

Hello,

Trevor Richards <trev@trevdev.ca> writes:

> +(define-public emacs-transpose-mark
> +  (let ((commit "667327602004794de97214cf336ac61650ef75b7")
> +        (revision "0"))

Thank you. I normalized your commit message and applied your patch with
the changes below.

> +    (package
> +      (name "emacs-transpose-mark")
> +      (version (git-version "0.0.1" revision commit))

Base version is actually "0": I couldn't find any tag nor a Version keyord. 

> +         (uri (git-reference
> +               (url "https://github.com/kwrooijen/transpose-mark.git")

I removed the ".git" suffix.

> +      (home-page "https://github.com/kwrooijen/transpose-mark.git")

Ditto.

> +      (synopsis "A small library for transposing lines and regions.")

Synopsis are not expected to start with an article, nor end with a full
stop.

> +      (description "Transpose mark provides some commands that makes
> +transposing lines and regions easier. You can mark a line and transpose it
> +with a line at point, or \"mark\" a region and transpose it with another
> +region a point. The plugin provides visual feedback for marked
> regions.")

I added two spaces between sentences.

> +      (license license:gpl3))))

License is "gpl3+": it contains "or (at your option) any later version"

Regards,
-- 
Nicolas Goaziou




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-09-18  9:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-13 15:21 [bug#57773] [PATCH] * gnu/packages/emacs-xyz.scm: Added emacs-transpose-mark Trevor Richards
2022-09-13 15:21 ` [bug#57773] [PATCH] gnu: add emacs-transpose-mark Trevor Richards
2022-09-18  9:26   ` bug#57773: " Nicolas Goaziou

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).