emacs-for-python icon indicating copy to clipboard operation
emacs-for-python copied to clipboard

eldoc error: (void-variable comint-last-prompt-overlay)

Open chfw opened this issue 8 years ago • 3 comments

Hi all

I am using emacs 25.1.1 on mac and I have up to date emacs-for-python. Eldoc stopped working due to no inferior python process. However, I did m-x run-python and eldoc still shows error. Any advise please?

Thanks

chfw avatar Feb 03 '17 16:02 chfw

same for me. emacs 25.3.1

sophana avatar Mar 07 '18 14:03 sophana

same here v 25.2.2

lpryszcz avatar Jul 19 '19 09:07 lpryszcz

ok, I've solved it by replacing extensions/python.el with the version from https://github.com/emacs-mirror/emacs. The error is due to changes in emacs introduced in 2013.

You can get it also from my fork https://github.com/lpryszcz/emacs-for-python

lpryszcz avatar Jul 19 '19 13:07 lpryszcz