emacs.rst
changeset 20 ccbb0c9257bb
parent 19 2230f25e0375
child 44 735e016c8d30
equal deleted inserted replaced
19:2230f25e0375 20:ccbb0c9257bb
    19   otherwise towards the front of the file.
    19   otherwise towards the front of the file.
    20 
    20 
    21   * Use a keyboard macro that moves forward one expression (sexp) and
    21   * Use a keyboard macro that moves forward one expression (sexp) and
    22   evaluates it.
    22   evaluates it.
    23 
    23 
    24   * Try the CommandLine? switch --debug-init.
    24   * Try the command line switch --debug-init.
    25 
    25 
    26   * Shouldn’t (setq debug-on-error t) help?
    26   * Should n’t (setq debug-on-error t) help?
       
    27 
       
    28  * Try check-parens.
    27 
    29 
    28 * Using edebug.
    30 * Using edebug.
    29 
    31 
    30 The main entry point is ‘M-x edebug-defun’ (also on ‘C-u C-M-x’). Use it
    32 The main entry point is ‘M-x edebug-defun’ (also on ‘C-u C-M-x’). Use it
    31 instead of `C-x C-e’ or ‘C-M-x’ to evaluate a ‘defun’ and instrument it for
    33 instead of `C-x C-e’ or ‘C-M-x’ to evaluate a ‘defun’ and instrument it for