sagemath / sage-shell-mode

Emacs front end for SageMath
GNU General Public License v3.0
98 stars 16 forks source link

process filter error when start sage inferior process #8

Closed stardiviner closed 7 years ago

stardiviner commented 7 years ago
error in process filter: Args out of range: "sage: ", 65
error in process filter: ansi-color-filter-apply: Args out of range: "sage: ", 65
error in process filter: Args out of range: "sage: ", 65

This is the error message in *Messages* buffer when I run run-sage.

stakemori commented 7 years ago

Did you install SageMath by "pacman" on arch linux? If so, this is a duplicate of #7. Currently, I am trying to fix it. And if you build SageMath from the source and use the master branch of SageMath, you will not see this problem.

stardiviner commented 7 years ago

I see. Thanks.