comparison etc/PROBLEMS @ 52010:08ca5a28493e

Truncated process output with pty's on Mac OS X.
author Andrew Choi <akochoi@shaw.ca>
date Tue, 22 Jul 2003 17:51:57 +0000
parents b819086c2c6a
children 695cf19ef79e
comparison
equal deleted inserted replaced
52009:a9d461b0fc6f 52010:08ca5a28493e
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 * 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.
3 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
7 unexmacosx.c on Nov 24, 2002. 13 unexmacosx.c on Nov 24, 2002.