]> code.delx.au - gnu-emacs/commit
Add an option in Edebug to prevent pauses after `h', 'f', and `o'.
authorAlan Mackenzie <acm@muc.de>
Sat, 7 May 2016 06:42:29 +0000 (06:42 +0000)
committerAlan Mackenzie <acm@muc.de>
Sat, 7 May 2016 06:42:29 +0000 (06:42 +0000)
commited5282d239b4304bcc6274dd06e1ce2b5e575053
treecee75575e047eadccdf270f6199a215188bb4f6a
parentbf7fc7a8047752b6b1cff65dc8b8e2bc8173f626
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.
doc/lispref/edebug.texi
etc/NEWS
lisp/emacs-lisp/edebug.el