comparison etc/PROBLEMS @ 33614:9c067a999061

Added note about subprocesses on Windows 9x.
author Jason Rumney <jasonr@gnu.org>
date Sun, 19 Nov 2000 12:34:04 +0000
parents f100c284e81e
children 6388939477a4
comparison
equal deleted inserted replaced
33613:a7ecec3a6eaa 33614:9c067a999061
1 This file describes various problems that have been encountered 1 This file describes various problems that have been encountered
2 in compiling, installing and running GNU Emacs. 2 in compiling, installing and running GNU Emacs.
3
4 * On Windows 95/98/ME, subprocesses do not terminate properly.
5
6 This is a limitation of the Operating System, and can cause problems
7 when shutting down Windows. Ensure that all subprocesses are exited
8 cleanly before exiting Emacs. For more details, see the FAQ at
9 ftp://ftp.gnu.org/gnu/windows/emacs/doc/index.html
3 10
4 * Mail sent through Microsoft Exchange in some encodings appears to be 11 * Mail sent through Microsoft Exchange in some encodings appears to be
5 mangled and is not seen correctly in Rmail or Gnus. We don't know 12 mangled and is not seen correctly in Rmail or Gnus. We don't know
6 exactly what happens, but it isn't an Emacs problem in cases we've 13 exactly what happens, but it isn't an Emacs problem in cases we've
7 seen. 14 seen.