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

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

bug#16533: 24.3.50; "s" no longer works as documented in dired


From: Markus Triska
Subject: bug#16533: 24.3.50; "s" no longer works as documented in dired
Date: Fri, 24 Jan 2014 18:23:43 +0100

Glenn Morris <rgm@gnu.org> writes:

> What is the value of dired-use-ls-dired?

Its value is nil. When I start dired after "$ emacs -Q", it displays:

  ls does not support --dired; see `dired-use-ls-dired' for more details.

Following the instructions in the documentation of `dired-use-ls-dired',
I tried Emacs's own emulation of "ls" by evaluating (in "$ emacs -Q"):

  (setq ls-lisp-use-insert-directory-program nil)
  (require 'ls-lisp)

The original problem shows up with this emulation as well.





reply via email to

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