Commit Graph

754 Commits

Author SHA1 Message Date
Dimitri Fontaine
807e9169a0 Merge pull request #271 from wiedzmin/master
switch recipes/drag-stuff from git to http to avoid submodules related issues
2011-06-20 12:07:41 -07:00
Dimitri Fontaine
47c14d7592 Simplify el-get-build' code now that we have this :sync support in el-get-start-process-list' 2011-06-20 21:05:39 +02:00
Dimitri Fontaine
3cd4ad5676 Clarify somewhat the (el-get ...) example. 2011-06-20 18:22:53 +02:00
Ronin
f33b640f23 recipes/drag-stuff: load extension via http instead of git, due to submodules issue during clone process. 2011-06-20 18:29:15 +04:00
Dimitri Fontaine
3bfefb7973 Fix typo )x, per comment from Dave. 2011-06-19 23:58:41 +02:00
Dimitri Fontaine
fdd3a94862 Merge pull request #266 from semka/e59b9a13e59aa961b9d0d94484c75ba9f298d111
Darcs non-interactive pull
2011-06-19 14:48:53 -07:00
Dimitri Fontaine
b76ed7fbe7 M-x delete-trailing-whitespace, now that all contributors are seeing them. 2011-06-19 23:47:42 +02:00
Dimitri Fontaine
b13ca7bdba Merge pull request #268 from dabrahams/fixes-267
BUGFIX: post-remove hooks weren't being run
2011-06-19 14:43:28 -07:00
Dimitri Fontaine
b1e64f2cc5 Merge pull request #263 from dabrahams/2c3b294b73ecdcae679158859992167163512926
bugfix for error handling
2011-06-19 14:37:44 -07:00
Dimitri Fontaine
488a05b0d4 Fix the gnuplot-mode recipe (portability, use el-get-emacs). 2011-06-19 23:30:49 +02:00
Dave Abrahams
8e711c839b BUGFIX: account for the fact that customizations are typically not known until after el-get has been called.
Fixes #253
2011-06-19 23:15:33 +02:00
Dimitri Fontaine
c6fdbc1540 Fix the emacswiki file listing "parsing" to avoid %2b in names, etc. 2011-06-19 23:02:52 +02:00
Dimitri Fontaine
4a2bbcf960 Merge pull request #249 from rassie/patch-3
Change python-pep8 from gist to real emacsmirror repo
2011-06-19 13:37:11 -07:00
Dimitri Fontaine
3c94e144ef Merge pull request #248 from rassie/patch-2
Take js2-mode from GitHub emacsmirror (googlecode svn is somewhat flaky)
2011-06-19 13:36:48 -07:00
Dimitri Fontaine
d0b938ea76 Merge pull request #247 from rassie/patch-1
Use GitHub's mirror for python-mode
2011-06-19 13:36:16 -07:00
Dimitri Fontaine
8e5383bf8a Merge pull request #245 from ruediger/fixmatlab
recipes/matlab-mode: Matlab mode's build system depends on cedet.
2011-06-19 13:33:58 -07:00
Dimitri Fontaine
ff50a5d8f6 Merge pull request #243 from ruediger/fixorg
recipes: org-mode should add "." to load-path
2011-06-19 13:32:56 -07:00
Dimitri Fontaine
18280f5695 The codepad recipe does not even need a :compile entry, defaults are ok. 2011-06-19 22:31:48 +02:00
Dimitri Fontaine
f6c88c9bc8 Merge pull request #242 from ruediger/codepad
added recipe for codepad.el (https://github.com/ruediger/emacs-codepad)
2011-06-19 13:30:11 -07:00
Dimitri Fontaine
e654f0693b Fix issue #238, symlinks under windows. 2011-06-19 22:16:21 +02:00
Dimitri Fontaine
9ef83d3535 Fix issue #235 (el-get-funcall forgot to maintain its environment) 2011-06-19 21:30:51 +02:00
Dimitri Fontaine
aefa20f433 Merge pull request #233 from glasserc/package23
Changes for backwards compatibility with package23
2011-06-19 11:32:48 -07:00
Dave Abrahams
41c9960082 BUGFIX: post-remove hooks weren't being run
Fixes #267
2011-06-17 05:38:13 -04:00
Sёmka Novikov
e59b9a13e5 Non-interactive darcs pull 2011-06-17 01:51:43 +06:00
Dave Abrahams
2c3b294b73 Don't use out-of-scope variable
Fixes #262
2011-06-16 09:47:31 -04:00
Dimitri Fontaine
d00698dd96 Implement `el-get-self-update' 2011-06-15 21:46:09 +02:00
Nikolai Prokoschenko
b175745fc1 Change python-pep8 from gist to real emacsmirror repo 2011-06-15 06:11:20 -07:00
Nikolai Prokoschenko
af500d4914 Take js2-mode from GitHub emacsmirror (googlecode svn is somewhat flaky) 2011-06-15 05:37:16 -07:00
Nikolai Prokoschenko
2e3aad88e0 Use GitHub's mirror for python-mode (older systems like SLES11 don't understand lp:* addresses) 2011-06-15 05:34:01 -07:00
Dimitri Fontaine
ec6166bb95 Implement el-get-package-types-alist' to filter package names in el-get-sources' by type, per user request. 2011-06-14 21:37:47 +02:00
Rüdiger Sonderfeld
5f006ecef5 recipes/matlab-mode: Matlab mode's build system depends on cedet. 2011-06-14 12:51:12 +02:00
Julien Danjou
285b60e81b Merge pull request #244 from ruediger/fixreftex
recipes/reftex: do not use :after in recipe.
2011-06-14 03:23:44 -07:00
Rüdiger Sonderfeld
013116ac6e recipes/reftex: do not use :after in recipe. Load unnecessary anyway becase :features are required. 2011-06-14 12:14:41 +02:00
Rüdiger Sonderfeld
65b510c5a7 recipes: org-mode should add "." to load-path or some autoloads in org-install fail. 2011-06-14 12:14:05 +02:00
Julien Danjou
2637be1b15 Change various defvar to defcustom
Signed-off-by: Julien Danjou <julien@danjou.info>
2011-06-14 11:27:01 +02:00
Rüdiger Sonderfeld
e9c82142bf recipes/codepad: use :compile instead of :features and :build. 2011-06-14 11:12:16 +02:00
Dimitri Fontaine
313fe84907 Add a Local Variables: section and set whitespace settings in there. 2011-06-14 10:16:12 +02:00
Rüdiger Sonderfeld
1350687b97 added recipe for codepad.el (https://github.com/ruediger/emacs-codepad) 2011-06-14 02:06:59 +02:00
Dimitri Fontaine
46be377fde Error out nicely when we can't find the recipe for a package. 2011-06-13 23:33:03 +02:00
Julien Danjou
1321a86718 Add oauth recipe 2011-06-08 11:54:06 +02:00
Dave Abrahams
2222c5bdf0 Bugfix: restore a line that was mistakenly dropped 2011-06-07 11:54:39 -04:00
Dave Abrahams
84de83fe11 Attempt to deal more smoothly with legacy el-get-sources settings.
See http://thread.gmane.org/gmane.emacs.el-get.devel/385
2011-06-07 10:32:53 -04:00
Dave Abrahams
602492940f Rename el-get-install => el-get-do-install, el-get-demand => el-get-install
el-get-do-install is not a user interface function and thus has lost its "(interactive...)" clause
2011-06-05 15:28:59 -04:00
Dave Abrahams
d109295d81 Correct check for changed standard packages list 2011-06-05 15:03:31 -04:00
Dave Abrahams
26391544e2 Add missing dependency 2011-06-05 15:03:31 -04:00
Dave Abrahams
c719b2472f Comment and grammar cleanup 2011-06-05 15:03:31 -04:00
Dave Abrahams
f558499ee9 Update el-get-standard-packages when packages are removed 2011-06-05 15:03:31 -04:00
Dave Abrahams
d8c00db7cd Add missing dependency 2011-06-05 15:03:31 -04:00
Dave Abrahams
10fe3ca89e Add dependencies for color themes 2011-06-05 15:03:31 -04:00
Dave Abrahams
3bf072d41e Allow for debugging in condition-case 2011-06-05 15:03:31 -04:00