[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: |
Robert Pluim |
Subject: |
Re: master 63d084d4e4: Fix encoding and decoding of process I/O in Eshell on Windows |
Date: |
Mon, 17 Oct 2022 17:11:07 +0200 |
>>>>> On Mon, 17 Oct 2022 18:01:57 +0300, Eli Zaretskii <eliz@gnu.org> said:
>> 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.
Eli> But I _want_ a more global effect here.
You do? I thought the whole point was to influence the coding system
used by `make-process', which you can do by passing in :coding.
Robert
--