Commit Graph

740 Commits

Author SHA1 Message Date
Dimitri Fontaine
d8acb9f77d Cope with stringp features by calling intern-soft on them. 2010-09-01 20:13:45 +02:00
Dimitri Fontaine
9b791382a8 Fix `el-get-sources' comments to mention :property instead of property. 2010-09-01 20:06:49 +02:00
Dimitri Fontaine
50450c508c In the magit recipe, do require 'magit! 2010-09-01 19:56:18 +02:00
Dimitri Fontaine
36473b58ff Rework headers now that we have a README. Double maintenance ain't good for anybody. 2010-09-01 17:52:53 +02:00
Dimitri Fontaine
da43e4dfd8 Fix el-get-sources' definition now that we have el-get-recipe-path'. 2010-09-01 17:44:31 +02:00
Dimitri Fontaine
296906fe46 el-get-recipe-path was short of an "el-get/" subdir. 2010-09-01 17:39:38 +02:00
Dimitri Fontaine
544a89863d Rework the README to show example use of recipes, with and without overrides. 2010-09-01 11:12:19 +02:00
Dimitri Fontaine
cf9489de87 Merge branch 'master' of github.com:dimitri/el-get 2010-09-01 11:07:48 +02:00
Christopher Browne
543d6d8877 Add recipes and a bit of instruction on their use 2010-09-01 11:06:46 +02:00
Dimitri Fontaine
99309d657b Features should be a symbol, not a string, even in the installer. 2010-08-31 22:38:06 +02:00
Dimitri Fontaine
68da49fad2 Well, :features is meant to host a symbol, see. 2010-08-31 22:21:23 +02:00
Dimitri Fontaine
4c7e598673 Assorted minor fixes and new recipe for switch-window (now on github too). 2010-08-31 22:17:52 +02:00
Dimitri Fontaine
b7a3d0ebc1 Fix el-get main entry (I don't restart Emacs often enough) to cope with symbols in `el-get-sources'. 2010-08-31 20:46:12 +02:00
Dimitri Fontaine
13a07e6c68 Fix el-get url retrieval and temp file handling. 2010-08-31 13:57:07 +02:00
Dimitri Fontaine
e8d94c044c Add some more recipes (cssh, el-get, erc-track-score, escreen, hl-sexp, muse-blog, rainbow-mode, rcirc-groups) 2010-08-31 11:16:45 +02:00
Dimitri Fontaine
cea1bb38e7 Add support for symbol-only sources in completion (interactive commands). 2010-08-31 11:14:14 +02:00
Dimitri Fontaine
f70eb08418 Document recipes and add some gotchas in the README file. 2010-08-30 23:47:49 +02:00
Dimitri Fontaine
a4107ac1eb Replace el-get-recipe-dir' with el-get-recipe-path', makes it easier to handle personal or temporary recipes. 2010-08-30 23:34:00 +02:00
Dimitri Fontaine
8ac065b2eb Implement el-get recipes, so that we can share our recipes and make `el-get-sources' even simpler. 2010-08-30 22:59:05 +02:00
Dimitri Fontaine
e9e401f210 README.asciidoc fixups 2010-08-26 23:47:20 +02:00
Dimitri Fontaine
f53eb6c21b el-get: now with a *scratch* installer! 2010-08-26 23:44:57 +02:00
Dimitri Fontaine
7a56f599ed Give some more information in case when package dir can't be found. 2010-08-26 23:32:00 +02:00
Dimitri Fontaine
a7b3b8fcc6 Fix el-get-package-def bug where `source' variable is not properly declared. 2010-08-26 22:59:01 +02:00
Dimitri Fontaine
2c52ca5b7e Trying another asciidoc syntax for links. 2010-08-26 22:14:39 +02:00
Dimitri Fontaine
a599b0f4d2 First try at a README file. 2010-08-26 22:11:49 +02:00
Dimitri Fontaine
fc5c96be9d Merge branch 'master' of ssh://git.tapoueh.org/home/dim/public_git/emacs.d 2010-08-25 11:14:04 +02:00
Dimitri Fontaine
b3fa7618bf Fix el-get sudo password filter for cases when there's more than one password prompt in a single buffer update batch. 2010-08-25 11:13:55 +02:00
Dimitri Fontaine
120489d815 Merge commit 'e6b3213' 2010-08-24 21:52:57 +02:00
Dimitri Fontaine
76f5efe81e Fix el-get-build to use a shell subprocess. 2010-08-24 17:37:06 +02:00
Dimitri Fontaine
f9441f9c09 Fix el-get headers (for ELPA compat, but not tested yet) 2010-08-24 17:30:32 +02:00
Dimitri Fontaine
22838d15cf Rework el-get-build so that it's async too, but still sync if so you want.
That's because it's not worth it for calling ginstall-info, that would be
too much code reorganisation.
2010-08-23 16:55:36 +02:00
Dimitri Fontaine
ac18c7e7d9 Fix el-get-start-process-list-sentinel not to call a function that's not functionp. 2010-08-23 16:54:12 +02:00
Dimitri Fontaine
b6d580fcd6 Fix el-get-start-process-list to avoid doing anything for an empty commands list. 2010-08-23 16:53:31 +02:00
Dimitri Fontaine
6065f385c5 Add CSV support to el-get. Yes, it's still possible to find projects using CVS, I'm looking at you auctex. 2010-08-23 15:52:15 +02:00
Dimitri Fontaine
79cafce119 add :after user defined function to el-get 2010-08-23 15:12:30 +02:00
Dimitri Fontaine
e1d3d828ee Fix some el-get messages 2010-08-23 15:10:12 +02:00
Dimitri Fontaine
5986710905 el-get now supports online tar archives (used by haskell-mode e.g.) 2010-08-23 00:19:47 +02:00
Dimitri Fontaine
ae10f24399 Add a bzr repo example to el-get header comments. 2010-08-12 21:37:18 +02:00
Dimitri Fontaine
bf90cd0e8c Typo fix in bzr support in el-get, where it's mistakenly talking about git. 2010-08-12 21:02:23 +02:00
Dimitri Fontaine
63e9018102 Merge patch from Kevin Fletcher for bzr support into el-get. 2010-08-12 21:00:15 +02:00
Dimitri Fontaine
eb9963e707 Fix el-get-remove calling convention. 2010-08-12 14:40:32 +02:00
Dimitri Fontaine
3b1168eb70 Fix el-get http support to call post-install-fun after the async retrieval. 2010-08-12 14:40:15 +02:00
Dimitri Fontaine
7697768421 Fixes elpa and http calling convention, and use async url retrieval. 2010-08-06 12:19:39 +02:00
Dimitri Fontaine
47d86726f1 Fix el-get hooks still mentionning old function names. 2010-08-05 13:41:29 +02:00
Dimitri Fontaine
f3404b9774 el-get 0.4: edit version, changelog, add install instructions and some examples too. 2010-08-04 22:10:34 +02:00
Dimitri Fontaine
336e9677ec Fix el-get support for fink packages, add some to local sources list. Add yasnippet too. 2010-08-04 21:57:42 +02:00
Dimitri Fontaine
5ecbaca54b Fix el-get apt-get remove signature. 2010-08-04 21:56:40 +02:00
Dimitri Fontaine
d1b4e92980 Fix el-get apt-get support and hooks (no argument in hooks). 2010-08-04 18:28:28 +02:00
Dimitri Fontaine
e6b5e3ccb3 Implement support for process filters in el-get, to capture sudo prompt. 2010-08-04 18:27:14 +02:00
Dimitri Fontaine
5a74edc613 el-get: only switch to the subprocess error buffer when it exists 2010-08-04 18:25:52 +02:00