# HG changeset patch # User Andrew Choi # Date 1058896317 0 # Node ID 08ca5a28493e7f891d21ad4199352eb6789426fc # Parent a9d461b0fc6f96ef10cf89784e1923793854fbf0 Truncated process output with pty's on Mac OS X. diff -r a9d461b0fc6f -r 08ca5a28493e etc/ChangeLog --- a/etc/ChangeLog Tue Jul 22 17:31:46 2003 +0000 +++ b/etc/ChangeLog Tue Jul 22 17:51:57 2003 +0000 @@ -1,3 +1,7 @@ +2003-07-22 Andrew Choi + + * PROBLEMS: Truncated process output with pty's on Mac OS X. + 2003-07-14 Nick Roberts * NEWS: Merge in the changes for versions 21.2 and 21.3 as @@ -68,10 +72,10 @@ * TUTORIAL.pl: Updated. -2003-01-11 Pavel Jan,Bm(Bk +2003-01-11 Pavel Jan,Am(Bk * TUTORIAL.sk: Updated to reflect changes in English version. - From Miroslav Va,B9(Bko . + From Miroslav Va$,1!!(Bko . 2003-01-09 Francesco Potort,Al(B @@ -141,7 +145,7 @@ * termcap.src: New version from ftp://invisible-island.net. -2002-03-24 Pavel Jan,Bm(Bk +2002-03-24 Pavel Jan,Am(Bk * TUTORIAL.translators: New file, list of tutorial translators. @@ -149,15 +153,15 @@ * gnus.xpm: Remove garbages. -2002-01-27 Pavel Jan,Bm(Bk +2002-01-27 Pavel Jan,Am(Bk * letter.xpm: New file, XPM variant of letter.xbm. -2001-12-03 Pavel Jan,Bm(Bk +2001-12-03 Pavel Jan,Am(Bk * COPYING: Move back. -2001-11-29 Pavel Jan,Bm(Bk +2001-11-29 Pavel Jan,Am(Bk * COPYING: Removed. @@ -212,7 +216,7 @@ * HELLO: Fix the Italian and Maltese entries. From Trevor Spiteri . -2001-08-25 Pavel Jan,Bm(Bk +2001-08-25 Pavel Jan,Am(Bk * HELLO: Slovak language name added to be compatible with other languages. @@ -220,7 +224,7 @@ 2001-08-23 Eli Zaretskii * TUTORIAL.pl: Updated in accordance with the English version. - From Beata Wierzcho,B3(Bowska and + From Beata Wierzcho$,1 b(Bowska and Janusz S. Bien . 2001-08-14 Eli Zaretskii @@ -229,26 +233,26 @@ per config.sub and config.guess. Reported by Ryo Furue . -2001-08-10 Pavel Jan,Bm(Bk +2001-08-10 Pavel Jan,Am(Bk * TUTORIAL.sk: Updated in accordance with the English version. - From Miroslav Va,B9(Bko . + From Miroslav Va$,1!!(Bko . 2001-08-08 Eli Zaretskii * TUTORIAL.ko: Updated in accordance with the English version. From Koaunghi Un . -2001-08-06 Pavel Jan,Bm(Bk +2001-08-06 Pavel Jan,Am(Bk * TUTORIAL.cs: Update from Milan Zamazal. -2001-08-05 Pavel Jan,Bm(Bk +2001-08-05 Pavel Jan,Am(Bk * TUTORIAL.cs, TUTORIAL.sk, cs-refcard.tex, sk-refcard.tex: e-mail address of Milan Zamazal changed. -2001-08-04 Pavel Jan,Bm(Bk +2001-08-04 Pavel Jan,Am(Bk * TUTORIAL, TUTORIAL.cs: Be consistent when naming CONTROL and META keys. @@ -280,7 +284,7 @@ * sk-dired-ref.tex: New files. * cs-survival.tex, cs-dired-ref.ps, cs-dired-ref.tex: New files. - From Pavel@Janik.cz (Pavel Jan,Bm(Bk). + From Pavel@Janik.cz (Pavel Jan,Am(Bk). 2001-04-10 Vinicius Jose Latorre diff -r a9d461b0fc6f -r 08ca5a28493e etc/PROBLEMS --- a/etc/PROBLEMS Tue Jul 22 17:31:46 2003 +0000 +++ b/etc/PROBLEMS Tue Jul 22 17:51:57 2003 +0000 @@ -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