emacs-devel
[Top][All Lists]
Advanced

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

Re: Adding streams for standard out and standard err


From: Eli Zaretskii
Subject: Re: Adding streams for standard out and standard err
Date: Thu, 21 Jul 2016 22:11:31 +0300

> From: address@hidden (Phillip Lord)
> Cc: address@hidden
> Date: Thu, 21 Jul 2016 19:52:58 +0100
> 
> (append-to-file (print buffer-undo-list) nil "/dev/stderr")
> 
> seems clunky compared to:
> 
> (print buffer-undo-list 'stdout)

Nothing a simple function won't heal, right?

Maybe that's all we need: a small wrapper around append-to-file.



reply via email to

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