From: simon DOT w DOT yeung AT verizon DOT com Subject: Re: DJGPP: Problem Invoking cc-mode in Emacs Editor. To: "Eli Zaretskii" Cc: djgpp AT delorie DOT com Date: Thu, 21 Jun 2001 15:05:31 -0400 Message-ID: X-MIMETrack: Serialize by Router on FHSMTP01/NYNEX(Release 5.0.7 |March 21, 2001) at 06/21/2001 03:05:33 PM MIME-Version: 1.0 Content-type: text/plain; charset=us-ascii Reply-To: djgpp AT delorie DOT com Hi, Eli! The problem is resolved! Thanks! Regards, Simon. "Eli Zaretskii" @zahav.net.il on 06/21/2001 02:23:48 PM Please respond to "Eli Zaretskii" Sent by: halo1 AT zahav DOT net DOT il To: Simon W. Yeung/EMPL/MD/Verizon AT VZNotes cc: djgpp AT delorie DOT com Subject: Re: DJGPP: Problem Invoking cc-mode in Emacs Editor. > From: simon DOT w DOT yeung AT verizon DOT com > Date: Thu, 21 Jun 2001 12:52:07 -0400 > > I unzipped the zip files using Winzip 7.0 And therein lies your problem: DJGPP programs don't support long file names on Windows NT (that support is only available on Windows 9X, Windows ME, and Windows 2000). Unzipping the files with WinZip creates the files whose short 8+3 aliases--the only names DJGPP programs see on NT--have those pesky numeric tails in them, instead of being proper 8+3 truncations of the long names. Thus, the directory lisp/progmodes, where cc-mode.elc lives, is reported to Emacs as lisp/progmo~1 instead of lisp/progmode. As a result, Emacs cannot find cc-mode.elc when it needs it. Solution: remove the entire DJGPP installation, and then unzip the files again, this time using the unzip32.exe program which is available from the same site where you downloaded DJGPP: ftp://ftp.simtel.net/pub/simtelnet/gnu/djgpp/unzip32.exe