# HG changeset patch # User Oleksandr Gavenko # Date 1235478645 -7200 # Node ID f4a274ff919dec09b8711085135e7f53a08fc343 # Parent 70c9abe044cf0772efb98713ed7f4c8d9f446788# Parent 735e016c8d308eba9dfe5cb99634f33ba921eb12 Automated merge with file:///srv/hg/admin-doc diff -r 70c9abe044cf -r f4a274ff919d emacs.rst --- a/emacs.rst Sun Feb 22 20:25:13 2009 +0200 +++ b/emacs.rst Tue Feb 24 14:30:45 2009 +0200 @@ -1,6 +1,6 @@ -*- mode: outline -*- -* How debug? +* How debug ini file? When your InitFile has a bug, or when you load external files that cause errors, the bug is often hard to find, because the Emacs Lisp reader does not @@ -35,3 +35,10 @@ You can disable edebug on a function by evaluating the function again using ‘C-M-x’. + +* How debug func? + +Use M-x debug-on-entry and M-x cancel-debug-on-entry to control +which functions will enter the debugger when called. + +When next time that function called automatically loaded debug-mode. diff -r 70c9abe044cf -r f4a274ff919d time-estimation.rst --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/time-estimation.rst Tue Feb 24 14:30:45 2009 +0200 @@ -0,0 +1,7 @@ +-*- outline -*- + +* Which soft use? + + $ sudo apt-get install karma + +