GNU bug report logs - #40122
[PATCH] gnu: Add emacs-objed.

Previous Next

Package: guix-patches;

Reported by: 6033fe7de85d <6033fe7de85d <at> airmail.cc>

Date: Wed, 18 Mar 2020 17:07:02 UTC

Severity: normal

Tags: patch

Done: Mathieu Othacehe <m.othacehe <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 40122 in the body.
You can then email your comments to 40122 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#40122; Package guix-patches. (Wed, 18 Mar 2020 17:07:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to 6033fe7de85d <6033fe7de85d <at> airmail.cc>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Wed, 18 Mar 2020 17:07:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: 6033fe7de85d <6033fe7de85d <at> airmail.cc>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: Add emacs-objed.
Date: Wed, 18 Mar 2020 18:01:25 +0100
---
 gnu/packages/emacs-xyz.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 298cfb23b0..b5e1e2d122 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -64,6 +64,7 @@
 ;;; Copyright © 2020 Martin Becze <mjbecze <at> riseup.net>
 ;;; Copyright © 2020 Michael Rohleder <mike <at> rohleder.de>
 ;;; Copyright © 2020 Brice Waegeneire <brice <at> waegenei.re>
+;;; Copyright © 2020 6033fe7de85d <6033fe7de85d <at> airmail.cc>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -21832,3 +21833,27 @@ a @samp{date} keywords, and optionally, a @samp{filetags} keyword.")
        "Daredevil SKK is a version of @acronym{SKK, Simple Kana to Kanji
 conversion program}, a Japanese input method on Emacs.")
       (license license:gpl2+))))
+
+(define-public emacs-objed
+  (package
+    (name "emacs-objed")
+    (version "0.8.3")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (string-append
+               "https://elpa.gnu.org/packages/objed-"
+               version
+               ".tar"))
+        (sha256
+          (base32
+            "1s38d6bvggdk5p45ww1jb4gxifzgjwgw1m6ar920nlg0j4fgbcvr"))))
+    (build-system emacs-build-system)
+    (home-page "https://github.com/clemera/objed")
+    (synopsis "Navigate and edit text objects")
+    (description
+      "A global minor-mode to navigate and edit text objects.  Objed enables modal
+editing and composition of commands, too.  It combines ideas of other
+Editors like Vim or Kakoune and tries to align them with regular Emacs
+conventions.")
+    (license license:gpl3+)))
-- 
2.25.1





Information forwarded to guix-patches <at> gnu.org:
bug#40122; Package guix-patches. (Wed, 18 Mar 2020 18:22:02 GMT) Full text and rfc822 format available.

Message #8 received at 40122 <at> debbugs.gnu.org (full text, mbox):

From: 6033fe7de85d <6033fe7de85d <at> airmail.cc>
To: 40122 <at> debbugs.gnu.org
Subject: [PATCH] gnu: Add emacs-objed.
Date: Wed, 18 Mar 2020 18:56:33 +0100
*gnu/packages/emacs-xyz.scm (emacs-objed): New variable.
---
 gnu/packages/emacs-xyz.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 298cfb23b0..b5e1e2d122 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -64,6 +64,7 @@
 ;;; Copyright © 2020 Martin Becze <mjbecze <at> riseup.net>
 ;;; Copyright © 2020 Michael Rohleder <mike <at> rohleder.de>
 ;;; Copyright © 2020 Brice Waegeneire <brice <at> waegenei.re>
+;;; Copyright © 2020 6033fe7de85d <6033fe7de85d <at> airmail.cc>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -21832,3 +21833,27 @@ a @samp{date} keywords, and optionally, a @samp{filetags} keyword.")
        "Daredevil SKK is a version of @acronym{SKK, Simple Kana to Kanji
 conversion program}, a Japanese input method on Emacs.")
       (license license:gpl2+))))
+
+(define-public emacs-objed
+  (package
+    (name "emacs-objed")
+    (version "0.8.3")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (string-append
+               "https://elpa.gnu.org/packages/objed-"
+               version
+               ".tar"))
+        (sha256
+          (base32
+            "1s38d6bvggdk5p45ww1jb4gxifzgjwgw1m6ar920nlg0j4fgbcvr"))))
+    (build-system emacs-build-system)
+    (home-page "https://github.com/clemera/objed")
+    (synopsis "Navigate and edit text objects")
+    (description
+      "A global minor-mode to navigate and edit text objects.  Objed enables modal
+editing and composition of commands, too.  It combines ideas of other
+Editors like Vim or Kakoune and tries to align them with regular Emacs
+conventions.")
+    (license license:gpl3+)))
-- 
2.25.1





Information forwarded to guix-patches <at> gnu.org:
bug#40122; Package guix-patches. (Sat, 21 Mar 2020 14:43:01 GMT) Full text and rfc822 format available.

Message #11 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Mathieu Othacehe <m.othacehe <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: 40122-done <at> debbugs.gnu.org
Subject: Re: [bug#40122] [PATCH] gnu: Add emacs-objed.
Date: Sat, 21 Mar 2020 15:42:40 +0100
Pushed as 6a65ec0945ef5a39073ffe06f51cbacd641883aa.

Thanks,

Mathieu




Reply sent to Mathieu Othacehe <m.othacehe <at> gmail.com>:
You have taken responsibility. (Sat, 21 Mar 2020 14:43:02 GMT) Full text and rfc822 format available.

Notification sent to 6033fe7de85d <6033fe7de85d <at> airmail.cc>:
bug acknowledged by developer. (Sat, 21 Mar 2020 14:43:02 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. (Sun, 19 Apr 2020 11:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 4 years and 6 days ago.

Previous Next


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