Date: Mon, 30 Oct 2000 08:09:30 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Peter Erceg cc: djgpp AT delorie DOT com Subject: Re: emacs - cannot load c-mode In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 On Sun, 29 Oct 2000, Peter Erceg wrote: > 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". Integrated debugging is not supported in the DJGPP port of Emacs (it requires true asynchronous subprocesses, which aren't part of the DJGPP port). Sorry. If you run Emacs from Windows, I suggest debugging in a separate DOS box. That's what I usually do. (I suggest to read the "MS-DOS" chapter of the Emacs on-line manual, it lists the few features which don't work on MS-DOS, and also describes several DOS- and DJGPP-specific facilities inside Emacs.)