X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: Rugxulo Newsgroups: comp.os.msdos.djgpp Subject: Re: GNU Emacs 22.3 and Vista Date: Fri, 10 Apr 2009 10:52:09 -0700 (PDT) Organization: http://groups.google.com Lines: 53 Message-ID: <9ee58e13-9e8f-4ed4-ba0a-720959d48842@z19g2000yqe.googlegroups.com> References: <7b67b41d-4ec9-4d49-9e15-2b2db729e8cf AT 3g2000yqk DOT googlegroups DOT com> <83fxgoda43 DOT fsf AT gnu DOT org> <83ws9t358x DOT fsf AT gnu DOT org> <6fe30866-6add-4c07-93dc-47e56462a597 AT z9g2000yqi DOT googlegroups DOT com> <83vdpd329z DOT fsf AT gnu DOT org> NNTP-Posting-Host: 65.13.115.246 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1239385929 19568 127.0.0.1 (10 Apr 2009 17:52:09 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Fri, 10 Apr 2009 17:52:09 +0000 (UTC) Complaints-To: groups-abuse AT google DOT com Injection-Info: z19g2000yqe.googlegroups.com; posting-host=65.13.115.246; posting-account=p5rsXQoAAAB8KPnVlgg9E_vlm2dvVhfO User-Agent: G2/1.0 X-HTTP-UserAgent: Opera/9.64 (Windows NT 6.0; U; en) Presto/2.1.1,gzip(gfe),gzip(gfe) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi, On Apr 10, 6:44=A0am, "Rod Pemberton" wrote: > "Rugxulo" wrote in message > > news:f5509665-5037-4f7b-b71b-8868ddace192 AT l1g2000yqk DOT googlegroups DOT com... > > > This was all theoretical anyways. No loss since I didn't get my hopes > > up unrealistically. But there are a few options, > > Sorry, wasn't following too well... =A0What options? Options for not usin= g > gzip?... 180 MB is (IMHO) too much unpacked, and most of that is the docs (and .el + .elc). So using GZip would save some space. But Eli says, "No GZip is included", whereas I say, "But here's some smaller alternatives." Actually, the whole "auto-compression" idea disappears if not using GZip since it can't recompress, but who cares ... just unpack to a temporary dir and delete when finished. That's still better than having it all unpacked wasting space. > Well, PKZIP and PKUNZIP or similar functionality (WinZip, InfoZip, 7-ZIP, > .zip folders as part of Windows, etc.) is usually available or easily > obtainable for DOS and Windows. This was all just wishful thinking. I guess I didn't think it through completely. I wasn't even sure whether my idea was something for GNU Emacs or just the DJGPP port in particular (which is my primary interest, of course). And I'm not sure Eli is interested in a DOS- specific mess. > > Fix DJTAR to unpack .gz instead of .tar.gz > > First, why must this file be .gz instead of .tar.gz? =A0Can't the .gz fil= e be > uncompressed and then recompressed as .tar.gz?... =A0It should take just = a few > seconds. Yes, if all we wanted to do was unpack, we could use .tar.gz. But auto- compression, I'm not sure, but it probably repacks, and neither tar nor GZip are included (and would have to have sources since GPL). (snipped other links) Yeah, I'm not sure where I was going with this idea. Sure, somebody with eLisp experience could hack the inflate.cl to maybe make Emacs support it out of the box, but I'm not that somebody. :-) But I still think, ignoring auto-compression, if you just wanted to save unpacked space, you could use one of the untar / untgz / tgunzip etc. alternatives (since they're small, free license, w/ srcs). Or maybe just bundle the "docs + changelogs + etc" separately anyways.