# HG changeset patch # User Oleksandr Gavenko # Date 1285533175 -10800 # Node ID c7b268051d291ddf33129878d5e116dcd7b466cb # Parent f22a634732196b00ed55f1de0616ff37b04eca35 Run Emacs with '--debug-init'. diff -r f22a63473219 -r c7b268051d29 emacs.rst --- a/emacs.rst Sun Sep 26 23:15:47 2010 +0300 +++ b/emacs.rst Sun Sep 26 23:32:55 2010 +0300 @@ -45,6 +45,8 @@ know about line numbers and files - it just knows an error happened, and that's it. +Try run Emacs with '--debug-init' to see backtrace. + ** How debug long running command? M-x debug-on-quit RET' and then just hit `C-g' next time it gets 'stuck' somewhere.