(maybe I'm doing wrong)

after having executed: (tramp-unload-tramp), (find-file "/user@host:") signals
error:
Debugger entered--Lisp error: (void-function ange-ftp-run-real-handler)
  signal(void-function (ange-ftp-run-real-handler))
  byte-code("\301@A\"\207" [err signal] 3)
  ange-ftp-hook-function(expand-file-name "/user@host:" nil)
  expand-file-name("/user@host:")
  find-file-noselect("/user@host:" nil nil nil)
  find-file("/user@host:")
  eval-region(213 242 t (lambda (ignore) (goto-char 242) (quote (find-file
"/user@host:"))))  ; Reading at buffer position 231
  apply(eval-region (213 242 t (lambda (ignore) (goto-char 242) (quote
(find-file "/user@host:")))))
  eval-defun-2()
  eval-defun(nil)
  call-interactively(eval-defun nil nil)

(describe-function 'ange-ftp-run-real-handler) gives:

ange-ftp-run-real-handler is an alias for `tramp-run-real-handler',
which is not defined.  Please make a bug report.

Tramp-version: 2.2.6-24.3
GNU Emacs 24.3.1 (i686-pc-cygwin) 
-- 
Gilles Pion


_______________________________________________
Tramp-devel mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/tramp-devel

Reply via email to