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

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

bug#27844: 26.0.50; Dired w/ eshell-ls doesn't support wildcards in file


From: Eli Zaretskii
Subject: bug#27844: 26.0.50; Dired w/ eshell-ls doesn't support wildcards in file name
Date: Sat, 29 Jul 2017 12:05:03 +0300

> From: Tino Calancha <tino.calancha@gmail.com>
> Date: Thu, 27 Jul 2017 12:27:05 +0900
> 
> 
> Dired with eshell-ls doesn't handle wildcards in file names.
> emacs -Q -l em-ls -eval "(customize-set-variable 'eshell-ls-use-in-dired t)"
> 
> I)
> M-: (dired source-directory) RET
> C-x d lisp/*.el RET
> 
> II)
> ;; Following works but it shows full file name, instead of the
> ;; more common relative file name.
> C-x d lisp/simple.el RET
> 
> --8<-----------------------------cut 
> here---------------start------------->8---
> commit 8826109f3b619b59b7d68afa55e446e0c487ca76
> Author: Tino Calancha <tino.calancha@gmail.com>
> Date:   Thu Jul 27 12:21:15 2017 +0900
> 
>     Dired w/ eshell-ls: Handle shell wildcards in file name
>     
>     * lisp/eshell/em-ls.el (eshell-ls--insert-directory):
>     Use eshell-extended-glob (Bug#27844).
>     * test/lisp/dired-tests.el (dired-test-bug27844): Add test.

LGTM, thanks.





reply via email to

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