Skip to main content

Questions tagged [xref]

Filter by
Sorted by
Tagged with
0 votes
1 answer
55 views

I have tried to define a transient for some elisp-function-calls that depend on the cursor-position and/or on the active buffer. Here an extract: (transient-define-prefix navigation-transient-menu () ...
user2292040's user avatar
0 votes
1 answer
95 views

I have a weird problem. When I start Emacs and run xref-find-references on a method in some C# code, it lists the references without problem. Then, if I wait a few minutes and try the command again, ...
Jason Hunter's user avatar
  • 1,246
0 votes
0 answers
125 views

I have following in my init.el file: (use-package dumb-jump :straight t :init ) (add-hook 'xref-backend-functions #'dumb-jump-xref-activate) (setq xref-show-definitions-function #'xref-show-...
Kabira  K's user avatar
  • 105
1 vote
0 answers
73 views

Emacs configuration: eglot language-server: clangd xref-find-definitions on M-. ff-find-other-file on C-x p o xref-go-back on M-, Situation: I'm currently in a source file (let's say foo_temp.c). ...
Tietan's user avatar
  • 180
0 votes
1 answer
137 views

When I try to use xref features, like xref-find-references, there would be an error message: Customize `semantic-symref-filepattern-alist’ for js-mode Following this guide, I add this line to my init....
m_cht's user avatar
  • 103
1 vote
1 answer
99 views

I have the below setting in my config as recommended by many scrolling packages like ultra-scroll-mac. (setq scroll-conservatively 101) The issue is, when using this config with lsp-mode, xref-go-...
Saddle Point's user avatar
0 votes
0 answers
54 views

I think this is doom emacs specific problem. Doom collects autoload functions into an ./local/etc/@/init.el file And when I do M-. (which is mapped to doom's +lookup/definition and in turn it tries ...
eugene's user avatar
  • 539
0 votes
1 answer
242 views

Below is the situation I'm trying to solve project root is at ~/project/src/some.py `xref-find-definition` from `some.py` can go to python library in ~/.virtualenvs/myenv/lib/another.py Then, since ~...
eugene's user avatar
  • 539
0 votes
1 answer
125 views

I 've been using git specific commands from helm (I think it internally uses vc-git-grep I find xref-find-definitions work very well. and wonder how xref-find-apropos compare with vc-git-grep I coulnd'...
eugene's user avatar
  • 539
0 votes
1 answer
593 views

I downloaded emacs source code from http://savannah.gnu.org/projects/emacs/, and the relevant tags from http://git.savannah.gnu.org/cgit/emacs.git/refs/tags . I ran ctags via ctags -e -R . over both ...
Eli Rusk's user avatar
0 votes
2 answers
107 views

Is it possible to extract the results returned by xref-find-apropos to a variable within elisp code? In particular, I want to get all files names where the found symbol occurs. So what I want is ...
Evgenii.Balai's user avatar
0 votes
1 answer
481 views

I'm not sure what kind of variable xref-backend-functions and how to update it. After I open a .c file, I do M-: and do (add-hook 'xref-backend-functions #'gxref-xref-backend) and it shows me (gxref-...
ackerleytng's user avatar
1 vote
1 answer
152 views

My daily workflow involves opening a number of diverse projects and navigating through them using Emacs. For some projects, xref-find-references requires me to select a project (with a "Select ...
anon2328's user avatar
  • 183
3 votes
2 answers
295 views

I don't see the point in displaying xref with one match. Hope there is a simple solution.
albert200000's user avatar
2 votes
1 answer
230 views

When I call gtags-find-tag-dwim, matches item will be highlighted for about one second. When I call xref-pop-marker-stack, matches item will be highlighted for about 0.2 second. like this: -----------...
dongli si's user avatar

15 30 50 per page