diff options
author | Andrew Choi <akochoi@shaw.ca> | 2003-07-22 17:51:57 +0000 |
---|---|---|
committer | Andrew Choi <akochoi@shaw.ca> | 2003-07-22 17:51:57 +0000 |
commit | 5b4ffca2d08d9ca126ccb24b31fe810df22e70bb (patch) | |
tree | e16289881cd82adc40bd9b2137b3876634a32290 /etc/PROBLEMS | |
parent | f57bd9674ab8ada88fb3469117eee548b7b89cf7 (diff) | |
download | emacs-5b4ffca2d08d9ca126ccb24b31fe810df22e70bb.tar.gz |
Truncated process output with pty's on Mac OS X.
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 @@ This file describes various problems that have been encountered in compiling, installing and running GNU Emacs. +* Process output truncated on Mac OS X (Carbon) when using pty's. + +There appears to be a problem with the implementation of pty's on the +Mac OS X that causes process output to be truncated. To avoid this, +leave process-connection-type set to its default value of nil. + * Emacs crashes on Mac OS X (Carbon) after system software upgrade. This problem seems to be now solved by Steven Tamm's patch to |