ergoemacs / ergoemacs-mode

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

Unused lexical variable `scoped-class' #281

Closed ghost closed 10 years ago

ghost commented 10 years ago

I get the following message when I open Emacs

.emacs.d/my-packages/ergoemacs-mode/ergoemacs-theme-engine.el:Warning: Unused lexical variable `scoped-class'

ergoemacs-error-2

Ergoemacs-mode version: latest (260ee302cecc7c30edc630e7d523e5529b7237b4)

mattfidler commented 10 years ago

I get the same message when I run in source-mode .If I compile, everything is just fine.

mattfidler commented 10 years ago

I just forced ergoemacs-mode to load ergoemacs-theme-engine as byte-compiled code. It fixes the issue.

mattfidler commented 10 years ago

Let me know if it works for you.

ghost commented 10 years ago

You are great! It's fine now.

mattfidler commented 10 years ago

Thanks.