[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[sc-users] Emacs Parse Fail
I don't understand why I get so many parsing fail errors.
Here's a simple example:
I create a file, called parse.sc:
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:
"/home/b0ef/sc/proj/parse.sc".load;
, I get:
ERROR: Parse error
in file 'selected text'
line 5 char 1:
(\245
~s_foo=3+4;
-----------------------------------
ERROR: Command line parse failed
nil
What's going on and what is that "\245" thing?.
I'm running todays' SVN, but I've always had this problem.
I also have a problem evaluating blocks in this file:
If I place my cursor on line 1 and hit C-M-x, it prints out correctly
"8", but if I place my cursor on line 5 and do the same, it doesn't
print anything at all; just as if I'm not doing anything.
If I put the cursor on line 6 or 7, it prints correctly "7".
I'm on GNU/Linux and I use emacs.
Any pointers how to solve this?.
--
Esben Stien is b0ef@e s a
http://www. s t n m
irc://irc. b - i . e/%23contact
sip:b0ef@ e e
jid:b0ef@ n n
_______________________________________________
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/