1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-25 15:00:45 -08:00
emacs/doc
Eli Zaretskii c632466284 Obey coding-system-for-write when writing stdout/stderr in batch
* src/print.c (printchar_to_stream):
* src/xdisp.c (message_to_stderr): If coding-system-for-write has
a non-nil value, use it to encode output in preference to
locale-coding-system.  See the discussions in
http://lists.gnu.org/archive/html/emacs-devel/2016-01/msg00048.html
for the details.

* doc/lispref/os.texi (Terminal Output): Document how to send
non-ASCII text via 'send-string-to-terminal'.
(Batch Mode): Document how text written to standard streams is
encoded.  Fix inaccuracy regarding which output streams are used
by output functions in batch mode.
2016-01-06 20:25:45 +02:00
..
emacs Document new features of Whitespace mode 2016-01-02 14:06:02 +02:00
lispintro Fix copyright years by hand 2016-01-01 01:38:07 -08:00
lispref Obey coding-system-for-write when writing stdout/stderr in batch 2016-01-06 20:25:45 +02:00
man Fix copyright years by hand 2016-01-01 01:38:07 -08:00
misc * doc/misc/efaq.texi (Packages that do not come with Emacs): 2016-01-06 17:17:24 +08:00