Commit graph

5693 commits

Author SHA1 Message Date
Steve Purcell
84240090e4 Fix accidental breakage of implicitly multi-file packages like magit 2012-03-19 14:56:36 +00:00
Donald Ephraim Curtis
d6946fec11 Merge pull request #9 from genehack/misc-fixes
cleanup melpa script

remove unneeded arguments to emacs calls

ignore errors when removing packages
2012-03-19 07:30:43 -07:00
Steve Purcell
15efde743d Consistently use "wiki" rather than "emacswiki" in fn/var names 2012-03-19 14:17:16 +00:00
Steve Purcell
1b78dea4b6 Add icicles 2012-03-19 12:51:06 +00:00
Steve Purcell
badee655ee Support multi-file emacswiki packages, with rate-limiting of http requests 2012-03-19 12:50:51 +00:00
Steve Purcell
a0f471f415 Merge pull request #14 from genehack/delim-kill
Add delim-kill
2012-03-19 01:23:24 -07:00
Steve Purcell
174b5819f7 Merge pull request #13 from genehack/cperl-mode
Add jrockway cperl-mode
2012-03-19 01:23:05 -07:00
Steve Purcell
c0fa96d716 Merge pull request #12 from genehack/flymake-perlcritic
Add flymake-perlcritic
2012-03-19 01:20:48 -07:00
Steve Purcell
23d117b20a Merge pull request #11 from genehack/js2-mode
Add js2-mode (popular new mooz fork, now original has languished)
2012-03-19 01:20:11 -07:00
Steve Purcell
75b3e82470 Merge pull request #10 from genehack/smart-tab
Add smart-tab
2012-03-19 01:16:44 -07:00
John SJ Anderson
b348b31175 Correct tyop 2012-03-18 23:59:45 -04:00
John SJ Anderson
9cac213aab Remove '-u dcurtis' from package-build invocation
Eliminates errors for people who aren't named 'dcurtis'...
2012-03-18 23:12:18 -04:00
John SJ Anderson
ec662f82c5 Add '-f' to 'rm' command to silence error when directory is empty 2012-03-18 23:11:30 -04:00
John SJ Anderson
069f767e54 Add smart-tab 2012-03-18 22:59:17 -04:00
John SJ Anderson
45b7746fa4 Add js2-mode 2012-03-18 22:57:22 -04:00
John SJ Anderson
5c1fcdfe6e Add flymake-perlcritic 2012-03-18 22:55:14 -04:00
John SJ Anderson
b1c6fd843e Add delim-kill 2012-03-18 22:53:24 -04:00
John SJ Anderson
d456acc87e Add jrockway cperl-mode 2012-03-18 22:50:11 -04:00
Donald Curtis
42cb528e2a Wording change because package.el has changed in HEAD. 2012-03-18 15:20:13 -05:00
Donald Curtis
9470f40e4f Re-clone if repository has changed. 2012-03-17 13:45:55 -05:00
Donald Curtis
0c6c84c04b Delete checkout directory if it already exists.
In certain cases we are doing a clone (checkout) and the directory
we're cloning to already exists, this makes sure that the we delete it
before doing the clone.
2012-03-17 13:39:26 -05:00
Donald Curtis
a6e79d651b version of package-build-archives that ignores errors so that other
packages will complete even if one doesn't.

right now if an error occurs, the build-all will stop, but in most
cases build-all should continue through the rest.
2012-03-17 12:39:44 -05:00
Donald Curtis
dfb7f76a3e minor working fix. 2012-03-17 10:37:32 -05:00
Donald Curtis
73ab263d9e should be easy to checkout the repository. 2012-03-17 10:36:46 -05:00
Donald Curtis
d8fbc08336 Updates to README to remove old commands and text. 2012-03-17 10:06:39 -05:00
Steve Purcell
429aa60880 Check for sentinel version control files/dirs inside working dirs, to avoid errors
A problem existed prior to this commit: if a package was changed from
darcs to git, then running "git pull" in the package's working dir
would silently perform that git operation in the root of the Melpa
repo. Checking that the version control for a working dir is as
expected prevents this issue.
2012-03-16 14:33:12 +00:00
Steve Purcell
3697b36d06 Raise error when 'pb/run-process exits with a non-zero code. 2012-03-16 14:30:13 +00:00
Steve Purcell
7bbdcf7839 Haskell-mode has moved from Darcs to github 2012-03-16 13:42:41 +00:00
Donald Curtis
a98eb08ec4 added evil-surround 2012-03-13 17:52:49 -05:00
Donald Curtis
1c2382b586 add molokai-theme 2012-03-13 09:22:04 -05:00
Donald Curtis
e26b591932 add ir_black-theme 2012-03-13 09:21:58 -05:00
Donald Curtis
2a210c53e3 revert some wiki packages for the time being 2012-03-06 16:27:40 -06:00
Donald Curtis
28e4c6137b add auto-complete package 2012-03-06 15:56:36 -06:00
Donald Curtis
53cdf28f54 Add ESS (Emacs Speaks Statistics) 2012-03-06 15:50:59 -06:00
Donald Curtis
78cfac5f6d update multi-term to use personal git repo 2012-03-06 15:44:01 -06:00
Donald Curtis
7a3a0b7357 convert rainbow-delimiters to a person git repo 2012-03-06 15:31:34 -06:00
Donald Curtis
b552a5eb1d convert flymake-cursor to a person git repo 2012-03-06 15:31:23 -06:00
Donald Curtis
91a7d88e1f add multi-term 2012-03-04 21:03:03 -06:00
Donald Curtis
105d1fb046 Adding pastels-on-dark-theme 2012-03-04 13:24:54 -06:00
Steve Purcell
d284e62ccf Add sanityinc-solarized and sanityinc-tomorrow theme families 2012-03-03 09:04:37 +00:00
Hugo Duncan
286764ba27 Add slime-ritz, a slime extension for the ritz clojure swank server
Closes #4

Signed-off-by: Donald Curtis <dcurtis@milkbox.net>
2012-03-01 15:11:25 -06:00
Maciej Mazur
204dd00e4b Change ido-ubiquitous GIT repo to the maintained one
Closes #3

Signed-off-by: Donald Curtis <dcurtis@milkbox.net>
2012-02-29 16:54:25 -06:00
Maciej Mazur
28162923c2 Added https://github.com/fgallina/multi-web-mode
Signed-off-by: Donald Curtis <dcurtis@milkbox.net>
2012-02-28 16:16:51 -06:00
Steve Purcell
7208866884 Add vimgolf recipe 2012-02-27 09:48:53 +00:00
Steve Purcell
51fdff7d29 Explicitly provide 'package-build 2012-02-27 09:48:17 +00:00
Steve Purcell
b9666e7867 Stylistic fix for code chunk which was reassigning a var 2012-02-27 09:48:17 +00:00
Steve Purcell
18fe834e0a Fail harder if asked to build an unknown package 2012-02-27 09:48:17 +00:00
Donald Ephraim Curtis
f4ea8ee3f9 bug in the melpa package info 2012-02-13 23:12:34 -06:00
Donald Ephraim Curtis
644077a787 don't build the syncing mechanism into the melpa script 2012-02-13 21:40:06 -06:00
Steve Purcell
b4856f8f3d Group the internal functions and public interface functions together 2012-02-11 11:49:02 +00:00