Re: [fricas-devel] gen-cpl.fasl written into source directory

2014-04-07 Thread Waldek Hebisch
Bill Page wrote: It seems that the following commit is causing a generated file to be written into the source tree although I am building out of source. Generate command.list snip In the build log I see this: ... ; compiling file /home/wspage/fricas-src/src/etc/gen-cpl.lisp

Re: [fricas-devel] Re: [Texmacs-dev] Adding TeXmacs symbols to FriCAS

2014-04-07 Thread Waldek Hebisch
Bill Page wrote: On 6 April 2014 18:54, Waldek Hebisch hebi...@math.uni.wroc.pl wrote: I have now added 'uentries' to String. With it 'utf2cork' should look like: utf2cork(s : String) : String == concat [cork(c) for c in uentries s] 'cork' should now take

Re: [fricas-devel] gen-cpl.fasl written into source directory

2014-04-07 Thread Bill Page
On 7 April 2014 09:25, Waldek Hebisch hebi...@math.uni.wroc.pl wrote: Thanks for noticing this. The problem is due to how ')read' behaves: it creates '.fasl' file parallel to the source file. In this case we could avoid creating '.fasl' (the code is run-once, so compilation is not

Re: [fricas-devel] Re: [Texmacs-dev] Adding TeXmacs symbols to FriCAS

2014-04-07 Thread Bill Page
On 7 April 2014 09:58, Waldek Hebisch hebi...@math.uni.wroc.pl wrote: Bill Page wrote: Why did you choose List SingleInteger as the return type of uentries? it seems a little none standard. I see that ucodeToString has Integer - String and ord$Character returns Integer and char has Integer -

[fricas-devel] book.tex and underscores in numbers

2014-04-07 Thread Ralf Hemmecke
Underscores in numbers are bad in when it come to a tex form (FriCAS-book). Is there any )set ... where I can switch back to space or nothing? Ralf -- You received this message because you are subscribed to the Google Groups FriCAS - computer algebra system group. To unsubscribe from this

Re: [fricas-devel] book.tex and underscores in numbers

2014-04-07 Thread Waldek Hebisch
Ralf Hemmecke wrote: Underscores in numbers are bad in when it come to a tex form (FriCAS-book). Is there any )set ... where I can switch back to space or nothing? If you mean uderscores in floating point numbers, then 'outputSpacing(0)' will turn them off. We probably should properly