GNU bug report logs - #57165
[PATCH] gnu: Add emacs-drag-stuff.

Previous Next

Package: guix-patches;

Reported by: jgart <jgart <at> dismail.de>

Date: Fri, 12 Aug 2022 23:57:01 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#57165: closed ([PATCH] gnu: Add emacs-drag-stuff.)
Date: Sat, 27 Aug 2022 08:17:01 +0000
[Message part 1 (text/plain, inline)]
Your message dated Sat, 27 Aug 2022 10:16:11 +0200
with message-id <87wnaup0dw.fsf <at> nicolasgoaziou.fr>
and subject line Re: [bug#57165] [PATCH] gnu: Add emacs-drag-stuff.
has caused the debbugs.gnu.org bug report #57165,
regarding [PATCH] gnu: Add emacs-drag-stuff.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
57165: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=57165
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: jgart <jgart <at> dismail.de>
To: guix-patches <at> gnu.org
Cc: jgart <jgart <at> dismail.de>
Subject: [PATCH] gnu: Add emacs-drag-stuff.
Date: Fri, 12 Aug 2022 18:48:56 -0500
* gnu/packages/emacs-xyz.scm (emacs-drag-stuff): New variable.
---
 gnu/packages/emacs-xyz.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index e43b037cff..c9d7d8d3a4 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -13751,6 +13751,27 @@ (define-public emacs-gn-mode
 are common in Chromium-derived projects.")
     (license license:bsd-3)))
 
+(define-public emacs-drag-stuff
+  (package
+    (name "emacs-drag-stuff")
+    (version "0.3.0")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/rejeep/drag-stuff")
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "1jrr59iazih3imkl9ja1lbni9v3xv6b8gmqs015g2mxhlql35jka"))))
+    (build-system emacs-build-system)
+    (home-page "https://github.com/rejeep/drag-stuff")
+    (synopsis "Drag stuff around in Emacs")
+    (description
+"@code{emacs-drag-stuff} is a minor mode that makes it possible to drag
+words, region, and lines around in Emacs.")
+    (license license:gpl3+)))
+
 (define-public emacs-bazel
   ;; From 2021-11-21.
   ;; No releases available.
-- 
2.37.1



[Message part 3 (message/rfc822, inline)]
From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: jgart <jgart <at> dismail.de>
Cc: 57165-done <at> debbugs.gnu.org
Subject: Re: [bug#57165] [PATCH] gnu: Add emacs-drag-stuff.
Date: Sat, 27 Aug 2022 10:16:11 +0200
Hello,

jgart via Guix-patches via <guix-patches <at> gnu.org> writes:

> * gnu/packages/emacs-xyz.scm (emacs-drag-stuff): New variable.

Applied. Thank you.

> +    (description
> +"@code{emacs-drag-stuff} is a minor mode that makes it possible to drag
> +words, region, and lines around in Emacs.")

Nitpick: I used "Drag Stuff is a minor mode..." because emacs-drag-stuff
is the name of the Guix variable, not the name of the project (and
I prefer capitalization over markup).

Regards,
-- 
Nicolas Goaziou


This bug report was last modified 2 years and 274 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.