[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: master 63d084d4e4: Fix encoding and decoding of process I/O in Eshel
From: |
Eli Zaretskii |
Subject: |
Re: master 63d084d4e4: Fix encoding and decoding of process I/O in Eshell on Windows |
Date: |
Mon, 17 Oct 2022 18:01:57 +0300 |
> From: Robert Pluim <rpluim@gmail.com>
> Cc: Eli Zaretskii <eliz@gnu.org>
> Date: Mon, 17 Oct 2022 16:42:35 +0200
>
> >>>>> On Sat, 15 Oct 2022 07:01:02 -0400 (EDT), Eli Zaretskii <eliz@gnu.org>
> >>>>> said:
> Eli> (process-environment (eshell-environment-variables))
> Eli> + (coding-system-for-read coding-system-for-read)
> Eli> + (coding-system-for-write coding-system-for-write)
>
> IsnĘžt passing `:coding' to `make-process' preferred to binding
> `coding-system-for-{read,write}'? It has less of a global effect.
But I _want_ a more global effect here.