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.help Subject: Re: xdg-open and start-process-shell-command: Unable to open files in external apps Date: Sat, 28 Aug 2021 16:51:55 +0300 Message-ID: <8335qtoex0.fsf@gnu.org> References: <87k0k6p1dw.fsf@debian-BULLSEYE-live-builder-AMD64> <831r6eowra.fsf@gnu.org> <87o89h1y8x.fsf@debian-BULLSEYE-live-builder-AMD64> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="12950"; mail-complaints-to="usenet@ciao.gmane.io" To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Sat Aug 28 15:52:33 2021 Return-path: Envelope-to: geh-help-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 1mJyl6-0003Ao-Vk for geh-help-gnu-emacs@m.gmane-mx.org; Sat, 28 Aug 2021 15:52:32 +0200 Original-Received: from localhost ([::1]:43564 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mJyl5-0006rt-Io for geh-help-gnu-emacs@m.gmane-mx.org; Sat, 28 Aug 2021 09:52:31 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:51610) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mJyki-0006rl-7j for help-gnu-emacs@gnu.org; Sat, 28 Aug 2021 09:52:08 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:36976) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mJykh-0002tZ-OR for help-gnu-emacs@gnu.org; Sat, 28 Aug 2021 09:52:08 -0400 Original-Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:1569 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 1mJykh-0006ux-AO for help-gnu-emacs@gnu.org; Sat, 28 Aug 2021 09:52:07 -0400 In-Reply-To: <87o89h1y8x.fsf@debian-BULLSEYE-live-builder-AMD64> (message from Chandan Babu R on Sat, 28 Aug 2021 19:12:54 +0530) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.io gmane.emacs.help:132794 Archived-At: > From: Chandan Babu R > Cc: help-gnu-emacs@gnu.org > Date: Sat, 28 Aug 2021 19:12:54 +0530 > > > I believe the reason for this was recently found and resolved in Git > > on the master branch. > > Thanks for the response. > > I built the code present in the master branch. The topmost commit was, > > commit 55e77a811a6f137b02eb786fb00c43f0f14bb028 > Author: Juri Linkov > > * lisp/progmodes/flymake.el: Bind mouse-3 to flymake-menu on mode-line. > > * lisp/progmodes/flymake.el (flymake--mode-line-title): > Bind [mode-line down-mouse-3] to flymake-menu (bug#50067) > > The problem described above is still recreatable. See https://debbugs.gnu.org/cgi/bugreport.cgi?bug=44824 Perhaps there's more places where xdg-open needs such special treatment.