diff -r 11928bb0b66d -r c5cff695aec7 emacs.rst --- a/emacs.rst Sun Feb 06 22:23:39 2011 +0200 +++ b/emacs.rst Sun Feb 06 22:24:44 2011 +0200 @@ -76,6 +76,12 @@ that causes the error or not, split this half or the other half again, and repeat. +*** Simplified Binary Search. + +Add (error 'No error until here') in the middle of your file. If you get the +error 'No error until here' when reloading the file, move the expression +towards the back of the file, otherwise towards the front of the file. + ** Elisp debug tips. - Use a keyboard macro that moves forward one expression (sexp) and evaluates @@ -96,12 +102,6 @@ file, and bypasses the `condition-case' which normally catches errors in the init file. -*** Simplified Binary Search. - -Add (error 'No error until here') in the middle of your file. If you get the -error 'No error until here' when reloading the file, move the expression -towards the back of the file, otherwise towards the front of the file. - ** Call tree. Before byte compiling file execute