1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-23 10:34:07 +00:00
emacs/test/lisp/progmodes
Noam Postavsky acd58c9198 Limit integers printed as characters (Bug#16828)
* lisp/simple.el (eval-expression-print-maximum-character): New
variable.
(eval-expression-print-format): Only display value as character if
it's less than or equal to `eval-expression-print-maximum-character'.
(eval-expression-get-print-arguments): Check
eval-expression-print-maximum-character, allow negative arg to
override it.
(eval-expression):
* lisp/progmodes/elisp-mode.el (elisp--eval-last-sexp):
(elisp--eval-last-sexp-print-value): Handle new variable.
* doc/emacs/building.texi (Lisp Eval): Document new variable and
behavior.
* etc/NEWS: Announce it.
* test/lisp/progmodes/elisp-mode-tests.el
(eval-last-sexp-print-format-small-int)
(eval-last-sexp-print-format-small-int-echo)
(eval-last-sexp-print-format-large-int)
(eval-last-sexp-print-format-large-int-echo):
* test/lisp/simple-tests.el (eval-expression-print-format-small-int)
(eval-expression-print-format-small-int-echo)
(eval-expression-print-format-large-int)
(eval-expression-print-format-large-int-echo): New tests.
2017-05-19 18:16:38 -04:00
..
flymake-resources
bat-mode-tests.el Improve fontification in bat-mode 2017-02-10 11:23:24 +02:00
cc-mode-tests.el
compile-tests.el
elisp-mode-tests.el Limit integers printed as characters (Bug#16828) 2017-05-19 18:16:38 -04:00
etags-tests.el
f90.el
flymake-tests.el
js-tests.el fix two js-mode syntax propertization bugs 2017-04-01 15:03:46 -06:00
python-tests.el Fix a test in python-test.el 2017-04-04 15:16:15 +09:00
ruby-mode-tests.el
sql-tests.el
subword-tests.el
xref-tests.el