From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Replace 'pp' with 'prin1' to generate ELPA archive-contents Date: Wed, 26 Oct 2022 14:20:45 +0300 Message-ID: <83czaeompe.fsf@gnu.org> References: <87fsfgp1tx.fsf@posteo.net> <87pmejsxt4.fsf@posteo.net> <878rl3rson.fsf@posteo.net> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="14456"; mail-complaints-to="usenet@ciao.gmane.io" Cc: monnier@iro.umontreal.ca, stefan@marxist.se, emacs-devel@gnu.org To: Philip Kaludercic Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Oct 26 13:23:31 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 1oneVO-0003ZL-Pu for ged-emacs-devel@m.gmane-mx.org; Wed, 26 Oct 2022 13:23:30 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oneT5-0001EE-14; Wed, 26 Oct 2022 07:21:07 -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 1oneT0-0000sl-Az for emacs-devel@gnu.org; Wed, 26 Oct 2022 07:21:02 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oneSx-0008RZ-Bh; Wed, 26 Oct 2022 07:21:00 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=9j5AgQWNhm820acFmZS19U5HfTwumtcpp+7oOR72YIs=; b=IkyITnASucTc 7NTmyAVxsTjNVMfzi1ycFB06FCSCle1HfsguDSpLMHnhNy1nRRmY1xfhPlIllq1yBQkDd7ajtZpU9 sAHra4YmTayGCpsVWv5odGa/hkFBaZTi0Lz0ysKSAoeUILUCmFeis+05r3xyBDANi3PYVuX1YfGBw mN4qRvKibW0Un17y/jjfiGOz/QuBolXyHL/2uxdnpZQwCflXMPaonDdwteq3z3mE5IYvOQKu+kFqf LP4zMMgyxs6NUdaNdEg50mp7XY8J7lhxS3dtQmqUAX1InozggzBjNRrHn4DvDULMcUvx8DepOeKJQ oKOe8N4VR+0oc1y5GdwEog==; Original-Received: from [87.69.77.57] (helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oneSt-0006rs-CL; Wed, 26 Oct 2022 07:20:57 -0400 In-Reply-To: <878rl3rson.fsf@posteo.net> (message from Philip Kaludercic on Wed, 26 Oct 2022 06:43:20 +0000) 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:298527 Archived-At: > From: Philip Kaludercic > Cc: Stefan Kangas , emacs-devel@gnu.org > Date: Wed, 26 Oct 2022 06:43:20 +0000 > > Aren't the .tar files already compressed? No, they are basically just a concatenation of the original files' contents, with some headers that describe the files' names and attributes.