]> git.eshelyaron.com Git - emacs.git/commitdiff
Add further note about subprocess problems on Windows 9x.
authorJason Rumney <jasonr@gnu.org>
Sat, 12 Jan 2002 13:55:00 +0000 (13:55 +0000)
committerJason Rumney <jasonr@gnu.org>
Sat, 12 Jan 2002 13:55:00 +0000 (13:55 +0000)
etc/PROBLEMS

index 6cea2437877d624705cce11cd9aad57356a62a7c..ddd60de818d3132e0159093dc2e2ffba29978896 100644 (file)
@@ -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