From: "Andrew Crabtree" Newsgroups: comp.os.msdos.djgpp Subject: Re: EMACS and Win95/DOS Date: Wed, 17 Dec 1997 15:06:33 -0800 Organization: Hewlett Packard Lines: 28 Message-ID: <679lun$fck$1@rosenews.rose.hp.com> References: <679bd0$gss AT post DOT gsfc DOT nasa DOT gov> NNTP-Posting-Host: ros51675cra.rose.hp.com To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Jose de Jesus Castillo wrote in message <679bd0$gss AT post DOT gsfc DOT nasa DOT gov>... >Everything seems to work but emacs. When I >try to run it under Win95, I get disk activity and a DOS window comes up for >a few seconds before flashing away without bringing up emacs. Under DOS is >gives disk activity then returns a prompt with no emacs. I was going to try >to start rebuilding it but I can't run config msdos. Some of the installed >files have truncated endings(ie. config~1 config~1.in, etc..) I am missing >something? Any ideas in fixing this, I would really like to use it. If you plan on doing most of your development under Windows 95 I would highly recommend that you use NT/95 Emacs instead of DOS Emacs. Its available from http://www.cs.washington.edu/homes/voelker/ntemacs.html As to your problems, you are correct in your semi-guess that it is LFN related. Try re-extracting and preserving long file names, and then set LFN=y in either your environment or your djgpp.env file. Or maybe try setting LFN=n and leaving files as it. HTH Andrew