unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Philip Kaludercic <philipk@posteo.net>
To: Jai Flack <jflack@posteo.net>
Cc: emacs-devel@gnu.org
Subject: Re: [NonGNU] New packages: avy-menu, flyspell-correct and friends
Date: Mon, 16 May 2022 17:30:56 +0000	[thread overview]
Message-ID: <87zgjhwfjj.fsf@posteo.net> (raw)
In-Reply-To: <87y1z2i18m.fsf@posteo.net> (Jai Flack's message of "Mon, 16 May 2022 03:51:21 +0000")

Jai Flack <jflack@posteo.net> writes:

> Hello everyone.
>
> I would like to submit the following packages [1,2] for submission to
> NonGNU ELPA (patches attached).
>
>  - avy-menu
>  
>  - flyspell-correct
>  - flyspell-correct-avy-menu
>  - flyspell-correct-helm
>  - flyspell-correct-ido
>  - flyspell-correct-ivy
>  - flyspell-correct-popup

Could you perhaps briefly explain what these packages do?  Why the need
for special helm, ido, ivy packages instead of using completing-read?

> [1] https://github.com/mrkkrp/avy-menu
> [2] https://github.com/d12frosted/flyspell-correct
>
> From de3ab4d80895b09b47172140d06cfe02d6b061e8 Mon Sep 17 00:00:00 2001
> From: Jai Flack <jflack@disroot.org>
> Date: Mon, 16 May 2022 13:46:39 +1000
> Subject: [PATCH] * elpa-packages (avy-menu): New package
>
> ---
>  elpa-packages | 3 +++
>  1 file changed, 3 insertions(+)
>
> diff --git a/elpa-packages b/elpa-packages
> index 734584008d..7c1b7128d6 100644
> --- a/elpa-packages
> +++ b/elpa-packages
> @@ -45,6 +45,9 @@
>   ("autothemer"          :url "https://github.com/jasonm23/autothemer.git"
>    :readme "readme.md")
>  
> + ("avy-menu"		:url "https://github.com/mrkkrp/avy-menu"
> +  :ignored-files (".github" "default.nix"))
> +
>   ("better-jumper"       :url "https://github.com/gilbertw1/better-jumper.git"
>    :readme "Readme.md"
>    :ignored-files ("LICENSE"))
> -- 
> 2.30.2
>
>
> From 466ab8a0a1e2694b34e74109f7460802b1212a85 Mon Sep 17 00:00:00 2001
> From: Jai Flack <jflack@disroot.org>
> Date: Mon, 16 May 2022 13:09:02 +1000
> Subject: [PATCH] * elpa-packages (flyspell-correct): New package
>
> * elpa-packages (flyspell-correct-avy-menu): New package
> * elpa-packages (flyspell-correct-helm): New package
> * elpa-packages (flyspell-correct-ido): New package
> * elpa-packages (flyspell-correct-ivy): New package
> * elpa-packages (flyspell-correct-popup): New package
> ---
>  elpa-packages | 42 ++++++++++++++++++++++++++++++++++++++++++
>  1 file changed, 42 insertions(+)
>
> diff --git a/elpa-packages b/elpa-packages
> index 7c1b7128d6..3fa6a7c994 100644
> --- a/elpa-packages
> +++ b/elpa-packages
> @@ -163,6 +163,48 @@
>   ("flymake-kondor"	:url "https://github.com/turbo-cafe/flymake-kondor"
>    :ignored-files ("COPYING.txt"))
>  
> + ("flyspell-correct"	:url "https://github.com/d12frosted/flyspell-correct"
> +  :news "CHANGELOG.org"
> +  :ignored-files (".github" "images" "test" "Cask" "LICENSE.md" "Makefile"
> +                  "flyspell-correct-avy-menu.el" "flyspell-correct-helm.el"
> +                  "flyspell-correct-ido.el" "flyspell-correct-ivy.el"
> +                  "flyspell-correct-popup.el" "makem.sh"))

These specifications could be simplified if you were to use separate
branches for each package.

> + ("flyspell-correct-avy-menu"	:url "https://github.com/d12frosted/flyspell-correct"
> +  :news "CHANGELOG.org"
> +  :ignored-files (".github" "images" "test" "Cask" "LICENSE.md" "Makefile"
> +                  "flyspell-correct-helm.el" "flyspell-correct-ido.el"
> +                  "flyspell-correct-ivy.el" "flyspell-correct-popup.el"
> +                  "flyspell-correct.el" "makem.sh"))
> +
> + ("flyspell-correct-helm"	:url "https://github.com/d12frosted/flyspell-correct"
> +  :news "CHANGELOG.org"
> +  :ignored-files (".github" "images" "test" "Cask" "LICENSE.md" "Makefile"
> +                  "flyspell-correct-avy-menu.el" "flyspell-correct-ido.el"
> +                  "flyspell-correct-ivy.el" "flyspell-correct-popup.el"
> +                  "flyspell-correct.el" "makem.sh"))
> +
> + ("flyspell-correct-ido"	:url "https://github.com/d12frosted/flyspell-correct"
> +  :news "CHANGELOG.org"
> +  :ignored-files (".github" "images" "test" "Cask" "LICENSE.md" "Makefile"
> +                  "flyspell-correct-avy-menu.el" "flyspell-correct-helm.el"
> +                  "flyspell-correct-ivy.el" "flyspell-correct-popup.el"
> +                  "flyspell-correct.el" "makem.sh"))
> +
> + ("flyspell-correct-ivy"	:url "https://github.com/d12frosted/flyspell-correct"
> +  :news "CHANGELOG.org"
> +  :ignored-files (".github" "images" "test" "Cask" "LICENSE.md" "Makefile"
> +                  "flyspell-correct-avy-menu.el" "flyspell-correct-helm.el"
> +                  "flyspell-correct-ido.el" "flyspell-correct-popup.el"
> +                  "flyspell-correct.el" "makem.sh"))
> +
> + ("flyspell-correct-popup"	:url "https://github.com/d12frosted/flyspell-correct"
> +  :news "CHANGELOG.org"
> +  :ignored-files (".github" "images" "test" "Cask" "LICENSE.md" "Makefile"
> +                  "flyspell-correct-avy-menu.el" "flyspell-correct-helm.el"
> +                  "flyspell-correct-ido.el" "flyspell-correct-ivy.el"
> +                  "flyspell-correct.el" "makem.sh"))
> +
>   ("forth-mode"          :url "https://github.com/larsbrinkhoff/forth-mode"
>    :ignored-files ("test" "Makefile" "compile.el"))
>  
> -- 
> 2.30.2



  reply	other threads:[~2022-05-16 17:30 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-16  3:51 [NonGNU] New packages: avy-menu, flyspell-correct and friends Jai Flack
2022-05-16 17:30 ` Philip Kaludercic [this message]
2022-05-17  8:59   ` Jai Flack
2022-05-17 18:32     ` Stefan Monnier
2022-05-18 12:55       ` Jai Flack
2022-05-20 13:19         ` Rudolf Adamkovič
2022-05-20 16:18           ` Philip Kaludercic
2022-05-22  3:46             ` Jai Flack
2022-05-22  3:57             ` Jai Flack
2022-05-22 12:53               ` Stefan Monnier
2022-05-22 13:04                 ` Eli Zaretskii
2022-05-23 12:26                   ` Jai Flack

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=87zgjhwfjj.fsf@posteo.net \
    --to=philipk@posteo.net \
    --cc=emacs-devel@gnu.org \
    --cc=jflack@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 public inbox

	https://git.savannah.gnu.org/cgit/emacs.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).