diff options
| author | Alan Mackenzie | 2015-09-25 11:31:50 +0000 |
|---|---|---|
| committer | Alan Mackenzie | 2015-09-25 11:31:50 +0000 |
| commit | feddb99afd5692ad7baf2e5675a35b88ff6987ae (patch) | |
| tree | 7e546fac43df6d92bb717bc6126e66032442d844 /etc | |
| parent | 0d31eeb796f3388ee4160b7fdff60004ce6847cf (diff) | |
| download | emacs-feddb99afd5692ad7baf2e5675a35b88ff6987ae.tar.gz emacs-feddb99afd5692ad7baf2e5675a35b88ff6987ae.zip | |
Resurrect edebug-set-initial-mode, repurposing it to set the global mode.
lisp/emacs-lisp/edebug.el (edebug-initial-mode-alist): Uncomment, and
amend to match current modes and functions.
(edebug-set-initial-mode): Uncomment and change from setting a defun's
`edebug-initial-mode''s property to setting the variable
`edebug-initial-mode'.
(top level): Create new binding C-x C-a C-m for
`edebug-set-initial-mode'.
doc/lispref/edebug.texi (Edebug Execution Modes): document
`edebug-set-initial-mode' and its new key binding.
(Edebug Options): Mention the new command in the pertinent place.
etc/NEWS: Write entry for this change.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -460,6 +460,11 @@ typing RET. | |||
| 460 | *** If `quick-calc' is called with a prefix argument, insert the | 460 | *** If `quick-calc' is called with a prefix argument, insert the |
| 461 | result of the calculation into the current buffer. | 461 | result of the calculation into the current buffer. |
| 462 | 462 | ||
| 463 | +++ | ||
| 464 | ** In Edebug, you can now set the initial mode with C-x C-a C-m. With | ||
| 465 | this you can tell Edebug not to stop at the start of the first | ||
| 466 | instrumented function. | ||
| 467 | |||
| 463 | ** ElDoc | 468 | ** ElDoc |
| 464 | *** New minor mode `global-eldoc-mode' | 469 | *** New minor mode `global-eldoc-mode' |
| 465 | *** `eldoc-documentation-function' now defaults to `ignore' | 470 | *** `eldoc-documentation-function' now defaults to `ignore' |