emacs-devel
[Top][All Lists]
Advanced

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

Re: Generalizing find-definition


From: Helmut Eller
Subject: Re: Generalizing find-definition
Date: Mon, 03 Nov 2014 09:13:45 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux)

On Mon, Nov 03 2014, Jorgen Schaefer wrote:

>> I have my own hack for this; It requires me to distinguish between
>> variable and defun names and invoke separate keys; I hope you can
>> remove that annoyance.
>
> I'm not sure how I can remove that annoyance - is that not
> language-dependent?  What kind of functionality would you require there? 

One way to solve this is to merge the list of candidates for functions
and variables.  At least that's what we do in SLIME.  In elisp-mode
M-. could combine the candidates of find-function and find-variable.
Most of the time the merged list would only contain a single candidate.

Helmut




reply via email to

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