From: Susam Pal <susam.pal@gmail.com>
To: Philip Kaludercic <philipk@posteo.net>
Cc: emacs-devel@gnu.org
Subject: Re: [NonGNU ELPA] New package: devil
Date: Wed, 10 May 2023 22:00:02 +0100 [thread overview]
Message-ID: <CAK-5M921RNfSHZUY_wDzRYnso6tu2fCduYsbdfyMAu5X+3gc=Q@mail.gmail.com> (raw)
In-Reply-To: <87fs84hg3t.fsf@posteo.net>
[-- Attachment #1: Type: text/plain, Size: 1536 bytes --]
Philip Kaludercic <philipk@posteo.net> wrote:
>
> Susam Pal <susam.pal@gmail.com> writes:
>
> > Philip Kaludercic <philipk@posteo.net> wrote:
> >> Susam Pal <susam.pal@gmail.com> writes:
> >>
> >> > Hello!
> >> >
> >> > I am the author and maintainer of a new package named Devil. This package
> >> > intercepts keystrokes entered by the user and applies translation rules to
> >> > translate the keystrokes into Emacs key sequences. It supports three types
> >> > of rules: special keys that map to custom commands that are invoked
> >> > immediately prior to any translations, translation rules to translate Devil
> >> > key sequences to regular Emacs key sequences, and repeatable keys to allow
> >> > a Devil key sequence to be repeated by typing the last keystroke over and
> >> > over again using a transient map.
> >> >
> >> > See the README at https://github.com/susam/devil for more details.
> >>
> >> Looks interesting, here is a diff with a few comments:
> >
> > Thanks for the review and the diff! The code looks much better with
> > these changes. Like we discussed a little while ago in the #emacs
> > channel, if you send me the patches, I'll apply it to the code.
>
> Here are the patches, feel free to modify or leave out whatever you
> want:
Thank you for preparing and sending all the patches. I have applied
them to the code.
>
>
> I'll add the package to NonGNU ELPA in a day, unless there are any objections?
Thank you. I have renamed the remaining .md files to .org. Attached an
updated patch.
Regards,
Susam
[-- Attachment #2: 0001-elpa-packages-devil-New-package.patch --]
[-- Type: application/octet-stream, Size: 692 bytes --]
From c8728a587130b430da95bcdddfc6bfe8bb79c73a Mon Sep 17 00:00:00 2001
From: Susam Pal <susam@susam.net>
Date: Wed, 10 May 2023 21:51:47 +0100
Subject: [PATCH] * elpa-packages (devil): New package
---
elpa-packages | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/elpa-packages b/elpa-packages
index c333cc8bb3..9a58976bcb 100644
--- a/elpa-packages
+++ b/elpa-packages
@@ -112,6 +112,11 @@
(devhelp :url "https://codeberg.org/akib/emacs-devhelp")
+ (devil
+ :url "https://github.com/susam/devil"
+ :readme "README.org"
+ :news "CHANGES.org")
+
(diff-ansi :url "https://codeberg.org/ideasman42/emacs-diff-ansi"
:ignored-files ("LICENSE"))
--
2.32.0
next prev parent reply other threads:[~2023-05-10 21:00 UTC|newest]
Thread overview: 36+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-05-09 1:57 [NonGNU ELPA] New package: devil Susam Pal
2023-05-09 8:42 ` Philip Kaludercic
2023-05-09 8:52 ` Eli Zaretskii
2023-05-09 8:58 ` Philip Kaludercic
2023-05-09 18:19 ` chad
2023-05-09 22:07 ` Susam Pal
2023-05-09 20:56 ` Susam Pal
2023-05-10 6:09 ` Philip Kaludercic
2023-05-10 21:00 ` Susam Pal [this message]
2023-05-10 21:56 ` Richard Stallman
-- strict thread matches above, loose matches on Subject: below --
2023-05-11 5:23 Payas Relekar
2023-05-11 6:26 ` Po Lu
2023-05-11 6:33 ` Eli Zaretskii
2023-05-11 6:52 ` Philip Kaludercic
2023-05-11 7:07 ` Eli Zaretskii
2023-05-12 15:02 ` Brian Cully via Emacs development discussions.
2023-05-11 8:09 ` Susam Pal
2023-05-11 8:45 ` Philip Kaludercic
2023-05-11 8:58 ` Eli Zaretskii
2023-05-11 9:08 ` Susam Pal
2023-05-11 9:12 ` Philip Kaludercic
2023-05-11 9:19 ` Susam Pal
2023-05-11 9:34 ` Ruijie Yu via Emacs development discussions.
2023-05-11 10:09 ` Susam Pal
2023-05-11 10:31 ` Susam Pal
2023-05-11 10:36 ` Eli Zaretskii
2023-05-11 8:56 ` Eli Zaretskii
2023-05-12 16:19 ` Jim Porter
2023-05-13 7:10 ` Philip Kaludercic
2023-05-13 9:05 ` Susam Pal
2023-05-15 22:12 ` Richard Stallman
2023-05-17 13:30 ` João Távora
2023-05-17 14:06 ` Philip Kaludercic
2023-05-17 15:41 ` João Távora
2023-05-17 15:46 ` Eli Zaretskii
2023-05-13 22:30 ` Richard Stallman
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='CAK-5M921RNfSHZUY_wDzRYnso6tu2fCduYsbdfyMAu5X+3gc=Q@mail.gmail.com' \
--to=susam.pal@gmail.com \
--cc=emacs-devel@gnu.org \
--cc=philipk@posteo.net \
/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/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.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.