diff options
| author | Alan Mackenzie | 2016-05-07 06:42:29 +0000 |
|---|---|---|
| committer | Alan Mackenzie | 2016-05-07 06:42:29 +0000 |
| commit | ed5282d239b4304bcc6274dd06e1ce2b5e575053 (patch) | |
| tree | cee75575e047eadccdf270f6199a215188bb4f6a /etc | |
| parent | bf7fc7a8047752b6b1cff65dc8b8e2bc8173f626 (diff) | |
| download | emacs-ed5282d239b4304bcc6274dd06e1ce2b5e575053.tar.gz emacs-ed5282d239b4304bcc6274dd06e1ce2b5e575053.zip | |
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. | |||
| 203 | *** 'W' is now bound to 'browse-url-of-dired-file', and is useful for | 203 | *** 'W' is now bound to 'browse-url-of-dired-file', and is useful for |
| 204 | viewing HTML files and the like. | 204 | viewing HTML files and the like. |
| 205 | 205 | ||
| 206 | ** Ediff | ||
| 207 | |||
| 208 | *** Ediff can be prevented from pausing 1 second after reaching a | ||
| 209 | breakpoint (e.g. with "f" and "o") by customizing the new option | ||
| 210 | `edebug-sit-on-break'. | ||
| 211 | |||
| 206 | ** eww | 212 | ** eww |
| 207 | 213 | ||
| 208 | +++ | 214 | +++ |