"Dainis Millers" <[EMAIL PROTECTED]> writes:
Hi,
> In Dired on Windows, using tramp in ftp mode to an external site, when
> doing a dired-do-query-replace-regexp replacement, after the first
> replacement done, the command fails to load the next file in the
> sequence of files to be searched, the search is aborted with the
> following message in the minibuffer:
>
> Opening input file: no such file or directory: C:
>
> Emacs : GNU Emacs 22.1.1 (i386-mingw-nt5.1.2600)
> of 2007-06-02 on RELEASE
> Package: tramp (2.0.55)
I've checked it with Emacs 22.1.1 (the same version you have) on
Windows XP, with builtin Tramp 2.0.55 as well as with Tramp
2.1.10-pre. In both cases, there is no problem for me.
Could you, please, eval the following code before the test:
(require 'tramp)
(require 'trace)
(mapcar 'trace-function-background
(mapcar 'intern
(all-completions "tramp-" obarray 'functionp)))
(untrace-function 'tramp-read-passwd)
(untrace-function 'tramp-gw-basic-authentication)
Please send me the resulting buffer *trace-output*.
> file-name-handler-alist
> '(("\\.Z\\(~\\|\\.~[0-9]+~\\)?\\'\\|\\.bz2\\(~\\|\\.~[0-9]+~\\)?\\'\\|\\
> ..tbz\\'\\|\\.tgz\\'\\|\\.g?z\\(~\\|\\.~[0-9]+~\\)?\\'\\|\\.dz\\'" .
> jka-compr-handler)
> ("\\`/[^/:]+:" . tramp-file-name-handler) ("\\`/:" .
> file-name-non-special))
Hmm, I would have expected to see here tramp-completion-file-name-handler.
Did you manipulate file-name-handler-alist?
Maybe you test also with "emacs -Q"?
Best regards, Michael.
_______________________________________________
Tramp-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/tramp-devel