POV-Ray : Newsgroups : povray.unix : pov-mode.el : Re: pov-mode.el Server Time
28 Jul 2024 08:24:01 EDT (-0400)
  Re: pov-mode.el  
From: Peter Toneby
Date: 10 Aug 2002 12:30:32
Message: <3d553fa8$1@news.povray.org>
In <3d51e9ee@news.povray.org>, Ken Cecka wrote:

> Just thought I'd note - when I tried to byte-compile pov-mode.el, I got the 
> error "Variable binding depth exceeds max-specpdl-size", which I resolved 
> by adding the line '(setq max-specpdl-size 1000000)' to my .emacs file 
> (don't ask me what this means - I just found it on google).

I've noted (and fixed) this error when interpreting the code, but since I
don't bytecompile (I use the same pov-mode.el for emacs and xemacs) I
never realised that bytecompiling would be affected too. I'll see if I can
get this fixed somehow.

Emacs has this variable set ridicusly low, around 300, Xemacs has it at
1000. My fix is to see if it's <1000 then set it too 1000. I wonder how to
fix it properly for bytecompiling as well...

/Peter


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.