emacs-devel
[Top][All Lists]
Advanced

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

Re: standard output/error/input streams


From: Noam Postavsky
Subject: Re: standard output/error/input streams
Date: Sat, 14 Jan 2017 09:03:16 -0500

On Sat, Jan 14, 2017 at 7:22 AM, Phillip Lord
<address@hidden> wrote:
>
>
> The new version is on feature/stdout-stderr-stream.

+DEFUN ("external-standard-error", Fexternal_standard_error,
Sexternal_standard_error, 1, 1, 0,
+       doc: /* Output character CHARACTER to system standard error. */)
+     (Lisp_Object character)
+{
+  return Fexternal_debugging_output (character);
+}

This could be just an alias instead, no?



reply via email to

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