bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#53739: 28.0.91; "C-x d" fails when "emacs -Q" starts on NetBSD with


From: Van Ly
Subject: bug#53739: 28.0.91; "C-x d" fails when "emacs -Q" starts on NetBSD with plan9/bin on head of PATH
Date: Fri, 4 Feb 2022 09:26:28 +0000 (UTC)

On Fri, 4 Feb 2022, Van Ly wrote:

On Fri, 4 Feb 2022, Eli Zaretskii wrote:


So: what does "ls -l" return as exit status when using the plan9
variant of 'ls'?



This also reproduces the problem.

'''
% echo $SHELL
/usr/bin/zsh
% export PATH=/usr/local/plan9/bin:/usr/X/Projects/emacs-2022-01-15/bin
% echo $PATH
/usr/local/plan9/bin:/usr/X/Projects/emacs-2022-01-15/bin
% which ls
/usr/local/plan9/bin/ls
% ls -l
--rw-r--r-- M 0 van dialout 46 Feb  4 18:22 emacs28
--rw-r--r-- M 0 van dialout 47 Feb  4 18:14 emacs28q
% echo $?
0
% /usr/local/plan9/bin/ls -l
--rw-r--r-- M 0 van dialout 46 Feb  4 18:22 emacs28
--rw-r--r-- M 0 van dialout 47 Feb  4 18:14 emacs28q
% echo $? 0
% emacs -Q
'''

--
vl






reply via email to

[Prev in Thread] Current Thread [Next in Thread]