GNU bug report logs -
#33050
27.0.50; [macOS] Problem with process input with process-connection-type nil
Previous Next
Reported by: Filipp Gunbin <fgunbin <at> fastmail.fm>
Date: Mon, 15 Oct 2018 19:04:02 UTC
Severity: normal
Found in version 27.0.50
Done: Filipp Gunbin <fgunbin <at> fastmail.fm>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
> From: Filipp Gunbin <fgunbin <at> fastmail.fm>
> Date: Mon, 15 Oct 2018 22:03:19 +0300
>
> If I let-bind process-connection-type to t (use pty) in above code, then
> it works normally:
>
> *Messages* :
> proc status: run
> found prompt
> proc status: run
> exited
> "exited"
>
> Buffer "my-process-buf":
> enter something:
> Process my-process<2> finished
>
> But if I let-bind process-connection-type to nil (so does ldap.el), then
> it hangs, and after a few seconds wait and C-g, *Messages* has only
> this: "proc status: run [6 times]", and buffer my-process-buf is empty.
The reason is almost certainly buffering: when the connection is via a
pipe, the subprocess writes in buffered mode, so it might take quite a
few characters of input before /usr/bin/read outputs something. Try
using the -n or -N options, and see if that helps.
Why does ldap.el set process-connection-type to nil?
This bug report was last modified 6 years and 152 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.