emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#40928: closed ([PATCH 1/2] gnu: Add emacs-ryo-modal.)


From: GNU bug Tracking System
Subject: bug#40928: closed ([PATCH 1/2] gnu: Add emacs-ryo-modal.)
Date: Wed, 29 Apr 2020 14:37:02 +0000

Your message dated Wed, 29 Apr 2020 16:36:08 +0200
with message-id <address@hidden>
and subject line Re: [PATCH 1/2 v2] gnu: Add emacs-ryo-modal.
has caused the debbugs.gnu.org bug report #40928,
regarding [PATCH 1/2] gnu: Add emacs-ryo-modal.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
40928: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=40928
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH 1/2] gnu: Add emacs-ryo-modal. Date: Tue, 28 Apr 2020 13:18:17 +0200
* gnu/packages/emacs-xyz.scm (emacs-ryo-modal): New variable.
---
 gnu/packages/emacs-xyz.scm | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index a0275cbe18..37521e92d0 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -22585,3 +22585,31 @@ ASCII UML sequence diagrams in Emacs, which can be 
embedded in source code,
 comments or emails.")
       (license license:gpl3+))))
 
+(define-public emacs-ryo-modal
+  (package
+    (name "emacs-ryo-modal")
+    (version "20191017.1323")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (string-append
+               "https://melpa.org/packages/ryo-modal-";
+               version
+               ".el"))
+        (sha256
+          (base32
+            "0hslayyfckhirx9sk1pjdrl7acgvwj89aa5spiavz4z6a8rm17js"))))
+    (build-system emacs-build-system)
+    (home-page
+      "http://github.com/Kungsgeten/ryo-modal";)
+    (synopsis "Roll your own modal mode")
+    (description
+      "ryo-modal provides a convenient way of defining modal keybindings in 
Emacs.
+The primary way of binding keys is using `ryo-modal-key' and `ryo-modal-keys'.
+Both of these functions provide useful keyword arguments.
+`ryo-modal-mode' is used to toggle the modal editing environment.
+ryo-modal does not come with any predefined bindings!
+
+If you want bindings that only should be active when the region is active,
+please have a look at `selected-minor-mode' 
(https://github.com/Kungsgeten/selected.el).")
+    (license license:expat)))
-- 
2.26.2




--- End Message ---
--- Begin Message --- Subject: Re: [PATCH 1/2 v2] gnu: Add emacs-ryo-modal. Date: Wed, 29 Apr 2020 16:36:08 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)
Hello,

pinoaffe <address@hidden> writes:

> * gnu/packages/emacs-xyz.scm (emacs-ryo-modal): New variable.

Thank you.

I removed all the unrelated changes in your patch and applied it. I also
added a copyright line for you in the file's header. Let me know if the
name should be different.

Regards,

-- 
Nicolas Goaziou


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]