emacs-devel
[Top][All Lists]
Advanced

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

Re: progmodes/project.el and search paths


From: Dmitry Gutov
Subject: Re: progmodes/project.el and search paths
Date: Tue, 4 Aug 2015 01:56:13 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:40.0) Gecko/20100101 Thunderbird/40.0

On 08/03/2015 07:16 PM, Stephen Leake wrote:

> Which is one reason to have an "independent" project core; perhaps the
projectile team will be more amenable to adopting a core API that isn't
named "ede"?

I'm sure any reservations developers have about EDE are not related to the name.

There are also restrictions for elisp, since it is preloaded. I think
the current rule is cl-lib can be preloaded, but not eieio?

eieio is not preloaded, but cl-generic already is. That means you can use the generic functions and cl-structs, but not EIEIO classes, in the preloaded code.



reply via email to

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