Re: Stream from call

2024-04-25 Thread Patrick Lebas
led executable handles stdin/stdout it might matter and you could block reading by accident because of the implicit look-ahead mechanism. It's not a big issue, but it can matter and then you must be aware of its workings. Happy lisping, Andreas On 25.04.24 13:03, Patrick Lebas wrote: How can I get

Stream from call

2024-04-25 Thread Patrick Lebas
How can I get the Stream-out from (call 'ls) and put it into a string (setq str...) ? THANKS. Envoyé à partir de Outlook pour Android