jorgenschaefer / elpy

Emacs Python Development Environment
GNU General Public License v3.0
1.9k stars 262 forks source link

Fix issue with eldoc when elpy-eldoc-show-current-function is nil #1995

Closed gmlarumbe closed 2 years ago

gmlarumbe commented 2 years ago

PR Summary

If using flycheck or some message utility while in a function, having elpy-eldoc-show-current-function set to nil will cause eldoc to delete any visible message in the echo area.

PR checklist

gopar commented 2 years ago

LGTM. Merging. Thanks!