Kristoffer Ström <[email protected]> writes:
Hello! I'm running emacs in a guix shell, and wonder how/where
to get
the C source code directory for xref-find-definitions.
I've grepped the /gnu/store/*emacs but cannot find the C source,
is
there some special package/output or procedure needed to get it
included
in the shell environment?
There is no C source for xref-find-definitions, it’s written in
Emacs Lisp:
xref-find-definitions is an interactive native-compiled Lisp
function
in ‘xref.el’.
The source is available in any environment the Emacs package is
installed.
— Ian