> Missing right parens.  

>    and are there any easier ways to track them down then by reading
>    through the source code?

> Break the code roughly in half and use `eval-region' on half of it.
> (You must be very rough with your code when it is behaving like this.)

> If this succeeds, grow region by half of the remaining space and use
> `eval-region' again.  If it fails, shrink region by half and use
> `eval-region' again.  Continue until you have found the offending
> (overlarge) form.


Why not M-x check-parens ?


        Stefan
_______________________________________________
Help-gnu-emacs mailing list
Help-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs

Reply via email to