guile-user
[Top][All Lists]
Advanced

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

Re: [guile/scwm] Information about guile error message


From: Rob Browning
Subject: Re: [guile/scwm] Information about guile error message
Date: Thu, 19 Sep 2002 13:50:36 -0500
User-agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.2 (i386-pc-linux-gnu)

P Pareit <address@hidden> writes:

> There are certain modules that I wish to load when scwm is running that give 
> me the following error message:
>
> ERROR: missing or extra expression

There's a fairly likely culprit I can't recall at the moment.  1.6.0
is stricter about various things (like not allowing () instead of
'()), and I think this may be a related "tightening" of the syntax
checker.

One thing that might help is to execute this before loading your other
files:

  (debug-enable 'backtrace)
  (debug-enable 'debug)
  (read-enable 'positions)

That may provide a lot more information about what happened where.
For some reason "let" is coming to mind here, but I can't recall what
might be stricter there.  Maybe I'm thinking of this:

  (let ((foo ())) ...)

which is now illegal, but I thought the error message was different
for that...

-- 
Rob Browning
rlb @defaultvalue.org, @linuxdevel.com, and @debian.org
Previously @cs.utexas.edu
GPG=1C58 8B2C FB5E 3F64 EA5C  64AE 78FE E5FE F0CB A0AD




reply via email to

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