yoya / js2-mode

Automatically exported from code.google.com/p/js2-mode
0 stars 0 forks source link

Compile failure: functions not known to be defined #78

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Try to compile using the installation instructions
2.
3.

What is the expected output? What do you see instead?

expect some kind of compilation successful message, instead I see:

** The following functions are not known to be defined: copy-overlay,
looking-back, remove-overlays

What version of the product are you using? On what operating system?

* js2-20080521.el

* GNU Emacs 21.4.1 (i386-redhat-linux-gnu, X toolkit, Xaw3d scroll bars) of
2006-03-07 on hs20-bc1-6.build.redhat.com

Please provide any additional information below.

Original issue reported on code.google.com by pans...@gmail.com on 4 Jun 2008 at 11:08

GoogleCodeExporter commented 8 years ago
I'm also getting same compile error :(

Compiling file ..../emacs/tools/js2-20080616a.el at Sun Oct 26 20:22:56 2008
  ** `(car (prog1 js2-loop-set (setq js2-loop-set (cdr js2-loop-set))))'
     called for effect
  ** `(car (prog1 js2-loop-and-switch-set (setq js2-loop-and-switch-set (cdr
     js2-loop-and-switch-set))))' called for effect

While compiling the end of the data:
  ** The following functions are not known to be defined: copy-overlay,
    looking-back, remove-overlays

Original comment by nahidsha...@gmail.com on 26 Oct 2008 at 7:22

GoogleCodeExporter commented 8 years ago
I am no longer supporting emacs 21.

Original comment by steve.ye...@gmail.com on 23 Jul 2009 at 11:05