diff options
Diffstat (limited to 'etc/PROBLEMS')
| -rw-r--r-- | etc/PROBLEMS | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS index 75b72fc4d28..c2547f083c0 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS | |||
| @@ -1,6 +1,12 @@ | |||
| 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 | * Process output truncated on Mac OS X (Carbon) when using pty's. | ||
| 5 | |||
| 6 | There appears to be a problem with the implementation of pty's on the | ||
| 7 | Mac OS X that causes process output to be truncated. To avoid this, | ||
| 8 | leave process-connection-type set to its default value of nil. | ||
| 9 | |||
| 4 | * Emacs crashes on Mac OS X (Carbon) after system software upgrade. | 10 | * Emacs crashes on Mac OS X (Carbon) after system software upgrade. |
| 5 | 11 | ||
| 6 | This problem seems to be now solved by Steven Tamm's patch to | 12 | This problem seems to be now solved by Steven Tamm's patch to |