[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#44824: [PATCH] org.el: Avoid xdg-open silent failure
From: |
Eli Zaretskii |
Subject: |
bug#44824: [PATCH] org.el: Avoid xdg-open silent failure |
Date: |
Thu, 18 Feb 2021 16:48:26 +0200 |
> From: Maxim Nikulin <m.a.nikulin@gmail.com>
> Date: Thu, 18 Feb 2021 19:56:03 +0700
> Cc: 44824@debbugs.gnu.org
>
> I could not estimate effect of such change on windows, so pipe process
> is used only on linux. I am unsure concerning mac however.
On Windows Emacs always uses pipes, because we don't have PTYs there.
And there's no xdg-open on MS-Windows anyway, so it's a moot point.