From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#40940: 27.0.91; project-query-replace-regexp stops too early Date: Wed, 29 Apr 2020 17:59:05 +0300 Message-ID: <83y2qexrra.fsf@gnu.org> References: <871ro7ptk0.fsf@runbox.com> <9ba1394f-5a29-8e8d-93cf-9b794b8ebb98@yandex.ru> <83d07q217v.fsf@gnu.org> <87ftcmhezl.fsf@runbox.com> <831ro61yce.fsf@gnu.org> <83zhauzlt7.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="7069"; mail-complaints-to="usenet@ciao.gmane.io" Cc: simenheg@runbox.com, monnier@IRO.UMontreal.CA, 40940@debbugs.gnu.org To: Dmitry Gutov , Michael Albinus Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Wed Apr 29 17:00:13 2020 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1jToC4-0001ff-Tz for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 29 Apr 2020 17:00:12 +0200 Original-Received: from localhost ([::1]:53746 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jToC3-0003HH-St for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 29 Apr 2020 11:00:11 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:52992) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jToBv-0003Go-7S for bug-gnu-emacs@gnu.org; Wed, 29 Apr 2020 11:00:03 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.90_1) (envelope-from ) id 1jToBu-0007Mq-Nw for bug-gnu-emacs@gnu.org; Wed, 29 Apr 2020 11:00:03 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:60955) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jToBu-0007MD-A4 for bug-gnu-emacs@gnu.org; Wed, 29 Apr 2020 11:00:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jToBu-0000Ai-7c for bug-gnu-emacs@gnu.org; Wed, 29 Apr 2020 11:00:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 29 Apr 2020 15:00:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 40940 X-GNU-PR-Package: emacs Original-Received: via spool by 40940-submit@debbugs.gnu.org id=B40940.1588172389608 (code B ref 40940); Wed, 29 Apr 2020 15:00:02 +0000 Original-Received: (at 40940) by debbugs.gnu.org; 29 Apr 2020 14:59:49 +0000 Original-Received: from localhost ([127.0.0.1]:44268 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jToBU-00009X-8k for submit@debbugs.gnu.org; Wed, 29 Apr 2020 10:59:49 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:49954) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jToBS-00009H-Ek for 40940@debbugs.gnu.org; Wed, 29 Apr 2020 10:59:35 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:56761) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jToBL-0007IA-B1; Wed, 29 Apr 2020 10:59:27 -0400 Original-Received: from [176.228.60.248] (port=1601 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jToBJ-0006pD-Of; Wed, 29 Apr 2020 10:59:26 -0400 In-Reply-To: (message from Dmitry Gutov on Wed, 29 Apr 2020 17:50:53 +0300) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-Received-From: 209.51.188.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:179318 Archived-At: > Cc: simenheg@runbox.com, monnier@IRO.UMontreal.CA, 40940@debbugs.gnu.org > From: Dmitry Gutov > Date: Wed, 29 Apr 2020 17:50:53 +0300 > > On 29.04.2020 12:24, Eli Zaretskii wrote: > > First, this is broken if the shell doesn't expand ~/ or if the Emacs > > notion of the home directory is different from that of the shell. > > The patch seems okay, but could you describe a case when the shell fails > to expand '~/'? Is that about cmd.exe? Cygwin? I've bumped into it with cmd.exe on MS-Windows, yes. > AFAICT the patch doesn't fix the same problem for remote hosts, is that > a problem? No, I don't think so. A remote host cannot be a non-Posix system, AFAIK. Michael, can you confirm? (And in any case, this issue should be handled in the file-remote-p handler.)