ergoemacs / ergoemacs-mode

ergoemacs-mode
ergoemacs.github.io/
GNU General Public License v3.0
293 stars 35 forks source link

assignment to free variable ‘ergoemacs-read-from-minibuffer-map’ #428

Closed brs-dev closed 8 years ago

brs-dev commented 8 years ago

Hi! I'm update my emacs to v25.1.1 After this when i start emacs get warning: Warning (bytecomp): assignment to free variable ‘ergoemacs-read-from-minibuffer-map’ [3 times] I try to define variable before requires of ergoemacs, but this is doesn't work. Sorry for bad english. I hope you're understand me.

mattfidler commented 8 years ago

Can you remove ergoemacs mode restart emacs and then reinstall ergoemacs. Let me know if that works for you

brs-dev commented 8 years ago

I'm install [ergoemacs-mode 20160926.919] from melpa. This bug is not disappeared

mattfidler commented 8 years ago

This seems to suppress the warning for me. In theory, I should just be able to add

(defvar ergoemacs-read-from-minibuffer-map)

in the same file, or like you, define it before ergoemacs-mode loads. However, this seems to suppress the message for me.

brs-dev commented 8 years ago

2016-10-05 21-17-31 This is doesn't helped :(

brs-dev commented 8 years ago

Which file in ergoemacs packages need to define "ergoemacs-read-from-minibuffer-map"?

mattfidler commented 8 years ago

Did you update the package?

brs-dev commented 8 years ago

Yes! And this warning is gone. Thank you for help!