]> git.eshelyaron.com Git - emacs.git/commit
(ls-lisp-support-shell-wildcards): New variable.
authorRichard M. Stallman <rms@gnu.org>
Thu, 28 Dec 1995 23:36:50 +0000 (23:36 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 28 Dec 1995 23:36:50 +0000 (23:36 +0000)
commit3045b1630257e91e19499bb2d1a8bd2760bacd63
tree78e762300a53bf8f789f421512d4a7253848578a
parenta7ee71e81512c2abd91c3545c54dbe6b7484e188
(ls-lisp-support-shell-wildcards): New variable.
(insert-directory): Convert the filename wildcard to an equivalent
Emacs regexp, when `ls-lisp-support-shell-wildcards' is non-nil.
Handle file patterns like "/foo*/" as if it were "/foo*", like the
shell would.  Print zero total for files whose total size is
exactly zero (in particular, for no files at all).  Say "No match"
when no files match the given wildcard.
(ls-lisp-format): Make directory listing format more like POSIX ls.
lisp/ls-lisp.el