From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Joseph Turner Newsgroups: gmane.emacs.devel Subject: Re: Why is the latest hyperdrive.el tarball so large? Date: Wed, 25 Dec 2024 01:58:28 -0800 Message-ID: <87h66sozi3.fsf@ushin.org> References: <878qs6mg2j.fsf@ushin.org> <877c7qz1qm.fsf@igel.home> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="21758"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Emacs Devel Mailing List To: Andreas Schwab Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Dec 25 12:49:48 2024 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 1tQPtb-0005Ur-G6 for ged-emacs-devel@m.gmane-mx.org; Wed, 25 Dec 2024 12:49:48 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1tQPsw-0003pz-MJ; Wed, 25 Dec 2024 06:49:06 -0500 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 1tQOAA-000187-8m for emacs-devel@gnu.org; Wed, 25 Dec 2024 04:58:46 -0500 Original-Received: from out-185.mta0.migadu.com ([2001:41d0:1004:224b::b9]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tQOA6-0006QC-6U for emacs-devel@gnu.org; Wed, 25 Dec 2024 04:58:45 -0500 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ushin.org; s=key1; t=1735120713; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=HwzUUeDPrGEnWyDb9VzSKrn1sa9kxPs4c2yawoywEp8=; b=SDf2nMauABEcjxhh5dfVTNl4l9mAJZXSvAh1bdBq6kyR1j03fyFb68EtHdeNkeKWnl6pKN SJ6oiFIOwcRpQUHvUj5c5wRU5xPC14seL+bbyO3bYxIQn4MrRH/S0tyLaXq65czYqp2KFm RwTUQkjST779azKmSeLpgvRZ3gfghEnxriqCwTVo+nNo1qahgDx4UuDi1wwXmP6U/5RZhx rEypKqRGN0eQnkgAOf5RtSGLj10uJOfmARGVqaU1eIi2hdWu8Y2XEVEHCSQtAwdt42fUqm 18tRQgZ3cZQhG4tCGIF5wsLMkKbcFtAW60fJPXZBIQ4qws7JJq+bwkaWuRjbig== In-Reply-To: <877c7qz1qm.fsf@igel.home> (Andreas Schwab's message of "Mon, 23 Dec 2024 19:35:29 +0100") X-Migadu-Flow: FLOW_OUT Received-SPF: pass client-ip=2001:41d0:1004:224b::b9; envelope-from=joseph@ushin.org; helo=out-185.mta0.migadu.com X-Spam_score_int: -16 X-Spam_score: -1.7 X-Spam_bar: - X-Spam_report: (-1.7 / 5.0 requ) BAYES_00=-1.9, DKIM_INVALID=0.1, DKIM_SIGNED=0.1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Mailman-Approved-At: Wed, 25 Dec 2024 06:49:01 -0500 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-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:327070 Archived-At: Andreas Schwab writes: > On Dez 23 2024, Joseph Turner wrote: > >> Why is the latest tarball so much larger? > > It's uncompressed. Thank you! That's obvious now that I see it. Joseph