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: dired-guess-shell-alist-* is not enough Date: Thu, 30 Nov 2023 09:18:04 +0200 Message-ID: <83edg7676b.fsf@gnu.org> References: <87plzryl3f.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="32940"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: sds@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Nov 30 08:19:18 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 1r8bKQ-0008LZ-Bq for ged-emacs-devel@m.gmane-mx.org; Thu, 30 Nov 2023 08:19:18 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1r8bJV-0007us-HA; Thu, 30 Nov 2023 02:18:22 -0500 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 1r8bJS-0007tR-Ci for emacs-devel@gnu.org; Thu, 30 Nov 2023 02:18:19 -0500 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 1r8bJR-0001eC-UL; Thu, 30 Nov 2023 02:18:17 -0500 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=2rEwRDEY80Khle4hsmlgoulMBSzpYi9zNRv2GsR0GvU=; b=DiteQBv2VMZt vTiPzZbqAlmUHWDzBq0cyY9owNZgWSno0QIzj48kKVg5Z2ww4VnPNkBXgEg6DhCNPSERCfnKRstRS B5LD9K8IObu3eUnPNFqjG+oKWS47OtoLrxnPnG7E8RVnjw3DNhJ+2cHLNfGMs1uTa+CYG/EbRPMS4 So7gRAY7/xVDRKJ7NdTMRumXwdYvWWM9scfTyqYJ9VjLw6MS9C2YecfoSQO200lra5p/rydcJ5QbM BIA+UIyWGqjSv5rTdON5yLC2vm2pd/uVquBAQZ2OwUeutHMZZjyC+GaFsAJrP1OVBs2FwA+7YXsPt MSlYmGbxiCWMNh2n9NUVJQ==; In-Reply-To: <87plzryl3f.fsf@gnu.org> (message from Sam Steingold on Wed, 29 Nov 2023 22:29:56 -0500) 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:313386 Archived-At: > From: Sam Steingold > Date: Wed, 29 Nov 2023 22:29:56 -0500 > > when neither `dired-guess-shell-alist-user' nor > `dired-guess-shell-alist-default' have anything, one might want to > delegate to the OS ("open" or "start"). > > Here is a patch that implements it: I believe something similar is being worked on in bug#18132. Please take a look at the patches proposed there, and comment on them. Thanks.