X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: Rugxulo Newsgroups: comp.os.msdos.djgpp Subject: Re: ANNOUNCE: DJGPP port of GNU Emacs 23.3 uploaded Date: Tue, 10 May 2011 14:13:35 -0700 (PDT) Organization: http://groups.google.com Lines: 52 Message-ID: <37828c73-ff45-4c8b-8c2b-8a6738418b73@s9g2000yqm.googlegroups.com> References: <201104251501 DOT p3PF1pXS011872 AT delorie DOT com> <8339l07wbn DOT fsf AT gnu DOT org> <83zkmvggv4 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 1305062020 15699 127.0.0.1 (10 May 2011 21:13:40 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Tue, 10 May 2011 21:13:40 +0000 (UTC) Complaints-To: groups-abuse AT google DOT com Injection-Info: s9g2000yqm.googlegroups.com; posting-host=65.13.115.246; posting-account=p5rsXQoAAAB8KPnVlgg9E_vlm2dvVhfO User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.65 Safari/534.24,gzip(gfe) Bytes: 3802 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi again, just some more random comments, > > > I know you prefer (or > > > recommend?) installing inside the DJGPP tree, but what if there is no > > > DJGPP tree? > > > Then you will need to copy the djgpp.env file to the grand-parent > > directory of the top-level Emacs directory, the one above the > > `gnu/emacs' directory, and you will need to point the DJGPP > > environment variable to that djgpp.env file. =A0That's all, I think, > > except that if you don't have a `bin' directory with ports of GNU > > software, quite a few Emacs features won't work because they need > > those external programs. I double-checked the emacs23.README file, it doesn't mention DJGPP.ENV at all (but does say put `gnu/emacs/bin' in your PATH). I know you probably just briefly edited it from the old version, but IMHO, it should say a few extra things: * Vista/7 have DPMI bugs, registry hack may help (but may need recompile with "system malloc") [I know this is probably in INSTALL already] * NT 4 LFNs probably work with NTLFN driver / TSR combo [but NT 4 is quite rare these days] * not every programming language *.el for font lock (syntax highlighting) is included by default, e.g. Oberon, Rexx, etc. [why? GNU policy??] * htmlize (or whatever it's called) is now included [forgot to test it] * no more MULE by default but real Unicode! * man + less + gawk + sed isn't needed, just use "woman" (w/o man) Bugs: * (old, not important) if you have something like '"' (double quote inside single), it will screw up syntax highlighting for the rest of the file, which is somewhat annoying. ;-) * not sure, but I don't think it highlighted *.mod (Modula-2) by default at all (unlike others), I may have had to do it manually [incidentally my attempts a few months ago to compile GM2/GCC 4.1.2 via DJGPP failed] Yeah, I know, there are tons of little details like that (and I forgot to check if you ever added cp853 support, heh, but I doubt you did, no biggie anyways, nobody cares, and me only barely). P.S. gomoku still beats my ass, and while zone works, it seems to hang if done on finished gomoku buffer (oops). And BTW, having yow with only a single sentence is pointless, why don't the GNU peeps just write their own copylefted taglines?? :-P Long story short: huge thanks for your efforts! (I need to announce this for the FreeDOS peeps.) >:D<