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

(require 'compile) #38

Closed TOGoS closed 9 years ago

TOGoS commented 9 years ago

When attempting to go into D-Mode in Emacs 24.3.1 I got this error: "Symbol's value as variable is void: compilation-error-regexp-alist-alist"

Requiring 'compile solves this for me, though I now run into "Symbol's function definition is void: add-function" when I try to indent. YMMV.

mathias-lang-sociomantic commented 9 years ago

Same story with Emacs 25.0.50.1 (Snapshot). Requiring compile solved all the problems.