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.bugs Subject: bug#12972: [PATCH] Avoid regression in mailcap-view-file similar to Bug#44824 Date: Fri, 02 Jul 2021 15:37:39 +0300 Message-ID: <837di8ki24.fsf@gnu.org> References: <87r1hmdqek.fsf__16088.3597027109$1622530682$gmane$org@gnus.org> <835yxtlw14.fsf__2546.8955327355$1625164803$gmane$org@gnu.org> <1ddf1c46-0a28-4a2d-cc40-094ff74ee0ac@gmail.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="13561"; mail-complaints-to="usenet@ciao.gmane.io" Cc: larsi@gnus.org, 12972@debbugs.gnu.org To: Maxim Nikulin Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Fri Jul 02 14:38:32 2021 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 1lzIRD-0003Lg-Jy for geb-bug-gnu-emacs@m.gmane-mx.org; Fri, 02 Jul 2021 14:38:31 +0200 Original-Received: from localhost ([::1]:50828 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lzIRB-000200-Q4 for geb-bug-gnu-emacs@m.gmane-mx.org; Fri, 02 Jul 2021 08:38:29 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:56430) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lzIQk-0001zW-Gn; Fri, 02 Jul 2021 08:38:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:51895) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1lzIQk-0000ZF-9T; Fri, 02 Jul 2021 08:38:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1lzIQk-0006o8-6W; Fri, 02 Jul 2021 08:38:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org, emacs-orgmode@gnu.org Resent-Date: Fri, 02 Jul 2021 12:38:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 12972 X-GNU-PR-Package: emacs,org-mode X-GNU-PR-Keywords: patch Original-Received: via spool by 12972-submit@debbugs.gnu.org id=B12972.162522947326153 (code B ref 12972); Fri, 02 Jul 2021 12:38:02 +0000 Original-Received: (at 12972) by debbugs.gnu.org; 2 Jul 2021 12:37:53 +0000 Original-Received: from localhost ([127.0.0.1]:35208 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lzIQb-0006nl-5V for submit@debbugs.gnu.org; Fri, 02 Jul 2021 08:37:53 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:58594) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lzIQY-0006nX-AO for 12972@debbugs.gnu.org; Fri, 02 Jul 2021 08:37:51 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:33320) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lzIQS-0000UQ-W4; Fri, 02 Jul 2021 08:37:45 -0400 Original-Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:2966 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 1lzIQS-00075K-DY; Fri, 02 Jul 2021 08:37:44 -0400 In-Reply-To: <1ddf1c46-0a28-4a2d-cc40-094ff74ee0ac@gmail.com> (message from Maxim Nikulin on Fri, 2 Jul 2021 19:21:55 +0700) 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" Xref: news.gmane.io gmane.emacs.bugs:209319 Archived-At: > From: Maxim Nikulin > Date: Fri, 2 Jul 2021 19:21:55 +0700 > Cc: Lars Ingebrigtsen > > > And with other handlers, this could be an > > incompatible behavior change if the handler behaves differently when > > its standard handles are connected to a pipe rather than a terminal > > device. > > Example of such handler, please. Why do you need one?