home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / alt / lucidem / help / 283 < prev    next >
Encoding:
Internet Message Format  |  1992-08-16  |  903 b 

  1. Subject: Re: Error in init file: error: "Lisp nesting exceeds max-lisp-eval-depth"
  2. Date: Sun, 16 Aug 1992 23:44:51 -0400
  3. Message-ID: <5523.714023091@JUNIN.MT.CS.CMU.EDU>
  4. From: Todd_Kaufmann@JUNIN.MT.CS.CMU.EDU
  5. Newsgroups: alt.lucid-emacs.help
  6. Path: sparky!uunet!wendy-fate.uu.net!help-lucid-emacs
  7. Sender: help-lucid-emacs-request@lucid.com
  8. Lines: 15
  9.  
  10. > Once I did that, I started getting the message
  11. > Error in init file: error: "Lisp nesting exceeds max-lisp-eval-depth"
  12.  
  13. I get this message from a bad interaction of ange-ftp and Ilisp;
  14. they both overload expand-file-name, and then seem to call each other
  15. infinitely, max'ing out the stack.
  16.  
  17. If you (setq debug-on-error t) first, you should see this in the *Backtrace*.
  18.  
  19. You will either see a function calling itself recursively, or all different
  20. functions.  If the latter, you might only need to increase the value of
  21. max-lisp-eval-depth.
  22.  
  23.  -todd
  24.