help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [SOLVED with eev] Re: How to quicker jump to function definition tha


From: Eduardo Ochs
Subject: Re: [SOLVED with eev] Re: How to quicker jump to function definition than C-h k ?
Date: Sat, 17 Dec 2022 09:44:53 -0300

On Sat, 17 Dec 2022 at 06:53, Emanuel Berg <incal@dataswamp.org> wrote:
>
> Jean Louis wrote:
>
> > (defun find-definition-for-key (key &rest pos-spec-list)
> > "Based on `find-ekey-links' (`M-h M-k') and `find-efunction'."
> >   (interactive "kFunction definition for Key: ")
> >   (find-efunction (key-binding key)))
>
> Okay, but where is "find-efunction"?
>
> As always, byte-compile and do
>
>   (checkdoc-current-buffer t)
>
> to hear complains about that, more ...

It's in eev, obviously! =)
You can find its source with:

  (find-efunction 'find-efunction)

and it is also here:

  http://angg.twu.net/eev-current/eev-blinks.el.html#find-ebufferandpos

Cheers,
  Eduardo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]