From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: christopherbalz Newsgroups: gmane.emacs.help Subject: Any wisdom on 'compilation-error-regexp-alist-alist is void' ? Date: Tue, 22 Jan 2008 18:03:04 -0800 (PST) Organization: http://groups.google.com Message-ID: <5e76bebb-6859-4019-991e-f7500a3d4af0@i72g2000hsd.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1201056041 17912 80.91.229.12 (23 Jan 2008 02:40:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 23 Jan 2008 02:40:41 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jan 23 03:41:00 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JHVXp-0001TJ-3T for geh-help-gnu-emacs@m.gmane.org; Wed, 23 Jan 2008 03:40:53 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JHVXP-0000ld-Bu for geh-help-gnu-emacs@m.gmane.org; Tue, 22 Jan 2008 21:40:27 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!i72g2000hsd.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 18 Original-NNTP-Posting-Host: 198.93.33.254 Original-X-Trace: posting.google.com 1201053785 1769 127.0.0.1 (23 Jan 2008 02:03:05 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Wed, 23 Jan 2008 02:03:05 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: i72g2000hsd.googlegroups.com; posting-host=198.93.33.254; posting-account=Sor_gwkAAAB-boGIbRy6UkqylFGZamHP User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.11) Gecko/20071127 Firefox/2.0.0.11,gzip(gfe),gzip(gfe) Original-Xref: shelby.stanford.edu gnu.emacs.help:155467 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:50871 Archived-At: 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 More detail here: http://www.dzone.com/links/onthefly_javascript_syntax_checking_in_emacs.html Thank you in advance.