jed-users mailing list

[2004 Date Index] [2004 Thread Index] [Other years]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]

Re: asynchronous process problem


Paul Boekholt <p.boekholt@xxxxxxxxx> wrote:
>BTW in Emacs you can choose between pipes and ptys - ispell.el uses pipes
>by default. Are ptys better than pipes?

ptys are more sophisticated than simple pipes because the pty driver
implements the semantics of a terminal.  For example, try executing
"stty -a" in a pipe.  FWIW, 0.99-17 has a function called
open_process_pipe which will force jed to use a pipe rather than a pty
for async processes.

--John

--------------------------
To unsubscribe send email to <jed-users-request@xxxxxxxxxxx> with
the word "unsubscribe" in the message body.
Need help? Email <jed-users-owner@xxxxxxxxxxx>.


[2004 date index] [2004 thread index]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]