Commit Graph

4051 Commits

Author SHA1 Message Date
Dimitri Fontaine
c9c3c760d2 Merge pull request #1940 from iqbalansari/master
Do not depend on `url-parse` for extracting hosts from urls
2014-10-15 19:45:43 +02:00
Iqbal Ansari
bb7ccfb49a Do not depend on url-parse for extracting hosts from urls
This fixes for #1939. Tests have been added to test/el-get-issue-1939.el
2014-10-15 21:37:52 +05:30
Noam Postavsky
7eb2a8a71f Merge pull request #1942 from deftsp/master
Fix cycle dependence of outorg and outshine.
2014-10-15 10:22:06 -04:00
Dimitri Fontaine
5a6c038d39 Merge pull request #1944 from ripple0328/master
add recipes: another version of powerline theme emacs-powerline
2014-10-15 14:25:37 +02:00
Qingbo
137b2bb2f9 add recipes: another version of powerline theme emacs-powerline by jonathanchu, hope not confused 2014-10-15 18:24:01 +08:00
Shihpin Tseng
237abe9ccd Fix cycle dependence of outorg and outshine. 2014-10-15 10:22:00 +08:00
Dimitri Fontaine
0720f4dfe8 Merge pull request #1941 from deftsp/master
Fix outshine depend.
2014-10-14 17:49:56 +02:00
Shihpin Tseng
88a5998613 Fix outshine depend. 2014-10-14 22:52:29 +08:00
Yakkala Yagnesh Raghava
00d48c1506 * recipes/dictem.rcp: Change upstream to github. 2014-10-14 18:31:41 +09:00
Yagnesh Raghava Yakkala.
999cfdb01e Merge pull request #1938 from yyr/master
New recipe pdf-tools is added.
2014-10-14 18:04:09 +09:00
Yakkala Yagnesh Raghava
79fbd251e1 * recipes/pdf-tools.rcp (pdf-tools): put build option in list for
consistency.
2014-10-14 18:01:23 +09:00
Yakkala Yagnesh Raghava
cc37f0b230 New recipe pdf-tools is added. 2014-10-13 14:50:39 +09:00
Yagnesh Raghava Yakkala.
b48886b763 Merge pull request #1937 from sona-tar/smart-newline
Add smart-newline.rcp
2014-10-13 11:13:32 +05:30
sona-tar
27b2befb6e Add smart-newline.rcp 2014-10-13 14:23:24 +09:00
David Holm
90dfceaa89 recipe: Autoload for csv-mode 2014-10-10 22:42:30 +02:00
David Holm
88ce271e09 recipe: `paren-face' 2014-10-10 22:23:39 +02:00
David Holm
9538e5acc4 recipe: `emux' 2014-10-10 22:12:11 +02:00
David Holm
c8a250f183 recipe: Require quack' after loading scheme' 2014-10-10 21:04:35 +02:00
David Holm
6d04f3bab4 recipe: `ac-geiser' has autoloads 2014-10-10 20:39:46 +02:00
Dimitri Fontaine
f6de7496b8 Merge pull request #1935 from jiegec/master
Add gradle-mode recipe.
2014-10-09 16:30:45 +02:00
Jiajie Chen
0d60fc9497 Add gradle-mode recipe. 2014-10-09 22:22:54 +08:00
Noam Postavsky
5bd3f69290 merge some new recipes
Merge remote-tracking branches 'upstream/pr/1931', 'upstream/pr/1933'
and 'upstream/pr/1934'
2014-10-08 21:33:54 -04:00
Hiroaki Otsu
410a671636 add recipe for e2wm-term 2014-10-09 09:54:40 +09:00
Mattias Lundell
beb234a754 Add purescript-mode.rcp 2014-10-08 22:20:07 +02:00
Noam Postavsky
b9d3f263e7 magit.rcp: :compile must be stringp or listp 2014-10-08 10:31:10 -04:00
Jiajie Chen
6719c528dc Remove trailing blank line at EOF. 2014-10-08 22:08:06 +08:00
Jiajie Chen
150302da2f Add recipe for 2048.el. 2014-10-08 22:03:28 +08:00
Jiajie Chen
ddbfd12819 Add recipe for ace-isearch. 2014-10-08 21:40:01 +08:00
Noam Postavsky
5b758fdff1 Don't let elpa activate el-get installed packages
* el-get.el (el-get-do-init): add non-elpa package to
  package-activated-list so elpa thinks knows they are already
  activated.
2014-10-07 20:18:27 -04:00
Noam Postavsky
1f7e915416 Don't let elpa download dependencies
Since el-get also downloads dependencies we end up installing things
twice.

* methods/el-get-elpa.el (el-get-elpa-install): call
  package-download-transaction instead of package-install.
2014-10-07 20:18:27 -04:00
Noam Postavsky
0fada2e0e2 magit.rcp: use el-get's default compilation
We still use make for producing the info file. Since Windows users will
probably not go through the trouble of installing make and makeinfo,
disable that step in Windows.

The magit-autoloads file is produced in the Makefile from ;;;###autoload
cookies; since el-get extracts those and puts them into .loaddefs by
default we don't need to (require 'magit-autoloads) anymore.

Removed the ("touch" "`find . -name Makefile`") from
:build/berkeley-unix since that would create a file literally called
"`find . -name Makefile`", the `` would not be expanded as the shell is
not being invoked. It was probably some leftover that's no longer needed.
2014-10-07 19:44:37 -04:00
Noam Postavsky
7231790302 helm.rcp: just use el-get's default compilation
make is not always installed.

9bffcae717 set :compile nil, apparently
because there was some problem with el-get's compilation at the time,
but it appears to work now.
2014-10-07 19:44:37 -04:00
Dimitri Fontaine
22a6399aad Merge pull request #1927 from vedang/add-some-recipies
Add recipies for emacs-swoop and ace-window packages
2014-10-08 00:07:36 +02:00
Vedang Manerikar
3d2581e933 Add recipe for =ace-window= 2014-10-07 18:45:13 +05:30
Vedang Manerikar
a999d2c604 Add recipe for =emacs-swoop= 2014-10-07 18:44:30 +05:30
Noam Postavsky
3cc93ac930 merge in some new recipes
Merge remote-tracking branches 'upstream/pr/1919' and 'upstream/pr/1922'
2014-10-05 14:27:26 -04:00
Iqbal Ansari
4c065f189d Fix some typos and style issues 2014-10-05 20:53:21 +05:30
sona_tar
b43eaad702 Add migemo.rcp and helm-migemo.rcp 2014-10-05 18:17:38 +09:00
Iqbal Ansari
c5d3a475ee Add tests for git shallow clones functionality 2014-10-05 12:47:13 +05:30
Iqbal Ansari
16d65943e8 Improve support for shallow clones using git
The current algorithm is
1) If the protocol used is not http (file, ssh, git) clone is supported
2) Otherwise check if repo belongs to know smart host, if so assume
   shallow clone is supported
3) If none of the above work, make a HEAD request and parse response
   headers to determine the host is smart explained (here)[http://stackoverflow.com/questions/9270488/]
2014-10-05 12:46:59 +05:30
sona_tar
b243ff31b2 Add zlc.rcp 2014-10-05 14:47:01 +09:00
Noam Postavsky
6aafc8a851 elpa-symlink: Use make-symbolic-link
instead of shell-command which is sensitive to the user's choice of
shell.

* el-get-elpa.el (el-get-elpa-symlink-package): use make-symbolic-link
instead of shell-command "ln -s %s %s".
2014-10-04 21:07:35 -04:00
Noam Postavsky
b1c4cd0b9d Merge pull request #1913 from sona-tar/helm-c-moccur
Fix pkgname at helm-c-moccur.rcp
2014-10-04 11:58:41 -04:00
Noam Postavsky
84fd98653d merge some new recipes
Merge remote-tracking branches 'upstream/pr/1914', 'upstream/pr/1915',
'upstream/pr/1916' and 'upstream/pr/1917'
2014-10-04 11:55:28 -04:00
sona_tar
e18c0b2e3b Add helm-themes.rcp 2014-10-05 00:20:41 +09:00
sona_tar
281f00479b Add init-loader.rcp 2014-10-05 00:18:45 +09:00
sona_tar
264811523e Add helm-c-flycheck.rcp 2014-10-05 00:11:47 +09:00
sona_tar
1e61c71a0b Add flycheck-tip.rcp 2014-10-05 00:06:28 +09:00
sona_tar
79582bdd8e Fix pkgname at helm-c-moccur.rcp 2014-10-04 23:46:32 +09:00
Noam Postavsky
dc6233d397 remove redundant whitespace 2014-10-04 10:46:13 -04:00