summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/debug.el
Commit message (Collapse)AuthorAgeFilesLines
* (debugger-continue): Don't continue IfGerd Moellmann1999-12-191-0/+2
| | | | debugger-may-continue is nil.
* * emacs-lisp/debug.el (debugger-env-macro):Sam Steingold1999-11-121-49/+48
| | | | | | | Use the new backquote syntax. * emacs-lisp/easymenu.el (easy-menu-make-symbol): Use the new backquote syntax.
* (debug): If noninteractive, display theGerd Moellmann1999-11-031-56/+89
| | | | | | | | backtrace using `message', then exit Emacs. (debugger-batch-max-lines): New variable. (debugger-setup-buffer): New subroutine, broken out of `debug'. Change the messages put at the start, to say that the debugger was entered.
* (debugger-outer-inhibit-redisplay): New variable.Richard M. Stallman1999-05-181-6/+12
| | | | | | (debug): Bind and use debugger-outer-inhibit-redisplay. Bind inhibit-redisplay to nil. (debugger-env-macro): Treat inhibit-redisplay like other outside vars.
* (debug): Make *Backtrace* buffer writable.Andreas Schwab1999-03-271-0/+1
|
* (debug): Leave recursive minibuffer enabledAndreas Schwab1999-01-041-1/+2
| | | | if it was enabled before.
* (debugger-outer-unread-post-input-method-events): New variable.Kenichi Handa1998-08-061-0/+10
| | | | | | (debug): Bind debugger-outer-unread-post-input-method-events. Bind unread-post-input-method-events to nil. (debugger-env-macro): Likewise.
* (debugger-frame-clear): Doc fix.Richard M. Stallman1998-05-171-1/+1
|
* *** empty log message ***Dan Nicolaescu1998-04-201-2/+4
|
* Customized.Stephen Eglen1998-04-051-8/+21
|
* (debug, debugger-env-macro): store-match-data => set-match-data.Richard M. Stallman1998-03-141-2/+2
|
* (debugger-mode): Don't set enable-multibyte-characters here.Richard M. Stallman1998-02-111-2/+1
| | | | (debug): Use set-buffer-multibyte to clear enable-multibyte-characters.
* (debug-on-entry): If definition is a symbol,Karl Heuer1997-12-041-0/+5
| | | | replace it with an equivalent lambda.
* (debugger-mode-hook): New user variable.Karl Heuer1997-12-041-43/+83
| | | | | | | | | (debugger-env-macro): New general purpose macro for all debugger functions; separated from `debugger-eval-expression'. (debugger-eval-expression): Use `debugger-env-macro'. (debugger-record-buffer): New variable. (debugger-record-expression): New user function , key "R". (debugger-mode): Now runs hook `debugger-mode-hook'.
* (debug): Allow recursive minibuffers if we're in a minibuffer already.Richard M. Stallman1997-09-121-0/+3
|
* Add provide call.Richard M. Stallman1997-06-221-0/+2
|
* (debug): Set overriding-terminal-local-map to nil,Richard M. Stallman1997-06-091-1/+3
| | | | don't bind it, so it won't be restored on `q'.
* (debug, debugger-eval-expression):Richard M. Stallman1997-06-081-0/+10
| | | | | Treat overriding-terminal-local-map like overriding-local-map. (debugger-outer-overriding-terminal-local-map): New variable.
* (debug): Use save-excursion inside the binding of buffer-read-only.Richard M. Stallman1997-03-301-1/+3
|
* (debugger-mode): Disable multibyte character handlingKarl Heuer1997-02-201-0/+2
| | | | in Debugger mode.
* Use executing-kbd-macro, not executing-macro.Karl Heuer1996-05-291-1/+1
|
* Update FSF's address.Erik Naggum1996-01-141-2/+3
|
* (debug): Fix message spelling.Karl Heuer1996-01-041-1/+1
|
* (debug): Now interactive.Richard M. Stallman1995-03-201-0/+1
|
* (debugger-outer-load-read-function): New variable.Richard M. Stallman1995-03-181-1/+13
| | | | | | | | | | | | | (debug): Bind load-read-function to nil; save old value in debugger-outer-load-read-function and restore at end. (debugger-eval-expression): Handle load-read-function like other magic variables. (debugger-outer-overriding-local-map): New variable. (debug): Bind overriding-local-map to nil; save old value in debugger-outer-overriding-local-map and restore at end. (debugger-eval-expression): Handle overriding-local-map like other magic variables.
* (debugger-step-after-exit): Variable declared.Richard M. Stallman1995-02-131-0/+9
| | | | (debugger-old-buffer, debugger-value): Variables declared.
* (debug): Fix arg to backtrace-debug for debug-on-entry.Richard M. Stallman1995-02-131-1/+9
|
* (debug-convert-byte-code): Convert the doc info to a string.Richard M. Stallman1995-01-271-1/+4
|
* (debugger-list-functions): Set help-mode in *Help* buffer.Karl Heuer1994-11-091-1/+4
|
* (debug, debugger-eval-expression): Preserve match-data.Karl Heuer1994-04-161-2/+5
|
* (debug): Behave sensibly if pop-up-frames is set.Karl Heuer1994-03-291-4/+13
|
* (debugger-eval-expression): Use a history list.Richard M. Stallman1994-03-221-1/+5
|
* (debug, debug-on-entry): Doc strings.Richard M. Stallman1994-02-231-4/+4
|
* (debug): Bind unread-command-char to -1, not nil.Richard M. Stallman1994-01-141-1/+1
|
* (debug): Fixed typo.Roland McGrath1994-01-091-2/+2
|
* (debug): Bind a bunch of vars, like last-command, toRichard M. Stallman1994-01-091-56/+126
| | | | | | | | neutral values. Save the outer values in debugger-last-command, etc. Put those saved values back into effect when returning. (debugger-eval-expression): Put the saved values into effect while evaluating, and store modified values back into debugger-outer-... after evaluating.
* (debug): Bind this-command and last-command.Richard M. Stallman1994-01-041-0/+1
|
* Added or corrected Commentary sectionsEric S. Raymond1993-03-221-0/+4
|
* Add or correct keywordsEric S. Raymond1993-03-181-1/+1
|
* entered into RCSEric S. Raymond1992-07-221-3/+2
|
* *** empty log message ***Eric S. Raymond1992-07-171-0/+1
|
* *** empty log message ***Eric S. Raymond1992-07-161-1/+5
|
* *** empty log message ***Eric S. Raymond1992-05-301-1/+4
|
* *** empty log message ***Jim Blandy1992-01-091-1/+10
|
* Initial revisionJim Blandy1991-12-211-0/+347