emacs-gpu/doc
Mattias Engdegård 0c5eb1c7e7 Reduce integer-output-format to print-integers-as-characters
The variable now only controls whether characters are printed, not
the radix.  Control chars are printed in human-readable syntax
only when special escapes such as ?\n are available.  Spaces,
formatting and combining chars are excluded (bug#44155).
Done in collaboration with Juri Linkov.

* src/character.c (graphic_base_p):
* src/print.c (named_escape): New functions.
(print_object): Change semantics as described above.
(syms_of_print): Rename integer-output-format.  Update doc string.
* doc/lispref/streams.texi (Output Variables):
* etc/NEWS:
* test/src/print-tests.el (print-integers-as-characters):
Rename and update according to new semantics.  The test now passes.
2020-11-06 13:55:32 +01:00
..
emacs Improve documentation of a recent change 2020-11-06 13:49:07 +02:00
lispintro Clarify wording 2020-10-14 19:17:48 -04:00
lispref Reduce integer-output-format to print-integers-as-characters 2020-11-06 13:55:32 +01:00
man Minor improvements to emacsclient man page 2020-10-18 02:49:55 +02:00
misc * doc/misc/gnus.texi (Selection Groups): Delete excessive paren 2020-11-05 22:32:09 +00:00