From: "Peter Erceg" Newsgroups: comp.os.msdos.djgpp References: Subject: Re: emacs - cannot load c-mode Lines: 26 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Message-ID: Date: Sun, 29 Oct 2000 22:58:28 -0700 NNTP-Posting-Host: 207.176.137.84 X-Complaints-To: news AT primus DOT ca X-Trace: news2.pvt.primus.ca 972885520 207.176.137.84 (Mon, 30 Oct 2000 00:58:40 EST) NNTP-Posting-Date: Mon, 30 Oct 2000 00:58:40 EST Organization: Primus Canada To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com "Eli Zaretskii" wrote in message news:Pine DOT SUN DOT 3 DOT 91 DOT 1001029102246 DOT 4515A-100000 AT is... > > On Sat, 28 Oct 2000, Peter Erceg wrote: > > > When I enter "M-x c-mode" I get the following message: > > Cannot recognize major version number: 20 > > I suspect that one or more of the following is true: > > - you have an old c-mode module lurking somewhere on your > Lisp load-path, and Emacs tries to load it Thanks Eli, I guess that's what it was, after removing djgpp emacs with "rm -f" and again unzipping em2005b.zip and em2005li.zip, I loaded c-mode without a problem. Then I went on and tried debugging file with "M-x gdb" only this time I got yet another unexpected message: "Multi-processing is not supported for this system". I got the same message when I enter "gdb -v" at gdb prompt in mini-buffer.