Skip Montanaro <[EMAIL PROTECTED]> writes:
>
> I just discovered the rsync method (what a godsend!). Unfortunately,
> it doesn't always read the remote file (maybe once every three or four
> tries), failing with the following message:

[...]

>     Invalid read syntax: "Expected", ("lambda" cl-lambda-list
>     def-body)
>
> and sets point to just after the "#'" in the apply call.
>
> Any suggestions about how to debug from this point?

Use `debug' ;)  The #'xxx notation is shorthand for (function 'xxx) so
you could replace it with that or ever drop it entirely...

        Daniel

-- 
Details on the earthquake that killed hundreds -- after the game.
        -- News announcer during ABC TV Monday Night Football broadcast,
           September 20, 1999 (USA)

Reply via email to