unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#40122] [PATCH] gnu: Add emacs-objed.
@ 2020-03-18 17:01 6033fe7de85d
  2020-03-18 17:56 ` 6033fe7de85d
  0 siblings, 1 reply; 3+ messages in thread
From: 6033fe7de85d @ 2020-03-18 17:01 UTC (permalink / raw)
  To: 40122

---
 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@riseup.net>
 ;;; Copyright © 2020 Michael Rohleder <mike@rohleder.de>
 ;;; Copyright © 2020 Brice Waegeneire <brice@waegenei.re>
+;;; Copyright © 2020 6033fe7de85d <6033fe7de85d@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

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

* [bug#40122] [PATCH] gnu: Add emacs-objed.
  2020-03-18 17:01 [bug#40122] [PATCH] gnu: Add emacs-objed 6033fe7de85d
@ 2020-03-18 17:56 ` 6033fe7de85d
  2020-03-21 14:42   ` bug#40122: " Mathieu Othacehe
  0 siblings, 1 reply; 3+ messages in thread
From: 6033fe7de85d @ 2020-03-18 17:56 UTC (permalink / raw)
  To: 40122

*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@riseup.net>
 ;;; Copyright © 2020 Michael Rohleder <mike@rohleder.de>
 ;;; Copyright © 2020 Brice Waegeneire <brice@waegenei.re>
+;;; Copyright © 2020 6033fe7de85d <6033fe7de85d@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

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

* bug#40122: [PATCH] gnu: Add emacs-objed.
  2020-03-18 17:56 ` 6033fe7de85d
@ 2020-03-21 14:42   ` Mathieu Othacehe
  0 siblings, 0 replies; 3+ messages in thread
From: Mathieu Othacehe @ 2020-03-21 14:42 UTC (permalink / raw)
  To: guix-patches; +Cc: 40122-done


Pushed as 6a65ec0945ef5a39073ffe06f51cbacd641883aa.

Thanks,

Mathieu

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

end of thread, other threads:[~2020-03-21 14:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-18 17:01 [bug#40122] [PATCH] gnu: Add emacs-objed 6033fe7de85d
2020-03-18 17:56 ` 6033fe7de85d
2020-03-21 14:42   ` bug#40122: " Mathieu Othacehe

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