X-Reporter-Void-Vars-Found: tramp-currrent-multi-method
backup-by-copying-when-privileged-mismatch 


While using
C-x f /r@sm:mug:docs/Quotes which is a 200  byte text file
I get an error of "Lisp nesting exceeds max-lisp-eval-depth"
if I then increase that var by a factor of 10 to 3000, and make a small
change,
and save the file, I get a "Variable binding exceeds max-specpdl-size"
and if I increase that by x10 to 7200, and undo the small change, I get
the first error again.  Continuing increasing the variables by factors of
ten, it keeps giving one or the other error, until it crashes, at
max-specpdl-size = 72000, and max-lisp-eval-depth = 30000.
  
What should I do to track down this problem?



--bug report follows this line--


Emacs  : GNU Emacs 20.7.1 (i386-redhat-linux-gnu, X toolkit)
 of Fri Mar 16 2001 on porky.devel.redhat.com
Package: tramp ($Id: tramp.el,v 2.0.2.3 2001/03/28 21:44:30 grossjoh Exp
$)

current state:
==============
(setq
 tramp-ls-command nil
 tramp-test-groks-nt nil
 tramp-file-exists-command nil
 tramp-current-method nil
 tramp-current-user nil
 tramp-current-host nil
 tramp-auto-save-directory nil
 tramp-default-method "rcp"
 tramp-rsh-end-of-line "\n"
 tramp-remote-path '("/bin" "/usr/bin" "/usr/sbin" "/usr/local/bin"
                     "/usr/ccs/bin" "/local/bin" "/local/freeware/bin"
                     "/local/gnu/bin" "/usr/freeware/bin" "/usr/pkg/bin")
 tramp-login-prompt-regexp ".*ogin: *$"
 tramp-password-prompt-regexp "^.*\\([pP]assword\\|passphrase.*\\):
? *$"
 tramp-wrong-passwd-regexp "^.*\\(Permission denied.\\|Login
[Ii]ncorrect\\|Received signal [0-9]+\\|Connection
\\(refused\\|closed\\)\\|Sorry, try again.\\|Name or service not
known\\).*$"
 tramp-temp-name-prefix "tramp."
 tramp-file-name-structure
'("\\`/r\\(@\\([a-z0-9]+\\)\\)?:\\(\\([-a-z0-9_#]+\\)@\\)?\\([-a-z0-9.]+\\):\\(.*\\)\\'"
 2
4 5 6)
 tramp-file-name-regexp "\\`/r[@:]"
 tramp-make-tramp-file-format "/r@%m:%u@%h:%p"
 tramp-end-of-output "/////"
 shell-prompt-pattern "^[^#$%>\n]*[#$%>] *"
 backup-by-copying nil
 backup-by-copying-when-linked nil
 backup-by-copying-when-mismatch nil
 )




Reply via email to