alexmurray/ivy-xref

"Selecting deleted buffer" after #27

Closed this issue · 3 comments

danp commented

Since updating to a version of ivy-xref including #27 I'm now getting "Selected deleted buffer" when using xref-find-references.

Changing (quit-window t) back to (quit-window) seems to fix it.

I'm using emacs 27.2 installed via homebrew and d12frosted/emacs-plus/emacs-plus@27.

danp commented

My relevant use-package call:

(use-package ivy-xref
  :init
  (setq xref-show-definitions-function #'ivy-xref-show-defs)
  (setq xref-show-xrefs-function #'ivy-xref-show-xrefs))

Thanks, apologies for breaking things - I reverted this change via 45df807 just now so this should be available within 24h via melpa.

danp commented

No worries! Thanks for the fix, and for ivy-xref. If there's anything I can do to help test some other related change let me know.