emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: master e32c7d2: Change Python eval to send directly instead of using


From: Stefan Monnier
Subject: Re: master e32c7d2: Change Python eval to send directly instead of using temporary files
Date: Fri, 03 Sep 2021 19:04:53 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

>     Change Python eval to send directly instead of using temporary files

FWIW, sending large amounts of text via pty can be troublesome (some
OSes have been known to insert additional control chars every 256
bytes, or to do weird things after 4096 bytes leading the send to never
complete, ...), which is why it's very common for comint modes to send
regions of text via temp files.


        Stefan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]