unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Thien-Thi Nguyen <ttn@gnuvola.org>
To: gnu-emacs-help@gnu.org
Subject: Re: Any wisdom on 'compilation-error-regexp-alist-alist is void' ?
Date: Wed, 23 Jan 2008 10:46:25 +0100	[thread overview]
Message-ID: <877ii0euxa.fsf@ambire.localdomain> (raw)
In-Reply-To: <5e76bebb-6859-4019-991e-f7500a3d4af0@i72g2000hsd.googlegroups.com> (christopherbalz's message of "Tue, 22 Jan 2008 18:03:04 -0800 (PST)")

() 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	other threads:[~2008-01-23  9:46 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-01-23  2:03 Any wisdom on 'compilation-error-regexp-alist-alist is void' ? christopherbalz
2008-01-23  9:46 ` Thien-Thi Nguyen [this message]
     [not found] ` <mailman.6436.1201083362.18990.help-gnu-emacs@gnu.org>
2008-01-23 19:30   ` christopherbalz
2008-01-23 21:31     ` christopherbalz

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=877ii0euxa.fsf@ambire.localdomain \
    --to=ttn@gnuvola.org \
    --cc=gnu-emacs-help@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).