unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [ELPA] New package: plz
@ 2022-05-09 16:51 Adam Porter
  2022-05-09 19:50 ` Philip Kaludercic
                   ` (2 more replies)
  0 siblings, 3 replies; 76+ messages in thread
From: Adam Porter @ 2022-05-09 16:51 UTC (permalink / raw)
  To: emacs-devel

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

Hi Stefan, et al,

I'd like to submit plz.el [0] to GNU ELPA.  It's an HTTP library that 
uses Curl as a backend.  I started work on it a few years ago, and I've 
been using it in my Matrix client, Ement.el [1], since then.  It seems 
to work reliably for myself and other users, and it seems like the time 
has come to make an official release and submit to ELPA.

Please see the attached patch to elpa-packages.

Thanks,
Adam

0: https://github.com/alphapapa/plz.el
1. https://github.com/alphapapa/ement.el

[-- Attachment #2: 0001-elpa-packages-plz-New-package.patch --]
[-- Type: text/x-patch, Size: 708 bytes --]

From d7ec5692547885f155007e7978d161aba3c3ad52 Mon Sep 17 00:00:00 2001
From: Adam Porter <adam@alphapapa.net>
Date: Mon, 9 May 2022 11:17:02 -0500
Subject: [PATCH] * elpa-packages (plz): New package

---
 elpa-packages | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/elpa-packages b/elpa-packages
index 51c17bc..65bb6a0 100644
--- a/elpa-packages
+++ b/elpa-packages
@@ -487,6 +487,9 @@
   :auto-sync nil
   )
  ("pinentry"		:url "https://github.com/ueno/pinentry-el.git")
+ ("plz"                 :url "https://github.com/alphapapa/plz.el.git"
+  :doc "plz.info"
+  :auto-sync t)
  ("poke"		:url "git://git.sv.gnu.org/poke/poke-el.git"
   :doc "poke-el.texi"
   :ignored-files ("COPYING")
-- 
2.7.4


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

end of thread, other threads:[~2022-05-22 23:02 UTC | newest]

Thread overview: 76+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-09 16:51 [ELPA] New package: plz Adam Porter
2022-05-09 19:50 ` Philip Kaludercic
2022-05-09 21:08   ` Adam Porter
2022-05-10 11:58     ` Philip Kaludercic
2022-05-10  7:51   ` Adam Porter
2022-05-11  9:02 ` Richard Stallman
2022-05-11 10:19   ` Adam Porter
2022-05-11 13:42     ` Filipp Gunbin
2022-05-11 14:02       ` Adam Porter
2022-05-11 14:22     ` Daniel Martín
2022-05-11 15:51       ` Eli Zaretskii
2022-05-11 18:55       ` Philip Kaludercic
2022-05-11 19:29         ` Adam Porter
2022-05-12 13:06           ` Filipp Gunbin
2022-05-12 13:54           ` Alan Mackenzie
2022-05-12 15:23             ` Stefan Monnier
2022-05-14 23:58           ` Richard Stallman
2022-05-15  7:53             ` Adam Porter
2022-05-16 23:25               ` plz -> curl? Richard Stallman
2022-05-17  0:50                 ` Po Lu
2022-05-17  2:13                   ` Adam Porter
2022-05-17  2:37                     ` Eli Zaretskii
2022-05-17  2:50                     ` Po Lu
2022-05-17 10:13                       ` Dmitry Gutov
2022-05-17  8:07                     ` Philip Kaludercic
2022-05-17 22:58                       ` Richard Stallman
2022-05-17  2:38                   ` Eli Zaretskii
2022-05-17  3:05                     ` Po Lu
2022-05-17 11:44                       ` Eli Zaretskii
2022-05-17 11:46                         ` Po Lu
2022-05-17 15:43                           ` Eli Zaretskii
2022-05-17 19:15                     ` Philip Kaludercic
2022-05-17 22:58                     ` Richard Stallman
2022-05-17  6:43                   ` Tassilo Horn
2022-05-17  8:17                   ` Lars Ingebrigtsen
2022-05-17 10:12                     ` Po Lu
2022-05-17 10:15                       ` Adam Porter
2022-05-17 11:48                         ` Po Lu
2022-05-17 15:38                           ` Tassilo Horn
2022-05-18  0:46                             ` Eric Abrahamsen
2022-05-17 12:15                         ` Eli Zaretskii
2022-05-17 22:59                           ` Richard Stallman
2022-05-17 22:58                         ` Richard Stallman
2022-05-17 12:10                       ` Stefan Monnier
2022-05-17 15:22                         ` Roland Winkler
2022-05-17 22:59                         ` Richard Stallman
2022-05-21 10:29                         ` Jonas Bernoulli
2022-05-22 17:05                           ` Juri Linkov
2022-05-22 23:01                           ` Richard Stallman
2022-05-17  8:16                 ` Alan Mackenzie
2022-05-17 22:59                   ` Richard Stallman
2022-05-21 10:11                 ` Jonas Bernoulli
2022-05-15 14:06         ` Wrong default-directory in shell buffer Matthias Meulien
2022-05-15 16:06           ` Stefan Monnier
2022-05-16 18:06             ` Matthias Meulien
2022-05-16 19:29               ` Matthias Meulien
2022-05-17  9:58                 ` Visuwesh
2022-05-17 19:14                   ` Matthias Meulien
2022-05-17 19:27                     ` Lars Ingebrigtsen
2022-05-17 20:59                       ` Matthias Meulien
2022-05-17 21:36                         ` Lars Ingebrigtsen
2022-05-13 15:09     ` [ELPA] New package: plz Richard Stallman
2022-05-13 21:54       ` Adam Porter
2022-05-11 21:36 ` Stefan Monnier
2022-05-11 22:30   ` Adam Porter
2022-05-11 23:55     ` Stefan Monnier
2022-05-14 14:12       ` Richard Stallman
2022-05-14 14:23         ` Stefan Monnier
2022-05-16 23:26           ` Richard Stallman
2022-05-21 11:13   ` Jonas Bernoulli
2022-05-21 11:29     ` Eli Zaretskii
2022-05-21 18:16       ` Jonas Bernoulli
2022-05-21 14:51     ` Stefan Monnier
2022-05-21 18:10       ` Jonas Bernoulli
2022-05-21 20:29         ` Stefan Monnier
2022-05-22 23:02     ` Richard Stallman

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).