sage-shell-mode icon indicating copy to clipboard operation
sage-shell-mode copied to clipboard

Emacs front end for SageMath

Results 40 sage-shell-mode issues
Sort by recently updated
recently updated
newest added

I can't get `sage-shell-mode` to accept %cython magic markers. The same code that copy-paste works in the IPython Sage shell gives the following error when `C-c C-r`'ing the code inside...

enhancement

I'm not sure (especially because `Sage-mode` is already very good), but it may make sense to make the html documentation (in a browser) easily accessible. Right now, I noticed two...

enhancement

See @mantepse 's comment in #17.

enhancement

See discussion in #12. See also https://groups.google.com/forum/#!topic/sage-devel/RgHiBrolE9g.

bug
Upstream Bug

I use Evil in Emacs which means I'm usually writing in "insert" state and not in "emacs" state. In the Sage shell, pressing Enter when in Emacs state works as...

Some of that strongly disagrees with sage-shell mode! The repl buffer is not read-only, and nothing happens when i press enter or run `sage-shell:send-input` manually. ob-sagemath is also broken, but...

bug

Hi! Sorry for the potentially naive question, but does sage-shell-mode have built-in functionality for jumping to definition in a sage file? Suppose my cursor is over a function call `my-func(...)`...

Allows attaching the current buffer to the Sage process. This complements the existing attach-file function in the same way that send-buffer complements load-file.

Hi, this PR adds a new custom variable `sage-shell:ask-start-new-process` which allows users to skip the start new process confirmation prompt when nil which I found kinda annoying.

I tried using the SageTeX functionality of this package on a TeX file that I had saved in Google Drive. When I tried to do so, it appeared that Sage...