From: Jason Rumney Date: Sat, 12 Jan 2002 13:55:00 +0000 (+0000) Subject: Add further note about subprocess problems on Windows 9x. X-Git-Tag: emacs-21.2~195 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=73d7144948ba6c5d1ee5be5aa223ec2888288b43;p=emacs.git Add further note about subprocess problems on Windows 9x. --- diff --git a/etc/PROBLEMS b/etc/PROBLEMS index 6cea2437877..ddd60de818d 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS @@ -1160,6 +1160,14 @@ when shutting down Windows. Ensure that all subprocesses are exited cleanly before exiting Emacs. For more details, see the FAQ at ftp://ftp.gnu.org/gnu/windows/emacs/doc/index.html +* Windows 95/98/ME crashes when trying to run non-existant subprocesses. + +When a subprocess you are trying to run is not found on the PATH, +Windows might respond by crashing or locking up your system. In +particular, this has been reported when trying to compile a java +program in JDEE when javac.exe is installed, but not on the system +path. + * Mail sent through Microsoft Exchange in some encodings appears to be mangled and is not seen correctly in Rmail or Gnus. We don't know exactly what happens, but it isn't an Emacs problem in cases we've