all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "LaFreniere, Joseph" <joseph@lafreniere.xyz>
To: 40232@debbugs.gnu.org
Subject: [bug#40232] [PATCH] gnu: Add emacs-caps-lock.
Date: Wed, 25 Mar 2020 20:22:55 -0500	[thread overview]
Message-ID: <87tv2blxjk.fsf@lafreniere.xyz> (raw)

[-- Attachment #1: Type: text/plain, Size: 169 bytes --]

Patch file is attached.

The commentary section in the upstream ELPA package is empty, so 
the description in this recipe is highly editorialized.

--
Joseph LaFreniere

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-Add-emacs-caps-lock.patch --]
[-- Type: text/x-patch, Size: 1436 bytes --]

From fd938317abde6de68584d6162f634cac6e0948b6 Mon Sep 17 00:00:00 2001
From: Joseph LaFreniere <joseph@lafreniere.xyz>
Date: Wed, 25 Mar 2020 20:19:33 -0500
Subject: [PATCH] gnu: Add emacs-caps-lock.

* gnu/packages/emacs-xyz.scm (emacs-caps-lock): New variable.
---
 gnu/packages/emacs-xyz.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 2bfa5f95e5..4f2552222c 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -1728,6 +1728,28 @@ searches.  Unlike code@{emacs-wiki.el}, it can be combined with any format.")
 Emacs buffer.")
     (license license:gpl3+)))
 
+(define-public emacs-caps-lock
+  (package
+    (name "emacs-caps-lock")
+    (version "1.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append
+             "https://elpa.gnu.org/packages/caps-lock-"
+             version
+             ".el"))
+       (sha256
+        (base32 "1i4hwam81p4dr0bk8257fkiz4xmv6knkjxj7a00fa35kgx5blpva"))))
+    (build-system emacs-build-system)
+    (home-page
+     "http://elpa.gnu.org/packages/caps-lock.html")
+    (synopsis "Caps-lock as a minor mode")
+    (description
+     "This package provides a minor mode to emulate the behavior of a
+caps-lock key.")
+    (license license:gpl3+)))
+
 (define-public emacs-chronometrist
   (package
     (name "emacs-chronometrist")
-- 
2.26.0


             reply	other threads:[~2020-03-26  1:24 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-26  1:22 LaFreniere, Joseph [this message]
     [not found] ` <handler.40233.B.15851911773704.ack@debbugs.gnu.org>
2020-03-26  2:57   ` [bug#40233] Acknowledgement ([PATCH] gnu: Add emacs-caps-lock.) LaFreniere, Joseph
2020-03-26  3:52     ` bug#40233: " Jack Hill
2020-03-30 12:10 ` bug#40232: [PATCH] gnu: Add emacs-caps-lock Nicolas Goaziou

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87tv2blxjk.fsf@lafreniere.xyz \
    --to=joseph@lafreniere.xyz \
    --cc=40232@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.