emacs.rst
changeset 528 8d0e582bca90
parent 516 3441ccca2e29
child 585 c7b268051d29
equal deleted inserted replaced
527:0bb22c624d14 528:8d0e582bca90
    42 
    42 
    43 When your ini has a bug, or when you load external files that cause
    43 When your ini has a bug, or when you load external files that cause
    44 errors, the bug is often hard to find, because the Emacs Lisp reader does not
    44 errors, the bug is often hard to find, because the Emacs Lisp reader does not
    45 know about line numbers and files - it just knows an error happened, and
    45 know about line numbers and files - it just knows an error happened, and
    46 that's it.
    46 that's it.
       
    47 
       
    48 ** How debug long running command?
       
    49 
       
    50 M-x debug-on-quit RET' and then just hit `C-g' next time it gets 'stuck' somewhere.
    47 
    51 
    48 *** Check if bug in ini file.
    52 *** Check if bug in ini file.
    49 
    53 
    50 First run Emacs without loading anything:
    54 First run Emacs without loading anything:
    51 
    55