Re: [O] [babel] Maxima code blocks do not work

2011-06-29 Thread Eric S Fraga
Bernd Weiss writes: [...] > Hi Eric, > > Again, thanks a lot for your help! You're very welcome! > Okay, it definitely is a Windows problem. If I run the following command > in a cygwin shell, everything works as expected: > > maxima --very-quiet -r > 'batchload("c:/Users/weiss/AppData/Local/T

Re: [O] [babel] Maxima code blocks do not work

2011-06-27 Thread Bernd Weiss
Am 27.06.2011 10:32, schrieb Eric S Fraga: > Bernd Weiss writes: > > [...] > >> #+results: >> : incorrect syntax: / is not a prefix operator >> : incorrect syntax: aLH is not an infix operator >> : incorrect syntax: hCp is not an infix operator >> : incorrect syntax: Premature termination of inp

Re: [O] [babel] Maxima code blocks do not work

2011-06-27 Thread Eric S Fraga
Bernd Weiss writes: [...] > #+results: > : incorrect syntax: / is not a prefix operator > : incorrect syntax: aLH is not an infix operator > : incorrect syntax: hCp is not an infix operator > : incorrect syntax: Premature termination of input at $. > : Maxima encountered a Lisp error: > : parse

Re: [O] [babel] Maxima code blocks do not work

2011-06-27 Thread Bernd Weiss
Am 27.06.2011 04:34, schrieb Eric S Fraga: > Bernd Weiss writes: > >> Dear all, >> >> The follwing Maxima code block does not work: >> >> #+begin_src maxima >> 1+1; >> #+end_src >> #+results: >> #+begin_example >> incorrect syntax: / is not a prefix operator >> incorrect syntax: GuM is not an inf

Re: [O] [babel] Maxima code blocks do not work

2011-06-27 Thread Eric S Fraga
Bernd Weiss writes: > Dear all, > > The follwing Maxima code block does not work: > > #+begin_src maxima > 1+1; > #+end_src > #+results: > #+begin_example > incorrect syntax: / is not a prefix operator > incorrect syntax: GuM is not an infix operator > parser: incomplete number; missing exponent?

[O] [babel] Maxima code blocks do not work

2011-06-24 Thread Bernd Weiss
Dear all, The follwing Maxima code block does not work: #+begin_src maxima 1+1; #+end_src #+results: #+begin_example incorrect syntax: / is not a prefix operator incorrect syntax: GuM is not an infix operator parser: incomplete number; missing exponent? -- an error. To debug this try: debugmode