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:34:04 -0700 (PDT) Organization: http://groups.google.com Lines: 23 Message-ID: <71364059-5397-43ac-ac6d-61ba76de60b1@y7g2000yqa.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> <83r6012dgn DOT fsf AT gnu DOT org> <83ocv43nu3 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 1239384844 3681 127.0.0.1 (10 Apr 2009 17:34:04 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Fri, 10 Apr 2009 17:34:04 +0000 (UTC) Complaints-To: groups-abuse AT google DOT com Injection-Info: y7g2000yqa.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, 3:38=A0am, Eli Zaretskii wrote: > > Oh, and btw, there is (always was) a lot of DOS ports of Sed, mv, and > rm floating around, long before they were ported to DJGPP, so finding > them should not be a problem. I've tried many many seds for DOS, and most aren't very useful. Even if you can workaround the limitations and bugs (not always possible), you're still very limited. For simple stuff, it doesn't matter. But if you depend on anything more than that, you need a good one. Most semi- decent ones seem to be based upon Eric Raymond's old version, e.g. HHsed, SEDMOD, csed. But as mentioned, you have to be careful since they all have bugs and quirks. (And FYI, not an insult since it's quite good, but GNU sed really is quite slower than these old realmode versions.) Concerning mv and rm, they would almost definitely have to accept long cmdlines and regex, which I'm pretty sure most pre-existing "ports" don't support. In short, you don't technically need DJGPP, but it greatly helps. :-)