On Saturday, December 6, 2014 12:59:13 PM UTC-8, Emmanuel Charpentier wrote:
>
>
> It seems that trying to set Maxima's working value of domain via this 
> interface is ... ineffective ...
>
> Is that a known problem ?
>

It's not an "interface". It's just a tab completion that gets picked up:

sage: maxima.domain?
Type:           MaximaFunction
String form:    domain

Nothing special happens here, so calling `maxima.domain('complex')` 
translates into `maxima("domain(complex)")` which is valid maximese, but 
has no particularly useful meaning. I don't think it's an error, it's just 
an unfortunate byproduct of the automated way maxima tab completions are 
discovered and how their documentation is obtained.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.

Reply via email to