unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#48881] [PATCH] gnu: Add emacs-reverse-im.
@ 2021-06-06 19:52 Alexandr Vityazev
  2021-06-12 20:14 ` bug#48881: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Alexandr Vityazev @ 2021-06-06 19:52 UTC (permalink / raw)
  To: 48881

* gnu/packages/emacs-xyz.scm (emacs-reverse-im): New variable.
---
 gnu/packages/emacs-xyz.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 75cbb49576..9614ba2f30 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -13302,6 +13302,29 @@ containing words from the Rime project.")
 shuangpin, wubi and cangjie.")
     (license license:gpl2+)))
 
+(define-public emacs-reverse-im
+  (package
+    (name "emacs-reverse-im")
+    (version "0.0.7")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/a13/reverse-im.el")
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "05k2zp2hldzq5h6nl8gx79dd8lvfn507ad4x3naichdqgn2013nn"))))
+    (build-system emacs-build-system)
+    (home-page "https://github.com/a13/reverse-im.el")
+    (synopsis
+     "Reverse mapping for non-default system layouts")
+    (description
+     "Overrides @code{function-key-map} parent for preferred input-method
+to translate input sequences the default system layout (english)
+so we can use Emacs bindings while non-default system layout is active.")
+    (license license:gpl3+)))
+
 (define-public emacs-posframe
   (package
     (name "emacs-posframe")
-- 
2.31.1



-- 

Alexandr Vityazev




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

* bug#48881: [PATCH] gnu: Add emacs-reverse-im.
  2021-06-06 19:52 [bug#48881] [PATCH] gnu: Add emacs-reverse-im Alexandr Vityazev
@ 2021-06-12 20:14 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2021-06-12 20:14 UTC (permalink / raw)
  To: Alexandr Vityazev; +Cc: 48881-done

Hello,

Alexandr Vityazev <avityazev@posteo.org> writes:

> * gnu/packages/emacs-xyz.scm (emacs-reverse-im): New variable.

Applied. Thank you!

> +    (synopsis
> +     "Reverse mapping for non-default system layouts")

I moved this on the same line.

> +    (description
> +     "Overrides @code{function-key-map} parent for preferred input-method
> +to translate input sequences the default system layout (english)
> +so we can use Emacs bindings while non-default system layout is
> active.")

The description should contain full sentences only. So I tweaked it.

Regards,
-- 
Nicolas Goaziou




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

end of thread, other threads:[~2021-06-12 20:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-06 19:52 [bug#48881] [PATCH] gnu: Add emacs-reverse-im Alexandr Vityazev
2021-06-12 20:14 ` bug#48881: " 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).