[sage-support] Re: Help for a single test in a function.

2009-09-23 Thread Francois Maltey
Many thanks Tim ! > If you simply copy-paste into the sage commandline, you will get that > error... > Last time I tried `sage.el`, there was a command to send input > directly to the comandline buffer... Perfect ! I pass the edited buffer to sage-mode in emacs, get then a new sage-send-region,

[sage-support] Re: Help for a single test in a function.

2009-09-23 Thread Tim Joseph Dumol
If you simply copy-paste into the sage commandline, you will get that error since after the `return(1)` line, indention goes back one level, like so: sage: def ff(n): :if n == 0: :return(1) :else: --- [Errors] Sin