Results 292 comments of Basil L. Contovounesios

No worries, and thanks for confirming. > I assumed this was related to ivy, but now it's clear for me that this problem appeared when I switched to upstream Emacs....

> It's indeed this change, so I've asked for some clarification upstream: https://lists.gnu.org/r/emacs-devel/2021-05/msg01220.html Stefan's reply confirms that this can be considered a regression in the development version of Emacs: https://lists.gnu.org/r/emacs-devel/2021-06/msg00254.html

I think the same issue has been reported as affecting Company completion at https://bugs.gnu.org/48995.

> after selecting the first it goes to the search directly; without the possibility to select a second one. How are you selecting the first one? Ivy provides a set...

> When I call `counsel-org-tag` it displays only the tags from `#+TAGS:` and not any other tags defined in the buffer. I see the same behaviour with `org-set-tags-command` in Emacs...

Does the built-in `C-M-/` (`dabbrev-completion`) fit the bill? See [`(info "(emacs) Dynamic Abbrevs")](https://www.gnu.org/software/emacs/manual/html_node/emacs/Dynamic-Abbrevs.html).

> `dabbrev-completion` seems to do the job as an interactive version of `dabbrev-expand`, but it looks like it's using its own interface rather than the ivy one. AFAICT it's using...

> Users can add this ugly workaround to their config files: FWIW, that can perhaps be improved as follows: ```el (with-eval-after-load 'ivy (setq ivy-sort-matches-functions-alist (assq-delete-all #'ivy-switch-buffer ivy-sort-matches-functions-alist))) ``` > Hopefully...

> Is it possible to make a selection buffer that looks like this in ivy? In theory, of course - perhaps even today, by making some clever (read: kludge) usage...

Would it be possible to provide a precise set of steps, to try reproducing the error? Either way, do you get an error backtrace along with the `Internal error`? What...