l...@gnu.org (Ludovic Courtès) writes:
> Doug Evans skribis:
>
>> The problem can be succinctly represented by the following:
>>
>> scheme@(guile-user)> (port? (port-with-print-state (current-output-port)))
>> $3 = #f
>
> I think the short answer is that it’s a very old API that’s essentially
> u
Mark H Weaver skribis:
> l...@gnu.org (Ludovic Courtès) writes:
>
>> Doug Evans skribis:
>>
>>> The problem can be succinctly represented by the following:
>>>
>>> scheme@(guile-user)> (port? (port-with-print-state (current-output-port)))
>>> $3 = #f
>>
>> I think the short answer is that it’s a