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

A while ago, I was looking to change some things in `sage-shell-mode` and realized that most of the code in it is replicating Python support that is already present in...

Even I correctly(?) configured the root directory and executable directory as following: `(setq sage-shell:sage-root "/usr/share/sagemath")` Still getitng this error > sage-shell:read-command: Please set ‘sage-shell:sage-root’ or ‘sage-shell:sage-executable’ correctly. Any help ?

Enabling sage shell view using `(add-hook 'sage-shell-after-prompt-hook #'sage-shell-view-mode)` results in plots always being displayed as PNG images. For example even after toggling inline images (`sage-shell-view-toggle-inline-plots`) the images are displayed in...

I'm using `sage-shell-mode-20230710.913` from MELPA together with `auctex-13.2.1` on `Emacs 29.1`. As described in the documentation of sage-shell-mode I have put the following line in my configuration file: ```elisp (setq...

Hi, the sage-shell-view-mode no longer works for me, using sage-shell-mode 20201225.1011, SageMath version 9.3 (Release Date: 2021-05-09), Emacs 27.2 and dvips 2021.1. Is was working before but at some point...

With the old sage-mode, C-c C-t on a buffer was running sage -t on the corresponding file, and the test log was rendered in a useful way, with clickable links...

eldoc-mode doesn't seem to work either in the shell or a source file, at least in my environment (Emacs 28.2, macOS 13.3.1, SageMath 9.8, Python 3.11.1). This happens even with...

I have some proposals to improve the behavior of sage-shell-edit: 1, After `C-c C-j`, I would like to automatically jump to the next line. 2. If I'm on the first...

Dear all, After running sage-shell:run-sage, the following warning appear in the console: `DeprecationWarning: There is no current event loop return get_event_loop().run_until_complete(self._dumb_prompt(self.message))` Then, the terminal does not work correctly, i.e. I...