Date: Mon, 1 Dec 1997 10:25:09 +0200 (IST) From: Eli Zaretskii To: Tom Jelen cc: djgpp AT delorie DOT com Subject: Re: emacs problem with win95 In-Reply-To: <3482573C.11B55A6D@cis.ohio-state.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Mon, 1 Dec 1997, Tom Jelen wrote: > All I had to do was change the +LFN to 'y' in my djgpp.env file, and it works > now. Thanks a lot. Woulda been nice to have some sort of error message > though. To tell the truth, I was amazed at the frequency these problems happen. If I had anticipated it, I would have put some code to let the error message show in such cases. (It is not by any means a trivial task, since the .elc file in question gets loaded like every other Emacs Lisp file, and it doesn't know that Emacs will exit immediately if it isn't found. The error message *is* dislplayed, but Emacs exits and erases the screen before you have the time to see the message.) This problem doesn't exist in the next version of Emacs, since that file is already loaded into emacs.exe.