help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Any wisdom on 'compilation-error-regexp-alist-alist is void' ?


From: Thien-Thi Nguyen
Subject: Re: Any wisdom on 'compilation-error-regexp-alist-alist is void' ?
Date: Wed, 23 Jan 2008 10:46:25 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.50 (gnu/linux)

() christopherbalz <ChristopherMBalz@stanfordalumni.org>
() Tue, 22 Jan 2008 18:03:04 -0800 (PST)

   Whenever I add:

       (require 'flymake-js)
       (add-hook 'javascript-mode-hook 'flymake-js-load)

   to my '.emacs' file and then 'eval-buffer', I get this error:

       append: Symbol's value as variable is void: compilation-error-
   regexp-alist-alist

i don't see flymake-js.el anywhere in the emacs source, so the
following is a guess, from studying (briefly) flymake.el:

the variable compilation-error-regexp-alist-alist is defined in
compile.el.  try adding (before the forms above):

(require 'compile)

long term it would probably be a good idea to see what
flymake-js.el offers that flymake.el doesn't and merge those
features into flymake.el.

thi




reply via email to

[Prev in Thread] Current Thread [Next in Thread]