1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-28 19:00:42 -08:00
emacs/doc
Juri Linkov 5d9e456c3e New variable integer-output-format to print integers as characters (bug#44155)
* doc/lispref/streams.texi (Output Variables): Add integer-output-format.

* src/print.c (print_object): In case of Lisp_Int, print integers
as characters when Vinteger_output_format is Qt, and in hex format
when Vinteger_output_format is 16.
(Vinteger_output_format): New variable.

* test/src/print-tests.el (print-integer-output-format): New test.
2020-10-31 22:11:02 +02:00
..
emacs * src/xdisp.c (syms_of_xdisp) <"scroll-minibuffer-conservatively">: New var 2020-10-31 09:07:53 -04:00
lispintro Clarify wording 2020-10-14 19:17:48 -04:00
lispref New variable integer-output-format to print integers as characters (bug#44155) 2020-10-31 22:11:02 +02:00
man Minor improvements to emacsclient man page 2020-10-18 02:49:55 +02:00
misc Replace irc.freenode.net with chat.freenode.net 2020-10-31 14:09:29 -04:00