help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Byte-Compile Error: End of file during parsing


From: Stefan Monnier
Subject: Re: Byte-Compile Error: End of file during parsing
Date: Thu, 12 May 2005 23:57:07 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

> 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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]