tramp-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: tramp (2.0.10); ange-ftp doesn't work


From: Kai Großjohann
Subject: Re: tramp (2.0.10); ange-ftp doesn't work
Date: Mon, 05 Aug 2002 18:41:55 +0200
User-agent: Gnus/5.090007 (Oort Gnus v0.07) Emacs/21.3.50 (i686-pc-linux-gnu)

Michael Albinus <address@hidden> writes:

> ange-ftp starts now. But after entering the password, tramp dumps with
>
> Signaling: (error "Lisp nesting exceeds max-lisp-eval-depth")

Look whether your tramp-invoke-ange-ftp looks like this:

(defun tramp-invoke-ange-ftp (operation &rest args)
  "Invoke the Ange-FTP handler function and throw."
  (or (boundp 'ange-ftp-name-format) (require 'ange-ftp))
  (let ((ange-ftp-name-format
         (list (nth 0 tramp-file-name-structure)
               (nth 3 tramp-file-name-structure)
               (nth 2 tramp-file-name-structure)
               (nth 4 tramp-file-name-structure))))
    (throw 'tramp-forward-to-ange-ftp
           (tramp-run-real-handler 'ange-ftp-hook-function
                                   (cons operation args)))))

Does it use tramp-run-real-handler in the next-to-last line?  If no,
please update Tramp and tell me if it works now.

(Remember to delete any old *.elc files and to restart Emacs and all
that Jazz.)

kai
-- 
A large number of young women don't trust men with beards.  (BFBS Radio)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]