We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
$ ag --version ag version 2.1.0
Features: +jit +lzma +zlib
Emacs version: GNU Emacs 26.1
I'm using: OSX
Step to reproduce:
If you choose a directory which doesn't have a space, the copy works fine.
Looks ag-dired doesn't take care a path having a space.
The text was updated successfully, but these errors were encountered:
Nevermind.
This happens when "gls" is used which has been installed via the macport's coreutils ( sudo port install coreutils )
(setq insert-directory-program "/opt/local/bin/gls")
This causes the issue. When I remove above and use the default /bin/ls, the issue is not seen.
Thanks,
Sorry, something went wrong.
No branches or pull requests
$ ag --version
ag version 2.1.0
Features:
+jit +lzma +zlib
Emacs version: GNU Emacs 26.1
I'm using: OSX
Step to reproduce:
If you choose a directory which doesn't have a space, the copy works fine.
Looks ag-dired doesn't take care a path having a space.
The text was updated successfully, but these errors were encountered: