Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

End of file problem

493 views
Skip to first unread message

ab talebi

unread,
Dec 5, 2001, 4:34:38 AM12/5/01
to
when I try to compile my program it gives me this error message:

End of file while reading stream #<FILE-STREAM
D:\Documenes\privat\tommy.lisp>.

any idea what the problem is?

Thomas F. Burdick

unread,
Dec 5, 2001, 4:37:58 AM12/5/01
to
ab_tal...@yahoo.com (ab talebi) writes:

Almost certainly it's unbalanced parens

--
/|_ .-----------------------.
,' .\ / | No to Imperialist war |
,--' _,' | Wage class war! |
/ / `-----------------------'
( -. |
| ) |
(`-. '--.)
`. )----'

Mike McDonald

unread,
Dec 5, 2001, 12:33:08 PM12/5/01
to
In article <3c0de9c7...@news.uio.no>,

Most likely you have unbalanced parentheses or double quotes.

Mike McDonald
mik...@mikemac.com

Marco Antoniotti

unread,
Dec 5, 2001, 12:46:17 PM12/5/01
to

mik...@mikemac.com (Mike McDonald) writes:

... or an unbalanced #| |# (nesting) comment.

Cheer


--
Marco Antoniotti ========================================================
NYU Courant Bioinformatics Group tel. +1 - 212 - 998 3488
719 Broadway 12th Floor fax +1 - 212 - 995 4122
New York, NY 10003, USA http://bioinformatics.cat.nyu.edu
"Hello New York! We'll do what we can!"
Bill Murray in `Ghostbusters'.

Raymond Wiker

unread,
Dec 5, 2001, 1:10:20 PM12/5/01
to
Marco Antoniotti <mar...@cs.nyu.edu> writes:

> mik...@mikemac.com (Mike McDonald) writes:
>
> > In article <3c0de9c7...@news.uio.no>,
> > ab_tal...@yahoo.com (ab talebi) writes:
> > > when I try to compile my program it gives me this error message:
> > >
> > > End of file while reading stream #<FILE-STREAM
> > > D:\Documenes\privat\tommy.lisp>.
> > >
> > > any idea what the problem is?
> >
> > Most likely you have unbalanced parentheses or double quotes.
>
> ... or an unbalanced #| |# (nesting) comment.

This sort of problem is of course trivial to diagnose/fix for
emacs users: Place the cursor at the beginning of the file and keep
hitting M-C-f (forward-sexp) until you get an "unbalanced expression"
message.

--
Raymond Wiker Mail: Raymon...@fast.no
Senior Software Engineer Web: http://www.fast.no/
Fast Search & Transfer ASA Phone: +47 23 01 11 60
P.O. Box 1677 Vika Fax: +47 35 54 87 99
NO-0120 Oslo, NORWAY Mob: +47 48 01 11 60

Try FAST Search: http://alltheweb.com/

Dave Sieber

unread,
Dec 5, 2001, 10:11:33 PM12/5/01
to
Raymond Wiker <Raymon...@fast.no> writes:

> This sort of problem is of course trivial to diagnose/fix for
> emacs users: Place the cursor at the beginning of the file and keep
> hitting M-C-f (forward-sexp) until you get an "unbalanced expression"
> message.

There is also M-x check-parens, which checks the current buffer and
finds unbalanced parens, brackets, and quotes.

--
dave

Steve Long

unread,
Dec 6, 2001, 12:36:21 AM12/6/01
to
Missing parentheses.
0 new messages