From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.bugs Subject: bug#63875: 26.3; Doc of `dired-guess-shell-alist-user' Date: Sun, 04 Jun 2023 19:44:10 +0300 Organization: LINKOV.NET Message-ID: <86o7lvxnm5.fsf@mail.linkov.net> References: Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="19289"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/30.0.50 (x86_64-pc-linux-gnu) Cc: "63875@debbugs.gnu.org" <63875@debbugs.gnu.org> To: Drew Adams Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sun Jun 04 19:02:31 2023 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 1q5r7f-0004sA-09 for geb-bug-gnu-emacs@m.gmane-mx.org; Sun, 04 Jun 2023 19:02:31 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1q5r7L-00076g-Lx; Sun, 04 Jun 2023 13:02:11 -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 1q5r7D-00075Y-VW for bug-gnu-emacs@gnu.org; Sun, 04 Jun 2023 13:02:03 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1q5r7D-0007r5-03 for bug-gnu-emacs@gnu.org; Sun, 04 Jun 2023 13:02:03 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1q5r7C-0007w4-SD for bug-gnu-emacs@gnu.org; Sun, 04 Jun 2023 13:02:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Juri Linkov Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 04 Jun 2023 17:02:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 63875 X-GNU-PR-Package: emacs Original-Received: via spool by 63875-submit@debbugs.gnu.org id=B63875.168589808830422 (code B ref 63875); Sun, 04 Jun 2023 17:02:02 +0000 Original-Received: (at 63875) by debbugs.gnu.org; 4 Jun 2023 17:01:28 +0000 Original-Received: from localhost ([127.0.0.1]:47041 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1q5r6d-0007ub-QR for submit@debbugs.gnu.org; Sun, 04 Jun 2023 13:01:27 -0400 Original-Received: from relay9-d.mail.gandi.net ([217.70.183.199]:48383) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1q5r6a-0007uM-TU for 63875@debbugs.gnu.org; Sun, 04 Jun 2023 13:01:26 -0400 X-GND-Sasl: juri@linkov.net X-GND-Sasl: juri@linkov.net Original-Received: by mail.gandi.net (Postfix) with ESMTPSA id DF114FF807; Sun, 4 Jun 2023 17:01:16 +0000 (UTC) In-Reply-To: (Drew Adams's message of "Sat, 3 Jun 2023 16:14:01 +0000") X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list 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-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.bugs:262978 Archived-At: > Maybe say something similar to what oantolin says > in this Reddit post: > > "an alist that maps filename regexps to a list > of commands you might want to apply to the file." > > https://www.reddit.com/r/emacs/comments/13yrk5k/is_there_a_package_for_a_opening_a_menu_of_file/jmprpp2/ The request was: "I was thinking of something similar to OS file managers, where you can right-click a file and have operations relevant to the extension pop up." So does it makes sense to add to the context menu in Dired a submenu like this? "Open with ..." -> "Command 1" "Command 2" ...