On Sun, 27 Mar 2005 22:29:05 +0200, Edi Weitz edi@agharta.de said:
Edi> On Sun, 27 Mar 2005 21:02:45 +0200, Helmut Eller e9626484@stud3.tuwien.ac.at wrote:
On Unix, Emacs can use a pty or a pipe for communication with subprocesses. The default is pty, but it can be overridden with process-connection-type. Is there a difference if you use the following patch?
Edi> No, unfortunately not.
That makes sense, because Windows doesn't have ptys.
__Martin