Basil L. Contovounesios
Basil L. Contovounesios
Thanks for looking into this! > Replace spurious reference to ~/.Private with the file-name-directory of counsel-locate-db-path. However, commit b2693d16941dbb3ac9b48c588f5cebbf4036e026 that introduced this feature makes it look like the hard-coded `~/.Private`...
Thanks for looking into this. > `swiper-multi` doesn't fit this purpose because it means you have to manually select the buffers first. But in theory it could be extended to...
CCing @ericdanan, as a part of this discussion pertains to https://github.com/ericdanan/counsel-projectile.
> I am experiencing the same issue. I use `counsel-projectile` to open open file, when I type the file name, the issue occurs. But if I just paste the file...
> perhaps adding a `counsel-git-grep-recurse-submodules` defcustom would be a good idea? Why not add it to your `counsel-git-grep-cmd-default` or `counsel-git-grep-projects-alist` instead? Note that you can also change the `counsel-git-grep` command...
> Top reports emacs as 100%, and emacs freezes until `C-g` is pressed, at which point ivy returns to normal. I can't reproduce this with latest Ivy/Swiper on any recent...
> This issue happens in ivy mode Does it not happen without `ivy-mode`?
No worries, just sanity checking :). Thanks for clarifying. I think effectively the same feature request (modulo Dired in place of Org) came in today, see e.g. my comment at...
`counsel-find-file-ignore-regexp` is specific to `counsel-find-file`, not `dired-do-copy` (or any other file-reading function that doesn't go through `counsel-find-file`).
> so, how to resolve it? In vanilla Emacs there's `completion-ignored-extensions`, but I don't know whether Dired respects that, and I'm pretty sure Ivy doesn't. So there are three possible...