Daniel Serodio <[EMAIL PROTECTED]> writes:

>   signal(wrong-number-of-arguments ((lambda (directory &optional full
> match nosort) "Like `directory-files' for tramp files." (let ... ... ...
> ... ... ... ... result)) 5))
>   byte-code("..." [buf data kill-buffer signal] 3)
>   find-file-noselect("/[alicia]/tmp/teste")

The byte-code is interesting.  Find out where find-file-noselect is
defined and do M-x load-file RET on the corresponding *.el file (not
the *.elc file).  Then you should get a better backtrace.

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

_______________________________________________
Tramp-devel mailing list
[EMAIL PROTECTED]
http://mail.freesoftware.fsf.org/mailman/listinfo/tramp-devel

Reply via email to