From: Pascal Quesseveur <pquessev@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Change in 28.1 in opening a file from grep results on Windows
Date: Tue, 12 Jul 2022 17:36:50 +0200 [thread overview]
Message-ID: <82y1wy8hrh.fsf@gmail.com> (raw)
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.
To verify file existence in compilation-find-file, emacs calls
file-truename instead of expand-file-name (version 27.1). In my case
the later is better, but I am not aware of all the possible cases.
--
Pascal Quesseveur
pquessev@gmail.com
next reply other threads:[~2022-07-12 15:36 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-07-12 15:36 Pascal Quesseveur [this message]
2022-07-12 16:01 ` Change in 28.1 in opening a file from grep results on Windows Eli Zaretskii
2022-07-12 16:31 ` Pascal Quesseveur
2022-07-12 16:50 ` Eli Zaretskii
2022-07-12 17:04 ` Pascal Quesseveur
2022-07-12 17:13 ` Eli Zaretskii
2022-07-12 17:23 ` Pascal Quesseveur
2022-07-12 16:22 ` Eli Zaretskii
2022-07-12 16:56 ` Pascal Quesseveur
2022-07-12 17:09 ` Eli Zaretskii
2022-07-12 17:20 ` Pascal Quesseveur
2022-07-12 17:29 ` Eli Zaretskii
2022-07-12 17:41 ` Pascal Quesseveur
2022-07-12 20:07 ` Stefan Monnier via Users list for the GNU Emacs text editor
2022-07-13 12:14 ` Eli Zaretskii
2022-07-13 12:47 ` Stefan Monnier via Users list for the GNU Emacs text editor
2022-07-13 16:08 ` Pascal Quesseveur
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=82y1wy8hrh.fsf@gmail.com \
--to=pquessev@gmail.com \
--cc=help-gnu-emacs@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).