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

Re: [sc-users] Emacs Parse Fail



On Tue, Mar 3, 2009 at 5:21 PM, Esben Stien <b0ef@xxxxxxxxxxxxxxxx> wrote:
> 1:(
> 2:~v_foo=3+5;
> 3:)
> 4:
> 5:(
> 6:~s_foo=3+4;
> 7:)
>
> Now, if I try to evaluate this whole file, using:

This parse issue is because you have an "expression sequence" in
parentheses, followed immediately by another expression sequence. SC
requires a semicolon between them.

Change it like this.

(
1.postln
);

(
2.postln
)

I don't know about the C-M-x issue.

hjh


-- 
James Harkins /// dewdrop world
jamshark70@xxxxxxxxxxxxxxxxx
http://www.dewdrop-world.net

"Come said the Muse,
Sing me a song no poet has yet chanted,
Sing me the universal."  -- Whitman

_______________________________________________
sc-users mailing list

info (subscription, etc.): http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
archive: https://listarc.bham.ac.uk/marchives/sc-users/
search: https://listarc.bham.ac.uk/lists/sc-users/search/