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: Wed, 11 May 2011 12:12:37 -0700 (PDT) Organization: http://groups.google.com Lines: 35 Message-ID: <6621d833-5d9a-4f43-8b36-1fe53191e293@d26g2000prn.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 1305141157 16491 127.0.0.1 (11 May 2011 19:12:37 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Wed, 11 May 2011 19:12:37 +0000 (UTC) Complaints-To: groups-abuse AT google DOT com Injection-Info: d26g2000prn.googlegroups.com; posting-host=65.13.115.246; posting-account=p5rsXQoAAAB8KPnVlgg9E_vlm2dvVhfO User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.10) Gecko/20101005 Fedora/3.6.10-1.fc14 Firefox/3.6.10,gzip(gfe) Bytes: 3074 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi again, Note that this isn't hugely important (obviously), esp. since I know you're always busy. Feel free to ignore, but I'm commenting just in case it matters .... > On May 10, 2:22=A0am, Eli Zaretskii wrote: > > > > From: Rugxulo > > > Date: Mon, 9 May 2011 13:35:20 -0700 (PDT) > > > > I installed it in C:\EMACS under DOSEMU x86-64 (Fedora 14) on my jump > > > drive. It (mostly) works there. > > > "Mostly" meaning what? > > In other words, I don't know if this is due to my (raw) install or > not, but while in Dired, pressing "e" for edit didn't work for certain > files. Most worked, but one or two (e.g. "blah.sh") seemed to just > abort unexpectedly and close the console / terminal. But since this is > DOSEMU, it could just be a bug (or PEBKAC). =A0;-) =A0 I'd have to try > again later. Okay, tried again (DOSEMU), added C:\EMACS\GNU\EMACS\BIN to %PATH% just in case (didn't help). Still crashed when typing 'e' (edit) under Dired (C-x d) on blah.sh file (though most other files are okay). And *.mod still isn't recognized by default for font-lock. IIRC, Emacs needs (at compile time?) to know in advance what *.el font lock files are available, hence people always seem to have to manually do "add alist" (or whatever, I forget) in their .emacs / _emacs file in order for it to work automagically. (Most others, e.g. Pascal, work fine by default.) Oh, and '\' is treated as a C escape, so that also messes up font lock for the rest of the file, heh, oh well. Other than these (very) minor quibbles, it works! So I'm not complaining. (Though I don't have any 512 MB files to test, heh.)