Commit Graph

17 Commits

Author SHA1 Message Date
Dimitri Fontaine
9d7c022764 Merge pull request #823 from DamienCassou/honor-el-get-byte-compile-for-init-files
Honor el-get-byte-compile for init files
2012-07-30 08:39:45 -07:00
Damien Cassou
98bf27fd83 Try to fix indentation
Signed-off-by: Damien Cassou <damien.cassou@gmail.com>
2012-07-29 14:10:10 +02:00
Damien Cassou
23d2ffcbf9 el-get must honor `el-get-byte-compile' even for init files
Signed-off-by: Damien Cassou <damien.cassou@gmail.com>
2012-07-29 14:04:19 +02:00
Takafumi Arakaki
2f74ac4aa1 Add el-get-envpath-prepend util function
el-get-envpath-prepend is added in order to simplify settings
related to python-related recipes, including newly added traad.rcp.
This function is general enough to use to modify, for example,
the $PATH environment variable.
2012-07-24 12:24:05 +02:00
Ryan C. Thompson
dd99a00a72 Better docstring for el-get-recipe-path 2012-06-03 08:14:37 -07:00
Ryan C. Thompson
f42c023e10 Allow version to be specified as number, string, or list.
See "el-get-version-to-list" for details.
2012-05-28 13:50:46 -07:00
Ryan C. Thompson
2fbf696f93 Rename version requirement to :minimum-emacs-version 2012-05-28 13:16:20 -07:00
Ryan C. Thompson
2985c0c6fb Add functions for getting and asserting a package's required emacs version 2012-05-06 00:55:27 -07:00
Dimitri Fontaine
981572235c Merge pull request #572 from sudish/load-init-elc
Allow loading byte-compiled package init files.
2012-02-19 02:04:29 -08:00
Sudish Joseph
41441b7067 Load byte-compiled package init files.
Compile the init file as needed.
2012-02-18 18:23:18 -05:00
Matthew L. Fidler
6f1e6c91ea Added el-get-elpa-build-local-recipies so that I can mirror elpa packages in el-get. (Whats the point of building thes packages by hand) 2012-02-18 10:46:50 -06:00
Dimitri Fontaine
968b2c4233 Read recipe file in utf8, not literaly. 2011-10-24 10:40:22 +02:00
Kyle Hargraves
6063f379b7 Signal an error if reading a recipe causes an error
Without this, a parse error in a recipe will cause (el-get ...) to
die with a less than helpful message.
2011-10-16 13:01:37 -05:00
Kyle Hargraves
12b15b358b el-get-package-method should use the package def not the argument passed in 2011-10-05 20:01:58 -05:00
Kyle Hargraves
a54ad73fee Add el-get-builtin method, so builtin packages can be "installed" simply 2011-10-03 16:13:07 -05:00
Dimitri Fontaine
dc164b903a Tell `el-get-load-package-user-init-file' about PACKAGE being as symbol. 2011-09-22 21:58:22 +02:00
Dimitri Fontaine
0433ca0ce9 Refactoring it all: a beginning. No time for testing yet, just showing ideas. 2011-09-20 15:15:52 +02:00