From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Replace 'pp' with 'prin1' to generate ELPA archive-contents Date: Thu, 27 Oct 2022 11:17:10 -0400 Message-ID: References: <87fsfgp1tx.fsf@posteo.net> <87pmejsxt4.fsf@posteo.net> <878rl3rson.fsf@posteo.net> <837d0mok1f.fsf@gnu.org> <8ED67A2B-4A75-423C-B42F-00CBFD482C7C@yahoo.com> <875yg6851c.fsf@yahoo.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="24093"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Cc: emacs-devel@gnu.org, Eli Zaretskii , philipk@posteo.net, stefan@marxist.se To: Po Lu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Oct 27 17:21:54 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 1oo4he-000624-9D for ged-emacs-devel@m.gmane-mx.org; Thu, 27 Oct 2022 17:21:54 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oo4eN-0002BM-Rk; Thu, 27 Oct 2022 11:18:31 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oo4dR-00006h-R2 for emacs-devel@gnu.org; Thu, 27 Oct 2022 11:17:41 -0400 Original-Received: from mailscanner.iro.umontreal.ca ([132.204.25.50]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oo4dB-00045f-2W; Thu, 27 Oct 2022 11:17:33 -0400 Original-Received: from pmg1.iro.umontreal.ca (localhost.localdomain [127.0.0.1]) by pmg1.iro.umontreal.ca (Proxmox) with ESMTP id 08A4C10020F; Thu, 27 Oct 2022 11:17:14 -0400 (EDT) Original-Received: from mail01.iro.umontreal.ca (unknown [172.31.2.1]) by pmg1.iro.umontreal.ca (Proxmox) with ESMTP id 2835A100091; Thu, 27 Oct 2022 11:17:12 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=iro.umontreal.ca; s=mail; t=1666883832; bh=nPasdw7TIUXawxLFvT+ZuqVR5sl4fQNb3/eubIPg+PQ=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=Q5qfyMyWehLrqoRG5tItkj3D9rrWyO1cSxrQLtoZov+IdiRgNEl5UQzmJEkIVY/jT Vn7uF7A8jKB4JjYIwId0gB/MMqaO5ly0qxlvjany/OpxCXIj3tAwUllfz1Q6RrLQtz TyW4etFJzpqRqwtsDh1bke9hDIPPIHVNls2rCOE4iATL37IXgwnjaJD5hUtzz1eB8k +46omutBCPTliOZ72Nuy0D8cCMaMtuo0ZgkOT4Aoc3yKDNu3KufEKWwxsCtRHGhQAr P4AcVuaCliv9mJrdtLgTnkBkWvMctrP+fOKAcldUoSW4qCSMVqGM27UfrQ6Ibzytzg RH0PPk+shEbjw== Original-Received: from alfajor (unknown [45.44.229.252]) by mail01.iro.umontreal.ca (Postfix) with ESMTPSA id E6103120900; Thu, 27 Oct 2022 11:17:11 -0400 (EDT) In-Reply-To: <875yg6851c.fsf@yahoo.com> (Po Lu's message of "Thu, 27 Oct 2022 08:49:03 +0800") Received-SPF: pass client-ip=132.204.25.50; envelope-from=monnier@iro.umontreal.ca; helo=mailscanner.iro.umontreal.ca X-Spam_score_int: -19 X-Spam_score: -2.0 X-Spam_bar: -- X-Spam_report: (-2.0 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-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.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: "Emacs-devel" Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:298622 Archived-At: Po Lu [2022-10-27 08:49:03] wrote: > Stefan Monnier writes: >> zlib is ON by default, is required internally by gnutls which is also ON >> by default, and is a requirement for the native compiler as well (which >> is not ON by default), so it's not *that* drastic. > Neither of those three features are supported on MS-DOS, along with > networking in general, Good: it means that the use of zlib would have no effect on MS-DOS. > so I doubt the package system works there in the first place. I expect that `list-packages` doesn't work, nor does `package-install`, but you should still be able to use `package-install-(file|from-buffer)`. Stefan