[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: progmodes/project.el and search paths
From: |
Stephen Leake |
Subject: |
Re: progmodes/project.el and search paths |
Date: |
Tue, 04 Aug 2015 04:40:48 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.5 (windows-nt) |
Stefan Monnier <address@hidden> writes:
> This is not meant to replace/reimplement EDE, but only to provide
> a common API between different systems, EDE being hopefully one of
> them.
It would help if the header comment in project.el said something along
those lines.
There is a big difference between:
"provide an interface between projects and the rest of Emacs"
and
"provide a core API for implementing projects".
The current project.el header is unclear as to which it is intended to
be.
I was assuming projects.el was the latter, and thus in competition with
EDE, projectile, etc.
If it's really the former, that puts a much different light on things;
it should be providing wrappers/adaptors for EDE, projectile, etc, so
grep, compile etc can use project information.
In particular, there should be no "xref-find-regexp"; instead, "grep"
and similar commands should be enhanced to optionally use project
functions to get the search path.
--
-- Stephe
- Re: progmodes/project.el and search paths, (continued)
- Re: progmodes/project.el and search paths, David Engster, 2015/08/04
- Re: progmodes/project.el and search paths, Stefan Monnier, 2015/08/05
- Re: {Spam?} Re: progmodes/project.el and search paths, Eric Ludlam, 2015/08/06
- Re: {Spam?} Re: progmodes/project.el and search paths, Stefan Monnier, 2015/08/06
- Re: {Spam?} Re: progmodes/project.el and search paths, Eric Ludlam, 2015/08/07
- Re: {Spam?} Re: progmodes/project.el and search paths, David Engster, 2015/08/07
- Re: {Spam?} Re: progmodes/project.el and search paths, Dmitry Gutov, 2015/08/07
- Re: {Spam?} Re: progmodes/project.el and search paths, David Engster, 2015/08/07
- Re: {Spam?} Re: progmodes/project.el and search paths, Dmitry Gutov, 2015/08/07
- Re: {Spam?} Re: progmodes/project.el and search paths, Alexis, 2015/08/07
- Re: progmodes/project.el and search paths,
Stephen Leake <=
- Re: progmodes/project.el and search paths, Dmitry Gutov, 2015/08/04
- Re: progmodes/project.el and search paths, Stephen Leake, 2015/08/04
- Re: progmodes/project.el and search paths, Dmitry Gutov, 2015/08/04
- Re: progmodes/project.el and search paths, Stephen Leake, 2015/08/05
- Re: progmodes/project.el and search paths, Dmitry Gutov, 2015/08/05
- Re: progmodes/project.el and search paths, Stephen Leake, 2015/08/06
- Re: progmodes/project.el and search paths, Dmitry Gutov, 2015/08/07
Re: progmodes/project.el and search paths, Eric Ludlam, 2015/08/04