# HG changeset patch # User Jason Rumney # Date 974637244 0 # Node ID 9c067a999061166eac1cb90bbef086970e1c7200 # Parent a7ecec3a6eaa97e2d712de9727dcbabe6bc28813 Added note about subprocesses on Windows 9x. diff -r a7ecec3a6eaa -r 9c067a999061 etc/PROBLEMS --- a/etc/PROBLEMS Sun Nov 19 10:03:08 2000 +0000 +++ b/etc/PROBLEMS Sun Nov 19 12:34:04 2000 +0000 @@ -1,6 +1,13 @@ This file describes various problems that have been encountered in compiling, installing and running GNU Emacs. +* On Windows 95/98/ME, subprocesses do not terminate properly. + +This is a limitation of the Operating System, and can cause problems +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 + * 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