Commit Graph

4145 Commits

Author SHA1 Message Date
Yakkala Yagnesh Raghava
84ea3d1343 * recipes/emacs-ycmd.rcp: new recipe emacs-ycmd. 2014-10-23 09:08:03 +09:00
Yakkala Yagnesh Raghava
329b0cc23c * recipes/emacs-readability.rcp: new recipe emacs-readability. 2014-10-23 09:07:38 +09:00
Yakkala Yagnesh Raghava
5e5ed170d4 * recipes/paradox.rcp: new recipe paradox. 2014-10-23 09:07:22 +09:00
Yakkala Yagnesh Raghava
2b6dd7f7ba * recipes/httprepl.rcp: new recipe httprepl. 2014-10-23 09:07:22 +09:00
Yakkala Yagnesh Raghava
285f01dd84 * recipes/tioga-minor-mode.rcp: new recipe tioga-minor-mode 2014-10-23 09:07:22 +09:00
Yakkala Yagnesh Raghava
9ecba39173 * recipes/org-gcal.rcp: new recipe org-gcal. 2014-10-23 09:07:21 +09:00
Yakkala Yagnesh Raghava
f05a1f5b5b * recipes/tern-lint.rcp: new recipe tern-lint. 2014-10-23 09:07:21 +09:00
Yakkala Yagnesh Raghava
23ff16f5f2 * recipes/magic-latex-buffer.rcp: new recipe magic-latex-buffer 2014-10-23 09:07:21 +09:00
Yakkala Yagnesh Raghava
c08f7891bc * recipes/oniisama.rcp: best sister ever. 2014-10-23 09:07:21 +09:00
Yakkala Yagnesh Raghava
94d57ad65a * recipes/emacs-neotree.rcp: new recipe emacs-neotree. 2014-10-23 09:07:21 +09:00
Yakkala Yagnesh Raghava
fb28780bbe * recipes/cirrus.rcp: new recipe cirrus. 2014-10-23 09:07:21 +09:00
Noam Postavsky
4699dcfba5 Always tell elpa about el-get activated packages
Previously we would only tell elpa about :type elpa packages, but this
doesn't work if some of the dependencies of an elpa package are not
themselves elpa packages. Since we already require all package names to
be unique, there should be no risk in telling elpa about all el-get
packages.

Also, checking for el-get installed :type elpa packages is not needed,
since any :type elpa package implicitly depends on package, so we can
just check the feature.

* el-get.el (el-get-do-init): always add package symbol to
  package-activated-list when (featurep 'package).
2014-10-22 19:46:17 -04:00
Noam Postavsky
85867029f4 Warn if apt-get package installed no elisp
Using just message makes it too easy to overlook. The warning only
triggers on installation (not update or init) so it shouldn't be too
annoying.

* methods/el-get-apt-get.el (el-get-dpkg-symlink): use lwarn instead of
  message.
2014-10-22 19:44:28 -04:00
Noam Postavsky
e3f82e764a Create empty dir if no apt-get dir to symlink to
If the apt-get package doesn't contain any elisp files symlinking to the
non-existant /usr/share/emacs/site-lisp/<package> directory will leave
us with a broken link that will raise an error when we attempt to look
for autoloads, clean stale elc files and the like. In this case, simply
create an empty directory instead of a link.

* methods/el-get-apt-get.el (el-get-dpkg-symlink): call `make-directory'
  instead of symlink when `debdir' doesn't exist.
2014-10-22 19:44:28 -04:00
Yakkala Yagnesh Raghava
aa23a73d65 * recipes/shackle.rcp: new recipe shackle. 2014-10-23 08:08:28 +09:00
Yakkala Yagnesh Raghava
97c2890af6 * recipes/gotham-theme.rcp: new recipe gotham-theme. 2014-10-23 08:08:07 +09:00
Yakkala Yagnesh Raghava
c3b496a50f recipes/darcula-theme.rcp: new recipe added. 2014-10-23 08:07:43 +09:00
Yakkala Yagnesh Raghava
2091a2efc3 * recipes/orgtbl-show-header.rcp. new recipe orgtbl-show-header. 2014-10-23 02:25:31 +09:00
Yakkala Yagnesh Raghava
dec38fd544 * recipes/bf-mode.rcp: new recipe bf-mode 2014-10-23 02:24:25 +09:00
Yakkala Yagnesh Raghava
b25d99130f * recipes/emms-netease.rcp: new recipe emms-netease. 2014-10-23 02:24:08 +09:00
Yakkala Yagnesh Raghava
139c8bb251 * recipes/evil-lisp-state.rcp: new recipe evil-lisp-state 2014-10-23 02:23:40 +09:00
Yakkala Yagnesh Raghava
5d2459ac8f * recipes/aggressive-indent-mode.rcp: new recipe aggressive-indent-mode 2014-10-23 02:23:12 +09:00
Yakkala Yagnesh Raghava
da949d1c19 * recipes/names.rcp: names new recipe. 2014-10-23 02:22:33 +09:00
Yakkala Yagnesh Raghava
5eb8a7e975 * recipes/sane-term.rcp: new recipe sane-term. 2014-10-23 02:21:50 +09:00
Yakkala Yagnesh Raghava
e5285c02d6 * recipes/quilt.el.rcp (quilt.el): new recipe. 2014-10-23 02:20:43 +09:00
Yakkala Yagnesh Raghava
92525b0da8 recipes/elscreen.rcp: Change upstream to github 2014-10-23 02:17:39 +09:00
Yakkala Yagnesh Raghava
35b34ceddd recipes/insert-shebang.rcp: add description/website fields
recipes/japanese-holidays.rcp: add description/website fields
2014-10-23 02:16:05 +09:00
Yakkala Yagnesh Raghava
64af472b4c * recipes/insert-shebang.rcp: new recipe added 2014-10-22 22:26:19 +09:00
Yakkala Yagnesh Raghava
65835345d4 * recipes/japanese-holidays.rcp: japanese-holidays 2014-10-22 22:25:58 +09:00
Yakkala Yagnesh Raghava
797e5d4a04 * recipes/zeal-at-point.rcp: new recipe added. 2014-10-22 22:25:24 +09:00
Yagnesh Raghava Yakkala.
90623b62e8 Merge pull request #1957 from shellbj/groovy-emacs-mode
recipe: groovy-emacs-mode was moved to an organization from Russel's user
2014-10-22 13:55:34 +09:00
Bryan Shell
824d94d233 recipe: groovy-emacs-mode was moved to an organization from Russel's user 2014-10-21 08:47:35 -05:00
Yagnesh Raghava Yakkala.
375535ad65 Merge pull request #1956 from vedang/rcp/change-inner
Add recipe for `change-inner.el`
2014-10-21 10:51:28 +09:00
Vedang Manerikar
9cfb8d7789 Add recipe for change-inner.el 2014-10-20 23:14:20 +05:30
Xiao Hanyu
5b7359be87 Fix helm build problem.
Check
0f031b9030
and https://github.com/emacs-helm/helm/issues/633 for details.
2014-10-20 21:26:35 +08:00
Noam Postavsky
8ccda8a6fd Do use elpa deps if there are no el-get :depends
* methods/el-get-elpa.el (el-get-elpa-install-1-package): rename to
el-get-elpa-install-package, take another argument have-deps-p. Only
call package-download-transaction directly if have-deps-p.
(el-get-elpa-install, el-get-elpa-update): el-get-elpa-install{-1
=>}-package name change and new arg.
2014-10-18 12:27:27 -04:00
Noam Postavsky
629a99c389 setq rather than let-bind load-path
during compilation. This ensures the same load-path is still in effect
during shutdown, when any kill-emacs-hooks that may be set during
compilation are run.

* el-get-byte-compile.el (el-get-byte-compile-from-stdin): setq
  load-path.
2014-10-16 20:06:17 -04:00
Noam Postavsky
b50ca4a5f7 Use 8.3 name for program on Windows
Quoting bat filenames doesn't work if arguments are also quoted.

* el-get-core.el (el-get-shell-quote-program): new function.
(el-get-start-process-list): use it.
2014-10-16 18:48:51 -04:00
David Holm
cab1ec2f76 reciep: rust-mode has autoloads 2014-10-16 19:39:40 +02:00
Dimitri Fontaine
0801ae8d73 Merge pull request #1948 from deftsp/ping/dev
Add recipes.
2014-10-16 13:26:12 +02:00
Dimitri Fontaine
d74efb17a8 Merge pull request #1947 from deftsp/fix-tuareg-mode
tuareg-mode.rcp: change to github
2014-10-16 13:19:34 +02:00
Shihpin Tseng
8fdb02c44e Add recipes.
* ace-jump-buffer.rcp
* cal-china-x.rcp
* company-cabal.rcp
* emacs-moz-controller.rcp
* evil-args.rcp
* evil-exchange.rcp
* evil-indent-textobject.rcp
* evil-matchit.rcp
* evil-plugins.rcp
* fvwm-mode.rcp
* glsl-mode.rcp
* hamlet-mode.rcp
* vimrc-mode.rcp
* win-switch.rcp
2014-10-16 17:41:19 +08:00
Shihpin Tseng
689e4e14c8 tuareg-mode.rcp: change to github 2014-10-16 17:34:24 +08:00
Noam Postavsky
85a0ad62c8 Fix call to package-download-transaction on 24.4
* methods/el-get-elpa.el (el-get-elpa-install-1-package): new wrapping
  function for package-download-transaction.
  (el-get-elpa-install, el-get-elpa-update): use it.
2014-10-16 01:07:29 -04:00
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