* Byte-Compile Error: End of file during parsing
@ 2005-05-12 22:53 Ryan Bowman
2005-05-12 23:08 ` Joe Corneli
[not found] ` <mailman.4949.1115939602.2819.help-gnu-emacs@gnu.org>
0 siblings, 2 replies; 5+ messages in thread
From: Ryan Bowman @ 2005-05-12 22:53 UTC (permalink / raw)
I have a few files that I'm trying to byte compile, my
libraries and those of other people), but I keep
getting 'Error: End of file during parsing'. I'm
tring to hunt down what's causing it, but I don't
really know enough about elisp to be very successful.
What sorts of things can cause such an error, and are
there any easier ways to track them down then by
reading through the source code?
Thanks.
----
Ryan Bowman
While any text editor can save your files, only Emacs can save your soul. -- Per Abrahamsen
----
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Byte-Compile Error: End of file during parsing
2005-05-12 22:53 Byte-Compile Error: End of file during parsing Ryan Bowman
@ 2005-05-12 23:08 ` Joe Corneli
[not found] ` <mailman.4949.1115939602.2819.help-gnu-emacs@gnu.org>
1 sibling, 0 replies; 5+ messages in thread
From: Joe Corneli @ 2005-05-12 23:08 UTC (permalink / raw)
I have a few files that I'm trying to byte compile, my
libraries and those of other people), but I keep
getting 'Error: End of file during parsing'. I'm
tring to hunt down what's causing it, but I don't
really know enough about elisp to be very successful.
What sorts of things can cause such an error,
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.
^ permalink raw reply [flat|nested] 5+ messages in thread
[parent not found: <mailman.4949.1115939602.2819.help-gnu-emacs@gnu.org>]
* Re: Byte-Compile Error: End of file during parsing
[not found] ` <mailman.4949.1115939602.2819.help-gnu-emacs@gnu.org>
@ 2005-05-13 3:57 ` Stefan Monnier
2005-05-13 14:41 ` Joe Corneli
0 siblings, 1 reply; 5+ messages in thread
From: Stefan Monnier @ 2005-05-13 3:57 UTC (permalink / raw)
> 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
^ permalink raw reply [flat|nested] 5+ messages in thread
[parent not found: <mailman.4947.1115938886.2819.help-gnu-emacs@gnu.org>]
end of thread, other threads:[~2005-05-13 14:41 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-05-12 22:53 Byte-Compile Error: End of file during parsing Ryan Bowman
2005-05-12 23:08 ` Joe Corneli
[not found] ` <mailman.4949.1115939602.2819.help-gnu-emacs@gnu.org>
2005-05-13 3:57 ` Stefan Monnier
2005-05-13 14:41 ` Joe Corneli
[not found] <mailman.4947.1115938886.2819.help-gnu-emacs@gnu.org>
2005-05-12 23:46 ` Thien-Thi Nguyen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).