unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#53739: 28.0.91; "C-x d" fails when "emacs -Q" starts on NetBSD with plan9/bin on head of PATH
@ 2022-02-02 22:12 Van Ly
  2022-02-03  7:22 ` Eli Zaretskii
  0 siblings, 1 reply; 32+ messages in thread
From: Van Ly @ 2022-02-02 22:12 UTC (permalink / raw)
  To: 53739

[-- Attachment #1: Type: text/plain, Size: 834 bytes --]


For the following interactive shells:

* /bin/sh
* /usr/pkg/bin/zsh
* /usr/local/plan9/bin/rc

when "/usr/local/plan9/bin" is at the head of the PATH environment
variable and entry to GNU Emacs is by "emacs -Q", inside GNU Emacs the
dired command fails

# steps to reproduce behavior
* start by 'emacs -Q'
* list directory by 'C-x d'

# observed behavior
# minibuffer echo area says

> insert-directory: Listing directory failed but `access-file' worked

# expected behavior
# window displays listing of Dired, for example

'''
   /usr/X:
   total used in directory 96K available 72 GiB
   1966113 drwxr-xr-x  2 501 4.0K Jan 30 15:00 Articles
   1977600 drwxr-xr-x  3 501 4.0K Jan 31 07:11 Books
   1977546 drwxr-xr-x  2 501 4.0K Jan 26 20:00 Configurations
   1977542 -rw-r--r--  1 501 7.7K Jan 30 17:49 emacs-lisp.text
'''

-- 
vl

[-- Attachment #2: bug GNU Emacs NetBSD 9.2 Stable with pkgsrc-2021Q4 --]
[-- Type: text/plain, Size: 3707 bytes --]


In GNU Emacs 28.0.91 (build 1, x86_64--netbsd)
 of 2022-01-26 built on charlie
Repository revision: 3cf5af93293a4137550fcff623d6e2da25eed829
Repository branch: scratch/uni-unihan-readings
System Description: NetBSD charlie 9.2 NetBSD 9.2 (base) #3: Wed Jun 23 20:26:53 AEST 2021  uncle@charlie:/usr/src/sys/arch/amd64/compile/obj/base amd64

Configured using:
 'configure --without-all --without-x --without-compress-install
 --localstatedir=/var --disable-autodepend
 --prefix=/usr/X/Projects/emacs-28.0.91 --build=x86_64--netbsd
 --host=x86_64--netbsd --enable-option-checking=yes --without-pop
 --without-mailutils 'CFLAGS=-O2 -D_FORTIFY_SOURCE=2 -I/usr/include'
 'CPPFLAGS=-DTERMINFO -I/usr/include' 'LDFLAGS=-L/usr/lib -Wl,-R/usr/lib
 -Wl,-R/usr/pkg/lib''

Configured features:
JSON PDUMPER

Important settings:
  value of $LC_ALL: en_AU.UTF-8
  value of $LC_CTYPE: en_AU.UTF-8
  value of $LC_TIME: en_AU.UTF-8
  value of $LANG: en_AU.UTF-8
  locale-coding-system: utf-8-unix

Major mode: Text

Minor modes in effect:
  shell-dirtrack-mode: t
  electric-pair-mode: t
  icomplete-vertical-mode: t
  icomplete-mode: t
  tooltip-mode: t
  global-eldoc-mode: t
  show-paren-mode: t
  electric-indent-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  blink-cursor-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  column-number-mode: t
  line-number-mode: t
  transient-mark-mode: t

Load-path shadows:
None found.

Features:
(shadow sort mail-extr emacsbug message rmc puny rfc822 mml mml-sec epa
derived epg rfc6068 epg-config gnus-util rmail tool-bar rmail-loaddefs
auth-source eieio eieio-core eieio-loaddefs password-cache json map
text-property-search time-date subr-x mm-decode mm-bodies mm-encode
mail-parse rfc2231 mailabbrev gmm-utils mailheader sendmail rfc2047
rfc2045 ietf-drums mm-util mail-prsvr mail-utils thingatpt vc-git
diff-mode easy-mmode vc-dispatcher bug-reference misearch multi-isearch
cl-seq em-unix em-term term disp-table shell ehelp em-script em-prompt
em-ls em-hist em-pred em-glob em-cmpl em-dirs esh-var pcomplete comint
ansi-color ring em-basic em-banner em-alias esh-mode eshell esh-cmd
esh-ext esh-opt esh-proc esh-io esh-arg esh-module esh-groups esh-util
make-mode seq sh-script smie executable view dired-aux regexp-opt dired
dired-loaddefs term/screen term/xterm xterm byte-opt bytecomp
byte-compile cconv elec-pair display-line-numbers edmacro kmacro
modus-vivendi-theme modus-themes cl-macs gv pcase icomplete cl-loaddefs
cl-lib cus-load iso-transl tooltip eldoc paren electric uniquify
ediff-hook vc-hooks lisp-float-type elisp-mode tabulated-list replace
newcomment text-mode lisp-mode prog-mode register page tab-bar menu-bar
rfn-eshadow isearch easymenu timer select mouse jit-lock font-lock
syntax font-core term/tty-colors frame minibuffer cl-generic cham
georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao
korean japanese eucjp-ms cp51932 hebrew greek romanian slovak czech
european ethiopic indian cyrillic chinese composite emoji-zwj charscript
charprop case-table epa-hook jka-cmpr-hook help simple abbrev obarray
cl-preloaded nadvice button loaddefs faces cus-face macroexp files
window text-properties overlay sha1 md5 base64 format env code-pages
mule custom widget hashtable-print-readable backquote multi-tty
make-network-process emacs)

Memory information:
((conses 16 186497 7854)
 (symbols 48 13883 3)
 (strings 32 36546 1801)
 (string-bytes 1 1986096)
 (vectors 16 17779)
 (vector-slots 8 214105 6432)
 (floats 8 87 272)
 (intervals 56 2102 0)
 (buffers 992 31))


^ permalink raw reply	[flat|nested] 32+ messages in thread

end of thread, other threads:[~2022-02-05 21:57 UTC | newest]

Thread overview: 32+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-02 22:12 bug#53739: 28.0.91; "C-x d" fails when "emacs -Q" starts on NetBSD with plan9/bin on head of PATH Van Ly
2022-02-03  7:22 ` Eli Zaretskii
2022-02-03  8:01   ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-02-03  9:18     ` Eli Zaretskii
2022-02-03 10:01       ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-02-03 10:31         ` Eli Zaretskii
2022-02-03 11:02           ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-02-03 11:08             ` Eli Zaretskii
2022-02-03 11:28               ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-02-03 13:20                 ` Van Ly
2022-02-03 16:47                   ` Eli Zaretskii
2022-02-03 13:12         ` Van Ly
2022-02-03 16:47           ` Eli Zaretskii
2022-02-04  0:59           ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-02-04  4:29             ` Van Ly
2022-02-04  4:50               ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-02-04  7:18                 ` Van Ly
2022-02-04  7:55                   ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-02-04  8:05                 ` Eli Zaretskii
2022-02-04  8:59                   ` Van Ly
2022-02-04  9:26                     ` Van Ly
2022-02-04 11:52                       ` Eli Zaretskii
2022-02-05  3:07                         ` Van Ly
2022-02-05  7:37                           ` Eli Zaretskii
2022-02-05  9:04                             ` Van Ly
2022-02-05  9:19                               ` Eli Zaretskii
2022-02-05 10:57                                 ` Van Ly
2022-02-05 21:57                             ` Lars Ingebrigtsen
2022-02-04 11:50                     ` Eli Zaretskii
2022-02-03 13:05     ` Van Ly
2022-02-03 16:45       ` Eli Zaretskii
2022-02-03 13:00   ` Van Ly

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).