From: Andrew Choi Date: Tue, 22 Jul 2003 17:51:57 +0000 (+0000) Subject: Truncated process output with pty's on Mac OS X. X-Git-Tag: ttn-vms-21-2-B4~9263 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5b4ffca2d08d9ca126ccb24b31fe810df22e70bb;p=emacs.git Truncated process output with pty's on Mac OS X. --- diff --git a/etc/ChangeLog b/etc/ChangeLog index d4fd37edbc8..90836d87d4d 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -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 --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