You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
elisp-refs-symbol and similar should support navigation of references via Emacs standard functions previous-error and next-error similar to what Emacs standard packages xref (providing xref-find-references), grep, locate etc support.
The whole idea is to visit match automatically in a "preview" window when navigating the hits via next-match and previous-match without hiding the *xref* buffer window.
This style of navigation is becoming standard behaviour in large extra packages. For instance, ivy binds such navigation (with preview in other window) to C-M-n for next match and C-M-p for previous match.
The text was updated successfully, but these errors were encountered:
elisp-refs-symbol
and similar should support navigation of references via Emacs standard functionsprevious-error
andnext-error
similar to what Emacs standard packagesxref
(providingxref-find-references
),grep
,locate
etc support.The whole idea is to visit match automatically in a "preview" window when navigating the hits via
next-match
andprevious-match
without hiding the*xref*
buffer window.This style of navigation is becoming standard behaviour in large extra packages. For instance, ivy binds such navigation (with preview in other window) to
C-M-n
for next match andC-M-p
for previous match.The text was updated successfully, but these errors were encountered: