yoya / js2-mode

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

Lisp nesting exceeds `max-lisp-eval-depth' #72

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. M-x byte-compile-file
2. ~/.elisp/js2.el

What is the expected output? What do you see instead?
It should gimme js2.elc and I get:

Compiling file /home/myusername/.elisp/js2.el at Thu May 15 15:14:41 2008
js2.el:6787:24:Error: Lisp nesting exceeds `max-lisp-eval-depth'

What version of the product are you using? On what operating system?
js2-20080424.el on Ubuntu 8.04 and GNU Emacs 23.0.60.2 (i686-pc-linux-gnu,
GTK+ Version 2.12.9) of 2008-05-14.

Original issue reported on code.google.com by mixan...@gmail.com on 15 May 2008 at 10:18

GoogleCodeExporter commented 8 years ago
I have tried increasing max-lisp-eval-depth up to 10240 and I still get the 
same thing.

Original comment by mixan...@gmail.com on 15 May 2008 at 10:21

GoogleCodeExporter commented 8 years ago
@mixandgo, I was able to compile successfully from the command line:

shell> emacs --batch --eval '(byte-compile-file "js2-20080616a.el")'

I'm running Emacs 23.0.60.1

Original comment by gopal...@gmail.com on 19 Sep 2008 at 8:25

GoogleCodeExporter commented 8 years ago
Please use the command-line compilation suggested here.

Original comment by steve.ye...@gmail.com on 23 Jul 2009 at 10:57