Commit Graph

1987 Commits

Author SHA1 Message Date
Ryan C. Thompson
bee3809e52 Create directories recursively in elpa-build-local-recipes
Typically this would not be necessary if el-get was installed
according to the instructions, but for testing el-get is not
installed, so the directory's parents do not already exist and need to
be created.
2012-05-13 11:59:06 -07:00
Ryan C. Thompson
b13dd5ded7 Add test case for #741.
Currently failing
2012-05-13 11:59:06 -07:00
Ryan Thompson
0b078a3a80 Merge pull request #745 from kini/cython-mode-recipe
Add a recipe for cython-mode
2012-05-13 11:45:25 -07:00
Keshav Kini
abab76bd47 Add a recipe for cython-mode 2012-05-13 22:38:00 +08:00
Ryan Thompson
0e57efbb8d Merge pull request #744 from omo/cvs-m17n-org-move
Redirected some dead cvs.m17n.org repos to new github repos.
2012-05-12 19:12:47 -07:00
Hajime Morrita
4cc5793f00 Redirected some dead cvs.m17n.org repos to new github repos.
cvs.m17n.org is closed and apel, flim, semi and wanderlust are moved to gith
Here is a discussion about the move:
http://comments.gmane.org/gmane.mail.wanderlust.general/4913
This change follows that.
2012-05-13 08:15:55 +09:00
Ryan Thompson
9303ce63c5 Merge pull request #743 from shellbj/groovy-emacs-mode
Add groovy-emacs-mode recipe
2012-05-10 21:28:30 -07:00
Bryan Shell
90a20dad50 Add groovy-emacs-mode recipe 2012-05-10 21:47:02 -05:00
Bryan Shell
b8aec015bd Only install info when `el-get-install-info' is not nil. 2012-05-10 14:21:48 -05:00
Ryan Thompson
9b078d7011 Merge pull request #740 from alanpearce/fixes
Fix typo in function name
2012-05-07 18:18:45 -07:00
Alan Pearce
ed1813bea5 Fix typo in function name 2012-05-07 22:56:26 +01:00
Ryan C. Thompson
bf50c25f3b Build emacswiki recipes at install-time 2012-05-06 12:12:55 -07:00
Ryan Thompson
f630ddf51a Merge pull request #735 from DarwinAwardWinner/emacswiki-github-mirror
Switch default EmacsWiki base URL to Github mirror
2012-05-06 11:46:29 -07:00
Ryan C. Thompson
a659491db2 Add missing paren
Fixes #738.
2012-05-06 11:00:53 -07:00
Ryan C. Thompson
df560dbf63 Better docstring for auto-update-cached-recipes 2012-05-06 01:51:19 -07:00
Ryan C. Thompson
16fff7ee03 Minor fixes in test 2012-05-06 01:51:19 -07:00
Ryan C. Thompson
25fa9aa4fa Minimize whitespace changes in el-get-init relative to master 2012-05-06 01:51:18 -07:00
Ryan C. Thompson
a31554e42c Make regular el-get-sources available to post-init hooks
This is critical because installation dependency chaining happens via
a post-init hook. This is done by putting the call to post-init-hooks
outside the "el-get-with-status-sources" block.
2012-05-06 01:51:18 -07:00
Ryan C. Thompson
9a048af390 Tweak whitespace in error message 2012-05-06 01:51:18 -07:00
Ryan C. Thompson
66ac07520f Small but tricky fixes 2012-05-06 01:51:18 -07:00
Ryan C. Thompson
d4892a1e64 Refactoring 2012-05-06 01:48:05 -07:00
Ryan C. Thompson
590ebf784b Also allow recipe updates from recipe files
As suggested in
https://github.com/dimitri/el-get/issues/659#issuecomment-4433757
2012-05-06 01:48:05 -07:00
Ryan C. Thompson
d5cb0d47db Add test for new functionality 2012-05-06 01:48:04 -07:00
Ryan C. Thompson
24ea4be1a5 Auto-update recipes before init
Should fix #659.
2012-05-06 01:48:04 -07:00
Ryan C. Thompson
f1868c87c8 Fix el-get-init
It was missing a call to "el-get-with-status-sources"
2012-05-06 01:48:04 -07:00
Ryan C. Thompson
8aea873464 Code fixes in el-get-status.el 2012-05-06 01:48:04 -07:00
Ryan C. Thompson
f31b503ed1 Add optional package-status-alist arg
This lets el-get-merge-updatable-properties work either on the status
file directly or on a given alist, which it modifies in place.
2012-05-06 01:48:04 -07:00
Ryan C. Thompson
35d8dbc014 Add interactive form to "el-get-merge-updatable-properties" 2012-05-06 01:48:04 -07:00
Ryan C. Thompson
426c6d2625 Added "el-get-merge-updatable-properties" with test
This is the first step on the way to fixing #659.
2012-05-06 01:48:04 -07:00
Ryan Thompson
c32bd0aca8 Merge pull request #664 from DarwinAwardWinner/misc-fixes
Misc fixes
2012-05-06 01:37:10 -07:00
Ryan Thompson
2f3097a6fb Merge pull request #657 from DarwinAwardWinner/code-cleanup
Simplify "el-get-install" and other fixes
2012-05-06 01:34:50 -07:00
Ryan C. Thompson
221e462182 Add test for #730.
It currently passes.
2012-05-06 01:06:57 -07:00
Ryan C. Thompson
a4907dd796 Check package's required emacs version before installing or initializing
Fixes #730.
2012-05-06 00:56:10 -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
Ryan C. Thompson
4b86f11adc Add script for starting a vanilla emacs with el-get loaded
Unlike the other test scripts, this doesn't run a test or install a
recipe or anything. It just opens up emacs with el-get ready to go so
you can do manual testing.
2012-05-06 00:24:06 -07:00
Ryan C. Thompson
3b7777b6e6 Clean up temp files created during tests 2012-05-06 00:24:06 -07:00
Ryan C. Thompson
a7a4e5925f Switch default EmacsWiki base URL to Github mirror
Fixes #724.
2012-05-06 00:15:32 -07:00
Dimitri Fontaine
599d7f659e Per issue #717, update README to use (goto-char (point-max)) rather than (end-of-buffer) 2012-05-04 20:12:53 +02:00
Dimitri Fontaine
49d6de9eaa Merge pull request #709 from shishi/renew_some_recipes
Renew some recipes
2012-05-04 09:56:25 -07:00
Dimitri Fontaine
0105f316be Merge pull request #706 from jimeh/add-tomorrow-night-paradise-theme-recipe
Add recipe for Tomorrow Night Paradise theme
2012-05-04 09:45:23 -07:00
Dimitri Fontaine
6abb880fcf Merge pull request #704 from jimeh/add-tomorrow-theme-recipe
Add recipe for Tomorrow theme
2012-05-04 09:38:11 -07:00
Dmitri Akatov
bc3e31a4d7 unset executable mode for vc-fossil.rcp 2012-05-02 18:06:21 -07:00
Ryan Thompson
749e9793b2 Merge pull request #726 from gizmomogwai/master
please add to recipes
2012-04-30 15:10:39 -07:00
Christian Köstlin
df1dc550db added tramp-adb recipe 2012-04-30 17:42:56 +02:00
Ryan Thompson
f354a8072b Merge pull request #723 from SkydiveMike/master
Updated Org-Mode recipe for additional streamlining of Org Mode’s Makefile
2012-04-26 12:04:32 -07:00
Mike McLean
408b3702bf Updated Org-Mode recipe for additional streamlining of Org Mode’s Makefile
See: http://article.gmane.org/gmane.emacs.orgmode/55270
2012-04-26 10:25:31 -04:00
Shigenobu Nishikawa
7748573d3c remove non-need properties. 2012-04-25 12:19:56 +09:00
Shigenobu Nishikawa
d9fa0c0eb6 Reverting "rename recipes and change :name because not correct name for elisps"
Reverting "fix depends because renamed recipes"

revert above commits
2012-04-25 12:06:37 +09:00
Jim Myhrberg
c15a616493 Change package type to github 2012-04-24 09:29:00 +01:00
Jim Myhrberg
6ea200b1ff Change package type to github 2012-04-24 09:27:42 +01:00