sagemath / sage-shell-mode

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

eldoc-mode not working #73

Open apresta opened 1 year ago

apresta commented 1 year ago

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 a minimal init file with just the following:

(require 'sage-shell-mode)
(add-hook 'sage-shell-mode-hook #'eldoc-mode)
(add-hook 'sage-shell:sage-mode-hook #'eldoc-mode)

Are other packages needed for it to work, or is it actually broken for everyone?