Emacs-D-Mode-Maintainers / Emacs-D-Mode

An Emacs mode for D code.
GNU General Public License v3.0
84 stars 22 forks source link

Problem Compiling on Emacs 24.2 #32

Closed nordlow closed 9 years ago

nordlow commented 9 years ago

I get the following byte-compiler error

d-mode.el:61:1:Warning: cl package required at runtime
d-mode.el:300:1:Error: Wrong type argument: stringp, #[nil "\300\207" ["/*"] 1 "/*"]

when I try to compile d-mode.el on Emacs 24.4.

Clues anyone?

nordlow commented 9 years ago

I had accidentally compiled my elc code with wrong Emacs version.