tramp-devel
[Top][All Lists]
Advanced

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

Re: tramp (2.0.55); dired-do-query-replace-regexp only searches first fi


From: Michael Albinus
Subject: Re: tramp (2.0.55); dired-do-query-replace-regexp only searches first file
Date: Mon, 02 Jul 2007 14:33:51 +0200
User-agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.3 (hpux)

"Dainis Millers" <address@hidden> 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.





reply via email to

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