Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Any wisdom on 'compilation-error-regexp-alist-alist is void' ?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  4 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
christopherbalz  
View profile  
 More options Jan 22 2008, 9:03 pm
Newsgroups: gnu.emacs.help
From: christopherbalz <ChristopherMB...@stanfordalumni.org>
Date: Tue, 22 Jan 2008 18:03:04 -0800 (PST)
Local: Tues, Jan 22 2008 9:03 pm
Subject: Any wisdom on 'compilation-error-regexp-alist-alist is void' ?
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_ema...

Thank you in advance.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Thien-Thi Nguyen  
View profile  
 More options Jan 23 2008, 4:46 am
Newsgroups: gnu.emacs.help
From: Thien-Thi Nguyen <t...@gnuvola.org>
Date: Wed, 23 Jan 2008 10:46:25 +0100
Local: Wed, Jan 23 2008 4:46 am
Subject: Re: Any wisdom on 'compilation-error-regexp-alist-alist is void' ?
() christopherbalz <ChristopherMB...@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


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
christopherbalz  
View profile  
 More options Jan 23 2008, 2:30 pm
Newsgroups: gnu.emacs.help
From: christopherbalz <ChristopherMB...@stanfordalumni.org>
Date: Wed, 23 Jan 2008 11:30:28 -0800 (PST)
Local: Wed, Jan 23 2008 2:30 pm
Subject: Re: Any wisdom on 'compilation-error-regexp-alist-alist is void' ?
On Jan 23, 1:46 am, Thien-Thi Nguyen <t...@gnuvola.org> wrote:

Looks like there was an error in 'flymake.el' -- looks like they had
typed an extra '-alist'? See code and comment I put in my local copy:

   ;; compilation-error-regexp-alist)
   ;; Was compilation-error-regexp-alist-alist below.  That seems to
be an error.             -- cbalz 2008-01-23
   (flymake-reformat-err-line-patterns-from-compile-el compilation-
error-regexp-alist))  ;;   -- cbalz 2008-01-23

Using 'M-x describe-variable', I get the correct definition for
'compilation-error-regexp-alist'.

Yet now that 'flymake-js.el' runs without error and starts up (showing
on the modeline), I get this problem, which totally removes Emacs'
ability to save files!  Any idea here?

File mode specification error: (error "IO error writing z:/work/det-us/
web/javascript/serena/Ajx/src/core/Ajx_flymake.js: Bad file
descriptor")
vc-insert-file: IO error reading z:/work/det-us/web/javascript/serena/
Ajx/src/core/CVS/Entries: Bad file descriptor

Proc         Status   Buffer         Tty         Command
----         ------   ------         ---         -------
flymake-proc<31> run  Ajx.js         (none)      java -jar c:/Progra~1/
rhino1_6R7/js.jar c:/Progra~1/emacs/site/rhino-web-browser-js-
environment/rhino.js Ajx_flymake.js
flymake-proc<30> run  Ajx.js         (none)      java -jar c:/Progra~1/
rhino1_6R7/js.jar c:/Progra~1/emacs/site/rhino-web-browser-js-
environment/rhino.js Ajx_flymake.js

From the frying pan to the fire!

  - cb


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
christopherbalz  
View profile  
 More options Jan 23 2008, 4:31 pm
Newsgroups: gnu.emacs.help
From: christopherbalz <ChristopherMB...@stanfordalumni.org>
Date: Wed, 23 Jan 2008 13:31:14 -0800 (PST)
Local: Wed, Jan 23 2008 4:31 pm
Subject: Re: Any wisdom on 'compilation-error-regexp-alist-alist is void' ?
 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »