emacs/test/lisp/emacs-lisp
Gemini Lasswell 2093395dbf Improve print output options commands in backtrace-mode (bug#36566)
* lisp/emacs-lisp/backtrace.el (backtrace-view): Mention
:print-gensym in docstring.
(backtrace-mode-map): Add keyboard binding for
backtrace-toggle-print-gensym.  Add menu entries for
backtrace-toggle-print-circle and backtrace-toggle-print-gensym.
(backtrace--with-output-variables): Bind print-gensym with value
of :print-gensym found in view plist.
(backtrace-toggle-print-circle): Remove description of
implementation details from docstring.
(backtrace-toggle-print-gensym): New command.
(backtrace--toggle-feature): Add echo area message describing result
of command.

* test/lisp/emacs-lisp/backtrace-tests.el
(backtrace-tests--print-circle): New test.

* doc/lispref/debugging.texi (Backtraces): Document keyboard
binding for backtrace-toggle-print-gensym.
2019-09-13 13:43:07 -07:00
..
edebug-resources Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
eieio-tests Merge from origin/emacs-26 2019-06-01 12:04:42 -07:00
faceup-resources Update more copyright years 2018-12-31 18:47:22 -08:00
faceup-tests Update more copyright years 2018-12-31 18:47:22 -08:00
package-resources Don't use IP 0.0.0.0 for package test server (Bug#22582) 2017-02-25 12:56:09 -05:00
shadow-resources Handle case-insensitive filenames for load-path shadows (Bug#5845) 2018-01-18 16:26:52 -05:00
testcover-resources `unknown' test case now works 2019-07-28 11:40:30 +02:00
backtrace-tests.el Improve print output options commands in backtrace-mode (bug#36566) 2019-09-13 13:43:07 -07:00
benchmark-tests.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
bindat-tests.el Also test unpacking 2019-06-15 16:10:28 +02:00
bytecomp-tests.el Conditionalize result of a bytecomp test 2019-07-09 03:27:26 -07:00
cconv-tests.el Update more copyright years 2018-12-31 18:47:22 -08:00
checkdoc-tests.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
cl-extra-tests.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
cl-generic-tests.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
cl-lib-tests.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
cl-macs-tests.el * cl-macs-tests.el (cl-macs-test--symbol-macrolet): New test 2019-05-16 17:16:36 -04:00
cl-preloaded-tests.el Update more copyright years 2018-12-31 18:47:22 -08:00
cl-print-tests.el Fix some ineffective backslashes in string literals 2019-03-16 11:38:58 -07:00
cl-seq-tests.el Fix cl-member' and cl-assoc' for bignums 2019-06-01 18:13:00 -07:00
derived-tests.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
edebug-tests.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
ert-tests.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
ert-x-tests.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
generator-tests.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
gv-tests.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
let-alist-tests.el Make let-alist work with vectors 2019-07-28 23:28:24 +02:00
lisp-mode-tests.el Fix lisp indent infloop on unfinished strings (Bug#37045) 2019-08-17 09:42:34 -04:00
lisp-tests.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
map-tests.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
nadvice-tests.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
package-tests.el * test/lisp/emacs-lisp/package-tests.el: Allow extra extras 2019-02-10 18:12:05 -05:00
pcase-tests.el Tighter pcase or-pattern member function selection (bug#36139) 2019-06-19 11:20:58 +02:00
pp-tests.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
regexp-opt-tests.el Optimise more inputs to `regexp-opt' (bug#36444) 2019-07-04 17:18:15 +02:00
ring-tests.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
rmc-tests.el ; Fix read-multiple-choice test 2019-05-26 21:55:00 -04:00
rx-tests.el Fix (rx-to-string (and (literal STR) (regexp STR)) regression 2019-06-26 08:50:27 -04:00
seq-tests.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
shadow-tests.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
subr-x-tests.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
tabulated-list-test.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
testcover-tests.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
text-property-search-tests.el Add tests for text-property-search to check prop-match-value 2019-07-06 16:27:05 +02:00
thunk-tests.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
timer-tests.el New function time-convert 2019-08-05 18:37:29 -07:00