Results 292 comments of Basil L. Contovounesios

> The bug might very well be in bazel.el, but since this works with plain Emacs, I'd hope it should work with Ivy as well. I'd hope so too, but...

Completion collections that are non-`dynamic-collection` functions are described in the Elisp manual: [`(info "(elisp) Programmed Completion")`](https://www.gnu.org/software/emacs/manual/html_node/elisp/Programmed-Completion.html). Since Ivy's whole model is an instantly-updating list of all possible completions given the...

> does this actually work? As long as your `ivy-views` doesn't contain window configuration objects, I don't see why it wouldn't work (disclaimer: I don't use `ivy-views` and have not...

Reopening due to the continued discussions and unresolved issues in #1113 and #2909.

> swiper: ivy-insert-current: Wrong type argument: stringp > Running swiper in any buffer and pressing `M-i` Did you mean `swiper-isearch` instead of `swiper`? Thanks.

> Would it be possible to exclude certain directories/files from `counsel-git-grep` search It should be possible, but I don't know how to make it work, or what changes might be...

Here's an alternative way of generating the temporary file which should also enable recursive completion sessions: ```diff diff --git a/counsel.el b/counsel.el index f6ff507..2b87e31 100644 --- a/counsel.el +++ b/counsel.el @@ -1,10...

> Not sure whether that is the intended way to use it, but it seem to work It works because `:config` is evaluated after `counsel` is loaded. At the moment...

Could you please provide a reproducible recipe, ideally starting from `emacs -Q` or `make plain`? You can try to recursively bisect your configuration by commenting out parts of it until...