diff options
| author | Vasilij Schneidermann | 2016-09-30 16:22:26 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2016-09-30 16:22:26 +0300 |
| commit | d1890a3a4a18f79cabf4caf8d194cdc29ea4bf05 (patch) | |
| tree | 2bc07affe29f93d7c0287b9723d0a1b022b671c9 /etc | |
| parent | 97f35401771f782d5edc0dc6b841e054ca8685c3 (diff) | |
| download | emacs-d1890a3a4a18f79cabf4caf8d194cdc29ea4bf05.tar.gz emacs-d1890a3a4a18f79cabf4caf8d194cdc29ea4bf05.zip | |
New user option 'debugger-stack-frame-as-list'
* src/eval.c (syms_of_eval) <debugger-stack-frame-as-list>: New
variable.
* lisp/cus-start.el (standard): Add debugger-stack-frame-as-list.
* lisp/emacs-lisp/debug.el (debugger-setup-buffer): Adjust
backtrace processing for the value of debugger-stack-frame-as-list.
* lisp/emacs-lisp/edebug.el (edebug-backtrace): Adjust backtrace
processing for the value of debugger-stack-frame-as-list.
* doc/lispref/debugging.texi (Internals of Debugger): Document
debugger-stack-frame-as-list.
* etc/NEWS: Mention 'debugger-stack-frame-as-list'.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -205,6 +205,11 @@ questions, with a handy way to display help texts. | |||
| 205 | +++ | 205 | +++ |
| 206 | ** 'switch-to-buffer-preserve-window-point' now defaults to t. | 206 | ** 'switch-to-buffer-preserve-window-point' now defaults to t. |
| 207 | 207 | ||
| 208 | +++ | ||
| 209 | ** The new variable 'debugger-stack-frame-as-list' allows displaying | ||
| 210 | all call stack frames in a Lisp backtrace buffer as lists. Both | ||
| 211 | debug.el and edebug.el have been updated to heed to this variable. | ||
| 212 | |||
| 208 | 213 | ||
| 209 | * Editing Changes in Emacs 25.3 | 214 | * Editing Changes in Emacs 25.3 |
| 210 | 215 | ||