diff options
| author | Jason Rumney | 2000-11-19 12:36:50 +0000 |
|---|---|---|
| committer | Jason Rumney | 2000-11-19 12:36:50 +0000 |
| commit | f29d1e7532f578ed2563542733db71a1aaf3d5b6 (patch) | |
| tree | 616b40a21e413e20fd2e2c85f27f15bf87dbc05c /etc/PROBLEMS | |
| parent | 5497045254b940f94eb4d6fd3986ec4a21bff7d5 (diff) | |
| download | emacs-f29d1e7532f578ed2563542733db71a1aaf3d5b6.tar.gz emacs-f29d1e7532f578ed2563542733db71a1aaf3d5b6.zip | |
Added note about subprocesses on Windows 9x.
Diffstat (limited to 'etc/PROBLEMS')
| -rw-r--r-- | etc/PROBLEMS | 7 |
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 @@ | |||
| 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 | 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 | ||
| 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 |