bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#7842: acknowledged by developer (control message for bug 7842)


From: Stefan Monnier
Subject: bug#7842: acknowledged by developer (control message for bug 7842)
Date: Fri, 22 Feb 2013 12:25:22 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

>> and already separates stdout from stderr.
> stderr is put on a file when separated.

Still, it disproves the statement that "It is impossible to separate the
standard output and standard error streams of the subprocess".

>> There's nothing unreasonable in requesting the ability to put
>> call-process's stderr output inside a buffer.  We could easily do that
>> with a simple Elisp wrapper (which uses a make-temp-file internally).
> The OP seems to object to a solution that would use files, or else he
> would have used make-temp-file himself.

He mentions 4 problems with the current situation:

> * The first touches the disk, the second does not.

Providing a wrapper that does make-temp-file doesn't solve this point,
indeed.

> * The first requires me to pick a temporary file name that does not
>   collide with an existing file on disk, the second does not.
> * The first requires me to cleanup a temporary file, the second does
>   not.
> * The first is 45 characters long, the second is 13.

But the wrapper would solve all those 3 remaining points (because the
wrapper would pay this cost, not Jameson).


        Stefan





reply via email to

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