bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#34343: [PATCH] Make project--find-regexp-in-files work with remote f


From: Dmitry Gutov
Subject: bug#34343: [PATCH] Make project--find-regexp-in-files work with remote files
Date: Sat, 28 Dec 2019 17:46:07 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.9.0

On 27.12.2019 19:57, Michael Albinus wrote:
file-local-name uses internally file-remote-p, which calls
expand-file-name if the connection is already established

Why? If the caller needs an expanded name, they can call expand-file-name themselves. Or if they need an expanded local name:

    (file-local-name (expand-file-name filename))

Aside from performance problems, this feels like an inconsistent behavior.

Could you pls test the appended patch, whether it improves performance?

In any case, this didn't help because in my main scenario identification=localname. Whatever that means.





reply via email to

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