el-get/recipes
Dimitri Fontaine ac5588d592 Add purcell `el-get-sources' entries that we didn't already have. The 44 of them.
ELISP> (let ((n (remove nil
			(mapcar (lambda (s)
				  (unless
				      (file-exists-p (format "~/dev/emacs/el-get/recipes/%s.el" (el-get-source-name s))) s))
				(loop for r in purcell-el-get-sources when (not (symbolp r)) collect r)))))
	 (loop for s in n
	       do (with-temp-file (format "~/temp/purcell-el-get-recipes/%s.el" (el-get-source-name s))
		    (insert (prin1-to-string s)))))
2011-01-10 21:50:50 +01:00
..
ac-dabbrev.el Add purcell `el-get-sources' entries that we didn't already have. The 44 of them. 2011-01-10 21:50:50 +01:00
ac-slime.el Add purcell `el-get-sources' entries that we didn't already have. The 44 of them. 2011-01-10 21:50:50 +01:00
ack.el Adding useful stuff I have to recipes 2010-12-18 01:45:25 +08:00
active-menu.el Added lots of new recipes 2010-12-19 03:54:02 +08:00
adoc-mode.el Added lots of new recipes 2010-12-19 03:54:02 +08:00
ahg.el fix typo of name "ant" to "ahg" which causes duplicate name of ant for el-get-install 2010-11-19 22:01:34 +08:00
android-mode.el new recipe for android-mode.el 2010-12-24 19:47:12 +08:00
ant.el ant als recipe 2010-11-08 20:22:38 +08:00
anything.el new recipes 2010-11-17 00:10:18 +08:00
apel.el Make wanderlust-related recipes actually work 2011-01-04 22:00:53 +01:00
asciidoc.el Add asciidoc support. 2010-11-26 22:43:35 +08:00
auctex.el fix building on mac os x 2011-01-08 17:35:40 +01:00
auto-complete-clang.el fix typo of name for auto-complete-clang 2010-12-24 19:47:13 +08:00
auto-complete-etags.el
auto-complete-extension.el
auto-complete.el
auto-dictionnary.el Add recipe for auto-dictionnary 2010-12-19 22:11:17 +01:00
auto-install.el
autofit-frame.el fix autofit-frame deps 2011-01-07 17:10:23 +08:00
autopair.el Require autopair from the recipe 2010-12-20 16:49:37 +08:00
bbdb.el Add a defvar `el-get-emacs' to help authoring build commands in recipes. 2010-11-29 18:14:09 +01:00
blender-python-mode.el
breadcrumb.el Adding useful stuff I have to recipes 2010-12-18 01:45:25 +08:00
browse-kill-ring.el Add browse-kill-ring support. 2010-11-29 18:05:09 +08:00
buffer-move.el Add buffer-move support. 2010-12-01 01:06:03 +08:00
caml-mode.el Add caml mode 2010-12-22 17:28:19 +08:00
cedet.el provide actual information about CEDET 2010-11-29 22:07:47 +08:00
chuck-mode.el Added lots of new recipes 2010-12-19 03:54:02 +08:00
circe.el Added lots of new recipes 2010-12-19 03:54:02 +08:00
cisco-router-mode.el Add cisco-router-mode support. 2010-12-16 04:41:32 +08:00
clevercss.el Adding useful stuff I have to recipes 2010-12-18 01:45:25 +08:00
clojure-mode.el add more recipes 2010-12-16 04:46:08 +08:00
cmake-mode.el Added lots of new recipes 2010-12-19 03:54:02 +08:00
coffee-mode.el Adding useful stuff I have to recipes 2010-12-18 01:45:25 +08:00
color-theme-ir-black.el Add purcell `el-get-sources' entries that we didn't already have. The 44 of them. 2011-01-10 21:50:50 +01:00
color-theme-railscasts.el Add purcell `el-get-sources' entries that we didn't already have. The 44 of them. 2011-01-10 21:50:50 +01:00
color-theme-sanityinc.el Add purcell `el-get-sources' entries that we didn't already have. The 44 of them. 2011-01-10 21:50:50 +01:00
color-theme-subdued.el Add purcell `el-get-sources' entries that we didn't already have. The 44 of them. 2011-01-10 21:50:50 +01:00
color-theme-tango-2.el Add purcell `el-get-sources' entries that we didn't already have. The 44 of them. 2011-01-10 21:50:50 +01:00
color-theme-tango.el Add support for color-theme-tango. 2010-11-26 22:43:36 +08:00
color-theme-twilight.el added recipe for twilight color theme 2010-09-16 21:15:12 +08:00
color-theme-zen-and-art.el Add purcell `el-get-sources' entries that we didn't already have. The 44 of them. 2011-01-10 21:50:50 +01:00
color-theme-zenburn.el Add purcell `el-get-sources' entries that we didn't already have. The 44 of them. 2011-01-10 21:50:50 +01:00
color-theme.el
command-frequency.el Added lots of new recipes 2010-12-19 03:54:02 +08:00
crontab-mode.el Add purcell `el-get-sources' entries that we didn't already have. The 44 of them. 2011-01-10 21:50:50 +01:00
cssh.el
csv-mode.el Add purcell `el-get-sources' entries that we didn't already have. The 44 of them. 2011-01-10 21:50:50 +01:00
csv-nav.el Add purcell `el-get-sources' entries that we didn't already have. The 44 of them. 2011-01-10 21:50:50 +01:00
darcsum.el Add purcell `el-get-sources' entries that we didn't already have. The 44 of them. 2011-01-10 21:50:50 +01:00
db-sql.el Add features for db-sql recipe. 2011-01-06 19:09:50 +08:00
diff-git.el Add purcell `el-get-sources' entries that we didn't already have. The 44 of them. 2011-01-10 21:50:50 +01:00
dig.el Add dig support. 2010-12-15 17:23:11 +08:00
diminish.el added diminish recipe 2010-12-17 03:18:22 +08:00
dired-details.el Add dired-details support. 2010-11-29 18:05:09 +08:00
dired-plus.el Add purcell `el-get-sources' entries that we didn't already have. The 44 of them. 2011-01-10 21:50:50 +01:00
dired-single.el Added lots of new recipes 2010-12-19 03:54:02 +08:00
dired-sync.el Add dired-sync support. 2010-12-08 18:54:56 +08:00
dired-view.el Add dired-view support. 2010-12-01 04:06:49 +08:00
dired+.el added dired+ recipe 2010-12-17 03:18:23 +08:00
dirtree.el Add support for dirtee. 2010-11-26 22:43:37 +08:00
distel.el add recipe for geiser and fix 2 other recipes 2010-12-16 22:17:42 +08:00
django-mode.el
doc-mode.el Add support for doc-mode. 2010-11-26 22:43:38 +08:00
doxymacs.el add recipe for doxymacs 2010-12-16 04:46:10 +08:00
drag-stuff.el added drag-stuff-mode recipe 2010-12-17 03:18:20 +08:00
dsvn.el Add purcell `el-get-sources' entries that we didn't already have. The 44 of them. 2011-01-10 21:50:50 +01:00
dtrt-indent.el Add some more recipes 2011-01-03 00:23:54 +08:00
durendal.el Add purcell `el-get-sources' entries that we didn't already have. The 44 of them. 2011-01-10 21:50:50 +01:00
dvc.el Fix latest batches of recipes using :feature rather than :features 2010-12-15 21:49:19 +01:00
ecb.el add more recipes 2010-12-16 04:46:08 +08:00
edit-server.el Add purcell `el-get-sources' entries that we didn't already have. The 44 of them. 2011-01-10 21:50:50 +01:00
egg.el Added recipe for Egg (Emacs Got Git, a fork of magit) 2010-12-22 21:17:55 +08:00
el-get.el Update the el-get recipe so that el-get-update loads the new version automatically. 2010-10-09 14:49:27 +02:00
elein.el recipes/elein.el: new recipe, run Clojure leiningen commands from emacs. 2010-11-08 20:21:07 +08:00
elunit.el Add more recipes 2011-01-03 00:23:55 +08:00
emacs-goodies-el.el Add emacs-goodies-el, the debian package's CVS, for refugies. 2010-11-09 16:36:36 +01:00
emacs-jabber.el Add emacs-jabber recipe 2010-12-22 17:28:17 +08:00
emacs-textmate.el Add some more recipes 2011-01-03 00:23:54 +08:00
emacs-w3m.el Add a defvar `el-get-emacs' to help authoring build commands in recipes. 2010-11-29 18:14:09 +01:00
emacschrome.el
emms.el Add a defvar `el-get-emacs' to help authoring build commands in recipes. 2010-11-29 18:14:09 +01:00
ensime.el ensime: enable scala-mode and document where to find it 2010-11-19 22:02:59 +08:00
eol-conversion.el Add purcell `el-get-sources' entries that we didn't already have. The 44 of them. 2011-01-10 21:50:50 +01:00
erc-extras.el Added lots of new recipes 2010-12-19 03:54:02 +08:00
erc-highlight-nicknames.el New recipes for maxframe, erc-highlight-nicknames, todochiku, and 2010-09-26 13:37:52 +02:00
erc-track-score.el
erc.el Add purcell `el-get-sources' entries that we didn't already have. The 44 of them. 2011-01-10 21:50:50 +01:00
ergoemacs-keybindings.el added ergoemacs-keybindings recipe 2010-12-24 19:47:53 +08:00
erlware-mode.el add more recipes 2010-12-16 04:46:08 +08:00
escreen.el
ess.el add recipe for geiser and fix 2 other recipes 2010-12-16 22:17:42 +08:00
fic-ext-mode.el Adding useful stuff I have to recipes 2010-12-18 01:45:25 +08:00
filladapt.el
fit-frame.el fix autofit-frame deps 2011-01-07 17:10:23 +08:00
flex-mode.el Add a recipe for a flex-mode.el 2010-10-13 22:03:33 +02:00
flim.el Make wanderlust-related recipes actually work 2011-01-04 22:00:53 +01:00
flyguess.el Add flyguess recipe 2010-09-26 13:33:38 +02:00
flymake-fringe-icons.el some more recipes 2011-01-07 17:10:25 +08:00
flymake-point.el flymake-point: provide feature 2011-01-03 00:22:19 +08:00
flymake-ruby.el Use a version of ruby-flymake that shows warnings as well as errors. 2011-01-07 17:10:26 +08:00
folding.el Fix recipes for folding.el and xcscope.el now that we have support for :localname 2010-11-26 16:38:41 +01:00
frame-cmds.el Added lots of new recipes 2010-12-19 03:54:02 +08:00
frame-fns.el Added lots of new recipes 2010-12-19 03:54:02 +08:00
fringe-helper.el Add some more recipes 2011-01-03 00:23:54 +08:00
fsharp-mode.el Added recipe for fsharp mode 2010-12-22 23:26:53 +08:00
fuzzy-format.el Add purcell `el-get-sources' entries that we didn't already have. The 44 of them. 2011-01-10 21:50:50 +01:00
g-client.el Fix latest batches of recipes using :feature rather than :features 2010-12-15 21:49:19 +01:00
geiser.el Fix geiser recipe to use install-info on systems that don't have ginstall-info. 2010-12-22 14:46:00 +01:00
gist.el
git-blame.el some more recipes 2011-01-07 17:10:25 +08:00
git-commit-mode.el Add a recipe for git-commit-mode. 2011-01-08 13:01:30 +01:00
git-emacs.el some more recipes 2011-01-07 17:10:25 +08:00
git-modeline.el some more recipes 2011-01-07 17:10:25 +08:00
gnuplot-mode.el Add purcell `el-get-sources' entries that we didn't already have. The 44 of them. 2011-01-10 21:50:50 +01:00
gnus-gravatar.el Added lots of new recipes 2010-12-19 03:54:02 +08:00
gnus-identities.el Add support for gnus-identities. 2010-11-30 00:42:35 +08:00
go-mode.el google go mode 2010-12-24 19:46:30 +08:00
google-maps.el
google-weather.el
goto-last-change.el Add a recipe for goto-last-change. 2010-09-15 22:01:39 +02:00
gravatar.el Added lots of new recipes 2010-12-19 03:54:02 +08:00
grep+.el Adding useful stuff I have to recipes 2010-12-18 01:45:25 +08:00
haml-mode.el Add some more recipes 2011-01-03 00:23:54 +08:00
haskell-mode.el Review and polish the new support for svn and darcs, and use it in some recipes. 2010-10-09 21:19:57 +02:00
highlight-parentheses.el
highlight-symbol.el Add purcell `el-get-sources' entries that we didn't already have. The 44 of them. 2011-01-10 21:50:50 +01:00
hl-sexp.el
hs-lint.el Add hs-lint recipe 2010-12-22 17:28:18 +08:00
icomplete+.el Added lots of new recipes 2010-12-19 03:54:02 +08:00
ido-hacks.el Fix a long-term infelicity regarding where the http install method stores the url content, and provide an ido-hacks recipe which needed that fix. 2010-10-09 15:10:22 +02:00
iedit.el Add iedit support. 2010-11-29 18:05:09 +08:00
ioccur.el New recipes: folding, ioccur, python-mode 2010-11-19 22:04:53 +08:00
ipython.el Python-related recipes. 2011-01-03 00:22:22 +08:00
java-mode-indent-annotations.el Adds java-mode-indent-annotations recipe 2010-12-01 00:26:18 +08:00
js-comint.el Add purcell `el-get-sources' entries that we didn't already have. The 44 of them. 2011-01-10 21:50:50 +01:00
js2-mode.el Add purcell `el-get-sources' entries that we didn't already have. The 44 of them. 2011-01-10 21:50:50 +01:00
json.el Add purcell `el-get-sources' entries that we didn't already have. The 44 of them. 2011-01-10 21:50:50 +01:00
keywiz.el Add recipe for keywiz 2011-01-04 16:39:28 +01:00
levenshtein.el
lisppaste.el Add lisppaste support. 2010-12-08 18:54:56 +08:00
list-processes+.el Add list-processes+ support. 2010-11-26 21:58:34 +08:00
lively.el Add purcell `el-get-sources' entries that we didn't already have. The 44 of them. 2011-01-10 21:50:50 +01:00
lua-mode.el Added lots of new recipes 2010-12-19 03:54:02 +08:00
magit.el Fix stupid typo on recipe for magit, preventing the feature to get required. 2010-12-13 09:59:39 +01:00
magithub.el Add purcell `el-get-sources' entries that we didn't already have. The 44 of them. 2011-01-10 21:50:50 +01:00
mailcrypt.el Add a defvar `el-get-emacs' to help authoring build commands in recipes. 2010-11-29 18:14:09 +01:00
mailq.el Fix mailq recipe (feature/features typo, but finally prefer :load) 2010-09-27 10:21:09 +02:00
markdown-mode.el Markdown editing mode 2010-12-16 22:17:10 +08:00
matlab-mode.el Recipe for Matlab Mode 2010-12-22 22:16:30 +08:00
maxframe.el New recipes for maxframe, erc-highlight-nicknames, todochiku, and 2010-09-26 13:37:52 +02:00
mediawiki.el Add mediawiki mode 2010-11-24 04:50:11 +08:00
mingus.el Added lots of new recipes 2010-12-19 03:54:02 +08:00
minimap.el Add minimap support. 2010-11-29 18:05:09 +08:00
mmm-mode.el Add purcell `el-get-sources' entries that we didn't already have. The 44 of them. 2011-01-10 21:50:50 +01:00
mo-git-blame.el Added lots of new recipes 2010-12-19 03:54:02 +08:00
mode-compile.el Add mode-compile recipe 2010-12-22 17:28:17 +08:00
moz-repl.el Add purcell `el-get-sources' entries that we didn't already have. The 44 of them. 2011-01-10 21:50:50 +01:00
multi-term.el
muse-blog.el
muse.el more recipes (muse, planner, remember, dvc) 2010-12-16 04:46:10 +08:00
mwe-log-commands.el Add purcell `el-get-sources' entries that we didn't already have. The 44 of them. 2011-01-10 21:50:50 +01:00
nagios-mode.el Add nagios-mode support. 2010-11-26 21:58:33 +08:00
nognus.el Add a defvar `el-get-emacs' to help authoring build commands in recipes. 2010-11-29 18:14:09 +01:00
notify.el Add support for notify. 2010-12-01 21:00:26 +08:00
nterm.el
nxhtml.el
offlineimap.el
openwith.el added openwith recipe 2010-12-17 03:18:21 +08:00
org-buffers.el Add org-buffers support. 2011-01-03 00:17:44 +08:00
org-contacts.el Add org-contacts support. 2011-01-03 00:17:45 +08:00
org-fstree.el Add purcell `el-get-sources' entries that we didn't already have. The 44 of them. 2011-01-10 21:50:50 +01:00
org-mode.el remove wrong parenthese 2010-12-16 04:46:08 +08:00
org-website.el Fix gitbuh urls and compile directive. 2010-11-26 22:50:22 +08:00
osc.el Added lots of new recipes 2010-12-19 03:54:02 +08:00
package.el Make the ELPA install more self-contained. 2010-09-26 13:37:09 +02:00
paredit.el Added lots of new recipes 2010-12-19 03:54:02 +08:00
pastebin.el Add support for pastebin. 2010-12-08 18:54:56 +08:00
php-mode-improved.el Add support for php-mode (improved version). 2010-12-08 18:54:56 +08:00
php-mode.el Add purcell `el-get-sources' entries that we didn't already have. The 44 of them. 2011-01-10 21:50:50 +01:00
planner.el more recipes (muse, planner, remember, dvc) 2010-12-16 04:46:10 +08:00
point-stack.el Remove the global-set-key setup from the point-stack recipe, keep it in comments. 2010-11-08 13:52:25 +01:00
pointback.el Adding useful stuff I have to recipes 2010-12-18 01:45:25 +08:00
popup-kill-ring.el
pos-tip.el
pov-mode.el
predictive.el Add some more recipes 2011-01-03 00:23:54 +08:00
processing-mode.el Added lots of new recipes 2010-12-19 03:54:02 +08:00
project-local-variables.el Add purcell `el-get-sources' entries that we didn't already have. The 44 of them. 2011-01-10 21:50:50 +01:00
prolog-el.el Add prolog mode 2010-12-22 17:28:19 +08:00
psvn.el
pylookup.el Python-related recipes. 2011-01-03 00:22:22 +08:00
pymacs.el Add missing :build command to pymacs recipe 2010-10-14 23:23:03 +08:00
python-mode.el Python-related recipes. 2011-01-03 00:22:22 +08:00
quack.el Added recipe for Quack mode (which greatly enhances Emacs support for Scheme). 2010-12-22 23:26:41 +08:00
rainbow-mode.el
rcirc-groups.el
rdebug.el Add purcell `el-get-sources' entries that we didn't already have. The 44 of them. 2011-01-10 21:50:50 +01:00
redshank.el Added recipe for Redshank (a collection of code-wrangling Emacs macros mostly geared towards Common Lisp) 2010-12-22 21:47:31 +08:00
regex-tool.el Add purcell `el-get-sources' entries that we didn't already have. The 44 of them. 2011-01-10 21:50:50 +01:00
remember.el more recipes (muse, planner, remember, dvc) 2010-12-16 04:46:10 +08:00
revive.el Added lots of new recipes 2010-12-19 03:54:02 +08:00
ri-emacs.el Add purcell `el-get-sources' entries that we didn't already have. The 44 of them. 2011-01-10 21:50:50 +01:00
rinari.el Actually require rinari in the recipe 2011-01-07 17:10:24 +08:00
ropemacs.el improved ropemacs recipe to use hg method instead of http-tar 2010-12-17 03:18:20 +08:00
rst-mode.el Add support for RST. 2011-01-05 00:20:32 +08:00
rt-liberation.el Work around strange "rt-liber.info" bug in the recipe. 2010-09-27 21:29:38 +02:00
ruby-block.el some more recipes 2011-01-07 17:10:25 +08:00
ruby-compilation.el Add purcell `el-get-sources' entries that we didn't already have. The 44 of them. 2011-01-10 21:50:50 +01:00
ruby-mode.el Add purcell `el-get-sources' entries that we didn't already have. The 44 of them. 2011-01-10 21:50:50 +01:00
rudel.el Add rudel recipe 2010-12-22 17:28:17 +08:00
rvm.el recipe for rvm.el 2010-12-19 03:56:34 +08:00
sass-mode.el Add some more recipes 2011-01-03 00:23:54 +08:00
save-them-all.el Add purcell `el-get-sources' entries that we didn't already have. The 44 of them. 2011-01-10 21:50:50 +01:00
scala-mode.el Scala mode recipe added. 2010-12-22 21:17:55 +08:00
scratch.el
semi.el Make wanderlust-related recipes actually work 2011-01-04 22:00:53 +01:00
session.el
sicp.el Fix code to match what docs said about providing "foo.info" files, and update sicp recipe to test 2010-11-29 13:42:43 +01:00
skype.el Add skype support. 2010-12-15 17:23:11 +08:00
slime.el Slime: Don't compile contrib by default since there's always compilation errors for certain contrib files. This helps prevent the compilation error buffer from popping up every time emacs is started. 2011-01-03 00:22:20 +08:00
smart-tab.el Add some more recipes 2011-01-03 00:23:54 +08:00
smarttabs.el Add some more recipes 2011-01-03 00:23:54 +08:00
smarty-mode.el Add purcell `el-get-sources' entries that we didn't already have. The 44 of them. 2011-01-10 21:50:50 +01:00
smex.el Smex: Perform proper initialization. 2011-01-03 00:22:17 +08:00
sml-mode.el SML Mode: Added recipe for SML mode (for Standard ML files) 2010-12-22 21:17:54 +08:00
sml-modeline.el Added lots of new recipes 2010-12-19 03:54:02 +08:00
smooth-scroll.el Add more recipes 2011-01-03 00:23:55 +08:00
smooth-scrolling.el Add more recipes 2011-01-03 00:23:55 +08:00
ssh-config.el Fix gitbuh urls and compile directive. 2010-11-26 22:50:22 +08:00
string-template.el Fix gitbuh urls and compile directive. 2010-11-26 22:50:22 +08:00
sudo-save.el Add some more recipes 2011-01-03 00:23:54 +08:00
sunrise-commander.el Add sunrise-commander.el recipe, from emacswiki 2010-11-18 18:13:54 +01:00
swank-clojure.el Add purcell `el-get-sources' entries that we didn't already have. The 44 of them. 2011-01-10 21:50:50 +01:00
switch-window.el
textile-mode.el
theme-roller.el recipe for theme-roller.el 2010-12-19 03:56:36 +08:00
tidy.el Add purcell `el-get-sources' entries that we didn't already have. The 44 of them. 2011-01-10 21:50:50 +01:00
todochiku.el New recipes for maxframe, erc-highlight-nicknames, todochiku, and 2010-09-26 13:37:52 +02:00
tuareg-mode.el Tuareg-Mode: Fixed the camldebug compilation issue by adding a build command to the recipe. 2011-01-03 00:22:21 +08:00
twit.el Add purcell `el-get-sources' entries that we didn't already have. The 44 of them. 2011-01-10 21:50:50 +01:00
twitter.el
twittering-mode.el New recipes for maxframe, erc-highlight-nicknames, todochiku, and 2010-09-26 13:37:52 +02:00
uim-el.el Add uim-el recipe 2010-12-22 17:28:18 +08:00
undo-tree.el
vc-darcs.el Add purcell `el-get-sources' entries that we didn't already have. The 44 of them. 2011-01-10 21:50:50 +01:00
vcl-mode.el Add :localname property to better handle some URL with extraneous information. 2010-11-26 16:32:23 +01:00
verbiste.el Add a M-x verbiste recipe. 2010-09-15 10:33:56 +02:00
vimpulse-surround.el
vimpulse.el
vkill.el
wanderlust.el Rename wl back to wanderlust, since Dimitri fixed the info file bug 2011-01-04 22:01:07 +01:00
whole-line-or-region.el Adding useful stuff I have to recipes 2010-12-18 01:45:25 +08:00
wikipedia-mode.el Adding useful stuff I have to recipes 2010-12-18 01:45:25 +08:00
windows.el Added lots of new recipes 2010-12-19 03:54:02 +08:00
workgroups.el Added lots of new recipes 2010-12-19 03:54:02 +08:00
xcscope.el Fix recipes for folding.el and xcscope.el now that we have support for :localname 2010-11-26 16:38:41 +01:00
xml-parse.el Added lots of new recipes 2010-12-19 03:54:02 +08:00
xml-rpc-el.el
yaml-mode.el Adding useful stuff I have to recipes 2010-12-18 01:45:25 +08:00
yasnippet.el Made yasnippet recipe have feature 2010-12-19 03:54:03 +08:00