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

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

bug#40940: 27.0.91; project-query-replace-regexp stops too early


From: Eli Zaretskii
Subject: bug#40940: 27.0.91; project-query-replace-regexp stops too early
Date: Wed, 29 Apr 2020 19:44:59 +0300

> From: Michael Albinus <michael.albinus@gmx.de>
> Cc: dgutov@yandex.ru,  simenheg@runbox.com,  monnier@IRO.UMontreal.CA,
>   40940@debbugs.gnu.org
> Date: Wed, 29 Apr 2020 18:22:06 +0200
> 
> > My patch only calls expand-file-name on local file names.  For remote
> > file names, I've left the result of the call to file-remote-p
> > unaltered.  Would that be a problem if the file name, after stripping
> > the remote protocol parts, started with "~/" ?  And if so, what should
> > be done here about these cases?
> 
> Call `expand-file-name' on the remote file name, like
> '(expand-file-name "/ssh:user@host:~/")'. Tramp expands it to
> "/ssh:user@host:/home/user/", in case the "/home/user" is the home
> directory of "user" on "host".

Thanks.

Dmitry, this means my change should be reworked to call
expand-file-name before file-local-name, right?





reply via email to

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