Re: Purpose of jde-autoloads

Przemysław Wojnowski <[email protected]> Fri, 14 Aug 2015 17:02:19 +0200
Newsgroups gmane.emacs.jdee.devel
Message-ID <[email protected]>
W dniu 13.08.2015 o 00:07, Phillip Lord pisze:
> If jdee becomes ELPA packaged (when it needs to be), jde-autoloads.el is
> generated client side at install side anyway.
I didn't know that.

What I don't know either is how to make Cask to create jde-autoloads, to make
it available during compilation (although only jde.el has (require
'jde-autoload), which IMHO can be removed, because user is requiring JDE
anyway).

Another thing is how to make Cask compile elisp files with specified load-path.
Cask has an issue for this (https://github.com/cask/cask/issues/275) and there
is a branch with "load-path" option, but nothing happens since January.
In Ant we can do that easily.

------------------------------------------------------------------------------