diff options
author | Alan Mackenzie <acm@muc.de> | 2016-05-07 06:42:29 +0000 |
---|---|---|
committer | Alan Mackenzie <acm@muc.de> | 2016-05-07 06:42:29 +0000 |
commit | ed5282d239b4304bcc6274dd06e1ce2b5e575053 (patch) | |
tree | cee75575e047eadccdf270f6199a215188bb4f6a /etc | |
parent | bf7fc7a8047752b6b1cff65dc8b8e2bc8173f626 (diff) |
Add an option in Edebug to prevent pauses after `h', 'f', and `o'.
Requested by Paul Pogonyshev. Also add in documentation for Edebug config
variables which was missing.
* lisp/emacs-lisp/edebug.el (edebug-sit-on-break): New customizable option.
(edebug--display-1): Test edebug-sit-on-break before pausing 1 second.
* doc/lispref/edebug.texi (Jumping): Document the effect of the new option.
(Edebug Options): Document the new option. Also add documentation for
edebug-eval-macro-args, edebug-print-length, edebug-print-level,
edebug-print-circle, edebug-sit-for-seconds.
* etc/NEWS: Note the new feature.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -203,6 +203,12 @@ this is controlled by the 'wdired-create-parent-directories' variable. *** 'W' is now bound to 'browse-url-of-dired-file', and is useful for viewing HTML files and the like. +** Ediff + +*** Ediff can be prevented from pausing 1 second after reaching a +breakpoint (e.g. with "f" and "o") by customizing the new option +`edebug-sit-on-break'. + ** eww +++ |