From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: David Engster Newsgroups: gmane.emacs.devel Subject: Re: Emacs HTTP libraries [was: Re: How to contribute new package to GNU ELPA?] Date: Sun, 20 Dec 2020 14:56:47 +0100 Message-ID: <873600oa1s.fsf@randomsample> References: <15c3cc00-f56e-6e52-2228-30817639315a@gmail.com> <87v9cwek4u.fsf_-_@alphapapa.net> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="31196"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cc: emacs-devel@gnu.org To: Adam Porter Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Dec 20 14:57:48 2020 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 1kqzDY-0007vv-59 for ged-emacs-devel@m.gmane-mx.org; Sun, 20 Dec 2020 14:57:48 +0100 Original-Received: from localhost ([::1]:36742 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kqzDX-0002te-5q for ged-emacs-devel@m.gmane-mx.org; Sun, 20 Dec 2020 08:57:47 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:46180) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kqzCh-0002RS-F6 for emacs-devel@gnu.org; Sun, 20 Dec 2020 08:56:55 -0500 Original-Received: from zplane.randomsample.de ([2a03:4000:42:1a1:9400:eeff:feb4:c8a0]:54546) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kqzCf-0001Oy-7m for emacs-devel@gnu.org; Sun, 20 Dec 2020 08:56:55 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=randomsample.de; s=a; h=Content-Type:MIME-Version:Message-ID:Date: References:In-Reply-To:Subject:Cc:To:From:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=Sf6SOsf87yXLwNsKN+W3FTs1ZJpeALvKXVs9z4Qb4RI=; b=Lx3bhmFv4bcUG9iNxtr96ExXs nhLQGuSiosbMqanC3hL0mS7bSGxlFIBaN/FL8b0JMGU58i4EFEABzk+3FSEk9zr+SYdVhyIHKDtB8 79qKZ4DhCRmEQuyW2ZMqtARJbMZx6maHQxNHiuGW+oxaPfPJ+690m+Ni3eJ+vBEQXGpDp6iATtKnQ wwG/5tM0+602zYFcGotOMEM8EGEESU5Ewrk253qcvL9mSipF2uBRX9sV9Nuj41T8OY1YbgbB+hOIj cyV8PNxbhTCLCrjD+Kzf/IAphwcXVaw9CDShCZ10i0ynmwvf9CUmzv4KkCBPbbXIZ7WXYGXqYtmVm jmLbYjDCg==; Original-Received: from ip5f5abab6.dynamic.kabel-deutschland.de ([95.90.186.182] helo=void) by zplane.randomsample.de with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kqzCa-0001Q1-Ek; Sun, 20 Dec 2020 14:56:48 +0100 In-Reply-To: <87v9cwek4u.fsf_-_@alphapapa.net> (Adam Porter's message of "Sun, 20 Dec 2020 06:29:05 -0600") Received-SPF: pass client-ip=2a03:4000:42:1a1:9400:eeff:feb4:c8a0; envelope-from=deng@randomsample.de; helo=zplane.randomsample.de X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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:261323 Archived-At: > stardiviner writes: > >> More importantly: what do you want to do about `request`? >> >> About this, I really suggest ELPA can include it. Because I hate to >> write more complex url requests with `url.el`. If someone want to >> adopt kiwix.el request to use `url.el`. I also can't accept >> it. Because I still need to write code on it. Also as you said, a >> wrapper on `url.el` is good for developer. Emacs will need it. Really >> helpful. > > Emacs definitely needs an alternative to url.el. See https://lists.gnu.org/archive/html/emacs-devel/2016-12/msg01070.html Lars has pushed this work as scratch/with-url and scratch/with-fetched-url, but AFAICS it wasn't merged (yet?). -David