Date: Thu, 21 Jun 2001 21:23:48 +0300 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: simon DOT w DOT yeung AT verizon DOT com Message-Id: <7458-Thu21Jun2001212348+0300-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.9 CC: djgpp AT delorie DOT com In-reply-to: (simon DOT w DOT yeung AT verizon DOT com) Subject: Re: DJGPP: Problem Invoking cc-mode in Emacs Editor. References: Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > 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