sage-shell-mode
sage-shell-mode copied to clipboard
Emacs front end for SageMath
It should be possible to link the completion library with the Sage process in the background to provide tab-completion while editing a `sage-shell:sage-mode` file. Already now we have Eldoc integration...
What does work : using the cygwin port of emacs along with the cygwin version of sage. What I tried : * Install the Gnu "native" port of emacs to...
I was looking into how I could get sage-shell:sage-mode to work in sageblock and sagesilent environments. I found this post about getting python-mode to work in specific environments. https://emacs.stackexchange.com/questions/20136/pythontex-and-auctex#20150 But...
I use auctex with sagetex and I was wondering if there Is a way to use sage-shell-mode in latex environments such as "sageblock" "sagesilent" and others in one which to...
When the window configuration is called, Emacs calls `sage-shell:-adjust-window-size`. Sometimes it inserts an extra prompt.
Since upgrading Emacs and a load of packages, hitting TAB in a file with `sage-mode` often gives me the error `py-forward-statement: buffer not in python-mode`. For instance, with a file...
This is a bit of a specialized use-case, so it might not be of help to a great many people, but nevertheless... I'm a biostatistician, and I work often wit...
I recently attempted to test the usability of Sage on Windows 10 computers (which are still the dominant platform among "general users"). See [this message](https://groups.google.com/d/msg/sage-devel/kk6FcN0xbtY/776NkJxHBgAJ) for an account. I used...
In Sage 7.4, if `repr(obj)` contains a newline character, an extra blank line is inserted. One can reproduce this in Sage in the terminal, e.g. sage: matrix(QQ, 2) [0 0]...