From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: [Small change] Issue with dired-do-async-shell-command and certain shells Date: Fri, 19 May 2023 22:11:36 +0300 Message-ID: <834jo8t9uf.fsf@gnu.org> References: <5571181684433204@mail.yandex.com> <837ct5v5y7.fsf@gnu.org> <524171684444342@mail.yandex.com> <528571684452080@mail.yandex.com> <83ttw8u93s.fsf@gnu.org> <764021684507963@mail.yandex.com> <83fs7stj34.fsf@gnu.org> <7694161684515642@mail.yandex.com> <837ct4tbx8.fsf@gnu.org> <3175681684522725@mail.yandex.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="26162"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Lycomedes 1814 Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri May 19 21:12:06 2023 Return-path: Envelope-to: ged-emacs-devel@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 1q05WI-0006e2-4U for ged-emacs-devel@m.gmane-mx.org; Fri, 19 May 2023 21:12:06 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1q05Vj-0008PS-Gt; Fri, 19 May 2023 15:11:31 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1q05Vf-0008Oz-Gg for emacs-devel@gnu.org; Fri, 19 May 2023 15:11:27 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1q05Vf-0002f2-6V; Fri, 19 May 2023 15:11:27 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=eWABUmsN8QUORljOc6SaPiqjyEgA+muSsu7sMlHg1Wg=; b=ZbtrHl5VIliF MO/KYeRI7UIS3EYEqBHkuTtTxruOk+BNbnRpsgyZ4Udxy+BI4e6QNSfBchk2drFQjW0QewSQlp56W d8hlkBPNfv6pDDGqUxTTjHKC+sWFumP4FCtsjTFUVjsl56Am/LRWUR0pS0lRotbqTpeQIlrnIPncp 2UQj2P5TS5Q3o3h/lYyG3h4hLIItJJIcwm5j+HkXzTgHW+zJXUblGb/LTCd+Tu40q3xfowurBiKCi sTlnxkYlfGkpzx/2apDk/59VolEAtSpeCUjASQDEDPNVBND55d2zkPCKW480KtACl0mWEd9aPjYdT ontcBWXE4YWXbLOR0Usniw==; Original-Received: from [87.69.77.57] (helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1q05Vb-0007is-0Y; Fri, 19 May 2023 15:11:25 -0400 In-Reply-To: <3175681684522725@mail.yandex.com> (message from Lycomedes 1814 on Fri, 19 May 2023 21:01:45 +0200) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:306216 Archived-At: > From: Lycomedes 1814 > Cc: "emacs-devel@gnu.org" > Date: Fri, 19 May 2023 21:01:45 +0200 > > From my testing it does seem to be the first one, the one that checks for w32. I cannot understand how that could be. > Is there a problem with changing both? Yes, because using ";" to separate commands on MS-Windows doesn't work, so we use "&".