[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [sc-users] Emacs Parse Fail
- To: sc-users@xxxxxxxxxxxxxxxx
- Subject: Re: [sc-users] Emacs Parse Fail
- From: James Harkins <jamshark70@xxxxxxxxx>
- Date: Tue, 3 Mar 2009 18:28:56 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:reply-to:in-reply-to :references:date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=Sl+vHWuDESnhCppE0AVr9pBP3CjqKyOIxeuXD1nnbNo=; b=j6IrBCXeJnNWeeBuGvvHwG1Z03mxL++5OJ5l1f1JQeH/TuwSFRHznmwcyf7WP8xB7+ 0lIYF2Cc1tSYgS/dccCLpe7URpJor72/Lz8auFVRZUk87O/gmr05yUFrwPhLtz6cE7k0 KS9m/kUHSiwMhdDnp6g034ftS2J9JIRk00HGw=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:reply-to:in-reply-to:references:date:message-id :subject:from:to:content-type:content-transfer-encoding; b=WCbmgcI1sn2sMvM5SRal759bgI1pQKjKFUqg1F3FRHe4H6p7+3evPwaSMH5L8LBTsz akoNdwy2jT3N0pfJZKBlqzz+McxlbhhMLEypbMQpbOzlY6abv9+BQq38QD3hKdWNGdRa 9i9H5CLTdZKMu4J+eryGoRO3MZK8uosL3II9w=
- In-reply-to: <87iqmqqmcx.fsf@xxxxxxxxxxxxxxxxxxxxxxx>
- List-id: SuperCollider users mailing list <sc-users.create.ucsb.edu>
- References: <87iqmqqmcx.fsf@xxxxxxxxxxxxxxxxxxxxxxx>
- Reply-to: sc-users@xxxxxxxxxxxxxxxx
- Sender: owner-sc-users@xxxxxxxxxxxxxxxx
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/