emacs.rst
changeset 382 1f499471d603
parent 296 a1447ce5751b
child 415 3ae537fcc132
equal deleted inserted replaced
381:bce5618a8704 382:1f499471d603
    13   # Local variables<colon>
    13   # Local variables<colon>
    14   # variable<colon> value
    14   # variable<colon> value
    15   # End<colon>
    15   # End<colon>
    16 
    16 
    17 * Debugging.
    17 * Debugging.
       
    18 
       
    19 ** What functions and variables Emacs load and from which files?
       
    20 
       
    21 See value of variable 'load-history' (by C-h v load-history RET).
    18 
    22 
    19 ** Using edebug.
    23 ** Using edebug.
    20 
    24 
    21 Execute 'M-x edebug-defun' (also on 'C-u C-M-x') on defun in source code to
    25 Execute 'M-x edebug-defun' (also on 'C-u C-M-x') on defun in source code to
    22 enable debugging for desired function. When next time this function invoked
    26 enable debugging for desired function. When next time this function invoked