]> git.eshelyaron.com Git - emacs.git/commit
Support standard input, output and error streams feature/stdout-stderr-stream
authorPhillip Lord <phillip.lord@russet.org.uk>
Mon, 18 Jul 2016 22:28:05 +0000 (23:28 +0100)
committerPhillip Lord <phillip.lord@russet.org.uk>
Sat, 14 Jan 2017 12:07:27 +0000 (12:07 +0000)
commit86a2c93b3b62a1decad326fd66ed5cc1a9e64d5f
tree2bba44a75181d40df367217f4d9f2d5ec5b05925
parent9569916d94c6c448862d02919e52fc3bfb9b9c8d
Support standard input, output and error streams

* doc/lispref/streams.texi: Update doc
* lisp/simple.el (external-standard-input): New function
* src/fns.c (external-standard-input-read-char,
  external-standard-input-read-line): New functions
* src/print.c: (external-standard-output,
  external-standard-input): New functions
doc/lispref/streams.texi
lisp/simple.el
src/fns.c
src/print.c