From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Adam Porter Newsgroups: gmane.emacs.devel Subject: Re: [ELPA] New package: plz Date: Wed, 11 May 2022 05:19:56 -0500 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="00000000000003cf5f05deb9c9bc" Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="15509"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed May 11 12:22:58 2022 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nojUf-0003mx-EG for ged-emacs-devel@m.gmane-mx.org; Wed, 11 May 2022 12:22:57 +0200 Original-Received: from localhost ([::1]:58796 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nojUe-0005gK-2t for ged-emacs-devel@m.gmane-mx.org; Wed, 11 May 2022 06:22:56 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:53332) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nojS0-00043G-7I for emacs-devel@gnu.org; Wed, 11 May 2022 06:20:13 -0400 Original-Received: from mail-wr1-f42.google.com ([209.85.221.42]:36382) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nojRy-0008Mq-7m; Wed, 11 May 2022 06:20:11 -0400 Original-Received: by mail-wr1-f42.google.com with SMTP id u3so2298797wrg.3; Wed, 11 May 2022 03:20:07 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=scGfvYwtC0gV48D/Mri179ZNvjsSoozB9tWiGlbAhAc=; b=3B1yv1jnhPja1Y9oGvmDDjLDPBW50/XFKUgCbvg/na4HM7NwnLAqc4sY3yvU7YgKTb 9kbImEEeoqEP34Rbfxle2F8TE2KgYWkWLlSMEXvzbDN90hrBAg3zfB7UKwBvKTNxJPRw M+ACmCuPhBddUMHJddqXgpkt/EO9nN9yHwib4IBjcrMbBn/jnuiifWhKylVheEH34XOi o6r/zy+FKrsPVeIVgC5xSt0q57BDO+ACk8ba7PbD4MzyQEuPZOQWybHfj/EgQ4YOEDDu T215S2YzUL93q3yGOZEu1ww7K8WAu7V5OmJ03MjZdDFuhHUkKOJAYdDqH0bwQW2nH4jd AG3w== X-Gm-Message-State: AOAM533BQqmnmo+8fVF0nXS2oHlZzB0LYZsxUy+DMUYUo8acZcbaum6G +Tvg1F8OxRpgglBFzzor4njtXVX5HDqZN2XcX/de+H2c X-Google-Smtp-Source: ABdhPJyC1tkNASzge4uBNgd/BN0sFmXahk86RQFzaLNHK4WbH7SjGtwKW/iQuM8QgQI86kAP+swa4XdSV23CiZRVx9E= X-Received: by 2002:a5d:6990:0:b0:20c:67c4:9f6a with SMTP id g16-20020a5d6990000000b0020c67c49f6amr22174857wru.46.1652264406337; Wed, 11 May 2022 03:20:06 -0700 (PDT) In-Reply-To: Received-SPF: pass client-ip=209.85.221.42; envelope-from=alphadeltapapa@gmail.com; helo=mail-wr1-f42.google.com X-Spam_score_int: -13 X-Spam_score: -1.4 X-Spam_bar: - X-Spam_report: (-1.4 / 5.0 requ) BAYES_00=-1.9, FREEMAIL_FORGED_FROMDOMAIN=0.249, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.249, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=no autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:289624 Archived-At: --00000000000003cf5f05deb9c9bc Content-Type: text/plain; charset="UTF-8" plz.el is a library to make HTTP requests using curl, akin to url.el and request.el. It attempts to provide a better API and avoid some of the problems found in the other libraries, such as with callbacks. On Wed, May 11, 2022, 04:03 Richard Stallman wrote: > [[[ To any NSA and FBI agents reading my email: please consider ]]] > [[[ whether defending the US Constitution against all enemies, ]]] > [[[ foreign or domestic, requires you to follow Snowden's example. ]]] > > > I'd like to submit plz.el [0] to GNU ELPA. It's an HTTP library that > > uses Curl as a backend. > > I know what HTTP is and what Curl does, but I can't guess what plz.el > does. Could you please describe that in a few lines? > > -- > Dr Richard Stallman (https://stallman.org) > Chief GNUisance of the GNU Project (https://gnu.org) > Founder, Free Software Foundation (https://fsf.org) > Internet Hall-of-Famer (https://internethalloffame.org) > > > --00000000000003cf5f05deb9c9bc Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
plz.el is a library to make HTTP requests using curl, aki= n to url.el and request.el.=C2=A0 It attempts to provide a better API and a= void some of the problems found in the other libraries, such as with callba= cks.=C2=A0

On Wed, May 11, 2022, 04:03 Richard Stallman <rms@gnu.org> wrote:
[[[ To any NSA and FBI agents reading my email: please consider=C2= =A0 =C2=A0 ]]]
[[[ whether defending the US Constitution against all enemies,=C2=A0 =C2=A0= =C2=A0]]]
[[[ foreign or domestic, requires you to follow Snowden's example. ]]]<= br>
=C2=A0 > I'd like to submit plz.el [0] to GNU ELPA.=C2=A0 It's a= n HTTP library that
=C2=A0 > uses Curl as a backend.

I know what HTTP is and what Curl does, but I can't guess what plz.el does.=C2=A0 Could you please describe that in a few lines?

--
Dr Richard Stallman (https://stallman.org)
Chief GNUisance of the GNU Project (https://gnu.org)
Founder, Free Software Foundation (https://fsf.org)
Internet Hall-of-Famer (https://internethalloffame.org)=


--00000000000003cf5f05deb9c9bc--