emacs-devel
[Top][All Lists]
Advanced

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

Re: Generalizing find-definition


From: Stefan Monnier
Subject: Re: Generalizing find-definition
Date: Tue, 04 Nov 2014 13:14:58 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux)

>> - jump to file (among those listed in the TAGS file)
> So looking recursively inside subdirs is wrong.

The TAGS file can (and in several cases does) contain data about files
in subdirectories.  Basically "jump to file listed in TAGS" lets (or
wants to do) you jump to any file in the current project.

> So the function we are defining is 'goto-file-in-project', with the user
> prompted for the file name.

Exactly.  And I don't think ff-get-file quite does it.

> In ada-mode, the definition of 'file in project' is the combination of
> compilation-search-path with ada-spec-suffixes, ada-body-suffixes. I
> believe EDE projects are similar.

That sounds right.


        Stefan



reply via email to

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