pythonic-emacs / anaconda-mode

Code navigation, documentation lookup and completion for Python.
GNU General Public License v3.0
707 stars 87 forks source link

[question] some warnings upon installation #370

Closed kirk86 closed 4 years ago

kirk86 commented 4 years ago

Upon installation I received the following warnings

warning (bytecomp): the following functions are not known to be defined:
    posframe-workable-p, posframe-show, posframe-hide, -const

Is that normal behaviour?

dakra commented 4 years ago

Thanks for reporting. Those warnings are harmless as the functions will only be called when you have the posframe package installed and the anaconda option for it set. I pushed a fix anyway to remove the warnings.