Re: [Mac-emacs-users] [Mac-emacs-users]
Brought to you by:
akochoi
|
From: Andrew C. <ak...@sh...> - 2002-10-04 20:05:21
|
> 4) There is still the bug with asynchronous process input, which gets > cut off at the end randomly. > This affects grep, man, pcl-cvs, ... Really gross. > I thought there was a fix (workaround?) in the CVS, but then I didn't > understand the fix, and obviously it does not work (at least not under > 10.2.1). Try doing this: (setq process-connection-type nil) There seems to be a problem with the pty implementation in Mac OS X. Unfortunately some Emacs packages (like ange-ftp) depends on it. |