aboutsummaryrefslogtreecommitdiffstats
path: root/etc/PROBLEMS
diff options
context:
space:
mode:
authorJason Rumney2000-11-19 12:36:50 +0000
committerJason Rumney2000-11-19 12:36:50 +0000
commitf29d1e7532f578ed2563542733db71a1aaf3d5b6 (patch)
tree616b40a21e413e20fd2e2c85f27f15bf87dbc05c /etc/PROBLEMS
parent5497045254b940f94eb4d6fd3986ec4a21bff7d5 (diff)
downloademacs-f29d1e7532f578ed2563542733db71a1aaf3d5b6.tar.gz
emacs-f29d1e7532f578ed2563542733db71a1aaf3d5b6.zip
Added note about subprocesses on Windows 9x.
Diffstat (limited to 'etc/PROBLEMS')
-rw-r--r--etc/PROBLEMS7
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS
index d5ae2ba76b2..66ed5718305 100644
--- a/etc/PROBLEMS
+++ b/etc/PROBLEMS
@@ -1,6 +1,13 @@
1This file describes various problems that have been encountered 1This file describes various problems that have been encountered
2in compiling, installing and running GNU Emacs. 2in compiling, installing and running GNU Emacs.
3 3
4* On Windows 95/98/ME, subprocesses do not terminate properly.
5
6This is a limitation of the Operating System, and can cause problems
7when shutting down Windows. Ensure that all subprocesses are exited
8cleanly before exiting Emacs. For more details, see the FAQ at
9ftp://ftp.gnu.org/gnu/windows/emacs/doc/index.html
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
5mangled and is not seen correctly in Rmail or Gnus. We don't know 12mangled and is not seen correctly in Rmail or Gnus. We don't know
6exactly what happens, but it isn't an Emacs problem in cases we've 13exactly what happens, but it isn't an Emacs problem in cases we've