emacs-devel
[Top][All Lists]
Advanced

[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 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.

Robert
-- 



reply via email to

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