Date: Thu, 19 Dec 1996 09:18:59 +0200 (IST) From: Eli Zaretskii To: Adam Kurianski cc: djgpp AT delorie DOT com Subject: Re: djgpp201 AT emacs1934 plus emTeX In-Reply-To: <199612190401.NAA27712@clover.an.ip.titech.ac.jp> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Thu, 19 Dec 1996, Adam Kurianski wrote: > When I run emacs in LaTeX mode with a LaTeX file and try to compile it (C-c > C-b or C-c C-f), it always results in error message: 'Symbol's function > definition is void: get-process" > > How can I solve the problem? Sorry, you can't. TeX support in Emacs uses asynchronous subprocesses, and these aren't available on MSDOS port of Emacs. The only workaround (short of adding async process support to DOS Emacs) is to rewrite tex-mode.el so it uses `call-process' function (which does work on MSDOS) instead of `start-process'.