Commit Graph

18 Commits

Author SHA1 Message Date
David Holm
d0a97ce3d0 Add auto-complete's own dictionary to list of dictionaries 2014-04-23 16:29:27 +02:00
Reuben Thomas
acf3f6c1b7 auto-complete.rcp: add some minimal initialization
As per upstream's installation guide.
2014-04-17 11:37:13 +01:00
Max Froumentin
377d9da3af new location for auto-complete repo 2013-03-26 10:33:08 +00:00
Ryan C. Thompson
8661bfb038 Fix auto-complete recipe for updated github method 2012-10-06 19:43:00 -07:00
Ram Raghunathan
11648dc6c9 Remove 'feature: auto-complete' 2012-09-19 14:54:33 -04:00
Ram Raghunathan
b948b5005a Fix auto-complete.rcp
Now points to the repository at
git://github.com/auto-complete/auto-complete.git. Also 'require's
auto-complete as that did not seem to happen automatically
2012-09-19 14:27:13 -04:00
Kyle Machulis
6ed82d948b Update auto-complete/fuzzy/popup to auto-complete organization github 2012-08-29 11:28:02 -07:00
Shigenobu Nishikawa
7748573d3c remove non-need properties. 2012-04-25 12:19:56 +09:00
Shigenobu Nishikawa
d9fa0c0eb6 Reverting "rename recipes and change :name because not correct name for elisps"
Reverting "fix depends because renamed recipes"

revert above commits
2012-04-25 12:06:37 +09:00
Shigenobu Nishikawa
18dbe1ed2b fix depends because renamed recipes 2012-04-04 10:57:46 +09:00
Ryan C. Thompson
162af775d7 Add fuzzy to auto-complete dependencies
It is an optional dependency, but we may as well install it by
default.
2012-03-29 13:00:09 -07:00
Jim Myhrberg
a63bca7e91 Auto-complete's popup.el has been extracted to a separate package. 2012-03-22 12:40:21 +00:00
Ryan C. Thompson
112a6c2e38 Merge branch 'lazy-fix' into recipe-auto-lambda
Conflicts:
	el-get.el
	recipes/clevercss.rcp
	recipes/coffee-mode.rcp
	recipes/full-ack.rcp
	recipes/mustache-mode.rcp
	recipes/n3-mode.rcp
	recipes/pylookup.rcp
	recipes/rhtml-mode.rcp
	recipes/sauron.rcp
	recipes/yaml-mode.rcp
2012-02-23 15:05:49 -08:00
Ryan C. Thompson
7a4490fae2 Eliminate lambdas from :post-init in recipes 2012-02-22 14:46:21 -08:00
Ryan C. Thompson
7d15faed65 Convert all github recipes to github type
This automated convertsion was done with the following sequence of
commands:

cd recipes
 # Replace :url with :pkgname "user/repo"
perl -iBAK -lape 's{^(\s*):url\s+".*github.com/([^/]+)/([^.]+)\.git"}{$1:pkgname "$2/$3"}' *.rcp
 # Change :type from git to github if recipe has a :pkgname property
for x in *.rcp; do if grep -q ":type.*git" $x && grep -q ":pkgname" $x; then perl -iBAK2 -lape 's/:type\s+git\b/:type github/g' $x; fi; done
 # Clean up backup files
rm -f *BAK *BAK2
cd ..

These commands may be repeated at any time in the future to convert
newly-added recipes.
2012-02-21 15:03:03 -08:00
Ryan C. Thompson
70df199b27 Remove needless use of "default-directory" as second arg to "expand-file-name" 2012-02-14 11:16:15 -08:00
Ryan C. Thompson
0776e8fd87 Use "default-directory" in recipes 2012-02-13 21:19:20 -08:00
Dimitri Fontaine
6d86094816 Rename recipe files from *.el to *.rcp, assorted changes. 2011-09-06 21:22:46 +02:00