From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Van Ly Newsgroups: gmane.emacs.bugs Subject: bug#53739: 28.0.91; "C-x d" fails when "emacs -Q" starts on NetBSD with plan9/bin on head of PATH Date: Thu, 3 Feb 2022 13:20:58 +0000 (UTC) Organization: Super Dimensional Fortress Message-ID: <65234166-da1-dcfa-fe46-6f52ebeeb058@SDF.ORG> References: <9ce42bb5-4671-af8f-9132-ce993eb3d8f@SDF.ORG> <83iltw5s9k.fsf@gnu.org> <87o83o7500.fsf@yahoo.com> <831r0k5mvc.fsf@gnu.org> <87fsp06zgb.fsf@yahoo.com> <83sft044xi.fsf@gnu.org> <8735l06wm6.fsf@yahoo.com> <83o83o4388.fsf@gnu.org> <87y22s5gun.fsf@yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="18862"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 53739@debbugs.gnu.org To: Po Lu Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Thu Feb 03 14:24:11 2022 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 1nFc5q-0004dm-IO for geb-bug-gnu-emacs@m.gmane-mx.org; Thu, 03 Feb 2022 14:24:10 +0100 Original-Received: from localhost ([::1]:52126 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nFc5p-0004PS-07 for geb-bug-gnu-emacs@m.gmane-mx.org; Thu, 03 Feb 2022 08:24:09 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:42460) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nFc3r-0004Nx-9B for bug-gnu-emacs@gnu.org; Thu, 03 Feb 2022 08:22:07 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]:60947) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nFc3m-0004uU-Hf for bug-gnu-emacs@gnu.org; Thu, 03 Feb 2022 08:22:06 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nFc3m-0001Kk-6c for bug-gnu-emacs@gnu.org; Thu, 03 Feb 2022 08:22:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Van Ly Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 03 Feb 2022 13:22:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 53739 X-GNU-PR-Package: emacs Original-Received: via spool by 53739-submit@debbugs.gnu.org id=B53739.16438944655030 (code B ref 53739); Thu, 03 Feb 2022 13:22:02 +0000 Original-Received: (at 53739) by debbugs.gnu.org; 3 Feb 2022 13:21:05 +0000 Original-Received: from localhost ([127.0.0.1]:54838 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nFc2r-0001J4-8x for submit@debbugs.gnu.org; Thu, 03 Feb 2022 08:21:05 -0500 Original-Received: from mx.sdf.org ([205.166.94.24]:58416) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nFc2p-0001IM-Gu for 53739@debbugs.gnu.org; Thu, 03 Feb 2022 08:21:04 -0500 Original-Received: from sdf.org (IDENT:van.ly@faeroes.freeshell.org [205.166.94.9]) by mx.sdf.org (8.15.2/8.14.5) with ESMTPS id 213DL0fS027967 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256 bits) verified NO); Thu, 3 Feb 2022 13:21:00 GMT Original-Received: from localhost (van.ly@localhost) by sdf.org (8.15.2/8.12.8/Submit) with ESMTP id 213DKwJ8020922; Thu, 3 Feb 2022 13:20:58 GMT In-Reply-To: <87y22s5gun.fsf@yahoo.com> 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:225884 Archived-At: On Thu, 3 Feb 2022, Po Lu wrote: > > But it's not really a special platform, just NetBSD with an IMSHO > misconfigured path full of utilities ported from another very niche > operating system that we don't yet support. > IIRC I saw mentioned Emacs was ported to Plan9. A basic difference between UNIX and Plan9 is the obsolescense of the TTY. => https://plan9.io/ => https://p9f.org/ -- vl