<HTML><HEAD><TITLE>HTML Message</TITLE>
<META http-equiv=Content-Type content="text/html; charset=windows-1252">
<STYLE><!--
p { MARGIN: 0px; }
--></STYLE>
</HEAD>
<BODY style="BORDER-TOP-STYLE: none; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; BORDER-BOTTOM-STYLE: none">
<P>I am brand new to Slime, not entirely new to Emacs. Trying to install Slime 2.0 in either Emacs 22 on XP or Emacs 21 on Cygwin, and with both I get the same two errors - "Lisp nesting exceeds max-lisp-eval-depth" and "Variable binding exceeds max-specpdl-size," both related to tramp-file-name-handler.
<P> 
<P>Attempting to increase values for these results in no improvement. Once values exceed 10000, Emacs predictably blows up. I have no idea how to set a backtrace for this error; setting up tramp error logging does nothing, probably because tramp isn't being started. No references that I can find in the Slime documentation for this problem. 
<P> 
<P>Here are the relevant init settings for Emacs 22 on XP - nothing unusual so far as I can tell:
<P> 
<P>(add-to-list 'load-path "/L:/Free/Office/Contacts/Wanderlust/Hacking/lisp/slime/")  ; your SLIME directory<BR>(setq inferior-lisp-program "C:/Program Files/acl80-express/allegro-ansi.exe")<BR>(require 'slime)<BR>(slime-setup)<BR>
<P>Help would be appreciated ...
<P> 
<P><BR><BR><BR> </P></BODY></HTML>