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

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

Re: Change in 28.1 in opening a file from grep results on Windows


From: Eli Zaretskii
Subject: Re: Change in 28.1 in opening a file from grep results on Windows
Date: Tue, 12 Jul 2022 19:01:12 +0300

> From: Pascal Quesseveur <pquessev@gmail.com>
> Date: Tue, 12 Jul 2022 17:36:50 +0200
> 
> Emacs 28.1 on Windows.
> 
> c:\Users\Public\app is a symbolic link to either a remote directory on
> a SMB server or a local disk
> 
> I can open file c:\Users\Public\app\file1.c, and launch a command from
> that file, eg an ant build
> 
> I execute grep from c:\Users\Public\app\file1.c. When I open a file in
> results buffer (eg file2.c), the file is opened with its true name,
> \\smbserver\app\file2.c, and then I can not execute same command as
> before on file1.c because cmd.exe is not allowed from a remote
> directory.

This is not entirely clear: what exactly happens when you do that?  If
you see error messages, please show the exact text of those messages.

As a workaround: can you map the directory on the SMB server to a
drive letter, and then change the symbolic link to use that drive
letter instead of the literal \\smbserver\foo\ remote directory?  If
you do that, does it work around the problem?



reply via email to

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