From 0a936129c78a5d472a2fbf8eb6555364e32fc6e3 Mon Sep 17 00:00:00 2001 From: brettlangdon Date: Tue, 13 Aug 2013 07:45:22 -0400 Subject: [PATCH] initial commit --- .gitmodules | 3 + emacs | 44 + emacs.d/elpa/ack-1.2/ChangeLog | 73 + emacs.d/elpa/ack-1.2/README | 34 + emacs.d/elpa/ack-1.2/ack-autoloads.el | 49 + emacs.d/elpa/ack-1.2/ack-pkg.el | 1 + emacs.d/elpa/ack-1.2/ack-pkg.elc | Bin 0 -> 619 bytes emacs.d/elpa/ack-1.2/ack.el | 387 + emacs.d/elpa/ack-1.2/ack.elc | Bin 0 -> 14246 bytes emacs.d/elpa/ack-1.2/pcmpl-ack.el | 141 + emacs.d/elpa/ack-1.2/pcmpl-ack.elc | Bin 0 -> 4267 bytes emacs.d/elpa/archives/gnu/archive-contents | 183 + .../elpa/archives/marmalade/archive-contents | 1 + emacs.d/elpa/archives/melpa/archive-contents | 4445 +++++ emacs.d/elpa/auto-complete-1.4/COPYING.FDL | 451 + emacs.d/elpa/auto-complete-1.4/COPYING.GPLv3 | 674 + emacs.d/elpa/auto-complete-1.4/Makefile | 27 + emacs.d/elpa/auto-complete-1.4/README.md | 13 + emacs.d/elpa/auto-complete-1.4/TODO.md | 11 + .../auto-complete-autoloads.el | 18 + .../auto-complete-1.4/auto-complete-config.el | 497 + .../auto-complete-config.elc | Bin 0 -> 15360 bytes .../auto-complete-1.4/auto-complete-pkg.el | 4 + .../auto-complete-1.4/auto-complete-pkg.elc | Bin 0 -> 649 bytes .../elpa/auto-complete-1.4/auto-complete.el | 1985 +++ .../elpa/auto-complete-1.4/auto-complete.elc | Bin 0 -> 60202 bytes emacs.d/elpa/auto-complete-1.4/dict/ada-mode | 72 + emacs.d/elpa/auto-complete-1.4/dict/c++-mode | 74 + emacs.d/elpa/auto-complete-1.4/dict/c-mode | 37 + emacs.d/elpa/auto-complete-1.4/dict/caml-mode | 231 + .../elpa/auto-complete-1.4/dict/clojure-mode | 475 + .../auto-complete-1.4/dict/clojurescript-mode | 475 + emacs.d/elpa/auto-complete-1.4/dict/coq-mode | 278 + emacs.d/elpa/auto-complete-1.4/dict/css-mode | 747 + .../elpa/auto-complete-1.4/dict/erlang-mode | 216 + emacs.d/elpa/auto-complete-1.4/dict/java-mode | 50 + .../auto-complete-1.4/dict/javascript-mode | 148 + emacs.d/elpa/auto-complete-1.4/dict/lua-mode | 21 + emacs.d/elpa/auto-complete-1.4/dict/php-mode | 5983 +++++++ .../elpa/auto-complete-1.4/dict/python-mode | 175 + emacs.d/elpa/auto-complete-1.4/dict/ruby-mode | 181 + .../elpa/auto-complete-1.4/dict/scheme-mode | 216 + emacs.d/elpa/auto-complete-1.4/dict/sh-mode | 182 + emacs.d/elpa/auto-complete-1.4/dict/tcl-mode | 172 + emacs.d/elpa/auto-complete-1.4/dict/ts-mode | 797 + .../elpa/auto-complete-1.4/dict/tuareg-mode | 231 + .../elpa/auto-complete-1.4/doc/ac-fuzzy.png | Bin 0 -> 22325 bytes .../elpa/auto-complete-1.4/doc/ac-isearch.png | Bin 0 -> 26049 bytes emacs.d/elpa/auto-complete-1.4/doc/ac.png | Bin 0 -> 22768 bytes .../elpa/auto-complete-1.4/doc/changes.ja.txt | 133 + .../elpa/auto-complete-1.4/doc/changes.txt | 133 + emacs.d/elpa/auto-complete-1.4/doc/demo.txt | 11 + .../elpa/auto-complete-1.4/doc/index.ja.txt | 79 + emacs.d/elpa/auto-complete-1.4/doc/index.txt | 79 + .../elpa/auto-complete-1.4/doc/manual.ja.txt | 1108 ++ emacs.d/elpa/auto-complete-1.4/doc/manual.txt | 1103 ++ emacs.d/elpa/auto-complete-1.4/doc/style.css | 27 + .../buffer-move-0.4/buffer-move-autoloads.el | 18 + .../elpa/buffer-move-0.4/buffer-move-pkg.el | 1 + .../elpa/buffer-move-0.4/buffer-move-pkg.elc | Bin 0 -> 629 bytes emacs.d/elpa/buffer-move-0.4/buffer-move.el | 135 + emacs.d/elpa/buffer-move-0.4/buffer-move.elc | Bin 0 -> 2425 bytes .../color-theme-autoloads.el | 157 + .../color-theme-pkg.el | 2 + .../color-theme-pkg.elc | Bin 0 -> 645 bytes .../color-theme-20080305.834/color-theme.el | 1671 ++ .../color-theme-20080305.834/color-theme.elc | Bin 0 -> 47428 bytes .../themes/color-theme-example.el | 22 + .../themes/color-theme-example.elc | Bin 0 -> 1482 bytes .../themes/color-theme-library.el | 13672 ++++++++++++++++ .../themes/color-theme-library.elc | Bin 0 -> 742857 bytes .../color-theme-solarized-autoloads.el | 49 + .../color-theme-solarized-pkg.el | 3 + .../color-theme-solarized-pkg.elc | Bin 0 -> 707 bytes .../color-theme-solarized.el | 58 + .../color-theme-solarized.elc | Bin 0 -> 1727 bytes .../solarized-dark-theme.el | 5 + .../solarized-dark-theme.elc | Bin 0 -> 22617 bytes .../solarized-definitions.el | 559 + .../solarized-definitions.elc | Bin 0 -> 19303 bytes .../solarized-light-theme.el | 5 + .../solarized-light-theme.elc | Bin 0 -> 22621 bytes emacs.d/elpa/elpy-1.0/LICENSE | 674 + emacs.d/elpa/elpy-1.0/README | 49 + emacs.d/elpa/elpy-1.0/elpy-autoloads.el | 54 + emacs.d/elpa/elpy-1.0/elpy-pkg.el | 12 + emacs.d/elpa/elpy-1.0/elpy-pkg.elc | Bin 0 -> 788 bytes emacs.d/elpa/elpy-1.0/elpy-refactor.el | 280 + emacs.d/elpa/elpy-1.0/elpy-refactor.elc | Bin 0 -> 10181 bytes emacs.d/elpa/elpy-1.0/elpy.el | 1315 ++ emacs.d/elpa/elpy-1.0/elpy.elc | Bin 0 -> 37682 bytes emacs.d/elpa/erlang-2.4.1/erlang-autoloads.el | 131 + emacs.d/elpa/erlang-2.4.1/erlang-pkg.el | 1 + emacs.d/elpa/erlang-2.4.1/erlang-pkg.elc | Bin 0 -> 632 bytes emacs.d/elpa/erlang-2.4.1/erlang.el | 5449 ++++++ emacs.d/elpa/erlang-2.4.1/erlang.elc | Bin 0 -> 143171 bytes .../find-file-in-project-autoloads.el | 47 + .../find-file-in-project-pkg.el | 1 + .../find-file-in-project-pkg.elc | Bin 0 -> 660 bytes .../find-file-in-project.el | 171 + .../find-file-in-project.elc | Bin 0 -> 4192 bytes .../flymake-cursor-autoloads.el | 44 + .../flymake-cursor-pkg.el | 1 + .../flymake-cursor-pkg.elc | Bin 0 -> 687 bytes .../flymake-cursor.el | 169 + .../flymake-cursor.elc | Bin 0 -> 3829 bytes emacs.d/elpa/fuzzy-0.1/fuzzy-autoloads.el | 18 + emacs.d/elpa/fuzzy-0.1/fuzzy-pkg.el | 1 + emacs.d/elpa/fuzzy-0.1/fuzzy-pkg.elc | Bin 0 -> 597 bytes emacs.d/elpa/fuzzy-0.1/fuzzy.el | 255 + emacs.d/elpa/fuzzy-0.1/fuzzy.elc | Bin 0 -> 6934 bytes .../go-mode-autoloads.el | 101 + .../go-mode-20130809.1442/go-mode-load.el | 96 + .../elpa/go-mode-20130809.1442/go-mode-pkg.el | 2 + .../go-mode-20130809.1442/go-mode-pkg.elc | Bin 0 -> 656 bytes emacs.d/elpa/go-mode-20130809.1442/go-mode.el | 1080 ++ .../elpa/go-mode-20130809.1442/go-mode.elc | Bin 0 -> 41582 bytes .../highlight-indentation-autoloads.el | 18 + .../highlight-indentation-pkg.el | 1 + .../highlight-indentation-pkg.elc | Bin 0 -> 672 bytes .../highlight-indentation.el | 71 + .../highlight-indentation.elc | Bin 0 -> 1977 bytes emacs.d/elpa/idomenu-0.1/idomenu-autoloads.el | 27 + emacs.d/elpa/idomenu-0.1/idomenu-pkg.el | 1 + emacs.d/elpa/idomenu-0.1/idomenu-pkg.elc | Bin 0 -> 617 bytes emacs.d/elpa/idomenu-0.1/idomenu.el | 85 + emacs.d/elpa/idomenu-0.1/idomenu.elc | Bin 0 -> 2458 bytes emacs.d/elpa/iedit-0.97/README.org | 43 + emacs.d/elpa/iedit-0.97/iedit-autoloads.el | 102 + emacs.d/elpa/iedit-0.97/iedit-lib.el | 833 + emacs.d/elpa/iedit-0.97/iedit-lib.elc | Bin 0 -> 25429 bytes emacs.d/elpa/iedit-0.97/iedit-pkg.el | 1 + emacs.d/elpa/iedit-0.97/iedit-pkg.elc | Bin 0 -> 638 bytes emacs.d/elpa/iedit-0.97/iedit-rect.el | 171 + emacs.d/elpa/iedit-0.97/iedit-rect.elc | Bin 0 -> 3946 bytes emacs.d/elpa/iedit-0.97/iedit-tests.el | 544 + emacs.d/elpa/iedit-0.97/iedit-tests.elc | Bin 0 -> 52051 bytes emacs.d/elpa/iedit-0.97/iedit.el | 516 + emacs.d/elpa/iedit-0.97/iedit.elc | Bin 0 -> 17597 bytes emacs.d/elpa/magit-1.2.0/dir | 18 + emacs.d/elpa/magit-1.2.0/magit-autoloads.el | 162 + emacs.d/elpa/magit-1.2.0/magit-bisect.el | 195 + emacs.d/elpa/magit-1.2.0/magit-bisect.elc | Bin 0 -> 7536 bytes emacs.d/elpa/magit-1.2.0/magit-blame.el | 303 + emacs.d/elpa/magit-1.2.0/magit-blame.elc | Bin 0 -> 8892 bytes emacs.d/elpa/magit-1.2.0/magit-key-mode.el | 521 + emacs.d/elpa/magit-1.2.0/magit-key-mode.elc | Bin 0 -> 16882 bytes emacs.d/elpa/magit-1.2.0/magit-pkg.el | 1 + emacs.d/elpa/magit-1.2.0/magit-pkg.elc | Bin 0 -> 606 bytes emacs.d/elpa/magit-1.2.0/magit-stgit.el | 288 + emacs.d/elpa/magit-1.2.0/magit-stgit.elc | Bin 0 -> 11812 bytes emacs.d/elpa/magit-1.2.0/magit-svn.el | 240 + emacs.d/elpa/magit-1.2.0/magit-svn.elc | Bin 0 -> 9690 bytes emacs.d/elpa/magit-1.2.0/magit-topgit.el | 191 + emacs.d/elpa/magit-1.2.0/magit-topgit.elc | Bin 0 -> 8029 bytes emacs.d/elpa/magit-1.2.0/magit-wip.el | 153 + emacs.d/elpa/magit-1.2.0/magit-wip.elc | Bin 0 -> 8887 bytes emacs.d/elpa/magit-1.2.0/magit.el | 6001 +++++++ emacs.d/elpa/magit-1.2.0/magit.el-e | 6001 +++++++ emacs.d/elpa/magit-1.2.0/magit.elc | Bin 0 -> 271557 bytes emacs.d/elpa/magit-1.2.0/magit.info | 1359 ++ emacs.d/elpa/magit-1.2.0/rebase-mode.el | 322 + emacs.d/elpa/magit-1.2.0/rebase-mode.elc | Bin 0 -> 11121 bytes emacs.d/elpa/nose-0.1.1/nose-autoloads.el | 17 + emacs.d/elpa/nose-0.1.1/nose-pkg.el | 1 + emacs.d/elpa/nose-0.1.1/nose-pkg.elc | Bin 0 -> 617 bytes emacs.d/elpa/nose-0.1.1/nose.el | 185 + emacs.d/elpa/nose-0.1.1/nose.elc | Bin 0 -> 4218 bytes emacs.d/elpa/popup-0.5/popup-autoloads.el | 18 + emacs.d/elpa/popup-0.5/popup-pkg.el | 1 + emacs.d/elpa/popup-0.5/popup-pkg.elc | Bin 0 -> 610 bytes emacs.d/elpa/popup-0.5/popup.el | 1295 ++ emacs.d/elpa/popup-0.5/popup.elc | Bin 0 -> 78946 bytes .../virtualenv-1.2/virtualenv-autoloads.el | 44 + emacs.d/elpa/virtualenv-1.2/virtualenv-pkg.el | 1 + .../elpa/virtualenv-1.2/virtualenv-pkg.elc | Bin 0 -> 642 bytes emacs.d/elpa/virtualenv-1.2/virtualenv.el | 429 + emacs.d/elpa/virtualenv-1.2/virtualenv.elc | Bin 0 -> 10735 bytes .../yaml-mode-0.0.7/yaml-mode-autoloads.el | 18 + emacs.d/elpa/yaml-mode-0.0.7/yaml-mode-pkg.el | 1 + .../elpa/yaml-mode-0.0.7/yaml-mode-pkg.elc | Bin 0 -> 632 bytes emacs.d/elpa/yaml-mode-0.0.7/yaml-mode.el | 410 + emacs.d/elpa/yaml-mode-0.0.7/yaml-mode.elc | Bin 0 -> 13300 bytes emacs.d/elpa/yasnippet-0.8.0/ChangeLog | 12 + emacs.d/elpa/yasnippet-0.8.0/README | 28 + emacs.d/elpa/yasnippet-0.8.0/dropdown-list.el | 253 + .../elpa/yasnippet-0.8.0/dropdown-list.elc | Bin 0 -> 5298 bytes .../snippets/c++-mode/.yas-parents | 1 + .../snippets/c++-mode/beginend | 4 + .../yasnippet-0.8.0/snippets/c++-mode/class | 9 + .../elpa/yasnippet-0.8.0/snippets/c++-mode/ns | 4 + .../snippets/c++-mode/template | 4 + .../yasnippet-0.8.0/snippets/c++-mode/using | 5 + .../snippets/c-mode/.yas-parents | 1 + .../yasnippet-0.8.0/snippets/c-mode/fopen | 4 + .../yasnippet-0.8.0/snippets/c-mode/printf | 7 + .../snippets/cc-mode/.yas-parents | 1 + .../elpa/yasnippet-0.8.0/snippets/cc-mode/do | 7 + .../elpa/yasnippet-0.8.0/snippets/cc-mode/for | 7 + .../elpa/yasnippet-0.8.0/snippets/cc-mode/if | 7 + .../elpa/yasnippet-0.8.0/snippets/cc-mode/inc | 4 + .../yasnippet-0.8.0/snippets/cc-mode/inc.1 | 4 + .../yasnippet-0.8.0/snippets/cc-mode/main | 8 + .../yasnippet-0.8.0/snippets/cc-mode/once | 9 + .../yasnippet-0.8.0/snippets/cc-mode/struct | 7 + .../snippets/cperl-mode/.yas-parents | 1 + .../snippets/csharp-mode/.yas-parents | 1 + .../snippets/csharp-mode/attrib | 8 + .../snippets/csharp-mode/attrib.1 | 22 + .../snippets/csharp-mode/attrib.2 | 22 + .../snippets/csharp-mode/class | 22 + .../snippets/csharp-mode/comment | 7 + .../snippets/csharp-mode/comment.1 | 5 + .../snippets/csharp-mode/comment.2 | 5 + .../snippets/csharp-mode/comment.3 | 5 + .../snippets/csharp-mode/method | 11 + .../snippets/csharp-mode/namespace | 8 + .../yasnippet-0.8.0/snippets/csharp-mode/prop | 17 + .../snippets/csharp-mode/region | 7 + .../snippets/csharp-mode/using | 5 + .../snippets/csharp-mode/using.1 | 5 + .../snippets/csharp-mode/using.2 | 5 + .../snippets/css-mode/.yas-parents | 1 + .../elpa/yasnippet-0.8.0/snippets/css-mode/bg | 4 + .../yasnippet-0.8.0/snippets/css-mode/bg.1 | 4 + .../yasnippet-0.8.0/snippets/css-mode/bor | 4 + .../elpa/yasnippet-0.8.0/snippets/css-mode/cl | 5 + .../snippets/css-mode/disp.block | 5 + .../snippets/css-mode/disp.inline | 5 + .../snippets/css-mode/disp.none | 5 + .../elpa/yasnippet-0.8.0/snippets/css-mode/ff | 5 + .../elpa/yasnippet-0.8.0/snippets/css-mode/fs | 5 + .../snippets/css-mode/mar.bottom | 5 + .../snippets/css-mode/mar.left | 5 + .../yasnippet-0.8.0/snippets/css-mode/mar.mar | 5 + .../snippets/css-mode/mar.margin | 5 + .../snippets/css-mode/mar.right | 5 + .../yasnippet-0.8.0/snippets/css-mode/mar.top | 5 + .../snippets/css-mode/pad.bottom | 5 + .../snippets/css-mode/pad.left | 5 + .../yasnippet-0.8.0/snippets/css-mode/pad.pad | 5 + .../snippets/css-mode/pad.padding | 5 + .../snippets/css-mode/pad.right | 5 + .../yasnippet-0.8.0/snippets/css-mode/pad.top | 5 + .../snippets/emacs-lisp-mode/.read_me | 7 + .../snippets/emacs-lisp-mode/.yas-parents | 1 + .../emacs-lisp-mode/add-hook.yasnippet | 6 + .../snippets/emacs-lisp-mode/and.yasnippet | 6 + .../snippets/emacs-lisp-mode/append.yasnippet | 5 + .../snippets/emacs-lisp-mode/apply.yasnippet | 5 + .../snippets/emacs-lisp-mode/aref.yasnippet | 5 + .../snippets/emacs-lisp-mode/aset.yasnippet | 5 + .../snippets/emacs-lisp-mode/assq.yasnippet | 5 + .../emacs-lisp-mode/autoload.yasnippet | 5 + .../emacs-lisp-mode/backward-char.yasnippet | 6 + .../beginning-of-line.yasnippet | 6 + .../bounds-of-thing-at-point.yasnippet | 6 + .../buffer-file-name.yasnippet | 6 + .../buffer-modified-p.yasnippet | 6 + .../buffer-substring-no-properties.yasnippet | 6 + .../buffer-substring.yasnippet | 6 + .../snippets/emacs-lisp-mode/car.yasnippet | 5 + .../snippets/emacs-lisp-mode/cdr.yasnippet | 5 + .../snippets/emacs-lisp-mode/concat.yasnippet | 5 + .../snippets/emacs-lisp-mode/cond.yasnippet | 8 + .../emacs-lisp-mode/condition-case.yasnippet | 6 + .../snippets/emacs-lisp-mode/cons.yasnippet | 5 + .../snippets/emacs-lisp-mode/consp.yasnippet | 5 + .../emacs-lisp-mode/copy-directory.yasnippet | 6 + .../emacs-lisp-mode/copy-file.yasnippet | 6 + .../emacs-lisp-mode/current-buffer.yasnippet | 6 + .../emacs-lisp-mode/custom-autoload.yasnippet | 6 + .../emacs-lisp-mode/defalias.yasnippet | 5 + .../emacs-lisp-mode/defcustom.yasnippet | 5 + .../emacs-lisp-mode/define-key.yasnippet | 6 + .../emacs-lisp-mode/defsubst.yasnippet | 5 + .../snippets/emacs-lisp-mode/defun.yasnippet | 12 + .../snippets/emacs-lisp-mode/defvar.yasnippet | 5 + .../emacs-lisp-mode/delete-char.yasnippet | 6 + .../delete-directory.yasnippet | 6 + .../emacs-lisp-mode/delete-file.yasnippet | 6 + .../emacs-lisp-mode/delete-region.yasnippet | 6 + .../emacs-lisp-mode/directory-files.yasnippet | 6 + .../snippets/emacs-lisp-mode/dolist.yasnippet | 5 + .../emacs-lisp-mode/end-of-line.yasnippet | 6 + .../snippets/emacs-lisp-mode/eq.yasnippet | 5 + .../snippets/emacs-lisp-mode/equal.yasnippet | 5 + .../snippets/emacs-lisp-mode/error.yasnippet | 5 + .../expand-file-name.yasnippet | 6 + .../snippets/emacs-lisp-mode/f.yasnippet | 5 + .../emacs-lisp-mode/fboundp.yasnippet | 5 + .../file-name-directory.yasnippet | 6 + .../file-name-extension.yasnippet | 6 + .../file-name-nondirectory.yasnippet | 6 + .../file-name-sans-extension.yasnippet | 6 + .../file-relative-name.yasnippet | 6 + .../emacs-lisp-mode/find-file.yasnippet | 6 + .../snippets/emacs-lisp-mode/format.yasnippet | 5 + .../emacs-lisp-mode/forward-char.yasnippet | 6 + .../emacs-lisp-mode/forward-line.yasnippet | 6 + .../emacs-lisp-mode/funcall.yasnippet | 5 + .../emacs-lisp-mode/function.yasnippet | 5 + .../snippets/emacs-lisp-mode/get.yasnippet | 5 + .../emacs-lisp-mode/global-set-key.yasnippet | 6 + .../emacs-lisp-mode/goto-char.yasnippet | 6 + .../snippets/emacs-lisp-mode/if.yasnippet | 5 + .../insert-file-contents.yasnippet | 6 + .../snippets/emacs-lisp-mode/insert.yasnippet | 6 + .../emacs-lisp-mode/interactive.yasnippet | 5 + .../snippets/emacs-lisp-mode/kbd.yasnippet | 5 + .../emacs-lisp-mode/kill-buffer.yasnippet | 6 + .../snippets/emacs-lisp-mode/lambda.yasnippet | 5 + .../snippets/emacs-lisp-mode/length.yasnippet | 5 + .../snippets/emacs-lisp-mode/let.yasnippet | 8 + .../line-beginning-position.yasnippet | 6 + .../line-end-position.yasnippet | 6 + .../snippets/emacs-lisp-mode/list.yasnippet | 5 + .../emacs-lisp-mode/looking-at.yasnippet | 6 + .../emacs-lisp-mode/make-directory.yasnippet | 6 + .../make-local-variable.yasnippet | 6 + .../snippets/emacs-lisp-mode/mapc.yasnippet | 5 + .../snippets/emacs-lisp-mode/mapcar.yasnippet | 5 + .../emacs-lisp-mode/match-beginning.yasnippet | 6 + .../emacs-lisp-mode/match-end.yasnippet | 6 + .../emacs-lisp-mode/match-string.yasnippet | 6 + .../snippets/emacs-lisp-mode/memq.yasnippet | 5 + .../emacs-lisp-mode/message.yasnippet | 6 + .../snippets/emacs-lisp-mode/not.yasnippet | 6 + .../snippets/emacs-lisp-mode/nth.yasnippet | 5 + .../snippets/emacs-lisp-mode/null.yasnippet | 5 + .../number-to-string.yasnippet | 6 + .../snippets/emacs-lisp-mode/or.yasnippet | 6 + .../emacs-lisp-mode/point-max.yasnippet | 5 + .../emacs-lisp-mode/point-min.yasnippet | 6 + .../snippets/emacs-lisp-mode/point.yasnippet | 6 + .../snippets/emacs-lisp-mode/princ.yasnippet | 5 + .../snippets/emacs-lisp-mode/print.yasnippet | 5 + .../snippets/emacs-lisp-mode/progn.yasnippet | 5 + .../snippets/emacs-lisp-mode/push.yasnippet | 5 + .../snippets/emacs-lisp-mode/put.yasnippet | 5 + .../re-search-backward.yasnippet | 6 + .../re-search-forward.yasnippet | 6 + .../emacs-lisp-mode/region-active-p.yasnippet | 6 + .../region-beginning.yasnippet | 6 + .../emacs-lisp-mode/region-end.yasnippet | 6 + .../emacs-lisp-mode/rename-file.yasnippet | 6 + .../snippets/emacs-lisp-mode/repeat.yasnippet | 5 + .../replace-regexp-in-string.yasnippet | 6 + .../emacs-lisp-mode/replace-regexp.yasnippet | 6 + .../emacs-lisp-mode/require.yasnippet | 5 + .../emacs-lisp-mode/save-buffer.yasnippet | 6 + .../emacs-lisp-mode/save-excursion.yasnippet | 6 + .../search-backward-regexp.yasnippet | 6 + .../emacs-lisp-mode/search-backward.yasnippet | 6 + .../search-forward-regexp.yasnippet | 6 + .../emacs-lisp-mode/search-forward.yasnippet | 6 + .../emacs-lisp-mode/set-buffer.yasnippet | 6 + .../emacs-lisp-mode/set-file-modes.yasnippet | 6 + .../emacs-lisp-mode/set-mark.yasnippet | 6 + .../snippets/emacs-lisp-mode/set.yasnippet | 5 + .../snippets/emacs-lisp-mode/setq.yasnippet | 6 + .../skip-chars-backward.yasnippet | 6 + .../skip-chars-forward.yasnippet | 6 + .../emacs-lisp-mode/split-string.yasnippet | 6 + .../emacs-lisp-mode/string-match.yasnippet | 6 + .../string-to-number.yasnippet | 6 + .../snippets/emacs-lisp-mode/string.yasnippet | 5 + .../emacs-lisp-mode/string=.yasnippet | 5 + .../emacs-lisp-mode/stringp.yasnippet | 5 + .../emacs-lisp-mode/substring.yasnippet | 5 + .../emacs-lisp-mode/thing-at-point.yasnippet | 6 + .../snippets/emacs-lisp-mode/unless.yasnippet | 5 + .../snippets/emacs-lisp-mode/vector.yasnippet | 6 + .../snippets/emacs-lisp-mode/when.yasnippet | 5 + .../snippets/emacs-lisp-mode/while.yasnippet | 5 + .../emacs-lisp-mode/widget-get.yasnippet | 6 + .../with-current-buffer.yasnippet | 6 + .../x-dired.process_marked.yasnippet | 17 + .../emacs-lisp-mode/x-file.process.yasnippet | 18 + .../x-file.read-lines.yasnippet | 18 + .../emacs-lisp-mode/x-find-replace.yasnippet | 18 + .../emacs-lisp-mode/x-grabstring.yasnippet | 5 + .../emacs-lisp-mode/x-grabthing.yasnippet | 5 + .../emacs-lisp-mode/x-traverse_dir.yasnippet | 7 + .../x-word-or-region.yasnippet | 28 + .../emacs-lisp-mode/y-or-n-p.yasnippet | 6 + .../emacs-lisp-mode/yes-or-no-p.yasnippet | 5 + .../snippets/erlang-mode/.yas-parents | 1 + .../snippets/erlang-mode/after | 5 + .../snippets/erlang-mode/begin | 6 + .../yasnippet-0.8.0/snippets/erlang-mode/beh | 5 + .../yasnippet-0.8.0/snippets/erlang-mode/case | 6 + .../snippets/erlang-mode/compile | 5 + .../yasnippet-0.8.0/snippets/erlang-mode/def | 5 + .../yasnippet-0.8.0/snippets/erlang-mode/exp | 6 + .../yasnippet-0.8.0/snippets/erlang-mode/fun | 4 + .../yasnippet-0.8.0/snippets/erlang-mode/if | 7 + .../snippets/erlang-mode/ifdef | 6 + .../snippets/erlang-mode/ifndef | 6 + .../yasnippet-0.8.0/snippets/erlang-mode/imp | 6 + .../yasnippet-0.8.0/snippets/erlang-mode/inc | 5 + .../snippets/erlang-mode/inc.lib | 5 + .../yasnippet-0.8.0/snippets/erlang-mode/loop | 9 + .../yasnippet-0.8.0/snippets/erlang-mode/mod | 7 + .../yasnippet-0.8.0/snippets/erlang-mode/rcv | 6 + .../snippets/erlang-mode/rcv.after | 7 + .../yasnippet-0.8.0/snippets/erlang-mode/rec | 5 + .../yasnippet-0.8.0/snippets/erlang-mode/try | 8 + .../snippets/erlang-mode/undef | 5 + .../snippets/f90-mode/.yas-parents | 1 + .../elpa/yasnippet-0.8.0/snippets/f90-mode/au | 5 + .../elpa/yasnippet-0.8.0/snippets/f90-mode/bd | 5 + .../elpa/yasnippet-0.8.0/snippets/f90-mode/c | 5 + .../elpa/yasnippet-0.8.0/snippets/f90-mode/ch | 5 + .../elpa/yasnippet-0.8.0/snippets/f90-mode/cx | 5 + .../elpa/yasnippet-0.8.0/snippets/f90-mode/dc | 5 + .../elpa/yasnippet-0.8.0/snippets/f90-mode/do | 7 + .../elpa/yasnippet-0.8.0/snippets/f90-mode/dp | 5 + .../elpa/yasnippet-0.8.0/snippets/f90-mode/eq | 5 + .../elpa/yasnippet-0.8.0/snippets/f90-mode/ib | 5 + .../elpa/yasnippet-0.8.0/snippets/f90-mode/ic | 5 + .../yasnippet-0.8.0/snippets/f90-mode/ich | 5 + .../elpa/yasnippet-0.8.0/snippets/f90-mode/if | 7 + .../elpa/yasnippet-0.8.0/snippets/f90-mode/ii | 5 + .../elpa/yasnippet-0.8.0/snippets/f90-mode/il | 5 + .../elpa/yasnippet-0.8.0/snippets/f90-mode/in | 5 + .../yasnippet-0.8.0/snippets/f90-mode/inc | 5 + .../yasnippet-0.8.0/snippets/f90-mode/intr | 5 + .../elpa/yasnippet-0.8.0/snippets/f90-mode/ir | 5 + .../elpa/yasnippet-0.8.0/snippets/f90-mode/l | 5 + .../elpa/yasnippet-0.8.0/snippets/f90-mode/pa | 5 + .../elpa/yasnippet-0.8.0/snippets/f90-mode/pr | 7 + .../elpa/yasnippet-0.8.0/snippets/f90-mode/re | 5 + .../elpa/yasnippet-0.8.0/snippets/f90-mode/st | 5 + .../elpa/yasnippet-0.8.0/snippets/f90-mode/su | 5 + .../elpa/yasnippet-0.8.0/snippets/f90-mode/wr | 5 + .../snippets/html-mode/.yas-make-groups | 0 .../snippets/html-mode/.yas-parents | 1 + .../snippets/html-mode/b.yasnippet | 5 + .../yasnippet-0.8.0/snippets/html-mode/body | 7 + .../yasnippet-0.8.0/snippets/html-mode/br | 5 + .../yasnippet-0.8.0/snippets/html-mode/code | 7 + .../snippets/html-mode/code.class | 7 + .../yasnippet-0.8.0/snippets/html-mode/div | 4 + .../snippets/html-mode/div.class | 7 + .../yasnippet-0.8.0/snippets/html-mode/div.id | 7 + .../snippets/html-mode/div.id-class | 7 + .../yasnippet-0.8.0/snippets/html-mode/dov | 12 + .../yasnippet-0.8.0/snippets/html-mode/form | 7 + .../yasnippet-0.8.0/snippets/html-mode/head | 7 + .../snippets/html-mode/header/h1 | 5 + .../snippets/html-mode/header/h2 | 5 + .../snippets/html-mode/header/h3 | 5 + .../snippets/html-mode/header/h4 | 5 + .../snippets/html-mode/header/h5 | 5 + .../snippets/html-mode/header/h6 | 5 + .../yasnippet-0.8.0/snippets/html-mode/hr | 5 + .../yasnippet-0.8.0/snippets/html-mode/href | 5 + .../yasnippet-0.8.0/snippets/html-mode/html | 7 + .../snippets/html-mode/html.xmlns | 7 + .../snippets/html-mode/i.yasnippet | 5 + .../yasnippet-0.8.0/snippets/html-mode/img | 5 + .../yasnippet-0.8.0/snippets/html-mode/input | 5 + .../snippets/html-mode/link.stylesheet | 5 + .../snippets/html-mode/link.stylesheet-ie | 7 + .../snippets/html-mode/list/dd | 5 + .../snippets/html-mode/list/dl | 7 + .../snippets/html-mode/list/dl.id | 7 + .../snippets/html-mode/list/dt | 5 + .../snippets/html-mode/list/li | 5 + .../snippets/html-mode/list/li.class | 5 + .../snippets/html-mode/list/ol | 7 + .../snippets/html-mode/list/ol.class | 7 + .../snippets/html-mode/list/ol.id | 7 + .../snippets/html-mode/list/ul | 7 + .../snippets/html-mode/list/ul.class | 7 + .../snippets/html-mode/list/ul.id | 7 + .../yasnippet-0.8.0/snippets/html-mode/mailto | 5 + .../snippets/html-mode/meta/doctype | 4 + .../snippets/html-mode/meta/doctype.xhml1 | 4 + .../snippets/html-mode/meta/doctype.xhtml1_1 | 4 + .../html-mode/meta/doctype.xhtml1_strict | 4 + .../meta/doctype.xhtml1_transitional | 4 + .../snippets/html-mode/meta/meta | 5 + .../snippets/html-mode/meta/meta.http-equiv | 5 + .../elpa/yasnippet-0.8.0/snippets/html-mode/p | 5 + .../yasnippet-0.8.0/snippets/html-mode/pre | 7 + .../snippets/html-mode/q.yasnippet | 7 + .../yasnippet-0.8.0/snippets/html-mode/quote | 7 + .../snippets/html-mode/script.javascript | 7 + .../snippets/html-mode/script.javascript-src | 5 + .../yasnippet-0.8.0/snippets/html-mode/span | 5 + .../snippets/html-mode/span.class | 5 + .../snippets/html-mode/span.id | 5 + .../yasnippet-0.8.0/snippets/html-mode/style | 7 + .../snippets/html-mode/table/table | 7 + .../snippets/html-mode/table/td | 5 + .../snippets/html-mode/table/th | 5 + .../snippets/html-mode/table/tr | 7 + .../snippets/html-mode/textarea | 5 + .../yasnippet-0.8.0/snippets/html-mode/title | 5 + .../snippets/latex-mode/.yas-parents | 1 + .../yasnippet-0.8.0/snippets/latex-mode/begin | 8 + .../yasnippet-0.8.0/snippets/markdown-mode/+ | 6 + .../yasnippet-0.8.0/snippets/markdown-mode/- | 6 + .../snippets/markdown-mode/.yas-parents | 1 + .../yasnippet-0.8.0/snippets/markdown-mode/_ | 5 + .../yasnippet-0.8.0/snippets/markdown-mode/__ | 5 + .../yasnippet-0.8.0/snippets/markdown-mode/` | 5 + .../snippets/markdown-mode/h1.1 | 7 + .../snippets/markdown-mode/h1.2 | 8 + .../snippets/markdown-mode/h2.1 | 7 + .../snippets/markdown-mode/h2.2 | 8 + .../yasnippet-0.8.0/snippets/markdown-mode/h3 | 7 + .../yasnippet-0.8.0/snippets/markdown-mode/h4 | 7 + .../yasnippet-0.8.0/snippets/markdown-mode/h5 | 7 + .../yasnippet-0.8.0/snippets/markdown-mode/h6 | 7 + .../snippets/markdown-mode/hr.1 | 8 + .../snippets/markdown-mode/hr.2 | 8 + .../snippets/markdown-mode/img | 5 + .../snippets/markdown-mode/link | 5 + .../yasnippet-0.8.0/snippets/markdown-mode/ol | 6 + .../snippets/markdown-mode/rimg | 5 + .../snippets/markdown-mode/rlb | 6 + .../snippets/markdown-mode/rlink | 5 + .../snippets/nxml-mode/.yas-make-groups | 0 .../snippets/nxml-mode/.yas-parents | 1 + .../yasnippet-0.8.0/snippets/nxml-mode/body | 7 + .../yasnippet-0.8.0/snippets/nxml-mode/br | 5 + .../yasnippet-0.8.0/snippets/nxml-mode/code | 7 + .../yasnippet-0.8.0/snippets/nxml-mode/div | 5 + .../yasnippet-0.8.0/snippets/nxml-mode/form | 7 + .../yasnippet-0.8.0/snippets/nxml-mode/head | 7 + .../snippets/nxml-mode/header/h1 | 5 + .../snippets/nxml-mode/header/h2 | 5 + .../snippets/nxml-mode/header/h3 | 5 + .../snippets/nxml-mode/header/h4 | 5 + .../snippets/nxml-mode/header/h5 | 5 + .../snippets/nxml-mode/header/h6 | 5 + .../yasnippet-0.8.0/snippets/nxml-mode/hr | 5 + .../yasnippet-0.8.0/snippets/nxml-mode/href | 5 + .../yasnippet-0.8.0/snippets/nxml-mode/html | 7 + .../yasnippet-0.8.0/snippets/nxml-mode/img | 5 + .../yasnippet-0.8.0/snippets/nxml-mode/input | 5 + .../yasnippet-0.8.0/snippets/nxml-mode/li | 5 + .../yasnippet-0.8.0/snippets/nxml-mode/link | 5 + .../snippets/nxml-mode/meta/doctype | 5 + .../nxml-mode/meta/doctype.xhtml1_strict | 5 + .../meta/doctype.xhtml1_transitional | 5 + .../snippets/nxml-mode/meta/meta | 5 + .../yasnippet-0.8.0/snippets/nxml-mode/name | 5 + .../yasnippet-0.8.0/snippets/nxml-mode/ol | 7 + .../elpa/yasnippet-0.8.0/snippets/nxml-mode/p | 5 + .../yasnippet-0.8.0/snippets/nxml-mode/pre | 7 + .../yasnippet-0.8.0/snippets/nxml-mode/quote | 7 + .../yasnippet-0.8.0/snippets/nxml-mode/span | 5 + .../yasnippet-0.8.0/snippets/nxml-mode/style | 7 + .../yasnippet-0.8.0/snippets/nxml-mode/table | 7 + .../yasnippet-0.8.0/snippets/nxml-mode/tag.1l | 5 + .../yasnippet-0.8.0/snippets/nxml-mode/tag.2l | 7 + .../yasnippet-0.8.0/snippets/nxml-mode/td | 5 + .../yasnippet-0.8.0/snippets/nxml-mode/th | 5 + .../yasnippet-0.8.0/snippets/nxml-mode/title | 5 + .../yasnippet-0.8.0/snippets/nxml-mode/tr | 7 + .../yasnippet-0.8.0/snippets/nxml-mode/ul | 7 + .../snippets/objc-mode/.yas-parents | 1 + .../yasnippet-0.8.0/snippets/objc-mode/prop | 14 + .../snippets/perl-mode/.yas-parents | 1 + .../yasnippet-0.8.0/snippets/perl-mode/eval | 9 + .../yasnippet-0.8.0/snippets/perl-mode/for | 6 + .../yasnippet-0.8.0/snippets/perl-mode/fore | 6 + .../yasnippet-0.8.0/snippets/perl-mode/if | 6 + .../yasnippet-0.8.0/snippets/perl-mode/ife | 8 + .../yasnippet-0.8.0/snippets/perl-mode/ifee | 10 + .../yasnippet-0.8.0/snippets/perl-mode/sub | 6 + .../yasnippet-0.8.0/snippets/perl-mode/unless | 6 + .../yasnippet-0.8.0/snippets/perl-mode/while | 6 + .../yasnippet-0.8.0/snippets/perl-mode/xfore | 4 + .../yasnippet-0.8.0/snippets/perl-mode/xif | 4 + .../snippets/perl-mode/xunless | 4 + .../yasnippet-0.8.0/snippets/perl-mode/xwhile | 4 + .../snippets/python-mode/.yas-parents | 1 + .../yasnippet-0.8.0/snippets/python-mode/__ | 4 + .../snippets/python-mode/class | 55 + .../yasnippet-0.8.0/snippets/python-mode/def | 36 + .../yasnippet-0.8.0/snippets/python-mode/defm | 34 + .../yasnippet-0.8.0/snippets/python-mode/for | 5 + .../snippets/python-mode/ifmain | 5 + .../yasnippet-0.8.0/snippets/python-mode/prop | 16 + .../snippets/python-mode/propg | 10 + .../snippets/python-mode/propsg | 13 + .../snippets/python-mode/while | 5 + .../snippets/rst-mode/.yas-parents | 1 + .../yasnippet-0.8.0/snippets/rst-mode/chap | 7 + .../yasnippet-0.8.0/snippets/rst-mode/sec | 7 + .../yasnippet-0.8.0/snippets/rst-mode/tit | 8 + .../snippets/ruby-mode/.yas-make-groups | 0 .../snippets/ruby-mode/.yas-parents | 1 + .../snippets/ruby-mode/collections/all | 4 + .../snippets/ruby-mode/collections/any | 4 + .../snippets/ruby-mode/collections/classify | 4 + .../snippets/ruby-mode/collections/collect | 4 + .../snippets/ruby-mode/collections/deli | 4 + .../snippets/ruby-mode/collections/det | 4 + .../snippets/ruby-mode/collections/ea | 4 + .../snippets/ruby-mode/collections/eac | 4 + .../snippets/ruby-mode/collections/eai | 4 + .../snippets/ruby-mode/collections/eav | 4 + .../snippets/ruby-mode/collections/eawi | 4 + .../snippets/ruby-mode/collections/inject | 4 + .../snippets/ruby-mode/collections/reject | 4 + .../snippets/ruby-mode/collections/select | 4 + .../snippets/ruby-mode/collections/zip | 4 + .../ruby-mode/control structure/forin | 6 + .../snippets/ruby-mode/control structure/if | 6 + .../snippets/ruby-mode/control structure/ife | 8 + .../snippets/ruby-mode/control structure/tim | 4 + .../ruby-mode/control structure/until | 6 + .../snippets/ruby-mode/control structure/upt | 6 + .../snippets/ruby-mode/control structure/when | 6 + .../ruby-mode/control structure/while | 6 + .../snippets/ruby-mode/definitions/Comp | 8 + .../snippets/ruby-mode/definitions/am | 4 + .../snippets/ruby-mode/definitions/cla | 6 + .../snippets/ruby-mode/definitions/cls | 13 + .../snippets/ruby-mode/definitions/mm | 6 + .../snippets/ruby-mode/definitions/r | 4 + .../snippets/ruby-mode/definitions/rw | 4 + .../snippets/ruby-mode/definitions/w | 4 + .../snippets/ruby-mode/general/# | 4 + .../snippets/ruby-mode/general/=b | 6 + .../snippets/ruby-mode/general/app | 6 + .../snippets/ruby-mode/general/bm | 6 + .../snippets/ruby-mode/general/case | 7 + .../snippets/ruby-mode/general/dee | 4 + .../snippets/ruby-mode/general/rb | 4 + .../snippets/ruby-mode/general/req | 4 + .../snippets/ruby-mode/general/rreq | 4 + .../snippets/ruby-mode/general/y | 4 + .../snippets/scala-mode/.yas-parents | 1 + .../yasnippet-0.8.0/snippets/scala-mode/act | 11 + .../snippets/scala-mode/act.arg | 11 + .../yasnippet-0.8.0/snippets/scala-mode/actor | 11 + .../yasnippet-0.8.0/snippets/scala-mode/ano | 5 + .../yasnippet-0.8.0/snippets/scala-mode/app | 7 + .../snippets/scala-mode/arr.new | 5 + .../snippets/scala-mode/arr.val-new | 5 + .../yasnippet-0.8.0/snippets/scala-mode/asof | 5 + .../yasnippet-0.8.0/snippets/scala-mode/ass | 5 + .../snippets/scala-mode/ass.true | 5 + .../snippets/scala-mode/at.author | 5 + .../snippets/scala-mode/at.param | 5 + .../snippets/scala-mode/at.return | 5 + .../snippets/scala-mode/at.version | 5 + .../yasnippet-0.8.0/snippets/scala-mode/bang | 5 + .../yasnippet-0.8.0/snippets/scala-mode/case | 5 + .../snippets/scala-mode/case.match-all | 5 + .../yasnippet-0.8.0/snippets/scala-mode/cast | 5 + .../yasnippet-0.8.0/snippets/scala-mode/cc | 5 + .../yasnippet-0.8.0/snippets/scala-mode/cl | 7 + .../snippets/scala-mode/cl.abs | 7 + .../snippets/scala-mode/cl.abs-arg | 7 + .../snippets/scala-mode/cl.arg | 7 + .../yasnippet-0.8.0/snippets/scala-mode/clof | 5 + .../yasnippet-0.8.0/snippets/scala-mode/co | 5 + .../yasnippet-0.8.0/snippets/scala-mode/cons | 5 + .../snippets/scala-mode/cons.nil | 5 + .../snippets/scala-mode/def.arg | 5 + .../snippets/scala-mode/def.arg-body | 7 + .../snippets/scala-mode/def.arg-ret | 5 + .../snippets/scala-mode/def.arg-ret-body | 7 + .../snippets/scala-mode/def.body | 7 + .../snippets/scala-mode/def.ret | 5 + .../snippets/scala-mode/def.ret-body | 7 + .../snippets/scala-mode/def.simple | 5 + .../snippets/scala-mode/doc.class | 9 + .../snippets/scala-mode/doc.def | 7 + .../snippets/scala-mode/doc.file | 10 + .../snippets/scala-mode/doc.file-scala | 17 + .../snippets/scala-mode/doc.file-scala-api | 17 + .../snippets/scala-mode/doc.scaladoc | 8 + .../snippets/scala-mode/expect | 7 + .../yasnippet-0.8.0/snippets/scala-mode/ext | 5 + .../snippets/scala-mode/for.extract | 5 + .../snippets/scala-mode/for.if | 7 + .../snippets/scala-mode/for.loop | 7 + .../snippets/scala-mode/for.multi | 10 + .../snippets/scala-mode/foreach | 5 + .../snippets/scala-mode/hmap.new | 5 + .../snippets/scala-mode/hmap.val-new | 5 + .../snippets/scala-mode/hset.new | 5 + .../snippets/scala-mode/hset.val-new | 5 + .../yasnippet-0.8.0/snippets/scala-mode/if | 7 + .../snippets/scala-mode/if.else | 9 + .../yasnippet-0.8.0/snippets/scala-mode/imp | 5 + .../snippets/scala-mode/intercept | 7 + .../yasnippet-0.8.0/snippets/scala-mode/isof | 5 + .../snippets/scala-mode/ls.new | 5 + .../snippets/scala-mode/ls.val-new | 5 + .../yasnippet-0.8.0/snippets/scala-mode/main | 7 + .../yasnippet-0.8.0/snippets/scala-mode/map | 5 + .../snippets/scala-mode/map.new | 5 + .../yasnippet-0.8.0/snippets/scala-mode/match | 7 + .../snippets/scala-mode/match.can | 12 + .../snippets/scala-mode/match.option | 9 + .../yasnippet-0.8.0/snippets/scala-mode/mix | 7 + .../yasnippet-0.8.0/snippets/scala-mode/ob | 5 + .../yasnippet-0.8.0/snippets/scala-mode/pac | 5 + .../snippets/scala-mode/pr.newline | 5 + .../snippets/scala-mode/pr.simple | 5 + .../snippets/scala-mode/pr.string | 5 + .../snippets/scala-mode/pr.trace | 5 + .../yasnippet-0.8.0/snippets/scala-mode/pri | 5 + .../snippets/scala-mode/pri.param | 5 + .../yasnippet-0.8.0/snippets/scala-mode/pro | 5 + .../snippets/scala-mode/pro.param | 5 + .../yasnippet-0.8.0/snippets/scala-mode/suite | 9 + .../yasnippet-0.8.0/snippets/scala-mode/test | 8 + .../yasnippet-0.8.0/snippets/scala-mode/throw | 5 + .../yasnippet-0.8.0/snippets/scala-mode/tr | 7 + .../snippets/scala-mode/tr.ext | 7 + .../snippets/scala-mode/tr.ext-with | 7 + .../snippets/scala-mode/tr.with | 7 + .../yasnippet-0.8.0/snippets/scala-mode/try | 10 + .../snippets/scala-mode/try.catch-finally | 12 + .../snippets/scala-mode/try.finally | 9 + .../snippets/scala-mode/tup.arrow | 5 + .../snippets/scala-mode/tup.paren | 5 + .../yasnippet-0.8.0/snippets/scala-mode/val | 5 + .../snippets/scala-mode/val.new | 5 + .../snippets/scala-mode/val.ret | 5 + .../yasnippet-0.8.0/snippets/scala-mode/var | 5 + .../snippets/scala-mode/var.new | 5 + .../snippets/scala-mode/var.ret | 5 + .../yasnippet-0.8.0/snippets/scala-mode/whi | 7 + .../yasnippet-0.8.0/snippets/scala-mode/with | 5 + .../snippets/snippet-mode/.yas-parents | 1 + .../snippets/snippet-mode/field | 6 + .../snippets/snippet-mode/mirror | 6 + .../snippets/snippet-mode/vars | 12 + .../snippets/sql-mode/.yas-parents | 1 + .../yasnippet-0.8.0/snippets/sql-mode/column | 5 + .../snippets/sql-mode/constraint | 5 + .../snippets/sql-mode/constraint.1 | 5 + .../yasnippet-0.8.0/snippets/sql-mode/create | 11 + .../snippets/sql-mode/create.1 | 13 + .../snippets/sql-mode/references | 5 + .../yasnippet-0.8.0/snippets/text-mode/email | 4 + .../yasnippet-0.8.0/snippets/text-mode/time | 4 + .../yasnippet-0.8.0/yasnippet-autoloads.el | 62 + emacs.d/elpa/yasnippet-0.8.0/yasnippet-pkg.el | 3 + .../elpa/yasnippet-0.8.0/yasnippet-pkg.elc | Bin 0 -> 622 bytes emacs.d/elpa/yasnippet-0.8.0/yasnippet.el | 4490 +++++ emacs.d/elpa/yasnippet-0.8.0/yasnippet.elc | Bin 0 -> 214459 bytes gitconfig | 14 + gitignore_global | 5 + oh-my-zsh | 1 + setup.sh | 35 + zshrc | 55 + 759 files changed, 77762 insertions(+) create mode 100644 .gitmodules create mode 100644 emacs create mode 100644 emacs.d/elpa/ack-1.2/ChangeLog create mode 100644 emacs.d/elpa/ack-1.2/README create mode 100644 emacs.d/elpa/ack-1.2/ack-autoloads.el create mode 100644 emacs.d/elpa/ack-1.2/ack-pkg.el create mode 100644 emacs.d/elpa/ack-1.2/ack-pkg.elc create mode 100644 emacs.d/elpa/ack-1.2/ack.el create mode 100644 emacs.d/elpa/ack-1.2/ack.elc create mode 100644 emacs.d/elpa/ack-1.2/pcmpl-ack.el create mode 100644 emacs.d/elpa/ack-1.2/pcmpl-ack.elc create mode 100644 emacs.d/elpa/archives/gnu/archive-contents create mode 100644 emacs.d/elpa/archives/marmalade/archive-contents create mode 100644 emacs.d/elpa/archives/melpa/archive-contents create mode 100644 emacs.d/elpa/auto-complete-1.4/COPYING.FDL create mode 100644 emacs.d/elpa/auto-complete-1.4/COPYING.GPLv3 create mode 100644 emacs.d/elpa/auto-complete-1.4/Makefile create mode 100644 emacs.d/elpa/auto-complete-1.4/README.md create mode 100644 emacs.d/elpa/auto-complete-1.4/TODO.md create mode 100644 emacs.d/elpa/auto-complete-1.4/auto-complete-autoloads.el create mode 100644 emacs.d/elpa/auto-complete-1.4/auto-complete-config.el create mode 100644 emacs.d/elpa/auto-complete-1.4/auto-complete-config.elc create mode 100644 emacs.d/elpa/auto-complete-1.4/auto-complete-pkg.el create mode 100644 emacs.d/elpa/auto-complete-1.4/auto-complete-pkg.elc create mode 100644 emacs.d/elpa/auto-complete-1.4/auto-complete.el create mode 100644 emacs.d/elpa/auto-complete-1.4/auto-complete.elc create mode 100644 emacs.d/elpa/auto-complete-1.4/dict/ada-mode create mode 100644 emacs.d/elpa/auto-complete-1.4/dict/c++-mode create mode 100644 emacs.d/elpa/auto-complete-1.4/dict/c-mode create mode 100644 emacs.d/elpa/auto-complete-1.4/dict/caml-mode create mode 100644 emacs.d/elpa/auto-complete-1.4/dict/clojure-mode create mode 100644 emacs.d/elpa/auto-complete-1.4/dict/clojurescript-mode create mode 100644 emacs.d/elpa/auto-complete-1.4/dict/coq-mode create mode 100644 emacs.d/elpa/auto-complete-1.4/dict/css-mode create mode 100644 emacs.d/elpa/auto-complete-1.4/dict/erlang-mode create mode 100644 emacs.d/elpa/auto-complete-1.4/dict/java-mode create mode 100644 emacs.d/elpa/auto-complete-1.4/dict/javascript-mode create mode 100644 emacs.d/elpa/auto-complete-1.4/dict/lua-mode create mode 100644 emacs.d/elpa/auto-complete-1.4/dict/php-mode create mode 100644 emacs.d/elpa/auto-complete-1.4/dict/python-mode create mode 100644 emacs.d/elpa/auto-complete-1.4/dict/ruby-mode create mode 100644 emacs.d/elpa/auto-complete-1.4/dict/scheme-mode create mode 100644 emacs.d/elpa/auto-complete-1.4/dict/sh-mode create mode 100644 emacs.d/elpa/auto-complete-1.4/dict/tcl-mode create mode 100644 emacs.d/elpa/auto-complete-1.4/dict/ts-mode create mode 100644 emacs.d/elpa/auto-complete-1.4/dict/tuareg-mode create mode 100644 emacs.d/elpa/auto-complete-1.4/doc/ac-fuzzy.png create mode 100644 emacs.d/elpa/auto-complete-1.4/doc/ac-isearch.png create mode 100644 emacs.d/elpa/auto-complete-1.4/doc/ac.png create mode 100644 emacs.d/elpa/auto-complete-1.4/doc/changes.ja.txt create mode 100644 emacs.d/elpa/auto-complete-1.4/doc/changes.txt create mode 100644 emacs.d/elpa/auto-complete-1.4/doc/demo.txt create mode 100644 emacs.d/elpa/auto-complete-1.4/doc/index.ja.txt create mode 100644 emacs.d/elpa/auto-complete-1.4/doc/index.txt create mode 100644 emacs.d/elpa/auto-complete-1.4/doc/manual.ja.txt create mode 100644 emacs.d/elpa/auto-complete-1.4/doc/manual.txt create mode 100644 emacs.d/elpa/auto-complete-1.4/doc/style.css create mode 100644 emacs.d/elpa/buffer-move-0.4/buffer-move-autoloads.el create mode 100644 emacs.d/elpa/buffer-move-0.4/buffer-move-pkg.el create mode 100644 emacs.d/elpa/buffer-move-0.4/buffer-move-pkg.elc create mode 100644 emacs.d/elpa/buffer-move-0.4/buffer-move.el create mode 100644 emacs.d/elpa/buffer-move-0.4/buffer-move.elc create mode 100644 emacs.d/elpa/color-theme-20080305.834/color-theme-autoloads.el create mode 100644 emacs.d/elpa/color-theme-20080305.834/color-theme-pkg.el create mode 100644 emacs.d/elpa/color-theme-20080305.834/color-theme-pkg.elc create mode 100755 emacs.d/elpa/color-theme-20080305.834/color-theme.el create mode 100644 emacs.d/elpa/color-theme-20080305.834/color-theme.elc create mode 100644 emacs.d/elpa/color-theme-20080305.834/themes/color-theme-example.el create mode 100644 emacs.d/elpa/color-theme-20080305.834/themes/color-theme-example.elc create mode 100755 emacs.d/elpa/color-theme-20080305.834/themes/color-theme-library.el create mode 100644 emacs.d/elpa/color-theme-20080305.834/themes/color-theme-library.elc create mode 100644 emacs.d/elpa/color-theme-solarized-20130307.1350/color-theme-solarized-autoloads.el create mode 100644 emacs.d/elpa/color-theme-solarized-20130307.1350/color-theme-solarized-pkg.el create mode 100644 emacs.d/elpa/color-theme-solarized-20130307.1350/color-theme-solarized-pkg.elc create mode 100644 emacs.d/elpa/color-theme-solarized-20130307.1350/color-theme-solarized.el create mode 100644 emacs.d/elpa/color-theme-solarized-20130307.1350/color-theme-solarized.elc create mode 100644 emacs.d/elpa/color-theme-solarized-20130307.1350/solarized-dark-theme.el create mode 100644 emacs.d/elpa/color-theme-solarized-20130307.1350/solarized-dark-theme.elc create mode 100644 emacs.d/elpa/color-theme-solarized-20130307.1350/solarized-definitions.el create mode 100644 emacs.d/elpa/color-theme-solarized-20130307.1350/solarized-definitions.elc create mode 100644 emacs.d/elpa/color-theme-solarized-20130307.1350/solarized-light-theme.el create mode 100644 emacs.d/elpa/color-theme-solarized-20130307.1350/solarized-light-theme.elc create mode 100644 emacs.d/elpa/elpy-1.0/LICENSE create mode 100644 emacs.d/elpa/elpy-1.0/README create mode 100644 emacs.d/elpa/elpy-1.0/elpy-autoloads.el create mode 100644 emacs.d/elpa/elpy-1.0/elpy-pkg.el create mode 100644 emacs.d/elpa/elpy-1.0/elpy-pkg.elc create mode 100644 emacs.d/elpa/elpy-1.0/elpy-refactor.el create mode 100644 emacs.d/elpa/elpy-1.0/elpy-refactor.elc create mode 100644 emacs.d/elpa/elpy-1.0/elpy.el create mode 100644 emacs.d/elpa/elpy-1.0/elpy.elc create mode 100644 emacs.d/elpa/erlang-2.4.1/erlang-autoloads.el create mode 100644 emacs.d/elpa/erlang-2.4.1/erlang-pkg.el create mode 100644 emacs.d/elpa/erlang-2.4.1/erlang-pkg.elc create mode 100644 emacs.d/elpa/erlang-2.4.1/erlang.el create mode 100644 emacs.d/elpa/erlang-2.4.1/erlang.elc create mode 100644 emacs.d/elpa/find-file-in-project-3.2/find-file-in-project-autoloads.el create mode 100644 emacs.d/elpa/find-file-in-project-3.2/find-file-in-project-pkg.el create mode 100644 emacs.d/elpa/find-file-in-project-3.2/find-file-in-project-pkg.elc create mode 100644 emacs.d/elpa/find-file-in-project-3.2/find-file-in-project.el create mode 100644 emacs.d/elpa/find-file-in-project-3.2/find-file-in-project.elc create mode 100644 emacs.d/elpa/flymake-cursor-20121220.957/flymake-cursor-autoloads.el create mode 100644 emacs.d/elpa/flymake-cursor-20121220.957/flymake-cursor-pkg.el create mode 100644 emacs.d/elpa/flymake-cursor-20121220.957/flymake-cursor-pkg.elc create mode 100644 emacs.d/elpa/flymake-cursor-20121220.957/flymake-cursor.el create mode 100644 emacs.d/elpa/flymake-cursor-20121220.957/flymake-cursor.elc create mode 100644 emacs.d/elpa/fuzzy-0.1/fuzzy-autoloads.el create mode 100644 emacs.d/elpa/fuzzy-0.1/fuzzy-pkg.el create mode 100644 emacs.d/elpa/fuzzy-0.1/fuzzy-pkg.elc create mode 100644 emacs.d/elpa/fuzzy-0.1/fuzzy.el create mode 100644 emacs.d/elpa/fuzzy-0.1/fuzzy.elc create mode 100644 emacs.d/elpa/go-mode-20130809.1442/go-mode-autoloads.el create mode 100644 emacs.d/elpa/go-mode-20130809.1442/go-mode-load.el create mode 100644 emacs.d/elpa/go-mode-20130809.1442/go-mode-pkg.el create mode 100644 emacs.d/elpa/go-mode-20130809.1442/go-mode-pkg.elc create mode 100644 emacs.d/elpa/go-mode-20130809.1442/go-mode.el create mode 100644 emacs.d/elpa/go-mode-20130809.1442/go-mode.elc create mode 100644 emacs.d/elpa/highlight-indentation-0.5.0/highlight-indentation-autoloads.el create mode 100644 emacs.d/elpa/highlight-indentation-0.5.0/highlight-indentation-pkg.el create mode 100644 emacs.d/elpa/highlight-indentation-0.5.0/highlight-indentation-pkg.elc create mode 100644 emacs.d/elpa/highlight-indentation-0.5.0/highlight-indentation.el create mode 100644 emacs.d/elpa/highlight-indentation-0.5.0/highlight-indentation.elc create mode 100644 emacs.d/elpa/idomenu-0.1/idomenu-autoloads.el create mode 100644 emacs.d/elpa/idomenu-0.1/idomenu-pkg.el create mode 100644 emacs.d/elpa/idomenu-0.1/idomenu-pkg.elc create mode 100644 emacs.d/elpa/idomenu-0.1/idomenu.el create mode 100644 emacs.d/elpa/idomenu-0.1/idomenu.elc create mode 100644 emacs.d/elpa/iedit-0.97/README.org create mode 100644 emacs.d/elpa/iedit-0.97/iedit-autoloads.el create mode 100644 emacs.d/elpa/iedit-0.97/iedit-lib.el create mode 100644 emacs.d/elpa/iedit-0.97/iedit-lib.elc create mode 100644 emacs.d/elpa/iedit-0.97/iedit-pkg.el create mode 100644 emacs.d/elpa/iedit-0.97/iedit-pkg.elc create mode 100644 emacs.d/elpa/iedit-0.97/iedit-rect.el create mode 100644 emacs.d/elpa/iedit-0.97/iedit-rect.elc create mode 100644 emacs.d/elpa/iedit-0.97/iedit-tests.el create mode 100644 emacs.d/elpa/iedit-0.97/iedit-tests.elc create mode 100644 emacs.d/elpa/iedit-0.97/iedit.el create mode 100644 emacs.d/elpa/iedit-0.97/iedit.elc create mode 100644 emacs.d/elpa/magit-1.2.0/dir create mode 100644 emacs.d/elpa/magit-1.2.0/magit-autoloads.el create mode 100644 emacs.d/elpa/magit-1.2.0/magit-bisect.el create mode 100644 emacs.d/elpa/magit-1.2.0/magit-bisect.elc create mode 100644 emacs.d/elpa/magit-1.2.0/magit-blame.el create mode 100644 emacs.d/elpa/magit-1.2.0/magit-blame.elc create mode 100644 emacs.d/elpa/magit-1.2.0/magit-key-mode.el create mode 100644 emacs.d/elpa/magit-1.2.0/magit-key-mode.elc create mode 100644 emacs.d/elpa/magit-1.2.0/magit-pkg.el create mode 100644 emacs.d/elpa/magit-1.2.0/magit-pkg.elc create mode 100644 emacs.d/elpa/magit-1.2.0/magit-stgit.el create mode 100644 emacs.d/elpa/magit-1.2.0/magit-stgit.elc create mode 100644 emacs.d/elpa/magit-1.2.0/magit-svn.el create mode 100644 emacs.d/elpa/magit-1.2.0/magit-svn.elc create mode 100644 emacs.d/elpa/magit-1.2.0/magit-topgit.el create mode 100644 emacs.d/elpa/magit-1.2.0/magit-topgit.elc create mode 100644 emacs.d/elpa/magit-1.2.0/magit-wip.el create mode 100644 emacs.d/elpa/magit-1.2.0/magit-wip.elc create mode 100644 emacs.d/elpa/magit-1.2.0/magit.el create mode 100644 emacs.d/elpa/magit-1.2.0/magit.el-e create mode 100644 emacs.d/elpa/magit-1.2.0/magit.elc create mode 100644 emacs.d/elpa/magit-1.2.0/magit.info create mode 100644 emacs.d/elpa/magit-1.2.0/rebase-mode.el create mode 100644 emacs.d/elpa/magit-1.2.0/rebase-mode.elc create mode 100644 emacs.d/elpa/nose-0.1.1/nose-autoloads.el create mode 100644 emacs.d/elpa/nose-0.1.1/nose-pkg.el create mode 100644 emacs.d/elpa/nose-0.1.1/nose-pkg.elc create mode 100644 emacs.d/elpa/nose-0.1.1/nose.el create mode 100644 emacs.d/elpa/nose-0.1.1/nose.elc create mode 100644 emacs.d/elpa/popup-0.5/popup-autoloads.el create mode 100644 emacs.d/elpa/popup-0.5/popup-pkg.el create mode 100644 emacs.d/elpa/popup-0.5/popup-pkg.elc create mode 100644 emacs.d/elpa/popup-0.5/popup.el create mode 100644 emacs.d/elpa/popup-0.5/popup.elc create mode 100644 emacs.d/elpa/virtualenv-1.2/virtualenv-autoloads.el create mode 100644 emacs.d/elpa/virtualenv-1.2/virtualenv-pkg.el create mode 100644 emacs.d/elpa/virtualenv-1.2/virtualenv-pkg.elc create mode 100644 emacs.d/elpa/virtualenv-1.2/virtualenv.el create mode 100644 emacs.d/elpa/virtualenv-1.2/virtualenv.elc create mode 100644 emacs.d/elpa/yaml-mode-0.0.7/yaml-mode-autoloads.el create mode 100644 emacs.d/elpa/yaml-mode-0.0.7/yaml-mode-pkg.el create mode 100644 emacs.d/elpa/yaml-mode-0.0.7/yaml-mode-pkg.elc create mode 100644 emacs.d/elpa/yaml-mode-0.0.7/yaml-mode.el create mode 100644 emacs.d/elpa/yaml-mode-0.0.7/yaml-mode.elc create mode 100644 emacs.d/elpa/yasnippet-0.8.0/ChangeLog create mode 100644 emacs.d/elpa/yasnippet-0.8.0/README create mode 100644 emacs.d/elpa/yasnippet-0.8.0/dropdown-list.el create mode 100644 emacs.d/elpa/yasnippet-0.8.0/dropdown-list.elc create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/c++-mode/.yas-parents create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/c++-mode/beginend create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/c++-mode/class create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/c++-mode/ns create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/c++-mode/template create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/c++-mode/using create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/c-mode/.yas-parents create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/c-mode/fopen create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/c-mode/printf create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/cc-mode/.yas-parents create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/cc-mode/do create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/cc-mode/for create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/cc-mode/if create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/cc-mode/inc create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/cc-mode/inc.1 create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/cc-mode/main create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/cc-mode/once create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/cc-mode/struct create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/cperl-mode/.yas-parents create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/csharp-mode/.yas-parents create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/csharp-mode/attrib create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/csharp-mode/attrib.1 create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/csharp-mode/attrib.2 create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/csharp-mode/class create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/csharp-mode/comment create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/csharp-mode/comment.1 create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/csharp-mode/comment.2 create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/csharp-mode/comment.3 create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/csharp-mode/method create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/csharp-mode/namespace create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/csharp-mode/prop create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/csharp-mode/region create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/csharp-mode/using create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/csharp-mode/using.1 create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/csharp-mode/using.2 create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/css-mode/.yas-parents create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/css-mode/bg create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/css-mode/bg.1 create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/css-mode/bor create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/css-mode/cl create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/css-mode/disp.block create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/css-mode/disp.inline create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/css-mode/disp.none create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/css-mode/ff create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/css-mode/fs create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/css-mode/mar.bottom create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/css-mode/mar.left create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/css-mode/mar.mar create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/css-mode/mar.margin create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/css-mode/mar.right create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/css-mode/mar.top create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/css-mode/pad.bottom create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/css-mode/pad.left create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/css-mode/pad.pad create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/css-mode/pad.padding create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/css-mode/pad.right create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/css-mode/pad.top create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/.read_me create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/.yas-parents create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/add-hook.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/and.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/append.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/apply.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/aref.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/aset.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/assq.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/autoload.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/backward-char.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/beginning-of-line.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/bounds-of-thing-at-point.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/buffer-file-name.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/buffer-modified-p.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/buffer-substring-no-properties.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/buffer-substring.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/car.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/cdr.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/concat.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/cond.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/condition-case.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/cons.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/consp.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/copy-directory.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/copy-file.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/current-buffer.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/custom-autoload.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/defalias.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/defcustom.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/define-key.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/defsubst.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/defun.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/defvar.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/delete-char.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/delete-directory.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/delete-file.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/delete-region.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/directory-files.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/dolist.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/end-of-line.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/eq.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/equal.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/error.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/expand-file-name.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/f.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/fboundp.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/file-name-directory.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/file-name-extension.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/file-name-nondirectory.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/file-name-sans-extension.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/file-relative-name.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/find-file.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/format.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/forward-char.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/forward-line.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/funcall.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/function.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/get.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/global-set-key.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/goto-char.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/if.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/insert-file-contents.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/insert.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/interactive.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/kbd.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/kill-buffer.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/lambda.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/length.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/let.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/line-beginning-position.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/line-end-position.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/list.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/looking-at.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/make-directory.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/make-local-variable.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/mapc.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/mapcar.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/match-beginning.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/match-end.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/match-string.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/memq.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/message.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/not.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/nth.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/null.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/number-to-string.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/or.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/point-max.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/point-min.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/point.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/princ.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/print.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/progn.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/push.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/put.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/re-search-backward.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/re-search-forward.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/region-active-p.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/region-beginning.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/region-end.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/rename-file.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/repeat.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/replace-regexp-in-string.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/replace-regexp.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/require.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/save-buffer.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/save-excursion.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/search-backward-regexp.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/search-backward.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/search-forward-regexp.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/search-forward.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/set-buffer.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/set-file-modes.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/set-mark.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/set.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/setq.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/skip-chars-backward.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/skip-chars-forward.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/split-string.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/string-match.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/string-to-number.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/string.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/string=.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/stringp.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/substring.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/thing-at-point.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/unless.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/vector.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/when.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/while.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/widget-get.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/with-current-buffer.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/x-dired.process_marked.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/x-file.process.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/x-file.read-lines.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/x-find-replace.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/x-grabstring.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/x-grabthing.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/x-traverse_dir.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/x-word-or-region.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/y-or-n-p.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/emacs-lisp-mode/yes-or-no-p.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/erlang-mode/.yas-parents create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/erlang-mode/after create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/erlang-mode/begin create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/erlang-mode/beh create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/erlang-mode/case create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/erlang-mode/compile create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/erlang-mode/def create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/erlang-mode/exp create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/erlang-mode/fun create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/erlang-mode/if create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/erlang-mode/ifdef create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/erlang-mode/ifndef create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/erlang-mode/imp create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/erlang-mode/inc create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/erlang-mode/inc.lib create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/erlang-mode/loop create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/erlang-mode/mod create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/erlang-mode/rcv create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/erlang-mode/rcv.after create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/erlang-mode/rec create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/erlang-mode/try create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/erlang-mode/undef create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/f90-mode/.yas-parents create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/f90-mode/au create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/f90-mode/bd create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/f90-mode/c create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/f90-mode/ch create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/f90-mode/cx create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/f90-mode/dc create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/f90-mode/do create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/f90-mode/dp create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/f90-mode/eq create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/f90-mode/ib create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/f90-mode/ic create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/f90-mode/ich create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/f90-mode/if create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/f90-mode/ii create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/f90-mode/il create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/f90-mode/in create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/f90-mode/inc create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/f90-mode/intr create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/f90-mode/ir create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/f90-mode/l create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/f90-mode/pa create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/f90-mode/pr create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/f90-mode/re create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/f90-mode/st create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/f90-mode/su create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/f90-mode/wr create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/html-mode/.yas-make-groups create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/html-mode/.yas-parents create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/html-mode/b.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/html-mode/body create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/html-mode/br create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/html-mode/code create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/html-mode/code.class create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/html-mode/div create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/html-mode/div.class create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/html-mode/div.id create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/html-mode/div.id-class create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/html-mode/dov create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/html-mode/form create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/html-mode/head create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/html-mode/header/h1 create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/html-mode/header/h2 create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/html-mode/header/h3 create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/html-mode/header/h4 create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/html-mode/header/h5 create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/html-mode/header/h6 create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/html-mode/hr create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/html-mode/href create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/html-mode/html create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/html-mode/html.xmlns create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/html-mode/i.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/html-mode/img create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/html-mode/input create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/html-mode/link.stylesheet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/html-mode/link.stylesheet-ie create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/html-mode/list/dd create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/html-mode/list/dl create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/html-mode/list/dl.id create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/html-mode/list/dt create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/html-mode/list/li create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/html-mode/list/li.class create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/html-mode/list/ol create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/html-mode/list/ol.class create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/html-mode/list/ol.id create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/html-mode/list/ul create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/html-mode/list/ul.class create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/html-mode/list/ul.id create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/html-mode/mailto create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/html-mode/meta/doctype create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/html-mode/meta/doctype.xhml1 create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/html-mode/meta/doctype.xhtml1_1 create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/html-mode/meta/doctype.xhtml1_strict create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/html-mode/meta/doctype.xhtml1_transitional create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/html-mode/meta/meta create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/html-mode/meta/meta.http-equiv create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/html-mode/p create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/html-mode/pre create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/html-mode/q.yasnippet create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/html-mode/quote create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/html-mode/script.javascript create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/html-mode/script.javascript-src create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/html-mode/span create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/html-mode/span.class create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/html-mode/span.id create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/html-mode/style create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/html-mode/table/table create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/html-mode/table/td create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/html-mode/table/th create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/html-mode/table/tr create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/html-mode/textarea create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/html-mode/title create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/latex-mode/.yas-parents create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/latex-mode/begin create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/markdown-mode/+ create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/markdown-mode/- create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/markdown-mode/.yas-parents create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/markdown-mode/_ create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/markdown-mode/__ create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/markdown-mode/` create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/markdown-mode/h1.1 create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/markdown-mode/h1.2 create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/markdown-mode/h2.1 create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/markdown-mode/h2.2 create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/markdown-mode/h3 create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/markdown-mode/h4 create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/markdown-mode/h5 create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/markdown-mode/h6 create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/markdown-mode/hr.1 create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/markdown-mode/hr.2 create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/markdown-mode/img create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/markdown-mode/link create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/markdown-mode/ol create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/markdown-mode/rimg create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/markdown-mode/rlb create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/markdown-mode/rlink create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/.yas-make-groups create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/.yas-parents create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/body create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/br create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/code create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/div create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/form create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/head create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/header/h1 create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/header/h2 create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/header/h3 create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/header/h4 create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/header/h5 create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/header/h6 create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/hr create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/href create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/html create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/img create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/input create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/li create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/link create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/meta/doctype create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/meta/doctype.xhtml1_strict create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/meta/doctype.xhtml1_transitional create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/meta/meta create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/name create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/ol create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/p create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/pre create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/quote create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/span create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/style create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/table create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/tag.1l create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/tag.2l create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/td create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/th create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/title create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/tr create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/ul create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/objc-mode/.yas-parents create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/objc-mode/prop create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/perl-mode/.yas-parents create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/perl-mode/eval create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/perl-mode/for create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/perl-mode/fore create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/perl-mode/if create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/perl-mode/ife create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/perl-mode/ifee create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/perl-mode/sub create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/perl-mode/unless create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/perl-mode/while create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/perl-mode/xfore create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/perl-mode/xif create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/perl-mode/xunless create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/perl-mode/xwhile create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/python-mode/.yas-parents create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/python-mode/__ create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/python-mode/class create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/python-mode/def create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/python-mode/defm create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/python-mode/for create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/python-mode/ifmain create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/python-mode/prop create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/python-mode/propg create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/python-mode/propsg create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/python-mode/while create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/rst-mode/.yas-parents create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/rst-mode/chap create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/rst-mode/sec create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/rst-mode/tit create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/.yas-make-groups create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/.yas-parents create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/collections/all create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/collections/any create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/collections/classify create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/collections/collect create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/collections/deli create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/collections/det create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/collections/ea create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/collections/eac create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/collections/eai create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/collections/eav create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/collections/eawi create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/collections/inject create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/collections/reject create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/collections/select create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/collections/zip create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/control structure/forin create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/control structure/if create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/control structure/ife create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/control structure/tim create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/control structure/until create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/control structure/upt create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/control structure/when create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/control structure/while create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/definitions/Comp create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/definitions/am create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/definitions/cla create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/definitions/cls create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/definitions/mm create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/definitions/r create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/definitions/rw create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/definitions/w create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/general/# create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/general/=b create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/general/app create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/general/bm create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/general/case create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/general/dee create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/general/rb create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/general/req create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/general/rreq create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/general/y create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/.yas-parents create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/act create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/act.arg create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/actor create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/ano create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/app create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/arr.new create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/arr.val-new create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/asof create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/ass create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/ass.true create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/at.author create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/at.param create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/at.return create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/at.version create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/bang create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/case create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/case.match-all create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/cast create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/cc create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/cl create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/cl.abs create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/cl.abs-arg create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/cl.arg create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/clof create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/co create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/cons create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/cons.nil create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/def.arg create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/def.arg-body create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/def.arg-ret create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/def.arg-ret-body create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/def.body create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/def.ret create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/def.ret-body create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/def.simple create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/doc.class create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/doc.def create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/doc.file create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/doc.file-scala create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/doc.file-scala-api create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/doc.scaladoc create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/expect create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/ext create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/for.extract create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/for.if create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/for.loop create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/for.multi create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/foreach create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/hmap.new create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/hmap.val-new create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/hset.new create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/hset.val-new create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/if create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/if.else create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/imp create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/intercept create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/isof create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/ls.new create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/ls.val-new create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/main create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/map create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/map.new create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/match create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/match.can create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/match.option create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/mix create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/ob create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/pac create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/pr.newline create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/pr.simple create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/pr.string create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/pr.trace create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/pri create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/pri.param create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/pro create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/pro.param create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/suite create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/test create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/throw create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/tr create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/tr.ext create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/tr.ext-with create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/tr.with create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/try create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/try.catch-finally create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/try.finally create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/tup.arrow create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/tup.paren create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/val create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/val.new create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/val.ret create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/var create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/var.new create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/var.ret create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/whi create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/with create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/snippet-mode/.yas-parents create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/snippet-mode/field create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/snippet-mode/mirror create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/snippet-mode/vars create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/sql-mode/.yas-parents create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/sql-mode/column create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/sql-mode/constraint create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/sql-mode/constraint.1 create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/sql-mode/create create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/sql-mode/create.1 create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/sql-mode/references create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/text-mode/email create mode 100644 emacs.d/elpa/yasnippet-0.8.0/snippets/text-mode/time create mode 100644 emacs.d/elpa/yasnippet-0.8.0/yasnippet-autoloads.el create mode 100644 emacs.d/elpa/yasnippet-0.8.0/yasnippet-pkg.el create mode 100644 emacs.d/elpa/yasnippet-0.8.0/yasnippet-pkg.elc create mode 100644 emacs.d/elpa/yasnippet-0.8.0/yasnippet.el create mode 100644 emacs.d/elpa/yasnippet-0.8.0/yasnippet.elc create mode 100644 gitconfig create mode 100644 gitignore_global create mode 160000 oh-my-zsh create mode 100755 setup.sh create mode 100644 zshrc diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..2071488 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "oh-my-zsh"] + path = oh-my-zsh + url = git://github.com/robbyrussell/oh-my-zsh diff --git a/emacs b/emacs new file mode 100644 index 0000000..68e770e --- /dev/null +++ b/emacs @@ -0,0 +1,44 @@ +; load all the other good things +(add-to-list 'load-path "~/.emacs.d") + +;disable backup +(setq backup-inhibited t) +;disable auto save +(setq auto-save-default nil) + +;disable abbrev-mode +(setq default-abbrev-mode nil) + +;final newline +(setq require-final-newline t) +(setq mode-require-final-newline t) + +;remove trailing whitespace +(add-hook 'before-save-hook 'delete-trailing-whitespace) + +;disable vc-git (dont use it and too slow to start up) +(setq vc-handled-backends nil) + +;auto-indent +(define-key global-map (kbd "RET") 'newline-and-indent) + +;enable package manager +(require 'package) +(setq package-archives '(("gnu" . "http://elpa.gnu.org/packages/") + ("marmalade" . "http://marmalade-repo.org/packages/") + ("melpa" . "http://melpa.milkbox.net/packages/"))) +(package-initialize) + +(require 'flymake-cursor) +(add-hook 'find-file-hook 'flymake-find-file-hook) + +(elpy-enable) + +;call gofmt on the script when saving +(add-hook 'go-mode-hook + '(lambda () + (add-hook 'before-save-hook 'gofmt))) + +;solarize ALL the things +(color-theme-initialize) +(color-theme-solarized-dark) diff --git a/emacs.d/elpa/ack-1.2/ChangeLog b/emacs.d/elpa/ack-1.2/ChangeLog new file mode 100644 index 0000000..a687261 --- /dev/null +++ b/emacs.d/elpa/ack-1.2/ChangeLog @@ -0,0 +1,73 @@ +2013-05-04 Leo Liu + + * ack: bump to version 1.2 to make the archiver happy + + Fix http://debbugs.gnu.org/14338 + +2013-04-21 Leo Liu + + * ack: doc fix and release 1.01 + + Support the silver search (ag) + https://github.com/ggreer/the_silver_searcher which is an order of + magnitude faster than ack. + +2013-04-20 Leo Liu + + * ack: Release v1.0 + +2013-02-26 Leo Liu + + * ack.el: work around bug http://debbugs.gnu.org/13811 + + Use setq-local and enhance minibuffer prompt update feature. + +2013-02-07 Leo Liu + + * ack: release v0.9 + + - remove emacs 23 support + - add a new command ack-mode-display-match + +2013-01-13 Leo Liu + + New command ack-yank-symbol-at-point and bind it to M-Y + + Thanks to scottj@irc.freenode.net for request and testing. + Also update copyright years. + +2012-11-19 Leo Liu + + * ack.el (ack-buffer-name-function): New user variable + + Thanks to scottj@irc.freenode.net for request and testing. + +2012-10-21 Leo Liu + + * ack.el: Make minibuffer prompt more informative + +2012-10-08 Leo Liu + + * README (Usage): Doc fix + +2012-10-08 Chong Yidong + + Fix copyright headers for ack package + +2012-10-08 Chong Yidong + + Convert packages/ack/README.rst to a package.el compatible README. + Tweak the description of the ack package in packages/ack/ack-pkg.el. + +2012-10-04 Leo Liu + + Add file ack-pkg.el + +2012-10-04 Leo Liu + + Sync ack.el and pcmpl-ack.el to version 0.8 + +2012-10-01 Leo Liu + + Add ack + diff --git a/emacs.d/elpa/ack-1.2/README b/emacs.d/elpa/ack-1.2/README new file mode 100644 index 0000000..35503de --- /dev/null +++ b/emacs.d/elpa/ack-1.2/README @@ -0,0 +1,34 @@ +This package provides an interface to ack http://beyondgrep.com -- a +tool like grep, designed for programmers with large trees of +heterogeneous source code. It builds on standard packages `compile.el' +and `ansi-color.el' and lets you seamlessly run `ack' with its large +set of options. + +Ack-like tools such as the silver search (ag) and git/hg/bzr grep are +well supported too. + +Usage: +Type `M-x ack' and provide a pattern to search. +Type `C-u M-x ack' to search from current project root. +Type `C-u C-u M-x ack' to interactively choose a directory to search. + +While reading ack command and args from the minibuffer, the following +key bindings may be useful: + +- `M-I' inserts a template for case-insensitive file name search +- `M-G' inserts a template for `git grep', `hg grep' or `bzr grep' +- `M-Y' inserts the symbol at point from the window before entering + the minibuffer +- `TAB' completes ack options + +This package does not require `--nogroup' nor `--noheading'. +Coloring is performed using the standard library ansi-color.el. + +Screenshots: +http://i.imgur.com/VwWyzAe.png +http://i.imgur.com/rwjC4pa.png + +Bugs: +https://github.com/leoliu/ack-el/issues + +ack.el was written by Leo Liu, with contributions from Phillip Lord. diff --git a/emacs.d/elpa/ack-1.2/ack-autoloads.el b/emacs.d/elpa/ack-1.2/ack-autoloads.el new file mode 100644 index 0000000..92a9ebc --- /dev/null +++ b/emacs.d/elpa/ack-1.2/ack-autoloads.el @@ -0,0 +1,49 @@ +;;; ack-autoloads.el --- automatically extracted autoloads +;; +;;; Code: + + +;;;### (autoloads (ack) "ack" "ack.el" (20884 64193)) +;;; Generated autoloads from ack.el + +(autoload 'ack "ack" "\ +Run ack using COMMAND-ARGS and collect output in a buffer. +When called interactively, the value of DIRECTORY is provided by +`ack-default-directory-function'. + +The following keys are available while reading from the +minibuffer: + +\\{ack-minibuffer-local-map} + +\(fn COMMAND-ARGS &optional DIRECTORY)" t nil) + +;;;*** + +;;;### (autoloads (pcomplete/ack) "pcmpl-ack" "pcmpl-ack.el" (20884 +;;;;;; 64193)) +;;; Generated autoloads from pcmpl-ack.el + +(autoload 'pcomplete/ack "pcmpl-ack" "\ +Completion for the `ack' command. +Start an argument with '-' to complete short options and '--' for +long options. + +\(fn)" nil nil) + +(defalias 'pcomplete/ack-grep 'pcomplete/ack) + +;;;*** + +;;;### (autoloads nil nil ("ack-pkg.el") (20884 64193 379608)) + +;;;*** + +(provide 'ack-autoloads) +;; Local Variables: +;; version-control: never +;; no-byte-compile: t +;; no-update-autoloads: t +;; coding: utf-8 +;; End: +;;; ack-autoloads.el ends here diff --git a/emacs.d/elpa/ack-1.2/ack-pkg.el b/emacs.d/elpa/ack-1.2/ack-pkg.el new file mode 100644 index 0000000..dc627cb --- /dev/null +++ b/emacs.d/elpa/ack-1.2/ack-pkg.el @@ -0,0 +1 @@ +(define-package "ack" "1.2" "Interface to ack-like source code search tools") diff --git a/emacs.d/elpa/ack-1.2/ack-pkg.elc b/emacs.d/elpa/ack-1.2/ack-pkg.elc new file mode 100644 index 0000000000000000000000000000000000000000..e3e212fa6454a9f811ec9e629883851f646c94ae GIT binary patch literal 619 zcmbtR!A`?44Bfduz}4Cbq&1}-47Ofi(+-nBLSlS?m!xadG_H~iG`=3ULkPriKE#Rr z@}8euuAf#HqtPfS%Mw=9cE)N2yCdwpj?tpqD{>FZ{t?n=luM!}eeonLNwh!?w)Fv? z@d)`0@_bRu7Pog$T<6n)vGUYH#hj461?@xjn>G`=MHz(3wCylM*`&EBhTJuKq3u9n z9ISg7yz_sgcdF5){c0y>a_6 z;jRx6P$~BOqm$1?G5^P*h&dcZkmMpV_zGR}&AfO8{Bl1rs4<8<2bYH+V%%y|rBUJ{=h$6hOx c8X`fzJ8K%vjt`zok`&+Bo2 +;; Version: 1.2 +;; Keywords: tools, processes, convenience +;; Created: 2012-03-24 +;; URL: https://github.com/leoliu/ack-el + +;; This program is free software; you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. + +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. + +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see . + +;;; Commentary: + +;; This package provides an interface to ack http://beyondgrep.com -- +;; a tool like grep, designed for programmers with large trees of +;; heterogeneous source code. It builds on standard packages +;; `compile.el' and `ansi-color.el' and lets you seamlessly run `ack' +;; with its large set of options. +;; +;; Ack-like tools such as the silver search (ag) and git/hg/bzr grep +;; are well supported too. + +;;; Usage: + +;; + Type `M-x ack' and provide a pattern to search. +;; + Type `C-u M-x ack' to search from current project root. +;; + Type `C-u C-u M-x ack' to interactively choose a directory to +;; search. +;; +;; Note: use `ack-default-directory-function' for customised +;; behaviour. +;; +;; When in the minibuffer the following key bindings may be useful: +;; +;; + `M-I' inserts a template for case-insensitive file name search +;; + `M-G' inserts a template for `git grep', `hg grep' or `bzr grep' +;; + `M-Y' inserts the symbol at point from the window before entering +;; the minibuffer +;; + `TAB' completes ack options + +;;; Bugs: https://github.com/leoliu/ack-el/issues + +;;; Code: + +(require 'compile) +(require 'ansi-color) +(autoload 'shell-completion-vars "shell") + +(eval-when-compile + (unless (fboundp 'setq-local) + (defmacro setq-local (var val) + (list 'set (list 'make-local-variable (list 'quote var)) val)))) + +(defgroup ack nil + "Run `ack' and display the results." + :group 'tools + :group 'processes) + +;; Used implicitly by `define-compilation-mode' +(defcustom ack-scroll-output nil + "Similar to `compilation-scroll-output' but for the *Ack* buffer." + :type 'boolean + :group 'ack) + +(defcustom ack-command + ;; Note: on GNU/Linux ack may be renamed to ack-grep + (concat (file-name-nondirectory (or (executable-find "ack-grep") + (executable-find "ack") + (executable-find "ag") + "ack")) " ") + "The default command for \\[ack]. + +Note also options to ack can be specified in ACK_OPTIONS +environment variable and .ackrc, which you can disable by the +--noenv switch." + :type 'string + :safe 'stringp + :group 'ack) + +(defcustom ack-buffer-name-function nil + "If non-nil, a function to compute the name of an ack buffer. +See `compilation-buffer-name-function' for details." + :type '(choice function (const nil)) + :group 'ack) + +(defcustom ack-vc-grep-commands + '((".git" . "git --no-pager grep --color -n -i") + (".hg" . "hg grep -n -i") + ;; Plugin bzr-grep required for bzr < 2.6 + (".bzr" . "bzr grep --color=always -n -i")) + "An alist of vc grep commands for `ack-skel-vc-grep'. +Each element is of the form (VC_DIR . CMD)." + :type '(repeat (cons string string)) + :group 'ack) + +(defcustom ack-default-directory-function 'ack-default-directory + "A function to return the default directory for `ack'. +It is called with one arg, the prefix arg to `ack'." + :type 'function + :group 'ack) + +(defcustom ack-project-root-patterns + (list (concat "\\`" (regexp-quote dir-locals-file) "\\'") + "\\`Project\\.ede\\'" + "\\.xcodeproj\\'" ; xcode + "\\`\\.ropeproject\\'" ; python rope + "\\`\\.\\(?:CVS\\|bzr\\|git\\|hg\\|svn\\)\\'") + "A list of regexps to match files in a project root. +Used by `ack-guess-project-root'." + :type '(repeat string) + :group 'ack) + +(defcustom ack-minibuffer-setup-hook nil + "Ack-specific hook for `minibuffer-setup-hook'." + :type 'hook + :group 'ack) + +;;; ======== END of USER OPTIONS ======== + +(defvar ack-history nil "History list for ack.") + +(defvar ack-first-column 0 + "Value to use for `compilation-first-column' in ack buffers.") + +(defvar ack-error-screen-columns nil + "Value to use for `compilation-error-screen-columns' in ack buffers.") + +(defvar ack-error "ack match" + "Stem of message to print when no matches are found.") + +(defun ack-filter () + "Handle match highlighting escape sequences inserted by the ack process. +This function is called from `compilation-filter-hook'." + (save-excursion + (let ((ansi-color-apply-face-function + (lambda (beg end face) + (when face + (ansi-color-apply-overlay-face beg end face) + (put-text-property beg end 'ack-color t))))) + (ansi-color-apply-on-region compilation-filter-start (point))))) + +(defvar ack-mode-font-lock-keywords + '(("^--$" 0 'shadow) + ;; Command output lines. + (": \\(.+\\): \\(?:Permission denied\\|No such \\(?:file or directory\\|device or address\\)\\)$" + 1 'compilation-error) + ;; Remove match from ack-error-regexp-alist before fontifying + ("^Ack \\(?:started\\|finished\\) at.*" + (0 '(face nil compilation-message nil message nil help-echo nil mouse-face nil) t)) + ("^Ack \\(exited abnormally\\|interrupt\\|killed\\|terminated\\)\\(?:.*with code \\([0-9]+\\)\\)?.*" + (0 '(face nil compilation-message nil message nil help-echo nil mouse-face nil) t) + (1 'compilation-error) + (2 'compilation-error nil t))) + "Additional things to highlight in ack output. +This gets tacked on the end of the generated expressions.") + +(defun ack--column-start () + (or (let* ((beg (match-end 0)) + (end (save-excursion + (goto-char beg) + (line-end-position))) + (mbeg (text-property-any beg end 'ack-color t))) + (when mbeg (- mbeg beg))) + ;; Use column number from `ack' itself if available + (when (match-string 4) + (1- (string-to-number (match-string 4)))))) + +(defun ack--column-end () + (let* ((beg (match-end 0)) + (end (save-excursion + (goto-char beg) + (line-end-position))) + (mbeg (text-property-any beg end 'ack-color t)) + (mend (and mbeg (next-single-property-change + mbeg 'ack-color nil end)))) + (when mend (- mend beg)))) + +(defun ack--file () + (let (file) + (save-excursion + (while (progn + (forward-line -1) + (looking-at-p "^--$"))) + (setq file (or (get-text-property (line-beginning-position) 'ack-file) + (progn + (put-text-property (line-beginning-position) + (line-end-position) + 'font-lock-face compilation-info-face) + (buffer-substring-no-properties + (line-beginning-position) (line-end-position)))))) + (put-text-property (line-beginning-position) + (min (1+ (line-end-position)) (point-max)) 'ack-file file) + (list file))) + +;;; `compilation-mode-font-lock-keywords' -> +;;; `compilation--ensure-parse' -> `compilation--parse-region' -> +;;; `compilation-parse-errors' -> `compilation-error-properties'. +;;; `compilation-error-properties' returns nil if a previous pattern +;;; in the regexp alist has already been applied in a region. + +(defconst ack-error-regexp-alist + `(;; grouping line (--group or --heading) + ("^\\([1-9][0-9]*\\)\\(:\\|-\\)\\(?:\\(?4:[1-9][0-9]*\\)\\2\\)?" + ack--file 1 (ack--column-start . ack--column-end) + nil nil (4 compilation-column-face nil t)) + ;; none grouping line (--nogroup or --noheading) + ("^\\(.+?\\)\\(:\\|-\\)\\([1-9][0-9]*\\)\\2\\(?:\\(?4:[1-9][0-9]*\\)\\2\\)?" + 1 3 (ack--column-start . ack--column-end) + nil nil (4 compilation-column-face nil t)) + ("^Binary file \\(.+\\) matches$" 1 nil nil 0 1)) + "Ack version of `compilation-error-regexp-alist' (which see).") + +(defvar ack-process-setup-function 'ack-process-setup) + +(defun ack-process-setup () + ;; Handle `hg grep' output + (when (string-match-p "^[ \t]*hg[ \t]" (car compilation-arguments)) + (setq compilation-error-regexp-alist + '(("^\\(.+?:[0-9]+:\\)\\(?:\\([0-9]+\\):\\)?" 1 2))) + (setq-local compilation-parse-errors-filename-function + (lambda (file) + (save-match-data + (if (string-match "\\(.+\\):\\([0-9]+\\):" file) + (match-string 1 file) + file))))) + ;; Handle `bzr grep' output + (when (string-match-p "^[ \t]*bzr[ \t]" (car compilation-arguments)) + (setq-local compilation-parse-errors-filename-function + (lambda (file) + (save-match-data + ;; 'bzr grep -r' has files like `termcolor.py~147' + (if (string-match "\\(.+\\)~\\([0-9]+\\)" file) + (match-string 1 file) + file)))))) + +(define-compilation-mode ack-mode "Ack" + "A compilation mode tailored for ack." + (setq-local compilation-disable-input t) + (setq-local compilation-error-face 'compilation-info) + (add-hook 'compilation-filter-hook 'ack-filter nil t)) + +;;; `compilation-display-error' is introduced in 24.4 +(unless (fboundp 'compilation-display-error) + (defun ack-mode-display-match () + "Display in another window the match in current line." + (interactive) + (setq compilation-current-error (point)) + (next-error-no-select 0)) + (define-key ack-mode-map "\C-o" #'ack-mode-display-match)) + +(defun ack-skel-file () + "Insert a template for case-insensitive file name search." + (interactive) + (delete-minibuffer-contents) + (let ((ack (or (car (split-string ack-command nil t)) "ack"))) + (if (equal ack "ag") + (skeleton-insert `(nil ,ack " -ig '" _ "'")) + (skeleton-insert `(nil ,ack " -g '(?i:" _ ")'"))))) + +;; Work around bug http://debbugs.gnu.org/13811 +(defvar ack--project-root nil) ; dynamically bound in `ack' + +(defun ack-skel-vc-grep () + "Insert a template for vc grep search." + (interactive) + (let* ((regexp (concat "\\`" (regexp-opt + (mapcar 'car ack-vc-grep-commands)) + "\\'")) + (root (or (ack-guess-project-root default-directory regexp) + (error "Cannot locate vc project root"))) + (which (car (directory-files root nil regexp))) + (backend (downcase (substring which 1))) + (cmd (or (cdr (assoc which ack-vc-grep-commands)) + (error "No command provided for `%s grep'" backend)))) + (setq ack--project-root root) + (delete-minibuffer-contents) + (skeleton-insert `(nil ,cmd " '" _ "'")))) + +(defun ack-yank-symbol-at-point () + "Yank the symbol from the window before entering the minibuffer." + (interactive) + (let ((symbol (and (minibuffer-selected-window) + (with-current-buffer + (window-buffer (minibuffer-selected-window)) + (thing-at-point 'symbol))))) + (if symbol (insert symbol) + (minibuffer-message "No symbol found")))) + +(defvar ack-minibuffer-local-map + (let ((map (make-sparse-keymap))) + (set-keymap-parent map minibuffer-local-map) + (define-key map "\t" 'completion-at-point) + (define-key map "\M-I" 'ack-skel-file) + (define-key map "\M-G" 'ack-skel-vc-grep) + (define-key map "\M-Y" 'ack-yank-symbol-at-point) + (define-key map "'" 'skeleton-pair-insert-maybe) + map) + "Keymap used for reading `ack' command and args in minibuffer.") + +(defun ack-guess-project-root (start-directory &optional regexp) + (let ((regexp (or regexp + (mapconcat 'identity ack-project-root-patterns "\\|"))) + (parent (file-name-directory + (directory-file-name (expand-file-name start-directory))))) + (if (directory-files start-directory nil regexp) + start-directory + (unless (equal parent start-directory) + (ack-guess-project-root parent regexp))))) + +(defun ack-default-directory (arg) + "A function for `ack-default-directory-function'. +With no \\[universal-argument], return `default-directory'; +With one \\[universal-argument], find the project root according to +`ack-project-root-patterns'; +Otherwise, interactively choose a directory." + (cond + ((not arg) default-directory) + ((= (prefix-numeric-value arg) 4) + (or (ack-guess-project-root default-directory) + (ack-default-directory '(16)))) + (t (read-directory-name "In directory: " nil nil t)))) + +(defun ack-update-minibuffer-prompt (&optional _beg _end _len) + (when (minibufferp) + (let ((inhibit-read-only t)) + (save-excursion + (goto-char (minibuffer-prompt-end)) + (when (looking-at "\\(\\w+\\)\\s-") + (put-text-property + (point-min) (minibuffer-prompt-end) + 'display + (format "Run %s in `%s': " + (match-string-no-properties 1) + (file-name-nondirectory + (directory-file-name ack--project-root))))))))) + +(defun ack-minibuffer-setup-function () + (shell-completion-vars) + (add-hook 'after-change-functions + #'ack-update-minibuffer-prompt nil t) + (ack-update-minibuffer-prompt) + (run-hooks 'ack-minibuffer-setup-hook)) + +;;;###autoload +(defun ack (command-args &optional directory) + "Run ack using COMMAND-ARGS and collect output in a buffer. +When called interactively, the value of DIRECTORY is provided by +`ack-default-directory-function'. + +The following keys are available while reading from the +minibuffer: + +\\{ack-minibuffer-local-map}" + (interactive + (let ((ack--project-root (or (funcall ack-default-directory-function + current-prefix-arg) + default-directory)) + ;; Disable completion cycling; see http://debbugs.gnu.org/12221 + (completion-cycle-threshold nil)) + (list (minibuffer-with-setup-hook 'ack-minibuffer-setup-function + (read-from-minibuffer "Ack: " + ack-command + ack-minibuffer-local-map + nil 'ack-history)) + ack--project-root))) + (let ((default-directory (expand-file-name + (or directory default-directory)))) + ;; Change to the compilation buffer so that `ack-buffer-name-function' can + ;; make use of `compilation-arguments'. + (with-current-buffer (compilation-start command-args 'ack-mode) + (when ack-buffer-name-function + (rename-buffer (funcall ack-buffer-name-function "ack")))))) + +(provide 'ack) +;;; ack.el ends here diff --git a/emacs.d/elpa/ack-1.2/ack.elc b/emacs.d/elpa/ack-1.2/ack.elc new file mode 100644 index 0000000000000000000000000000000000000000..8644b26b2afc1a59fac187b4f31786dca4bfd43a GIT binary patch literal 14246 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 literal 0 HcmV?d00001 diff --git a/emacs.d/elpa/ack-1.2/pcmpl-ack.el b/emacs.d/elpa/ack-1.2/pcmpl-ack.el new file mode 100644 index 0000000..3029367 --- /dev/null +++ b/emacs.d/elpa/ack-1.2/pcmpl-ack.el @@ -0,0 +1,141 @@ +;;; pcmpl-ack.el --- completion for ack -*- lexical-binding: t; -*- + +;; Copyright (C) 2012-2013 Free Software Foundation, Inc. + +;; Author: Leo Liu +;; Keywords: tools, processes, convenience +;; Created: 2012-09-26 +;; URL: https://github.com/leoliu/ack-el + +;; This program is free software; you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. + +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. + +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see . + +;;; Commentary: + +;; Provide pcompletion support for the cli tool `ack' which can be +;; downloaded from http://beyondgrep.com. +;; +;; Install: +;; (autoload 'pcomplete/ack "pcmpl-ack") +;; +;; Usage: +;; - To complete short options type '-' first +;; - To complete long options type '--' first +;; - Color name completion is supported following +;; --color-filename=, --color-match= and --color-lineno= +;; - Type completion is supported following --type= + +;;; Code: + +(require 'pcomplete) + +(defcustom pcmpl-ack-program + (file-name-nondirectory (or (executable-find "ack-grep") + (executable-find "ack") + "ack")) + "Name of the ack program." + :type 'file + :group 'pcomplete) + +(defvar pcmpl-ack-color-options + '("clear" + "reset" + "dark" + "bold" + "underline" + "underscore" + "blink" + "reverse" + "concealed" + "black" + "red" + "green" + "yellow" + "blue" + "magenta" + "on_black" + "on_red" + "on_green" + "on_yellow" + "on_blue" + "on_magenta" + "on_cyan" + "on_white") + "Color names for the `ack' command.") + +(defun pcmpl-ack-run (buffer &rest args) + "Run ack with ARGS and send the output to BUFFER." + (condition-case nil + (apply 'call-process (or pcmpl-ack-program "ack") nil buffer nil args) + (file-error -1))) + +(defun pcmpl-ack-short-options () + "Short options for the `ack' command." + (with-temp-buffer + (let (options) + (when (zerop (pcmpl-ack-run t "--help")) + (goto-char (point-min)) + (while (re-search-forward "^ -\\([^-]\\)" nil t) + (push (match-string 1) options)) + (mapconcat 'identity (nreverse options) ""))))) + +(defun pcmpl-ack-long-options (&optional arg) + "Long options for the `ack' command." + (with-temp-buffer + (let (options) + (when (zerop (pcmpl-ack-run t (or arg "--help"))) + (goto-char (point-min)) + (while (re-search-forward + "\\(?: ?\\|, \\)\\(--\\(\\[no\\]\\)?\\([[:alnum:]-]+=?\\)\\)" + nil t) + (if (not (match-string 2)) + (push (match-string 1) options) + (push (concat "--" (match-string 3)) options) + (push (concat "--no" (match-string 3)) options))) + (nreverse options))))) + +(defun pcmpl-ack-type-options () + "A list of types for the `ack' command." + (pcmpl-ack-long-options "--help-types")) + +;;;###autoload +(defun pcomplete/ack () + "Completion for the `ack' command. +Start an argument with '-' to complete short options and '--' for +long options." + ;; No space after = + (while t + (if (pcomplete-match "^-" 0) + (cond + ((pcomplete-match "^--color-\\w+=\\(\\S-*\\)" 0) + (pcomplete-here* pcmpl-ack-color-options + (pcomplete-match-string 1 0) t)) + ((pcomplete-match "^--\\(?:no\\)?ignore-dir=\\(\\S-*\\)" 0) + (pcomplete-here* (pcomplete-dirs) + (pcomplete-match-string 1 0) t)) + ((pcomplete-match "^--type=\\(\\S-*\\)" 0) + (pcomplete-here* (mapcar (lambda (type-option) + (substring type-option 2)) + (pcmpl-ack-type-options)) + (pcomplete-match-string 1 0) t)) + ((pcomplete-match "^--" 0) + (pcomplete-here* (append (pcmpl-ack-long-options) + (pcmpl-ack-type-options)))) + (t (pcomplete-opt (pcmpl-ack-short-options)))) + (pcomplete-here* (pcomplete-dirs-or-entries))))) + +;;;###autoload +(defalias 'pcomplete/ack-grep 'pcomplete/ack) + +(provide 'pcmpl-ack) +;;; pcmpl-ack.el ends here diff --git a/emacs.d/elpa/ack-1.2/pcmpl-ack.elc b/emacs.d/elpa/ack-1.2/pcmpl-ack.elc new file mode 100644 index 0000000000000000000000000000000000000000..e3b3834e8d7a20455c9ea2f1e36e2d9aa3912cfa GIT binary patch literal 4267 zcmds4-*4MS5_SsIm+GxghvFVOrkYqvv$9B8lC25hsULQnE3SR207}c+p%Sm3RtVyh%d>5MnhduWJY(mQN< zE!VDHMfr?mjFZgsD2YDE92>G$%`RTdqO7pK$W%t*GL=abP^g0}H&Hsx9%9vGIms}@ ztygy3vr;D}YOnzi~9uSc(B zqDW70YDI_@&5fQKnY6yHHG)N!>qLYqh^0~Dy)=;=0|L-dMpl%&sS!tTe|^6Z%VZo% zN~4$>j2D4W;Y+6>tOvO^OKNCC4fUG}7CEaElL-EG7&TL)=1%kDiN1jk7=-ei>tu_Zh`l;Ta$=P!btx zSNU4J%5QLiO7Xi?ajdWG@`5E2IaNR_MmqiXI4(pmETk}~1TkF6+O1X`qb&`=QnD3H zU(KRivD2+b`^QI321fso-Y!xL2%DKt-+p&aHV+hn#qQIKe7?vj*Yxbi7cb7<0`84T zTE5VIxF{!E;)Xu-NxhM@$hu;9OCKX>FwU#z3cOiK7YH| z=eqZv${s4{^*15vVLHu*zvLqCU)} zehTk29m`?@XM>{p&;!L5w=WJZ+!1-J-SqOiSFhimJ#RXr5h%Hgkn6U4%@N1w@Q}`D z+T@lp8KECXwvEeeQOH=q3gY!);Tju_Jp-4zzv7EuZv+N&{oUO?8xxKU$HKd3;{fk* zSX>0rg;!mENBH*O&hFzKH7-v?xD>)qp7=<>Rs z`Cg}w0q@4*gCagdWQH;l(M{Er7%wIhkg!7!a+S;zj5}9MUC~oB96|8MB7=>VgC|{D}jOeI>MAs`J0X%)L)9D{U1l=!)4aFa6dK*4s zXxo5?*X@;nMSlE+0Qnq|?Cl`}E1dlNDV+RN;>2}1bcavN*KOD|d6r?rfa>nOsSpMD z+?)i=upfB02>W}13&1)V5YdV6|MwvQUziXKH{Tzo+V>f9SZfT20~x1_WH1t=Zy#d@ z8*gF}Fm|ZJXihaScwAx-sogJWsYg%AwgcQ%pf>+s#KeLdz}w`dGV9kgyam!S&4jg# z1A5f~`)#*4pzFD|Lq-$CP3SGGd7ev9D>^x8ri%nwN45~|i+!$nRTD*)Kv((36>?u- z3zXLQSk+2V9j|9u*@Of_DZF9%v=V0Pe@K|iYI*F7O1LNpMK$kl9kwV6gtX?H zlou$I7~F7E1m%9!(F#kOU{fFz&U`0O?zw~W{i|;uTfCo(2Nu(75pXiPV(a|7H-NR( z0HOx3N;66__`M8YVRp^dpn8~wy^{f_SMwyArf38OI^gY7Y=!*J%1_+Fa2Z(}0QyYC zdBhF%s*x7+5gl$FiS07(KVgQgkVO%j;lhHJx9UWg{|d0VuS;imMGv#KLl?iiITNqn zT)ce!s>~Utlw3M@$i`u4iOD;%sA_wvU1yid)NDvU)xJDJ$DvLw(y&cUz}Z+_}2< zjW*|_{pZSm+XkyJU28Y1F3-Ee)vEUuX90t|^Cgcsx!Rvuja|Fso~(AcR^lVQ$aNr4 z(JB;3+(ZSv;25EK+z7^qx)moL^*YRnjdgEaw4+rs4z{t~A0P6NPtTyi|D>XuUjfwq Y<>x for popular JavaScript libraries"single])(mactag .[(0 0 1)()"Mode for automatically handle multiple tags files with Mactag rubygem"single])(undo-tree .[(0 3 1)()"Treat undo history as a tree"single])(diminish .[(0 44)()"Diminished modes are minor modes with no modeline display"single])(notify .[(2010 8 20)()"notification front-end"single])(keywiz .[(1 4)()"Emacs key sequence quiz"single])(descbinds-anything .[(1 5)((anything (1 287)))"Yet Another `describe-bindings' with `anything'."single])(scrolloff .[(1 0)()"This mode ofers vim-like scrolloff function"single])(autopair .[(0 3)()"Automagically pair braces and quotes like TextMate"single])(highlight-parentheses .[(1 0 1)()"highlight surrounding parentheses"single])(anything .[(1 287)()"open anything / QuickSilver-like candidate-selection framework"single])(anything-config .[(0 4 1)()"Predefined configurations for `anything.el'"single])(anything-match-plugin .[(1 27)()"Humane match plug-in for anything"single])(closure-template-html-mode .[(0 1)()"highlighting for google closure templates"single])(gist .[(1 1 1)((eieio (1 3)) (gh (0 7 2)) (tabulated-list (0)))"Emacs integration for gist.github.com"single])(highlight-symbol .[(1 1)()"automatic and manual symbol highlighting"single])(color-theme-twilight .[(0 1)()"Twilight Colour Theme for Emacs."single])(browse-kill-ring .[(1 3 1)()"interactively insert items from kill-ring -*- coding: utf-8 -*-"single])(buffer-move .[(0 4)()"swap buffers between windows"single])(dired-single .[(1 7 0)()"reuse the current dired buffer to visit another directory"single])(php-mode .[(1 5 0)()"major mode for editing PHP code"single])(c-eldoc .[(0 5)()"helpful description of the arguments to C functions"single])(full-ack .[(0 2 3)()"a front-end for ack"single])(find-file-in-project .[(3 2)()"Find files in a project quickly."single])(project .[(1 0)()"Keep track of the current project"single])(goto-last-change .[(1 2)()"Move point through buffer-undo-list positions -*-unibyte: t; coding: iso-8859-1;-*-"single])(http-twiddle .[(1 0)()"send & twiddle & resend HTTP requests"single])(mac-key-mode .[(2010 1 3)()"provide mac-style key bindings on Carbon Emacs"single])(flymake-cursor .[(1 0 2)((flymake (0 3)))"Show flymake messages in the minibuffer after delay"tar])(multi-term .[(0 8 8)()"Managing multiple terminal buffers in Emacs."single])(parenface .[(1 1)()"Provide a face for parens in lisp modes."single])(redo+ .[(1 15)()"Redo/undo system for Emacs"single])(gnuplot .[(0 6 0)()"drive gnuplot from within emacs"single])(speck .[(2010 5 25)()"minor mode for spell checking"single])(hexrgb .[(21 0)()"Functions to manipulate colors, including RGB hex strings."single])(icomplete+ .[(21 0)()"Extensions to `icomplete.el'."single])(lacarte .[(22 0)()"Execute menu items as commands, with completion."single])(synonyms .[(1 0)()"Look up synonyms for a word or phrase in a thesaurus."single])(ecb .[(2 40)()"Emacs Code Browser"tar])(predictive .[(0 19 5)()"Predictive Mode (Contains Dependencies)"tar])(rw-hunspell .[(0 2)()"special functions for Hunspell in ispell.el"single])(rw-ispell .[(0 1)()"additional functions for ispell.el"single])(rw-language-and-country-codes .[(0 1)()"Language & Country Codes"single])(yas-jit .[(0 8 3)()"Loads Yasnippets on demand (makes start up faster)"single])(ntcmd .[(1 0)()"major mode for editing cmd scripts"single])(org-table-comment .[(0 2)()" Org table comment modes."single])(anything-extension .[(0 2)()"Extension functions for anything.el"single])(powershell .[(0 2 1)()"run powershell as an inferior shell in emacs"single])(cdlatex .[(4 0)()"Fast input methods for LaTeX environments and math"single])(anything-R .[(0 1 2010)()"anything-sources and some utilities for GNU R."single])(anything-el-swank-fuzzy .[(0 1 2009)()"anything-sources for el-swank-fuzzy.el"single])(anything-ipython .[(0 1 2009)()" Ipython anything"single])(color-file-completion .[(1 0 1)()"add colors to file completion"single])(color-theme-emacs-revert-theme .[(0 1)()"Color-theme revert to emacs colors"single])(anything-complete .[(1 86)()"completion with anything"single])(anything-obsolete .[(0 1)()"obsolete functions of anything"single])(ipython .[(2927)()"Adds support for IPython to python-mode.el"single])(el-swank-fuzzy .[(0 1)()"fuzzy symbol completion."single])(fold-dwim .[(1 2)()"Unified user interface for Emacs folding modes"single])(fold-dwim-org .[(0 2)((fold-dwim (1 2)))"Fold DWIM bound to org key-strokes."single])(fuzzy-match .[(1 4)()"fuzzy matching"single])(w32-browser .[(21 0)()"Run Windows application associated with a file."single])(crosshairs .[(22 0)()"Highlight the current line and column."single])(csv-mode .[(1 50)()"major mode for editing comma-separated value files"single])(vline .[(1 10)()"show vertical line (column highlighting) mode."single])(hl-line+ .[(22 0)()"Extensions to hl-line.el."single])(col-highlight .[(22 0)((vline (1 10)))"Highlight the current column."single])(color-theme-vim-insert-mode .[(0 1)()"Color theme VIM insert mode"single])(cursor-chg .[(20 1)()"Change cursor dynamically, depending on the context."single])(cygwin-mount .[(2001)()"Teach EMACS about cygwin styles and mount points."single])(header2 .[(21 0)()"Support for creation and update of file headers."single])(lib-requires .[(21 0)()"Commands to list Emacs Lisp library dependencies."single])(linum-off .[(0 1)()"Provides an interface for turning line-numbering off"single])(pos-tip .[(0 4 5)()"Show tooltip at point -*- coding: utf-8 -*-"single])(key-choices .[(0 201)((color-theme-vim-insert-mode (0 1)) (color-theme-emacs-revert-theme (0 1)))"Key Choices -- Also Viper has different colors in different modes"single])(tabbar .[(2 0 1)()"Display a tab bar in the header line -*-no-byte-compile: t; -*-"single])(elein .[(0 2 2)()"running leiningen commands from emacs"single])(sumatra-forward .[(2008 10 8)()"Provides Sumatra Forward search"single])(org-outlook .[(0 3)()"Outlook org"single])(slime-fuzzy .[(20100404)((slime (20100404)))"Fuzzy symbol completion for Slime"single])(color-theme-complexity .[(0 1 0)((color-theme (6 6 0)))"A black and green color theme for Emacs."single])(starter-kit .[(2 0 3)((paredit (22)) (idle-highlight-mode (1 1 1)) (find-file-in-project (3 0)) (smex (1 1 1)) (ido-ubiquitous (0 3)) (magit (0 8 1)))"Saner defaults and goodies."tar])(starter-kit-lisp .[(2 0 3)((starter-kit (2 0 2)) (elisp-slime-nav (0 1)))"Saner defaults and goodies for lisp languages"single])(starter-kit-js .[(2 0 1)((starter-kit (2 0 1)))"Saner defaults and goodies for Javascript"single])(starter-kit-ruby .[(2 0 3)((inf-ruby (2 2 3)) (starter-kit (2 0 1)))"Saner defaults and goodies for Ruby"single])(geben .[(0 26)()"A remote debugging environment for Emacs."tar])(maxframe .[(0 5 1)()"maximize the emacs frame based on display size"single])(mode-compile .[(2 29)()" Smart command for compiling files"single])(swank-cdt .[(1 0 1)()"swank-cdt helper functions"single])(find-file-in-git-repo .[(0 1 2)()"Utility to find files in a git repo"single])(idle-highlight-mode .[(1 1 2)()"highlight the word the point is on"single])(smex .[(2 1)()"M-x interface with Ido-style fuzzy matching."single])(protobuf-mode .[(0 3)()"major mode for editing protocol buffers."single])(haskell-mode .[(13 7)()"A Haskell editing mode"tar])(znc .[(0 0 2)((cl (2 2)) (erc (5 3)))"ZNC + ERC "single])(slime-clj .[(0 1 5)()"slime extensions for swank-clj"single])(go-mode .[(12869)()"Major mode for the Go programming language."tar])(scala-mode .[(0 0 2)()"Scala major mode"tar])(json .[(1 2)()"JavaScript Object Notation parser / generator"single])(magit-simple-keys .[(1 0 0)((magit (1 0 0)))"simple keybindings for Magit"single])(rainbow-delimiters .[(1 3 4)()"Highlight nested parens, brackets, braces a different color at each depth."single])(nyan-mode .[(0 1)()"Nyan Cat shows position in current buffer in mode-line."single])(anything-git .[(1 1 1)()"Show git files in anything"single])(xml-gen .[(0 4)()"A DSL for generating XML."single])(jump .[(2 3)((findr (0 7)) (inflections (1 1)))"build functions which contextually jump between files"single])(dotassoc .[(0 0 1)()"dot access embedded alists"single])(rcirc-ssh .[(0 0 7)((kv (0 0 3)))"do irc over ssh sessions -*- lexical-binding: t -*-"single])(weather-metno .[(20121023)()"Weather data from met.no in Emacs"tar])(systemtap-mode .[(0 2)()"A mode for SystemTap"single])(mocker .[(0 2 6)((eieio (1 3)) (el-x (0 2 2)))"mocking framework for emacs"single])(kpm-list .[(1 0)()"An emacs buffer list that tries to intelligently group together buffers."single])(weechat .[(0 2)((s (1 3 1)) (cl-lib (0 2)) (emacs (24)) (tracking (1 2)))"Chat via WeeChat's relay protocol in Emacs"tar])(batch-mode .[(1 0)()"major mode for editing ESRI batch scrips"single])(switch-window .[(0 9)()"A *visual* way to choose a window to switch to"single])(yaml-mode .[(0 0 7)()"Major mode for editing YAML files"single])(prolog .[(1 22)()"major mode for editing and running Prolog (and Mercury) code"single])(graphviz-dot-mode .[(0 3 7)()"Mode for the dot-language used by graphviz (att)."single])(perlcritic .[(1 10)()"minor mode for Perl::Critic integration"single])(gh .[(0 7 2)((eieio (1 3)) (pcache (0 2 3)) (logito (0 1)))"A GitHub library for Emacs"tar])(vala-mode .[(0 1)()"Vala mode derived mode"single])(alpha .[(1 0)()"increase frame transparency"single])(color-theme-ir-black .[(1 0 1)((color-theme (6 6 1)))"pastel color theme "single])(calfw-gcal .[(0 0 1)()"edit Google calendar for calfw.el."single])(python .[(20120402)()"Python's flying circus support for Emacs"single])(htmlfontify .[(0 21)()"htmlise a buffer/source tree with optional hyperlinks"single])(oddmuse .[(20090222)()"edit pages on an Oddmuse wiki"single])(wgrep .[(2 1 3)()"Writable grep buffer and apply the changes to files"single])(langtool .[(1 2 0)()"Grammer check utility using LanguageTool"single])(starter-kit-bindings .[(2 0 2)((starter-kit (2 0 2)))"Saner defaults and goodies: bindings"single])(hl-sentence .[(2)()"highlight a sentence based on customizable face"single])(color-theme-eclipse .[(0 0 2)((color-theme (6 6 1)))"Eclipse color theme for GNU Emacs."single])(bm .[(1 53)()"Visible bookmarks in buffer."single])(color-theme-railscasts .[(0 0 2)((color-theme (6 6 1)))"Railscasts color theme for GNU Emacs."single])(color-theme-tango .[(0 0 2)((color-theme (6 6 1)))"Tango palette color theme for GNU Emacs."single])(color-theme-github .[(0 0 3)((color-theme (6 6 1)))"Github color theme for GNU Emacs."single])(color-theme-dpaste .[(0 0 1)((color-theme (6 6 1)))"Dpaste color theme for GNU Emacs."single])(nose .[(0 1 1)()"Easy Python test running in Emacs"single])(dpaste .[(0 2)()"Emacs integration for dpaste.com"single])(offlineimap .[(0 1)()"Run OfflineIMAP from Emacs"single])(scss-mode .[(0 5 0)()"Major mode for editing SCSS files"single])(highlight-indentation .[(0 5 0)()"Function for highlighting indentation"single])(feature-mode .[(0 4)()"Major mode for editing Gherkin (i.e. Cucumber) user stories"tar])(dired-details .[(1 3 1)()"make file details hide-able in dired"single])(dired-details+ .[(1 0)()"Enhancements to library `dired-details+.el'."single])(python-pep8 .[(1 1)()"minor mode for running `pep8'"single])(python-pylint .[(1 1)()"minor mode for running `pylint'"single])(workgroups .[(0 2 0)()"workgroups for windows (for Emacs)"single])(closure-lint-mode .[(0 1)()"minor mode for the Closure Linter"single])(httpd .[(1 0 1)()"HTTP/1.0 web server for emacs"single])(pep8 .[(1 2)()"run the python pep8 checker putting hits in a grep buffer"single])(cppcheck .[(1 0)()"run cppcheck putting hits in a grep buffer"single])(grin .[(1 0)()"run grin and grind (python replacements for grep and find) putting hits in a grep buffer"single])(pyflakes .[(1 0)()"run the python pyflakes checker putting hits in a grep buffer"single])(pylint .[(1 0)()"run the python pylint checker putting hits in a grep buffer"single])(fastnav .[(1 0 7)()"Fast navigation and editing routines."single])(confluence .[(1 6)((xml-rpc (1 6 7)))"Confluence major mode"tar])(tuareg .[(2 0 5)((caml (3 12 0 1)))"OCaml mode for Emacs."tar])(pp-c-l .[(1 0)()"Display Control-l characters in a pretty way"single])(js-comint .[(0 0 1)()"Run javascript in an inferior process window."single])(magithub .[(0 2)((magit (0 8)) (json (1 2)))"Magit extensions for using GitHub"single])(cmake-mode .[(20110824)()"major-mode for editing CMake sources"single])(smart-operator .[(1 9 20110812)()"Insert operators with surrounding spaces smartly"single])(org-magit .[(0 2 0)((magit (0 8)) (org (6 1)))"basic support for magit links"single])(whole-line-or-region .[(1 3 1)()"operate on current line if region undefined"single])(ido-ubiquitous .[(1 6)()"Use ido (nearly) everywhere."single])(bigint .[(1 0 0)()"A simple bigint package for emacs"single])(dizzee .[(0 1 1)()"A more pleasant way to manage your project's subprocesses in Emacs."tar])(color-theme-dg .[(0 1 0)((color-theme (6 6 0)))"A black and green color theme for Emacs."single])(gimme .[(2 1)()"The XMMS2 interface we all love! Check out http://gimmeplayer.org for more info."tar])(deft .[(0 3)()"quickly browse, filter, and edit plain text notes"single])(pony-mode .[(0 2)()"Minor mode for working with Django Projects"tar])(clojurescript-mode .[(0 5)()"Major mode for ClojureScript code"single])(fsvn .[(0 9 13)()"Another frontend of subversion."tar])(starter-kit-eshell .[(2 0 3)()"Saner defaults and goodies: eshell tweaks"single])(yasnippet-bundle .[(0 6 1)()"Yet another snippet extension (Auto compiled bundle)"single])(yasnippet .[(0 6 1)()"Yasnippet template engine"tar])(ido-yes-or-no .[(1 1)((ido (0)))"Use Ido to answer yes-or-no questions"single])(caml .[(3 12 0 1)()"OCaml code editing commands for Emacs"tar])(dtrt-indent .[(0 2 0)()"Adapt to foreign indentation offsets"single])(windsize .[(0 1)()"Simple, intuitive window resizing"single])(textmate .[(5)()"TextMate minor mode for Emacs"single])(xml-rpc .[(1 6 8)()"An elisp implementation of clientside XML-RPC"single])(coffee-mode .[(0 3 0)()"Major mode to edit CoffeeScript files in Emacs"single])(sr-speedbar .[(0 1 8)()"Same frame speedbar"single])(desktop .[(0 1)()"save partial status of Emacs when killed"single])(evil-numbers .[(0 3)()"increment/decrement numbers like in vim"single])(lolcode-mode .[(0 2)()"Major mode for editing LOLCODE"single])(dedicated .[(1 0 0)()"A very simple minor mode for dedicated buffers"single])(csharp-mode .[(0 8 6)()"C# mode derived mode"single])(color-theme-actress .[(0 2 2)((color-theme (6 6 1)))"A dark color theme for GNU Emacs."single])(ghc .[(1 10 2)((haskell-mode (2 8 0)))"Happy Haskell programming on Emacs"tar])(org-email .[(1 0)()"use org for an email database -*- lexical-binding: t -*-"single])(ahg .[(0 99)()"Alberto's Emacs interface for Mercurial (Hg)"single])(lua-mode .[(20110428)()"a major-mode for editing Lua scripts"single])(ac-slime .[(0 3)()"An auto-complete source using slime completions"single])(vc-darcs .[(1 12)()"a VC backend for darcs"single])(elisp-cache .[(1 15)()"Faster emacs startup through byte-compiling."single])(scratch .[(20110708)()"Mode-specific scratch buffers"single])(hl-sexp .[(1 0 0)()"highlight the current sexp"single])(dsvn .[(922257)()"Subversion interface"single])(crontab-mode .[(1 2)()"Mode for editing crontab files"single])(popwin .[(0 4)()"Popup Window Manager."single])(session .[(2 2 1)()"use variables, registers and buffer places across sessions"single])(smart-tab .[(0 3)()"Intelligent tab completion and indentation."single])(ac-ja .[(0 0 1)()"auto-complete-mode source for Japanese "single])(rcirc-notify .[(0 6)()"libnotify popups"single])(jira .[(0 3 3)()"Connect to JIRA issue tracking software"single])(color-theme-blackboard .[(0 0 2)((color-theme (6 6 1)))"Blackboard Colour Theme for Emacs."single])(color-theme-wombat .[(0 0 1)((color-theme (6 6 1)))"The wombat color theme for Emacs."single])(color-theme-wombat+ .[(0 0 2)((color-theme (6 6 1)))"wombat with improvements and many more faces"single])(color-theme-active .[(0 0 1)((color-theme (6 6 1)))"Active theme inspired by jEdit theme of the same name"single])(color-theme-colorful-obsolescence .[(0 0 1)((color-theme (6 6 1)))"Colorful Obsolescence theme designed for partially transparent windows"single])(apache-mode .[(2 0)()"major mode for editing Apache configuration files"single])(highline .[(7 2 2)()"minor mode to highlight current line in buffer"single])(mic-paren .[(3 8)()"advanced highlighting of matching parentheses"single])(pytest .[(0 2 1)()"Easy Python test running in Emacs"single])(wikidoc .[(0 8 1)()"use elisp doc strings to make other documentation"single])(regex-tool .[(1 2)()"A regular expression evaluation tool for programmers"single])(tabkey2 .[(1 40)()"Use second tab key pressed for what you want"single])(ioccur .[(0 2)()"Incremental occur."single])(javadoc-help .[(1 0)()"Javadoc-Help. Look up Java class on online javadocs in browser."single])(macro-math .[(1 0)()"in-buffer mathematical operations"single])(winpoint .[(1 4)()"Remember buffer positions per-window, not per buffer"single])(scheme-complete .[(0 8 2)()"Smart tab completion for Emacs"single])(flymake-jshint .[(1 0)()"making flymake work with JSHint"single])(doc-mode .[(0 2)()"convenient editing of in-code documentation"single])(gccsense .[(0 2)()"GCCSense client for Emacs"single])(p4 .[(11 0)()"Perforce-Emacs Integration Library"single])(pager .[(2 0)()"windows-scroll commands"single])(pastebin .[(0 1)()"A simple interface to the www.pastebin.com webservice"single])(cache .[(0 1)()"implementation of a hash table whose key-value pairs expire"single])(command-frequency .[(1 1)()"Track command frequencies"single])(guess-offset .[(0 1 1)()"Automatically determine c-basic-offset"single])(loccur .[(1 1 1)()"Perform an occur-like folding in current buffer"single])(recursive-narrow .[(1 0)()"narrow-to-region that operates recursively"single])(member-function .[(0 3 1)()"expand member functions for C++ classes"single])(window-number .[(1 0 1)()"Jump to a window by number"single])(gtags .[(3 3)()"gtags facility for Emacs"single])(pymacs .[(0 25)()"Interface between Emacs Lisp and Python"single])(pysmell .[(0 7 2)()"Complete python code using heuristic static analysis"single])(eieio .[(1 4)()"Enhanced Implememntation of Emacs Interpreted Objects"tar])(rudel .[(0 3)((eieio (1 4)))"A collaborative editing framework for Emacs"tar])(jabber .[(0 8 90)()"A Jabber client for Emacs."tar])(citrus-mode .[(0 0 2)()"Major mode for editing Citrus files"single])(lineno .[(0 1)()"Alternate mode to display line numbers."single])(emacsd-tile .[(0 1)()"tiling windows for emacs"single])(iy-go-to-char .[(1 0)()"Go to next CHAR which is similar to \"f\" in vim"single])(jenkins-watch .[(1 2)()"Watch continuous integration build status -*- indent-tabs-mode: t; tab-width: 8 -*-"single])(peepopen .[(0 1 0)()"Graphical file chooser for Emacs on Mac OS X."single])(levenshtein .[(1 0)()"Edit distance between two strings."single])(gopher .[(0 0 2)()"easily access and navigate Gopher servers"single])(clojure-project-mode .[(1 0)((project-mode (1 0)))"Extends project-mode for Clojure projects"single])(ruby-block .[(0 0 11)()"highlight matching block"single])(pretty-lambdada .[(22 0)()"Show the word `lambda' as the Greek letter."single])(rect-mark .[(1 4)()"Mark a rectangle of text with highlighting."single])(evernote-mode .[(0 41)()"Evernote client for Emacs"tar])(jaunte .[(0 0 0)()"Emacs Hit a Hint"single])(centered-cursor-mode .[(0 5 1)()"cursor stays vertically centered"single])(elixir-mode .[(1 0 0)()"Major mode for editing Elixir files"single])(wget .[(1 94)()"Emacs-wget is an interface program of GNU wget on Emacs."tar])(mldonkey .[(0 0 4)()"Multi-networks peer-to-peer client."tar])(sml-modeline .[(0 5)()"Show position in a scrollbar like way in mode-line"single])(mwe-log-commands .[(20041106)()"log keyboard commands to buffer"single])(move-text .[(1 0)()"Move current line or region with M-up or M-down."single])(hippie-expand-slime .[(0 1)()"Hook slime's completion into hippie-expand"single])(boxquote .[(1 23)()"Quote text with a semi-box."single])(gnugo .[(2 2 12)()"Play a game of Go against gnugo"single])(project-mode .[(1 0)((levenshtein (1 0)))"Define code projects. Full-text search, etc."single])(clips-mode .[(0 6)()"Major mode for editing CLIPS code and REPL"tar])(n3-mode .[(20071215)()"mode for Notation 3"single])(org2blog .[(0 5)((org (7 7)) (xml-rpc (1 6 8)))"Blog from Org mode to wordpress"tar])(pcache .[(0 2 3)((eieio (1 3)))"persistent caching for Emacs"single])(idle-require .[(1 0)()"load elisp libraries while Emacs is idle"single])(find-things-fast .[(20111123)()"An emacs mode to find things fast and move around in a project quickly"tar])(color-theme-gruber-darker .[(1)((color-theme (6 6 1)))"Gruber Darker color theme for Emacs by Jason Blevins"single])(dna-mode .[(1 44)()"a major mode for editing dna sequences"single])(perl-myvar .[(1 25)()"Declare lexicaly scoped vars as my()."single])(nlet .[(1 10)()"schemes 'named let' for emacs."single])(ssh-config-mode .[(1 13)()"Mode for fontification of ~/.ssh/config"single])(win-switch .[(1 0 8)()"fast, dynamic bindings for window-switching/resizing"single])(j-mode .[(0 3)()"Major mode for editing J programs"single])(nginx-mode .[(1 1)()"major mode for editing nginx config files"single])(vimgolf .[(0 9 2)()"VimGolf interface for the One True Editor"single])(flymake-csslint .[(1 1 0)((flymake (0 3)))"making flymake work with CSSLint"tar])(typing .[(1 1 4)()"A game for fast typers, inspired by The Typing Of The Dead."single])(zenburn-theme .[(2 1)()"A low contrast color theme for Emacs."single])(solarized-theme .[(1 0 0)()"The Solarized color theme, ported to Emacs."tar])(etags-select .[(1 13)()"Select from multiple tags"single])(etags-table .[(1 1)()"Set tags table(s) based on current file"single])(tintin-mode .[(1 0 0)()"Mayor mode for editing tintin++ scripts"single])(org-cua-dwim .[(0 5)()"Org-mode and Cua mode compatibility layer"single])(otp .[(1 0)()"a one-time password creator"single])(bookmark+ .[(20111214)()"Bookmark Plus"tar])(sentence-highlight .[(0 1)()"highlight the current sentence"single])(smartrep .[(0 0 3)()"Support sequential operation which omitted prefix keys."single])(tabula-rasa-mode .[(0 1 0)()"Distraction free writing mode"single])(abl-mode .[(0 9 0)()"Python TDD minor mode"single])(grails-mode .[(0 1)()"minor-mode that adds some Grails project management to a grails project"single])(inf-groovy .[(2 0)()"minor-mode that adds some Grails project management to a grails project"single])(tidy .[(2 12)()"Interface to the HTML Tidy program"single])(httpcode .[(0 1)()"explains the meaning of an HTTP status code"single])(d-mode .[(2 0 4)()"D Programming Language mode for (X)Emacs"tar])(git-commit .[(0 1)()"Major mode for editing git commit messages"single])(color-theme-library .[(0 0 10)((color-theme (6 6 1)))"The real color theme functions"single])(sauron .[(0 8)()"Track (erc/org/dbus/...) events and react to them."tar])(rcirc-ucomplete .[(1 0 1)()"Unambiguous non-cycling completion for rcirc"single])(cl-format .[(1 1)()"CL format routine."tar])(color-theme-cobalt .[(0 0 2)((color-theme (6 6 1)))"Cobalt Color Theme for Emacs"single])(refheap .[(0 0 3)()"A library for pasting to https://refheap.com"single])(ctags-update .[(0 1 2)()"auto update TAGS in parent directory using exuberant-ctags -*- coding:utf-8 -*-"single])(peep-open .[(0 0 2)()"PeepOpen plugin for emacs."single])(org-mime .[(20120112)()"org html export for text/html MIME emails"single])(eh-basic .[(0 0 2)((starter-kit (2 0 2)) (browse-kill-ring (1 3 1)))"tuamshu's emacs basic configure"tar])(eh-gnus .[(0 0 6)()"tuamshu's gnus configure"tar])(eh-functions .[(0 0 1)((starter-kit (2 0 2)))"tuamshu's emacs functions"tar])(eh-keybindings .[(0 0 1)((eh-functions (0 0 1)) (starter-kit-bindings (2 0 2)))"tuamshu's emacs keybindings"tar])(magit-gh-pulls .[(0 3)((gh (0 4 3)) (magit (1 1 0)))"GitHub pull requests extension for Magit"single])(highlight-80+ .[(1 0)()"highlight characters beyond column 80"single])(jump-char .[(0 1)()"navigation by char"single])(color-theme-molokai .[(0 1)()"Molokai color theme by Lloyd"single])(pointback .[(0 2)()"Restore window points when returning to buffers"single])(uci-mode .[(1 0 0)()"Major mode for UCI configuration files"single])(erlang .[(2 4 1)()"Major modes for editing and running Erlang"single])(thumb-through .[(0 3)()"Plain text reader of HTML documents"single])(unbound .[(0 1)()"find convenient unbound keystrokes"single])(ido-better-flex .[(0 0 2)()"A better flex (fuzzy) algorithm for Ido."single])(popup .[(0 5)()"Visual Popup User Interface"single])(fancy-mode .[(0 1)()"Major mode for programming with the Fancy language."single])(haxe-mode .[(0 3 1)()"An Emacs major mode for haXe"single])(expand-region .[(0 8 0)()"Increase selected region by semantic units."tar])(ack-and-a-half .[(1 1 3)()"Yet another front-end for ack"single])(test-case-mode .[(0 1 8)()"unit test front-end"single])(multi-eshell .[(0 0 1)()"makes it easier to use multiple shells within emacs"single])(mo-git-blame .[(0 1 0)()"An interactive, iterative 'git blame' mode for Emacs"single])(slime-js .[(0 0 1)((slime-repl (20100404)) (slime (20100404)))"Slime extension for swank-js."single])(smooth-scroll .[(1 2)()"Minor mode for smooth scrolling and in-place scrolling."single])(xlicense .[(1 1)()"Insert pre-defined license text"tar])(flymake-d .[(0 1)()"A flymake handler for d-mode files"single])(flymake-tuareg .[(0 1)()"A flymake handler for tuareg-mode files"tar])(track-closed-files .[(0 1)()"Keep track of recently closed files"single])(color-theme-monokai .[(0 0 5)((color-theme (6 5 5)))"Monokai Color Theme for Emacs."single])(drupal-mode .[(0 2 0)((php-mode (1 5 0)))"Advanced minor mode for Drupal development"tar])(screen-lines .[(0 55)()"a minor mode for screen-line-based point motion"single])(ctypes .[(1 2)()"Enhanced Font lock support for custom defined types."single])(moinmoin-mode .[(1 0)((screen-lines (0 55)))"a major mode to edit MoinMoin wiki pages"single])(pc-mode .[(0 1)()"major mode for editing PC code,"single])(mediawiki .[(2 2 3)()"mediawiki frontend"single])(workspaces .[(0 1)()"Workspaces for Emacsen "single])(pivotal-tracker .[(1 2 0)()"Interact with Pivotal Tracker through its API"single])(sublime .[(0 0 7)((coffee-mode (0 3 0)) (find-file-in-project (3 0)) (haml-mode (3 0 14)) (ido-ubiquitous (1 0)) (less-css-mode (0 6)) (magit (1 1 1)) (markdown-mode (1 8 1)) (monokai-theme (0 0 6)) (paredit (22)) (sass-mode (3 0 14)) (smex (1 1 2)) (yaml-mode (0 0 7)) (yasnippet (0 6 1)))"REQUIRES EMACS 24 - Sublime Text 2 Emulation for Emacs"tar])(logito .[(0 1)((eieio (1 3)))"logging library for Emacs"single])(jade-mode .[(0 1)()"Major mode for editing jade templates."single])(stylus-mode .[(0 1)()"Major mode for editing stylus templates."single])(sws-mode .[(0 1)()"SWS mode"single])(javap .[(8)()"Javap major mode"single])(javap-mode .[(9)()"Javap major mode"single])(anything-show-completion .[(20091119)()"Show selection in buffer for anything completion"single])(pastels-on-dark-theme .[(0 3)()"Pastels on Dark theme for Emacs 24"single])(color-theme-solarized .[(20120301)()"Solarized themes for Emacs"tar])(deferred .[(0 3 1)()"Simple asynchronous functions for emacs lisp"single])(concurrent .[(0 3 1)((deferred (0 3 1)))"Concurrent utility functions for emacs lisp"single])(epc .[(0 1 1)((concurrent (0 3 1)) (ctable (0 1 1)))"A RPC stack for the Emacs Lisp"single])(edbi .[(0 1 1)((concurrent (0 3 1)) (ctable (0 1 1)) (epc (0 1 1)))"Emacs Database Interface"tar])(color-theme .[(6 5 5)()"install color themes"single])(cacoo .[(2 1 2)((concurrent (0 3 1)))"Minor mode for Cacoo : http://cacoo.com"tar])(imgur .[(0 1)((anything (1 287)))"imgur client for Emacs"single])(tango-2-theme .[(1 0 0)()"Tango 2 color theme for GNU Emacs 24"single])(puppet-mode .[(0 2)()"A simple mode for editing puppet manifests"single])(po.foo .[(3 0 20)((haml-mode (3 0 20)))"Sass major mode"single])(po.elscreen .[(1 4 6)()" Screen for Emacsen(this is not original)"single])(po-elscreen .[(1 4 6)()" Screen for Emacsen(this is not original. original is http://www.morishima.net/~naoto/elscreen-en/?lang=en)"single])(quack .[(0 42)()"enhanced support for editing and running Scheme code"single])(dired+ .[(21 2)()"Extensions to Dired."single])(emstar .[(1 4)()"Casual game, like a brainy Pac-Man"tar])(igrep .[(2 113)()"An improved interface to `grep` and `find`"single])(cljdoc .[(0 1 0)()"eldoc mode for clojure"single])(real-auto-save .[(0 3)()"enable real auto save"single])(fuzzy .[(0 1)()"Fuzzy Matching"single])(auto-complete .[(1 4)((popup (0 5)))"Auto Completion for GNU Emacs"tar])(bitlbee .[(1 0)()"Help get Bitlbee (http://www.bitlbee.org) up and running"single])(lorem-ipsum .[(0 1)()"Insert dummy pseudo Latin text."single])(typopunct .[(1 0)()"Automatic typographical punctuation marks"single])(twittering-mode .[(2 0 0)()"Major mode for Twitter"single])(flymake-phpcs .[(1 0 5)((flymake (0 3)))"Flymake handler for PHP to invoke PHP-CodeSniffer"tar])(flex-autopair .[(0 3)()"Automatically insert pair braces and quotes, insertion conditions & actions are highly customizable."single])(color-theme-dawn-night .[(1 0)()"color theme of dawn and night."single])(weather .[(2012 3 27 2)()"Get weather reports via worldweatheronline.com"single])(flymake-perlcritic .[(1 0 3)((flymake (0 3)))"Flymake handler for Perl to invoke Perl::Critic"tar])(jsshell-bundle .[(2012 4 7)()"JSShell generated bundle"single])(rfringe .[(1 0 1)()"indicate relative locations in the fringe"single])(flyphpcs .[(1 0 1)()"Flymake for PHP via PHP-CodeSniffer"single])(defaultcontent .[(1 4)()"a templating tool. Fill new files with default content."single])(flymake-for-jslint-for-wsh .[(1 3 0)((flymake (0 3)))"use flymake with js code, on Windows"single])(tfs .[(0 2 7)()"MS Team Foundation Server commands for Emacs."single])(dropdown-list .[(1 45)()"Drop-down menu interface"single])(thesaurus .[(2012 4 7)()"replace a word with a synonym looked up in a web service."single])(fly-jshint-wsh .[(2 0 3)((flymake (0 3)))"use flymake with jshint on js code, on Windows"single])(watch-buffer .[(1 0 1)()"run a shell command when saving a buffer"single])(smarter-compile .[(2012 4 9)()"a smarter wrapper for `compile'"single])(hungry-delete .[(1 0)()"hungry delete minor mode"single])(align-cljlet .[(0 3)((clojure-mode (1 11 5)))"Space align various Clojure forms "single])(idomenu .[(0 1)()"imenu tag selection with ido"single])(drag-stuff .[(0 0 4)()"Drag stuff (lines, words, region, etc...) around"single])(w32-registry .[(2012 4 6)()"read the registry from elisp"single])(jsshell .[(2012 4 7)()"Run a javascript command interpreter in emacs on Windows."single])(shadchen .[(1 0)()"pattern matching for elisp"single])(cycbuf .[(0 5 0)()"Cycle buffers code by Martin Pohlack, inspired by"single])(yascroll .[(0 2 0)()"Yet Another Scroll Bar Mode"single])(anything-exuberant-ctags .[(0 1 2)()"Exuberant ctags anything.el interface"single])(ess .[(5 14)()"Edit and interact with statistical programs like R, S-Plus, SAS, Stata and JAGS"tar])(anything-git-goto .[(0 1 0)()"Quick listing of:"single])(twilight-theme .[(1 0 0)()"Twilight theme for GNU Emacs 24 (deftheme)"single])(jtags .[(0 97)()"enhanced tags functionality for Java development"single])(jtags-extras .[(0 3 0)()"jtags related functionality for Java development"single])(phantomjs .[(0 0 11)()"Control phantomjs from Emacs "tar])(oz .[(16513)()"Major mode for editing Oz programs"tar])(load-theme-buffer-local .[(0 0 2)()"Install emacs24 color themes by buffer."single])(color-theme-buffer-local .[(0 0 2)()"Install color-themes by buffer."single])(elisp-depend .[(1 0 2)()"Parse depend libraries of elisp file."single])(key-chord .[(0 5 20080915)()"map pairs of simultaneously pressed keys to commands"single])(shell-here .[(1 1)()"Open a shell relative to the working directory"single])(symbols-mode .[(0 3)()"List symbols of object files"single])(handlebars-mode .[(1 3)()"A major mode for editing Handlebars files."single])(dircmp .[(1)()"Compare and sync directories."single])(ascii .[(3 1)()"ASCII code display."single])(frame-tag .[(0 1 0)()"Minor mode that assigns a unique number to each frame for easy switching"single])(org-blog .[(1 18 1 1)()"create and publish a blog with org-mode"single])(ruby-tools .[(0 1 0)()"Collection of handy functions for ruby-mode"single])(unfill .[(0 1)()"The inverse of fill-paragraph and fill-region"single])(modeline-posn .[(22 0)()"Set up `mode-line-position'."single])(mark-multiple .[(1 0)()"A library that sorta lets you mark several regions at once"single])(mark-more-like-this .[(1 0)()"Mark additional regions in buffer matching current region."single])(openwith .[(20120531)()"Open files with external programs"single])(isearch+ .[(21 0)()"Extensions to `isearch.el'."single])(mouse+ .[(21 0)()"Extensions to `mouse.el'."single])(zencoding-mode .[(0 5 1)()"Unfold CSS-selector-like expressions to markup"single])(smart-mode-line .[(1 7 1)()"A color coded smart mode-line."single])(flymake .[(0 4 16)()"a universal on-the-fly syntax checker"single])(slime-ritz .[(0 6 0)()"slime extensions for ritz"single])(r-autoyas .[(0 28)()"Provides automatically created yasnippets for R function argument lists."single])(key-combo .[(1 5 1)()"map key sequence to commands"single])(ujelly-theme .[(1 0 20)()"Ujelly theme for GNU Emacs 24 (deftheme)"single])(guru-mode .[(0 1)()"Become an Emacs guru"single])(zen-and-art-theme .[(1 0 1)()"zen and art color theme for GNU Emacs 24"single])(save-visited-files .[(1 3)()"save opened files across sessions"single])(ruby-end .[(0 2 0)()"Automatic insertion of end blocks for Ruby"single])(git-auto-commit-mode .[(4 2 1)()"Emacs Minor mode to automatically commit and push"single])(haste .[(1)((json (1 2)))"Emacs client for hastebin (http://hastebin.com/about.md)"single])(my-packages .[(0 1 0)()"Package Initialization."single])(zen-mode .[(20120627)()"remove/restore Emacs distractions quickly"tar])(heroku .[(1 1 0)()"Interface to Heroku apps."single])(repository-root .[(1 0 3)()"deduce the repository root directory for a given file"single])(grep-a-lot .[(1 0 6)()"manages multiple search results buffers for grep.el"single])(grep-o-matic .[(1 0 4)()"auto grep word under cursor"single])(el-spec .[(0 2)()"ruby's rspec like syntax test frame work"single])(wc-mode .[(1 1)()"Running word count with goals (minor mode)"single])(legalese .[(1 0)()"Add legalese to your program files"single])(scad-mode .[(90 0)()"SCAD mode derived mode"single])(android-mode .[(0 2 4)()"Minor mode for Android application development"single])(ttl-mode .[(0 1)()"mode for Turtle(RDF)"single])(zeitgeist .[(0 1)()"integrates Emacs with Zeitgeist."single])(dispass .[(1 1 2)()"Emacs wrapper for DisPass"single])(writegood-mode .[(1 2)()"Polish up poor writing on the fly"single])(nrepl .[(0 1 8)((clojure-mode (2 0 0)) (cl-lib (0 3)))"Client for Clojure nREPL"single])(fill-column-indicator .[(1 85)()"Graphically indicate the fill column"single])(shell-switcher .[(0 1 5 1)()"Easily switch between shell buffers, like with alt+tab."tar])(github-theme .[(0 0 3)()"Github color theme for GNU Emacs 24"single])(sokoban .[(1 23)()"Play the Sokoban game in emacs"single])(package-store .[(0 3)()"a package cache"single])(python-mode .[(6 0 10)()"Python major mode"tar])(code-headers .[(0 7)()"Navigate code with headers embedded in comments. -*- mode: Emacs-Lisp; lexical-binding: t; -*"single])(dix .[(0 1 0)()"minor mode for editing Apertium XML dictionary files"single])(tron-theme .[(12)()"A theme loosely based on Tron: Legacy colors"single])(no-easy-keys .[(1 0 2)()"Learn the proper Emacs movement keys"single])(makefile-runner .[(1 1 2)()"Searches for Makefile and fetches targets"single])(elnode .[(0 9 9 7 6)((web (0 1 4)) (dash (1 1 0)) (noflet (0 0 7)) (s (1 5 0)) (creole (0 8 14)) (fakir (0 1 6)) (db (0 0 5)) (kv (0 0 17)))"The Emacs webserver."tar])(midje-mode .[(0 1 2)((slime (1 0)) (clojure-mode (1 0)))"Minor mode for running Midje tests in emacs, see: https://github.com/dnaumov/midje-mode"tar])(gnusnotes .[(0 9 2)()"Adding per-message notes in gnus summary buffer"single])(rinari .[(2 10)((ruby-mode (1 0)) (inf-ruby (2 2 1)) (ruby-compilation (0 8)) (jump (2 0)))"Rinari Is Not A Rails IDE"single])(web .[(0 3 7)()"useful HTTP client -*- lexical-binding: t -*-"single])(eredis .[(0 5 0)()"eredis, a Redis client in emacs lisp"single])(multi-project .[(0 0 8)()"Easily work with multiple projects."single])(egison-mode .[(0 1 4)()"Egison editing mode"single])(mongo .[(0 5)()"A MongoDB client."tar])(cm-mode .[(0 1 0)()"Wrapper for CodeMirror-style Emacs modes"single])(ruby-test-mode .[(1 5)((ruby-mode (1 0)))"Minor mode for Behaviour and Test Driven"single])(marmalade-test .[(0 0 1)()"A test tarball package."tar])(ruby-mode .[(1 1)()"ruby-mode package"tar])(hjkl-mode .[(0 1)((key-chord (0 5)))"import some vim's key bindings"tar])(edit-list .[(0 4)()"edit a single list"single])(persistent-soft .[(0 8 6)((pcache (0 2 3)) (list-utils (0 2 0)))"Persistent storage, returning nil on failure"single])(hippie-namespace .[(0 5 6)()"Special treatment for namespace prefixes in hippie-expand"single])(nav-flash .[(1 0 8)()"Briefly highlight the current line"single])(ucs-utils .[(0 7 2)((persistent-soft (0 8 6)) (pcache (0 2 3)))"Utilities for Unicode characters"single])(back-button .[(0 6 4)((nav-flash (1 0 0)) (smartrep (0 0 3)) (ucs-utils (0 7 2)) (persistent-soft (0 8 6)) (pcache (0 2 3)))"Visual navigation through mark rings"single])(nsis-mode .[(0 44)()"NSIS-mode"single])(window-end-visible .[(0 0 3)()"Find the last visible point in a window"single])(unicode-enbox .[(0 1 3)((string-utils (0 0 1)) (ucs-utils (0 7 2)) (persistent-soft (0 8 6)) (pcache (0 2 3)))"Surround a string with box-drawing characters"single])(dynamic-fonts .[(0 6 2)((font-utils (0 6 8)) (persistent-soft (0 8 6)) (pcache (0 2 3)))"Set faces based on available fonts"single])(minimal-session-saver .[(0 6 0)()"Very lean session saver"single])(unicode-progress-reporter .[(0 5 3)((emacs (24 1 0)) (ucs-utils (0 7 2)) (persistent-soft (0 8 6)) (pcache (0 2 3)))"Progress-reporter with fancy characters"single])(mongo-elnode .[(0 5 0)((mongo (0 5)) (elnode (0 9 9)))"elnode adapter for mongo-el"single])(eimp .[(1 4 0)()"Emacs Image Manipulation Package"single])(org-presie .[(0 0 5)((framesize (0 0 1)) (eimp (1 4 0)) (org (7 8 9)))"simple presentation with an org file"single])(ido-load-library .[(0 1 2)((persistent-soft (0 8 6)) (pcache (0 2 3)))"Load-library alternative using ido-completing-read"single])(ac-nrepl .[(0 18)((nrepl (0 1)) (auto-complete (1 4)))"auto-complete sources for Clojure using nrepl completions"single])(applescript-mode .[(1 1)()"major mode for editing AppleScript source"single])(ssh .[(1 2)()"Support for remote logins using ssh."single])(nrepl-ritz .[(0 6 0)((nrepl (0 1 5)))"nrepl extensions for ritz"single])(doctags .[(0 1)()"Generation of tags documentation in Doxygen syntax"single])(buffer-utils .[(0 0 3)()"Buffer-manipulation utility functions"single])(lisp-editing .[(0 0 5)()"lisp editing tools"single])(exec-path-from-shell .[(1 6)()"Get environment variables such as $PATH from the shell"single])(go-play .[(0 0 1)()"Paste to play.golang.org"single])(yagist .[(0 8 6)((json (1 2 0)))"Yet Another Emacs integration for gist.github.com"single])(margo .[(2012 9 18)((web (0 1 8)) (json (1 2)))"Client for MarGo, providing Go utilities"single])(shoes-off .[(0 1 8)((kv (0 0 5)) (anaphora (0 0 4)))"irc bouncer"single])(multiple-cursors .[(1 2 1)()"Multiple cursors for Emacs."tar])(eshell-manual .[(0 0 2)()"An updated manual for Eshell."tar])(plantuml-mode .[(0 2)()"Major mode for plantuml"single])(hackernews .[(0 1)((json (1 2)))"Access the hackernews aggregator from Emacs"tar])(esk .[(0 1)()"Emacs Search Kit - An easy way to find files and/or strings in a project"tar])(hide-comnt .[(40)()"Hide/show comments in code."tar])(pretty-mode-plus .[(1 1)()"Redisplay parts of the buffer as pretty symbols."tar])(s .[(1 6 1)()"The long lost Emacs string manipulation library."single])(gitconfig-mode .[(0 3)()"Major mode for editing .gitconfig files -*- lexical-binding: t; -*-"single])(git-commit-mode .[(0 13)()"Major mode for editing git commit messages -*- lexical-binding: t; -*-"single])(db .[(0 0 6)((kv (0 0 11)))"A database for EmacsLisp -*- lexical-binding: t -*-"single])(notmuch-labeler .[(0 1)()"Improves notmuch way of displaying labels through fonts, pictures, and hyperlinks."tar])(gitignore-mode .[(0 1)()"Major mode for editing .gitconfig files"single])(save-packages .[(0 20121012)()"save and restore installed packages"single])(cmake-project .[(0 6)()"Integrates CMake build process with Emacs"single])(combinators .[(0 0 1)()"-*- lexical-binding: t; -*-"single])(livescript-mode .[(0 0 1)()"Major mode for LiveScript files in Emacs"single])(visible-color-code .[(0 0 1)()"color code strings in current buffer, this elisp show you one as real color."single])(dash .[(1 5 0)()"A modern list library for Emacs"single])(seclusion-mode .[(1 1 1)()"Edit in seclusion. A Dark Room mode."single])(pde .[(0 2 16)()"Perl Development Environment"tar])(tt-mode .[(20121117 2045)()"Emacs major mode for editing Template Toolkit files."tar])(pod-mode .[(20121117 2120)()"Major mode for editing .pod-files."tar])(ercn .[(1 0 2)()"Flexible ERC notifications"single])(bufshow .[(0 1 0)()"A simple presentation tool for Emacs."tar])(parenface-plus .[(1 1)()"Provide a face for parens in lispy modes."tar])(el-x .[(0 2 2)((cl-lib (0 2)))"Emacs-lisp extensions."tar])(json-mode .[(0 1 2)()"Major mode for editing JSON files"single])(buffer-stack .[(1 5)()"Enhanced intelligent switch-to-other-buffer replacement."single])(gnomenm .[(0 0 3)()"Emacs interface to Gnome nmcli command"single])(sequence .[(0 0 1)()"makes sequences of numbers -*- lexical-binding: t -*-"single])(rvm .[(1 3 0)()"Emacs integration for rvm"single])(soothe-theme .[(0 3 16)((emacs (24 1)))"a dark colorful theme for Emacs24."single])(macro-utils .[(1 0)()"Utilities for writing macros."single])(toml-mode .[(0 1 3)()"Mojor mode for editing TOML files"single])(cryptol-mode .[(0 0 2)()"Cryptol major mode for Emacs"single])(paste-kde .[(0 2 2)((web (0 3 6)))"paste text to KDE's pastebin service"single])(proc-net .[(0 0 1)()"network process tools"single])(drupal-spell .[(0 2 2)()"Aspell extra dictionary for Drupal"tar])(thread-dump .[(1 0)()"java thread dump viewer"single])(bitly .[(1 0)()"Shorten URLs using the bitly.com shortener service"single])(color-theme-heroku .[(1 0 0)()"Heroku color theme"single])(github-browse-file .[(0 2 1)()"View the file you're editing on GitHub"single])(lispyscript-mode .[(0 3 0)()"Major mode for LispyScript code."single])(toxi-theme .[(0 1 0)()"REQUIRES EMACS 24"single])(helm-ag .[(0 4)((helm (1 0)))"the silver search with helm interface"single])(perlbrew .[(0 1)((cl (0)))"basic support for perlbrew environments"single])(monokai-theme .[(0 0 10)()"REQUIRES EMACS 24: Monokai Color Theme for Emacs."single])(theme-park-mode .[(0 1 2)()"Take your themes for a ride!"single])(handlebars-sgml-mode .[(0 1 0)()"Add Handlebars contextual indenting support to sgml-mode"single])(issue-tracker .[(0 0 1)()"Poor man's issue tracker"tar])(ido-gnus .[(0 4)((gnus (5 13)))"Access gnus groups or servers using ido"single])(command-t .[(0 0 1)((find-file-in-project (3 2)) (popwin (0 4)))"Finds file in project using fuzzy search."single])(hide-lines .[(20130623 1701)()"Commands for hiding lines based on a regexp"single])(assemblage-theme .[(20130715 621)()"a dark theme for Emacs 24"single])(parenface1.1 .[(1 1)()"Provide a face for parens in lisp modes."single])(rings .[(1 0 1)()"Buffer rings. Like tabs, but better."single])(org-readme .[(20130322 926)((http-post-simple (1 0)) (yaoddmuse (0 1 1)) (header2 (21 0)) (lib-requires (21 0)))"Integrates Readme.org and Commentary/Change-logs."single])(yaoddmuse .[(0 1 1)()"Yet another oddmuse for Emacs"single])(unicode-fonts .[(0 3 4)((font-utils (0 6 8)) (ucs-utils (0 7 2)) (persistent-soft (0 8 6)) (pcache (0 2 3)))"Configure Unicode fonts"single])(button-lock .[(0 9 10)()"Clickable text defined by regular expression"single])(wiki-nav .[(0 6 4)((button-lock (0 9 6)) (nav-flash (1 0 0)))"Simple file navigation using [[WikiStrings]]"single])(unicode-whitespace .[(0 2 3)((ucs-utils (0 7 2)) (persistent-soft (0 8 6)) (pcache (0 2 3)))"teach whitespace-mode about fancy characters"single])(ecb-snapshot .[(20120830)()"Emacs Code Browser CVS snapshot"tar])(pabbrev .[(3 1)()"Predictive abbreviation expansion"single])(ignoramus .[(0 6 4)()"Ignore backups, build files, et al."single])(flyspell-lazy .[(0 6 4)()"Improve flyspell responsiveness using idle timers"single])(browse-url-dwim .[(0 6 4)((string-utils (0 0 3)))"Context-sensitive external browse URL or Internet search"single])(fixmee .[(0 8 2)((button-lock (0 9 8)) (nav-flash (1 0 0)) (back-button (0 6 0)) (smartrep (0 0 3)) (string-utils (0 0 6)) (tabulated-list (0)))"Quickly navigate to FIXME notices in code"single])(kv .[(0 0 17)()"key/value data structure functions"single])(less-css-mode .[(0 15)()"Major mode for editing LESS CSS files (lesscss.org)"single])(oauth .[(1 0 3)()"An Emacs oauth client. See https://github.com/psanford/emacs-oauth/"tar])(tumblesocks .[(0 0 6)((htmlize (1 39)) (oauth (1 0 3)) (markdown-mode (1 8 1)))"An Emacs tumblr client."tar])(uuid .[(0 0 3)()"UUID's for EmacsLisp"single])(mustache-mode .[(1 2)()"A major mode for editing Mustache files."single])(erc-hl-nicks .[(1 3 1)()"ERC nick highlighter that ignores uniquifying chars when colorizing"single])(pcmpl-args .[(0 1 1)()"Enhanced shell command completion -*- lexical-binding: t -*-"single])(el-autoyas .[(0 5)()"Automatically create Emacs-Lisp Yasnippets"single])(anaphora .[(0 1 0)()"anaphoric macros providing implicit temp variables"single])(textmate-to-yas .[(0 21)()"Import Textmate macros into yasnippet syntax"single])(ghci-completion .[(0 1 3)()"Completion for GHCi commands in inferior-haskell buffers -*- lexical-binding: t; -*-"single])(slim-mode .[(1 1)()"Major mode for editing Slim files"single])(google-translate .[(0 4)()"Emacs interface to Google Translate"single])(list-utils .[(0 3 0)()"List-manipulation utility functions"single])(pcre2el .[(1 5)((cl-lib (0 3)))"parse, convert, and font-lock PCRE, Emacs and rx regexps"single])(font-utils .[(0 6 8)((persistent-soft (0 8 6)) (pcache (0 2 3)))"Utility functions for working with fonts"single])(rcirc-robots .[(0 0 7)((kv (0 0 8)) (anaphora (0 0 5)))"robots based on rcirc irc -*- lexical-binding: t -*-"single])(org-ehtml .[(0 20120928)((elnode (0 9 9)) (org-plus-contrib (20120928)))"Export Org-mode files as editable web pages"tar])(geiser .[(0 4)()"GNU Emacs and Scheme talk to each other"tar])(diff-hl .[(1 4 6)((cl-lib (0 2)))"Highlight uncommitted changes -*- lexical-binding: t -*-"single])(virtualenv .[(1 2)()"Virtualenv for Python -*- coding: utf-8 -*-"single])(sprintly-mode .[(0 0 4)((furl (0 0 2)))"Major mode for dealing with sprint.ly"single])(text-language .[(0 20121008)()"tracking, setting, guessing language of text"single])(color-theme-sanityinc-solarized .[(2 25)()"A version of Ethan Schoonover's Solarized themes"tar])(typo .[(1 1)()"Minor mode for typographic editing"single])(ws-trim .[(1 4)()"Tools and minor mode to trim whitespace on text lines"single])(flymake-checkers .[(0 3)()"Flymake reloaded with useful checkers"single])(hardhat .[(0 3 6)((ignoramus (0 6 2)))"Protect against clobbering user-writable files"single])(string-utils .[(0 2 8)((list-utils (0 1 2)))"String-manipulation utilities"single])(smooth-scrolling .[(1 0 1)()"Make emacs scroll smoothly"single])(flymake-go .[(2013 3 14)((flymake (0 4 13)))"A flymake handler for go-mode files"single])(gitty .[(1 0)()"vc-mode extension for fast git interaction"single])(mote-mode .[(1 0 0)((ruby-mode (1 1)))"Mote minor mode"single])(hideshowvis .[(0 5)()"Add markers to the fringe for regions foldable by hideshow.el"single])(inflections .[(1 1)()"convert english words between singular and plural"single])(findr .[(0 7)()"Breadth-first file-finding facility for (X)Emacs"single])(smart-forward .[(1 0 0)((expand-region (0 8 0)))"Semantic navigatioin"single])(osx-browse .[(0 8 6)((browse-url-dwim (0 6 2)))"Web browsing helpers for OS X"single])(cljsbuild-mode .[(0 2 0)()"A minor mode for the ClojureScript 'lein cljsbuild' command"single])(vector-utils .[(0 1 0)()"Vector-manipulation utility functions"single])(config-block .[(0 0 1)()"config-block is utility for individual settings (e.g. .emacs)."single])(namakemono .[(0 0 1)()"utility function set for namakemono"single])(bang .[(0 1 0)()"A modern list library for Emacs"single])(roy-mode .[(0 1 0)()"Roy major mode"single])(pcsv .[(1 3 3)()"Parser of csv -*- lexical-binding: t -*-"single])(wgrep-ack .[(0 1 1)((wgrep (2 1 1)))"Writable ack-and-a-half buffer and apply the changes to files"single])(flymake-lua .[(1 0)()"Flymake for Lua"single])(rcirc-color .[(0 2)()"color nicks"single])(inform-mode .[(1 6 1)()"Major mode for Inform 6 interactive fiction code"single])(expectations-mode .[(0 0 4)((nrepl (0 1 5)) (clojure-mode (1 11)))"Minor mode for expectations tests"single])(octomacs .[(0 0 1)()"Octopress interface for Emacs"single])(highlight .[(21 0)()"Highlighting commands."single])(region-list-edit .[(20100530 808)()"Add/delete a region into/from a region list, such as ‘((4 . 7) (11 . 15) (17 . 17) (20 . 25))."single])(zjl-hl .[(20121028 1901)((highlight (21 0)) (region-list-edit (20100530 808)))"Highlight variable and function call and others in c/emacs, make life easy."single])(simp .[(0 2 0)()"Simple project definition, chiefly for project file finding and grepping."tar])(pyde .[(0 6)((pymacs (0 25)) (auto-complete (1 4)) (yasnippet (0 8)) (fuzzy (0 1)) (pyvirtualenv (1 0)))"Python Development Environment"single])(truthy .[(0 2 6)((list-utils (0 1 2)))"Test the content of a value"single])(syntactic-sugar .[(0 9 2)()"Effect-free forms such as if/then/else"single])(elpakit .[(1 0 7)((anaphora (0 0 6)) (dash (1 0 3)))"package archive builder"single])(bug-reference-github .[(0 1 0)()"Automatically set `bug-reference-url-format' in Github repositories."single])(color-theme-sanityinc-tomorrow .[(1 10)()"A version of Chris Kempson's various Tomorrow themes"tar])(macrostep .[(0 6)()"interactive macro stepper for Emacs Lisp"single])(qsimpleq-theme .[(0 1 3)()"Based on solarized color theme for Emacs."single])(flymake-easy .[(0 9)()"Helpers for easily building flymake checkers"single])(flymake-ruby .[(0 8)((flymake-easy (0 1)))"A flymake handler for ruby-mode files"single])(flymake-shell .[(0 8)((flymake-easy (0 1)))"A flymake syntax-checker for shell scripts"single])(flymake-coffee .[(0 10)((flymake-easy (0 1)))"A flymake handler for coffee script"single])(flymake-php .[(0 5)((flymake-easy (0 1)))"A flymake handler for php-mode files"single])(flymake-sass .[(0 6)((flymake-easy (0 1)))"Flymake handler for sass files"single])(flymake-css .[(0 3)((flymake-easy (0 1)))"Flymake support for css using csslint"single])(flymake-haml .[(0 7)((flymake-easy (0 1)))"A flymake handler for haml files"single])(flymake-jslint .[(0 10)((flymake-easy (0 1)))"A flymake handler for javascript using jslint"single])(ess-smart-underscore .[(0 79)()"Ess Smart Underscore"single])(skinny .[(0 0 3)((elnode (0 9 9 6 1)) (creole (0 8 17)))"a blog engine with elnode -*- lexical-binding: t -*-"single])(auto-indent-mode .[(0 103)()"Auto indent Minor mode"single])(pyvirtualenv .[(1 1)()"Python Pyvirtualenv support"single])(find-file-in-repository .[(1 3)()"Quickly find files in a git, mercurial or other repository"single])(page-break-lines .[(0 7)()"Display ugly ^L page breaks as tidy horizontal lines"single])(paredit-menu .[(1 0)()"Adds a menu to paredit.el as memory aid"single])(elpy .[(1 1)((auto-complete (1 4)) (fuzzy (0 1)) (yasnippet (0 8)) (virtualenv (1 2)) (highlight-indentation (0 5 0)) (find-file-in-project (3 2)) (idomenu (0 1)) (nose (0 1 1)) (iedit (0 97)))"Emacs Lisp Python Environment"tar])(ace-jump-mode .[(2 0 0 0)()"a quick cursor location minor mode for emacs -*- coding: utf-8-unix -*-"single])(osx-location .[(0 2)()"Watch and respond to changes in geographical location on OS X"tar])(elpa-audit .[(0 4)()"Handy functions for inspecting and comparing package archives"single])(multi-web-mode .[(0 1)()"multiple major mode support for web editing"single])(flycheck .[(0 13)((s (1 6 0)) (dash (1 2)) (cl-lib (0 1)) (emacs (24 1)))"On-the-fly syntax checking (Flymake done right)"tar])(chicken-scheme .[(1 0 6)()"Scheme-mode extensions for Chicken Scheme"single])(minimap .[(1 0)()"Sidebar showing a \"mini-map\" of a buffer"single])(session-manager .[(0 5)()"Support for the Gnome Session Manager"single])(ctable .[(0 1 1)()"Table component for Emacs Lisp"single])(grr .[(1 0 0)()"Simple Growl notifications for Emacs and Mac OS X"single])(simpleclip .[(0 2 2)()"Simplified access to the system clipboard"single])(esxml .[(0 3 0)((db (0 0 1)))"Handle HTML with lists."tar])(cpputils-cmake .[(0 4 0)()"Easy real time C++ syntax check and intellisense if you use CMake."tar])(lcs .[(1 1)()"find out the longest common sequence"single])(tracking .[(1 3)((shorten (0 2)))"Buffer modification tracking"single])(lui .[(1 2)((tracking (1 3)))"Linewise User Interface"tar])(circe .[(1 2)((lui (1 2)) (lcs (1 1)))"Client for IRC in Emacs"tar])(iedit .[(0 97)()"Edit multiple regions in the same way simultaneously."tar])(let-recur .[(0 0 5)()"Simplified implementation of recur -*- lexical-binding:t -*-"single])(wgrep-helm .[(0 1 0)((wgrep (2 1 1)))"Writable helm-grep-mode buffer and apply the changes to files"single])(otter-mode .[(1 2)()"Major mode for source files of the Otter automated theorem prover"single])(sql-indent .[(1 10)()"indentation of SQL statements"single])(maildir .[(0 0 20)((kv (0 0 17)))"Simple maildir based MUA."tar])(huskie .[(0 0 2)((anaphora (0 0 6)))"chainsaw powered logging"single])(color-theme-x .[(1 3)()"convert color themes to X11 resource settings"single])(gplusify .[(1 0)()"Add Google Plus markup to a piece of code"single])(diatheke .[(1 0)()"A minor mode using the diatheke command-line Bible tool"single])(inf-ruby .[(2 3 0)()"Run a ruby process in a buffer"single])(extend-dnd .[(0 5)()"R drag and Drop"single])(wxwidgets-help .[(0 0 3)()"Look up wxWidgets API by using local html manual."tar])(sudden-death .[(0 2)()"Totsuzen-no-Shi"single])(fold-this .[(0 1 0)()"Just fold this region please"single])(dart-mode .[(0 9)()"Major mode for editing Dart files"single])(subshell-proc .[(0 2)()"Functions for working with comints"single])(pg .[(0 12)()"Emacs Lisp interface to the PostgreSQL RDBMS"single])(db-pg .[(0 0 3)((pg (0 12)) (db (0 0 6)))"A PostgreSQL adapter for emacs-db"single])(hippie-expand-haskell .[(0 0 1)()"Hippie expand try function using ghc's completion function."single])(slamhound .[(2 0 0)()"Rip Clojure namespaces apart and rebuild them."single])(clojure-mode .[(2 1 0)()"Major mode for Clojure code"single])(clojure-test-mode .[(2 1 0)((clojure-mode (1 7)) (nrepl (0 1 7)))"Minor mode for Clojure tests"single])(late-night-theme .[(0 0)()"Late Night theme for Emacs 24"single])(creole-mode .[(0 0 5)()"a markup mode for creole"single])(evil-paredit .[(0 0 1)((evil (0 0 0)) (paredit (1)))"Paredit support for evil keybindings"single])(websocket .[(1 0)()"Emacs WebSocket client and server"single])(evil-nerd-commenter .[(0 0 9)()"Comment/uncomment lines efficiently. Like Nerd Commenter in Vim"tar])(projectile .[(0 9 2)((s (1 0 0)) (dash (1 0 0)))"Manage and navigate projects in Emacs easily"single])(keyfreq .[(0 0 3)((json (1 2)))"track command frequencies"single])(robe .[(0 7 6)((inf-ruby (2 3 0)))"Code navigation, documentation lookup and completion for Ruby"tar])(dropbox .[(0 9 1)((json (1 2)) (oauth (1 0 3)))"Emacs backend for dropbox"single])(simple-mode-line .[(0 3)()"Simplified Mode Line for Emacs 24"single])(pov-mode .[(3 3)()"Major mode for editing POV-Ray scene files."tar])(creole .[(1 0 3)((noflet (0 0 3)) (kv (0 0 17)))"A parser for the Creole Wiki language"single])(tup-mode .[(1 2)()"Major mode for editing files for Tup"single])(bbcode-mode .[(1 1 0)()"Major mode for writing BBCode markup"single])(markup-faces .[(1 0 0)()"collection of faces for markup language modes"single])(flymake-json .[(0 1)((flymake-easy (0 1)))"A flymake handler for json using jsonlint"single])(adoc-mode .[(0 6 2)((markup-faces (1 0 0)))"a major-mode for editing AsciiDoc files in Emacs"single])(hardcore-mode .[(1 0 0)()"Disable arrow keys + optionally backspace and return"single])(spotify .[(0 2)()"Control the spotify application from emacs"single])(hlinum .[(1 0)()"Extension for linum.el to highlight current line number"single])(aes .[(0 5)()"Implementation of AES"single])(kwin .[(0 1)()"communcate with the KWin window manager"single])(clj-refactor .[(0 2 0)((s (1 3 1)) (dash (1 0 3)) (yasnippet (0 6 1)))"A collection of clojure refactoring functions"single])(awk-it .[(0 76)()"Run AWK interactively on region!"single])(nemerle .[(0 2)()"major mode for editing nemerle programs"single])(markdown-mode .[(1 9)()"Emacs Major mode for Markdown-formatted text files"single])(nimrod-mode .[(0 1 5)((auto-complete (1 4)))"A major mode for the Nimrod programming language"single])(rbenv .[(0 0 3)()"Emacs integration for rbenv"single])(evil .[(1 0 7)((undo-tree (0 5 1)))"Extensible Vi layer for Emacs."tar])(world-time-mode .[(0 0 2)()"show whole days of world-time diffs"single])(inline-crypt .[(0 1 4)()"Simple inline encryption via openssl"tar])(tagedit .[(1 4 0)((s (1 3 1)) (dash (1 0 3)))"Some paredit-like features for html-mode"single])(vertica .[(0 1 0)((sql (3 0)))"Vertica SQL mode extension"single])(hive .[(0 1 1)((sql (3 0)))"Hive SQL mode extension"single])(smart-window .[(0 6)()"vim-like window controlling plugin"single])(requirejs-mode .[(1 1)()"Improved AMD module management"single])(purple-haze-theme .[(0 0 7)()"an overtly purple color theme for Emacs24."single])(gruber-darker-theme .[(0 5)()"Gruber Darker color theme for Emacs 24."single])(rust-mode .[(0 1 0)((cm-mode (0 1 0)))"A major emacs mode for editing Rust source code"single])(framesize .[(0 0 1)((key-chord (0 5 20080915)))"change the size of frames in Emacs"single])(deep-thought-theme .[(0 1 1)()"Emacs 24 theme with the Answer to The Ultimate Question"single])(image-dired+ .[(0 6 0)()"Image-dired extensions"single])(erefactor .[(0 6 10)()"Emacs-Lisp refactoring utilities"single])(generate-autoloads .[(0 0 10)()"A package to help you lazy-load everything"single])(lisp-infection .[(0 0 10)()"Commands to *enhance* S-exp editing"single])(backtrace-mode .[(0 0 10)()"A better way to browse /var/log/messages files"single])(tabulated-list .[(0)()"generic major mode for tabulated lists."single])(package .[(1 0)((tabulated-list (0)))"Simple package system for Emacs"single])(ert .[(0)()"Emacs Lisp Regression Testing"single])(nurumacs .[(3 4 1)()"smooth-scrolling and minimap"single])(mark-tools .[(0 3)()"Some simple tools to access the mark-ring in Emacs"single])(todotxt .[(0 2 3)()"A major mode for editing todo.txt files"single])(git-gutter .[(0 42)()"Port of Sublime Text plugin GitGutter"single])(vimrc-mode .[(0 3 1)()"Major mode for vimrc files"single])(control-lock .[(1 1 2)()"Like caps-lock, but for your control key. Give your pinky a rest!"single])(fic-ext-mode .[(0 1)()"Show FIXME/TODO/BUG(...) in special face only in comments and strings"single])(cups .[(0 1)()"CUPS features for Emacs"single])(vcard .[(0 1)()"vcard parsing and display routines"single])(babcore .[(0 0 2)()"Core Emacs configuration. This should be the minimum in every emacs config."single])(edebug-x .[(1 2)((dash (1 1 0)))"Extensions for Edebug"single])(loop .[(1 1)()"friendly imperative loop structures"single])(tex-smart-umlauts .[(1 2 0)()"Smart umlaut conversion for TeX."single])(ht .[(0 8)()"The missing hash table library for Emacs"single])(haml-mode .[(3 1 0)((ruby-mode (1 0)))"Major mode for editing Haml files"single])(flymake-hlint .[(0 2)((flymake-easy (0 1)))"A flymake handler for haskell-mode files using hlint"single])(django-theme .[(1 3 0)()"Custom face theme for Emacs"single])(pinboard .[(0 0 1)()"get stuff from pinboard -*- lexical-binding: t -*-"single])(isea .[(0 0 2)((elpakit (0 0 18)))"interactive server eval at mode, a comint for a daemonized emacs -*- lexical-binding: t -*-"single])(wrap-region .[(0 7 1)()"Wrap text with punctation or tag"single])(lexbind-mode .[(0 8)()"Puts the value of lexical-binding in the mode line"single])(auto-highlight-symbol .[(1 55)()"Automatic highlighting current symbol minor mode"single])(dot-mode .[(1 12)()"minor mode to repeat typing or commands"single])(main-line .[(1 2 8)()"modeline replacement forked from an early version of powerline.el"single])(show-css .[(1 1)()"Show the css of the html attribute the cursor is on"single])(dpaste_de .[(0 1)((web (0 3 6)))"Emacs mode to paste to dpaste.de"single])(supergenpass .[(0 1)()"SuperGenPass for Emacs"single])(with-namespace .[(1 1)()"Poor-man's namespaces for elisp"single])(flymake-haskell-multi .[(0 3)((flymake-easy (0 1)))"Syntax-check haskell-mode using both ghc and hlint"tar])(sackspace .[(0 8 2)()"A better backspace"single])(volatile-highlights .[(1 10)()"Minor mode for visual feedback on some operations."single])(everything .[(0 1 5)()"Bridge to MS Windows desktop-search engine Everything"single])(fetchmacs .[(1 0 1)()"A major mode for the Fetchnotes note taking service"single])(grapnel .[(0 5 1)()"HTTP request lib with flexible callback dispatch"single])(tumble .[(1 5)()"an Tumblr mode for Emacs"single])(rubyinterpol .[(0 1)()"Ruby-like String Interpolation for format"single])(smartparens .[(1 5)((cl-lib (0 1)) (dash (1 1 0)))"Automatic insertion, wrapping and paredit-like navigation with user defined pairs."tar])(latest-clojars .[(0 3)()"Clojure dependency resolver"single])(helm-gtags .[(0 9 2)((helm (1 0)))"GNU GLOBAL helm interface"single])(quickrun .[(1 8 4)()"Run commands quickly"single])(git-gutter-fringe .[(0 12)((git-gutter (0 42)) (fringe-helper (0 1 1)))"Fringe version of git-gutter.el"single])(center-text .[(0 8)()"Center the text in a fixed-width column"single])(charmap .[(0 0 0)()"Unicode table for Emacs"single])(ert-x .[(0)((ert (0)))"Staging area for experimental extensions to ERT"single])(clj-mode .[(0 9)()"basic Major mode (clj) for Clojure code"single])(ruby-hash-syntax .[(0 1)()"Toggle ruby hash syntax between classic and 1.9 styles"single])(psgml .[(1 4 1)()"Lennart Staflin's Psgml package, with Elisp syntax and sgml-validate fixed for Emacsen >=24."tar])(swarmhacker .[(0 0 1)()"simple swarm chat"single])(theme-changer .[(2 1 0)()"Sunrise/Sunset Theme Changer for Emacs"single])(ttrss .[(1 7 5)((emacs (23 1)))"Tiny Tiny RSS elisp bindings"single])(emacs-droid .[(0 0 0)()"Android application development tools for Emacs"single])(sea-before-storm-theme .[(0 3)()"Sea Before Storm color theme for Emacs 24"single])(flymake-python-pyflakes .[(0 8)((flymake-easy (0 8)))"A flymake handler for python-mode files using pyflakes (or flake8)"single])(ibuffer-vc .[(0 6)((cl-lib (0 2)))"Group ibuffer's list by VC project, or show VC status"single])(letcheck .[(0 2)()"Check the erroneous assignments in let forms"single])(clippy .[(1 0)((pos-tip (1 0)))"Show tooltip with function documentation at point"single])(wacspace .[(0 4 1)((dash (1 2 0)) (cl-lib (0 2)))"The WACky WorkSPACE manager for emACS"tar])(kanban .[(0 1 2)()"Parse org-todo headlines to use org-tables as Kanban tables"single])(flymake-elixir .[(0 5)()"A flymake handler for elixir-mode .ex files. "single])(surround .[(0 1)()"emulate surround.vim from Vim"single])(marmalade-service .[(2 0 9)((dash (1 1 0)) (s (1 6 0)) (elnode (0 9 9 6 10)))"The Marmalade package store service."tar])(wcheck-mode .[(2013 6 25)()"General interface for text checkers"tar])(rubocop .[(0 1)((dash (1 0 0)))"An Emacs interface for RuboCop"single])(indent-guide .[(1 0 1)()"show vertical lines to guide indentation"single])(suomalainen-kalenteri .[(2013 4 18)()"Finnish national and Christian holidays for calendar"tar])(simplezen .[(0 1 1)()"A simple subset of zencoding-mode for Emacs."single])(company-cmake .[(0 1)((company (0 6 8)))"company-mode completion back-end for CMake"single])(groovy-mode .[(201203310931)()"Groovy mode derived mode"single])(ruby-compilation .[(0 17)((inf-ruby (2 2 1)))"run a ruby process in a compilation buffer"single])(better-defaults .[(0 1 2)()"Fixing weird quirks and poor defaults"single])(gather .[(1 0 4)()"Gather string in buffer."single])(typing-practice .[(0 1)()"Typing practice"single])(ag .[(0 24)()"A front-end for ag ('the silver searcher'), the C ack replacement."single])(helm-projectile .[(0 9 2)((helm (1 4 0)) (projectile (0 9 2)))"Helm integration for Projectile"single])(r5rs .[(1 0)()"Browse documentation from the R5RS Revised5 Report"single])(paredit-everywhere .[(0 2)((paredit (22)))"Enable some paredit features in non-lisp buffers"single])(region-bindings-mode .[(0 1)()"Enable custom bindings when mark is active."single])(string-edit .[(0 1 0)((dash (1 2 0)))"Avoid escape nightmares by editing string in separate buffer"single])(flycheck-color-mode-line .[(0 2)((flycheck (0 13)) (dash (1 2)) (emacs (24 1)))"Change mode line color with Flycheck status -*- lexical-binding: t -*-"single])(angular-snippets .[(0 2 3)((s (1 4 0)) (dash (1 2 0)))"Yasnippets for AngularJS"tar])(command-stats .[(0 1)()"Track frequency of commands executed in emacs"single])(stripe-buffer .[(0 2 2)((cl-lib (1 0)))"Use a different background for even and odd lines"single])(sparql-mode .[(0 7 0)()"Edit and interactively evaluate SPARQL queries."single])(butler .[(0 1 3)((web (0 3 7)))"Client for Jenkins"single])(colour-region .[(0 4)()"Toggle regions of the buffer with different text snippets"single])(org-dotemacs .[(0 2)((org (7 9 3)) (cl-lib (1 0)))"Store your emacs config as an org file, and choose which bits to load."single])(fm .[(20130612 1)()"follow mode for compilation/output buffers"single])(bs-ext .[(0 2)()"Extensions to emacs buffer-selection library (bs.el)"single])(look-mode .[(1 0)()"quick file viewer for image and text file browsing"single])(look-dired .[(0 1)((look-mode (1 0)))"Extensions to look-mode for dired buffers"single])(dired-dups .[(0 3)()"Find duplicate files and display them in a dired buffer"single])(nzenburn-theme .[(20130513)()"A low contrast color theme for Emacs."single])(noflet .[(0 0 8)()"locally override functions"single])(simple-call-tree+ .[(1 0 0)()"Extensions to simple-call-tree"single])(eviews .[(0 1)()"Major-mode for editing eviews program files"single])(bbdb-ext .[(0 1)((bbdb (2 36)))"Extra commands for BBDB"single])(bar-cursor .[(1 1)()"package used to switch block cursor to a bar"single])(s-buffer .[(0 0 4)((s (1 6 0)) (noflet (0 0 3)))"s operations for buffers"single])(nodejs-repl .[(0 0 2 1)()"Run Node.js REPL"single])(evil-leader .[(0 3 4)((evil (0)))"let there be "single])(fuzzy-format .[(0 1 1)()"select indent-tabs-mode and format code automatically."single])(psvn .[(1 1 1)()"Subversion interface for emacs"single])(javarun .[(0 1 1)()"Minor mode for quick development of Java programs"single])(slough .[(0 1)((nrepl (0 1 7)) (smartparens (1 4 3)))"package for slough - this is for a secret TW thing"single])(express .[(0 5 12)((string-utils (0 0 2)))"Alternatives to `message'"single])(elisp-slime-nav .[(0 6)((cl-lib (0 2)))"Make M-. and M-, work in elisp like they do in slime"single])(fullscreen-mode .[(0 0 1)()"fullscreen window support for Emacs"single])(current-story .[(0 1 0)()"Track and insert current Pivotal Tracker"single])(kmacro-decision .[(1 3)((el-x (1 0)) (jb-misc-macros (0 2)))"Add conditional branching to keyboard macros"single])(jedi .[(0 1 2)((epc (0 1 0)) (auto-complete (1 4)))"Python auto-completion for Emacs"tar])(request .[(0 2 0)()"Compatible layer for URL request in Emacs"single])(request-deferred .[(0 2 0)((deferred (0 3 1)) (request (0 2 0)))"Wrap request.el by deferred"single])(show-marks .[(0 4)((fm (1 0)))"Navigate and visualize the mark-ring"single])(irfc .[(0 5 6)()"Interface for IETF RFC document."single])(apt-utils-ido .[(0 2)((apt-utils (1 212)))"Ido commands for apt-utils"single])(apt-utils .[(1 212)()"Emacs interface to APT (Debian package management)"single])(emms-mark-ext .[(0 3)((emms (3 0)))"Extra functions for emms-mark-mode and emms-tag-edit-mode"single])(emamux .[(0 1)()"Interact with tmux"single])(mustache .[(0 20)((ht (0 9)) (s (1 3 0)) (dash (1 2 0)))"a mustache templating library in emacs lisp"tar])(esup .[(0 3)()"the Emacs StartUp Profiler (ESUP)"single])(subatomic-enhanced-theme .[(20130226 2229)()"Nice looking emacs 24 theme"single])(highlight-escape-sequences .[(0 1)()"Highlight escape sequences -*- lexical-binding: t -*-"single])(jinja2-mode .[(0 1)()"A major mode for jinja2"single])(mode-icons .[(0 1 0)()"Show icons for modes"tar])(shorten .[(0 2)()"component-wise string shortener"single])(fakir .[(0 1 7)((noflet (0 0 3)) (dash (1 3 2)))"fakeing bits of Emacs -*- lexical-binding: t -*-"single])(desktop-registry .[(1 1 0)()"Keep a central registry of desktop files -*- lexical-binding: t -*-"single])(tabbar-ruler .[(0 40)((tabbar (2 0 1)))"Pretty tabbar, autohide, use both tabbar/ruler"single])(org-journal .[(1 3 4)()"a simple org-mode based journaling mode"single])(editorconfig .[(0 2)()"EditorConfig Emacs extension"single])(flymake-less .[(0 2)((less-css-mode (0 15)))"Flymake handler for LESS stylesheets (lesscss.org)"single])(sawfish .[(1 32)()"Sawfish mode."single])(ob-sml .[(0 2)((sml-mode (6 4)))"org-babel functions for template evaluation"single])(dired-efap .[(0 8)()"Edit Filename At Point in a dired buffer"single])(occur-x .[(0 1 1)()"Extra functionality for occur"single])(php-extras .[(0 4 4 20130612)((php-mode (1 5 0)))"Extra features for `php-mode'"tar])(rspec-mode .[(1 7)((ruby-mode (1 0)))"Enhance ruby-mode for RSpec"single])(syslog-mode .[(2 1)((hide-lines (20130623)))"Major-mode for viewing log files"single])(jb-misc-macros .[(0 2)((macro-utils (1 0)))"Miscellaneous macros"single])(man-commands .[(1 1)()"Add interactive commands for every manpages installed in your computer."single])(cloud-to-butt-erc .[(1 0 0)()"Replace 'the cloud' with 'my butt'"single])(pager-default-keybindings .[(1 1)()"Add the default keybindings suggested for pager.el"single])(hook-utils .[(1 0)()"Add a few utility functions for manipulating hooks"single])(occur-default-current-word .[(1 0)()"Have M-x occur default to the word at point"single])(scratch-persist .[(1 1)()"persist the scratch buffer across sessions"single])(company-inf-ruby .[(0 2)((company (0 6 10)) (inf-ruby (2 2 7)))"company-mode completion back-end for inf-ruby"single])(debian-changelog-mode .[(1 96)()"major mode for Debian changelog files."single])(sourcetalk .[(0 0 2)((request (0 2 0)))"SourceTalk (http://sourcetalk.net) plugin for Emacs"single])(chm-view .[(0 2 2)()"View CHM file."single])(org-trello .[(0 1 1)((org (8 0 7)) (dash (1 5 0)) (request (0 2 0)) (cl-lib (0 3 0)) (json (1 2)))"Org minor mode to synchronize with trello"tar])(clues-theme .[(20130720 559)()"Emacs 24 theme which is ok I suppose"single])(remember-theme .[(20130807 1251)()"Remembers the last theme in use and re-loads for the next session."single])(parscope .[(0 1 0)()"Minor mode for showing the current scope in Lisp-like languages."single])(grizzl .[(0 1 1)((cl-lib (0 1)))"Fuzzy Search Library & Completing Read"tar])(flx .[(0 1)()"fuzzy matching with good sorting"single])(flx-ido .[(0 2)((flx (0 1)))"flx integration for ido"single])(parenface-reversion .[(1 1)()"Provide a face for parens in lisp modes."single])(git-gutter+ .[(0 2)()"Manage Git hunks straight from the buffer"single])(git-gutter-fringe+ .[(0 1)((git-gutter+ (0 1)) (fringe-helper (20130519 1641)))"Fringe version of git-gutter+.el"single])(fringe-helper .[(1 0 1)()"helper functions for fringe bitmaps"single])(org-protocol-jekyll .[(0 1)()"Jekyll's handler for org-protocol"single])(gandalf-theme .[(0 1)()"Gandalf color theme"single])(processing-mode .[(1 1 2)()"Major mode for Processing 2.0"single])(elixir-mix .[(0 1 3)()"Emacs integration for Elixir's mix"single])(gitconfig .[(1 0 0)()"Emacs lisp interface to work with git-config variables"single])(processing-snippets .[(1 0 0)((yasnippet (0 8 0)))"Snippets for the Processing major mode"tar])(modtime-skip-mode .[(0 9)()"Minor mode for disabling modtime and supersession checks on files."single])(web-mode .[(6 0 18)()"major mode for editing html templates"single])(scheme-here .[(12 8 2008)()"cmuscheme extension for multiple inferior processes"single])(nrepl-decompile .[(0 0 1)((nrepl (0 1 7)) (javap-mode (9)))"decompilation extension for nrepl.el"single])(fit-frame .[(0)()"Resize a frame. In particular, fit a frame to its buffers."single])(pickup .[(0 0 3)()"pickup file. "single])(cubicle-mode .[(0 1)()"Cubicle major mode for emacs"single])(py-import-check .[(0 2)()"Finds the unused python imports using importchecker"single])(palimpsest .[(0 8)()"Various deletion strategies when editing"single])(flymake-puppet .[(1 0 0)((flymake-easy (0 9)))"An Emacs flymake handler for syntax-checking puppet using puppet-lint"single])(sparkline .[(0 3 0)()"Make sparkline images from a list of numbers"single])(wedge-ws .[(0 1 1)()"Wedge whitespace between columns in text"tar])(emmet-mode .[(1 0 1)()"Unofficial Emmet's support for emacs"single])(helm-delicious .[(1 1)()"helm extensions for delicious bookmarks"single])(ample-theme .[(0 11)((color-theme (6 6 5)))"Calm Dark Theme for Emacs"single])(frame-restore .[(0 3)((dash (1 2)) (f (0 4 1)) (emacs (24 1)))"Restore Emacs frame -*- lexical-binding: t; -*-"single])(tsql .[(1 0)()"customizes sql.el for T-SQL"single])(wisp-mode .[(0 1)()"Major mode for editing wisp: Whitespace-to-Lisp"single])(heroku-theme .[(1 1 0)()"Heroku color theme"single])(god-mode .[(2 2 0)()"God-like command entering minor mode"single])(helm-recoll .[(1 1)((helm (20130806 1505)))"helm interface for the recoll desktop search tool."single])(tronesque-theme .[(1 0)()"Color Theme based on Tron universe."single])(magit-tramp .[(0 1 0)((magit (1 2 0)))"git method for TRAMP"single])) diff --git a/emacs.d/elpa/archives/melpa/archive-contents b/emacs.d/elpa/archives/melpa/archive-contents new file mode 100644 index 0000000..ed4518d --- /dev/null +++ b/emacs.d/elpa/archives/melpa/archive-contents @@ -0,0 +1,4445 @@ +(1 + (zotelo . + [(20130428 2053) + nil "Manage Zotero collections from emacs [github]" single]) + (zossima . + [(20121117 108) + ((inf-ruby + (2 2 3))) + "Ruby from Emacs [github]" tar]) + (zoom-frm . + [(20130807 1542) + ((frame-fns + (0)) + (frame-cmds + (0))) + "Commands to zoom frame font size. [wiki]" single]) + (znc . + [(20120729 1124) + ((cl-lib + (2 2)) + (erc + (5 3))) + "ZNC + ERC [github]" single]) + (zlc . + [(20130426 1811) + nil "Provides zsh like completion system to Emacs [github]" single]) + (zencoding-mode . + [(20111231 345) + nil "Unfold CSS-selector-like expressions to markup [github]" single]) + (zenburn-theme . + [(20130716 1457) + nil "A low contrast color theme for Emacs. [github]" single]) + (zen-and-art-theme . + [(20120622 937) + nil "zen and art color theme for GNU Emacs 24 [github]" single]) + (zeitgeist . + [(20120212 140) + nil "No description available. [bzr]" single]) + (yaxception . + [(20130501 727) + nil "provide framework about exception like Java for elisp [github]" single]) + (yasnippet . + [(20130722 1832) + nil "Yet another snippet extension for Emacs. [github]" tar]) + (yascroll . + [(20130321 334) + nil "Yet Another Scroll Bar Mode [github]" single]) + (yari . + [(20130727 1639) + nil "Yet Another RI interface for Emacs [github]" single]) + (yard-mode . + [(20130402 1603) + nil "Minor mode for Ruby YARD comments [github]" single]) + (yaoddmuse . + [(20130225 1711) + nil "Yet another oddmuse for Emacs [wiki]" single]) + (yaml-mode . + [(20130311 1301) + nil "Major mode for editing YAML files [github]" single]) + (yalinum . + [(20130217 1711) + nil "yet another display line numbers. [github]" single]) + (yagist . + [(20130725 2023) + ((json + (1 2 0))) + "Yet Another Emacs integration for gist.github.com [github]" single]) + (xterm-frobs . + [(20091212 55) + nil "manipulate xterm when running emacs in tty mode [github]" single]) + (xmlgen . + [(20130219 1019) + nil "A DSL for generating XML. [github]" single]) + (xml-rpc . + [(20130423 1656) + nil "An elisp implementation of clientside XML-RPC [bzr]" single]) + (writeroom-mode . + [(20130315 2007) + nil "Minor mode for distraction-free writing [github]" tar]) + (writegood-mode . + [(20130406 2316) + nil "Polish up poor writing on the fly [github]" single]) + (wrap-region . + [(20130529 728) + ((dash + (1 0 3))) + "Wrap text with punctation or tag [github]" single]) + (world-time-mode . + [(20130401 229) + nil "show whole days of world-time diffs [github]" single]) + (workgroups2 . + [(20130707 2016) + nil "New workspaces for Emacs [github]" tar]) + (workgroups . + [(20110724 1825) + nil "workgroups for windows (for Emacs) [github]" single]) + (with-namespace . + [(20130407 1922) + ((dash + (1 1 0)) + (loop + (1 1))) + "interoperable elisp namespaces [github]" single]) + (wisp-mode . + [(20130527 1609) + ((clojure-mode + (0))) + "Major mode for Wisp code. [github]" single]) + (winpoint . + [(20120526 2108) + nil "Remember buffer positions per-window, not per buffer [github]" single]) + (windsize . + [(20110728 1636) + nil "Simple, intuitive window resizing [github]" single]) + (window-number . + [(20100803 1327) + nil "Select windows by numbers [wiki]" single]) + (window-layout . + [(20130806 1054) + nil "window layout manager [github]" single]) + (window-jump . + [(20130224 114) + nil "Move left/right/up/down through your windows. [github]" single]) + (window-end-visible . + [(20121025 923) + nil "Find the last visible point in a window [github]" single]) + (win-switch . + [(20130202 1237) + nil "fast, dynamic bindings for window-switching/resizing [github]" single]) + (wiki-nav . + [(20121205 1453) + ((button-lock + (0 9 6)) + (nav-flash + (1 0 0))) + "Simple file navigation using [[WikiStrings]] [github]" single]) + (wiki . + [(20120807 1458) + nil "hypertext authoring the WikiWay [wiki]" single]) + (widget-mvc . + [(20130430 2357) + nil "MVC framework for the emacs widgets [github]" single]) + (wide-column . + [(20120814 912) + nil "Calls functions dependant on column position. [hg]" single]) + (whole-line-or-region . + [(20110901 930) + nil "operate on current line if region undefined [github]" single]) + (wgrep-helm . + [(20121201 2230) + ((wgrep + (2 1 1))) + "Writable helm-grep-mode buffer and apply the changes to files [github]" single]) + (wgrep-ag . + [(20130725 1831) + ((wgrep + (2 1 5))) + "Writable ag buffer and apply the changes to files [github]" single]) + (wgrep-ack . + [(20121201 2230) + ((wgrep + (2 1 1))) + "Writable ack-and-a-half buffer and apply the changes to files [github]" single]) + (wgrep . + [(20130723 2134) + nil "Writable grep buffer and apply the changes to files [github]" single]) + (weechat . + [(20130808 1400) + ((s + (1 3 1)) + (cl-lib + (0 2)) + (emacs + (24)) + (tracking + (1 2))) + "Chat via WeeChat's relay protocol in Emacs [github]" tar]) + (wedge-ws . + [(20130804 2311) + nil "Wedge whitespace between columns in text [github]" single]) + (websocket . + [(20130803 1409) + nil "Emacs WebSocket client and server [github]" single]) + (weblogger . + [(20110926 1218) + ((xml-rpc + (1 6 8))) + "Weblog maintenance via XML-RPC APIs [bzr]" single]) + (web-mode . + [(20130811 932) + nil "major mode for editing html templates [github]" single]) + (web . + [(20130429 1926) + nil "useful HTTP client [github]" single]) + (wcheck-mode . + [(20130613 1808) + nil "General interface for text checkers [github]" single]) + (wc-mode . + [(20120531 1344) + nil "show wc-like information in status bar [wiki]" single]) + (watch-buffer . + [(20120331 1344) + nil "run a shell command when saving a buffer [github]" single]) + (wacspace . + [(20130726 1007) + ((dash + (1 2 0)) + (cl-lib + (0 2))) + "The WACky WorkSPACE manager for emACS [github]" tar]) + (w3m . + [(20130731 2126) + nil "an Emacs interface to w3m [cvs]" tar]) + (volatile-highlights . + [(20130321 2241) + nil "Minor mode for visual feedback on some operations. [github]" single]) + (vline . + [(20120108 1245) + nil "show vertical line (column highlighting) mode. [wiki]" single]) + (vlfi . + [(20130806 1641) + nil "View Large Files [github]" single]) + (visual-regexp-steroids . + [(20130411 2323) + ((visual-regexp + (0 1))) + "Extends visual-regexp to support other regexp engines [github]" tar]) + (visual-regexp . + [(20130527 1820) + ((cl-lib + (0 2))) + "A regexp/replace command for Emacs with interactive visual feedback [github]" single]) + (visible-mark . + [(20080221 651) + nil "Make marks visible. [wiki]" single]) + (virtualenvwrapper . + [(20130805 2238) + ((dash + (1 5 0)) + (s + (1 6 1))) + "a modern virtualenv tool for Emacs [github]" single]) + (virtualenv . + [(20120930 1034) + nil "Virtualenv for Python [github]" single]) + (vimrc-mode . + [(20130228 1544) + nil "Major mode for vimrc files [github]" single]) + (vimgolf . + [(20120228 848) + nil "VimGolf interface for the One True Editor [github]" single]) + (viewer . + [(20130314 2337) + nil "View-mode extension [wiki]" single]) + (vertica . + [(20130213 1545) + ((sql + (3 0))) + "Vertica SQL mode extension [github]" single]) + (vector-utils . + [(20121205 1458) + nil "Vector-manipulation utility functions [github]" single]) + (vcomp . + [(20121231 1148) + nil "compare version strings [github]" single]) + (vcl-mode . + [(20121129 2114) + nil "Syntax highlighting for Varnish Command Language [github]" single]) + (vc-darcs . + [(20090617 1305) + nil "a VC backend for darcs [darcs]" single]) + (vc-check-status . + [(20130808 2306) + nil "Warn you when quitting emacs and leaving repo dirty. [github]" tar]) + (vagrant . + [(20130808 1330) + nil "Manage a vagrant box from emacs [github]" single]) + (uuid . + [(20120910 951) + nil "UUID's for EmacsLisp [github]" single]) + (use-package . + [(20130703 1256) + ((bind-key + (1 0)) + (diminish + (0 44))) + "A use-package declaration for simplifying your .emacs [github]" single]) + (usage-memo . + [(20110722 1551) + nil "integration of Emacs help system and memo [wiki]" single]) + (unicode-whitespace . + [(20121205 1458) + ((ucs-utils + (0 7 2)) + (persistent-soft + (0 8 6)) + (pcache + (0 2 3))) + "teach whitespace-mode about fancy characters [github]" single]) + (unicode-progress-reporter . + [(20121205 1458) + ((emacs + (24 1 0)) + (ucs-utils + (0 7 2)) + (persistent-soft + (0 8 6)) + (pcache + (0 2 3))) + "Progress-reporter with fancy characters [github]" single]) + (unicode-fonts . + [(20130522 1241) + ((font-utils + (0 6 8)) + (ucs-utils + (0 7 2)) + (persistent-soft + (0 8 6)) + (pcache + (0 2 3))) + "Configure Unicode fonts [github]" single]) + (unicode-enbox . + [(20121205 1457) + ((string-utils + (0 0 1)) + (ucs-utils + (0 7 2)) + (persistent-soft + (0 8 6)) + (pcache + (0 2 3))) + "Surround a string with box-drawing characters [github]" single]) + (unfill . + [(20120529 1250) + nil "The inverse of fill-paragraph and fill-region [github]" single]) + (undohist . + [(20110401 823) + nil "Persistent Undo History for GNU Emacs [github]" single]) + (undo-tree . + [(20130808 1328) + nil "Treat undo history as a tree [git]" single]) + (underwater-theme . + [(20120615 1149) + nil "A gentle, deep blue color theme [github]" single]) + (uncrustify-mode . + [(20130707 1323) + nil "Minor mode to automatically uncrustify. [github]" single]) + (ukrainian-holidays . + [(20130720 1549) + nil "Ukrainian holidays for Emacs calendar. [github]" single]) + (ucs-utils . + [(20121205 1457) + ((persistent-soft + (0 8 6)) + (pcache + (0 2 3))) + "Utilities for Unicode characters [github]" tar]) + (typo . + [(20130312 1948) + nil "Minor mode for typographic editing [github]" single]) + (typing . + [(20121026 2118) + nil "The Typing Of Emacs [wiki]" single]) + (twittering-mode . + [(20130616 1818) + nil "Major mode for Twitter [github]" single]) + (twilight-theme . + [(20120412 803) + nil "Twilight theme for GNU Emacs 24 (deftheme) [github]" single]) + (twilight-bright-theme . + [(20130605 943) + nil "A Emacs 24 faces port of the TextMate theme [github]" single]) + (twilight-anti-bright-theme . + [(20120713 1116) + nil "A soothing Emacs 24 light-on-dark theme [github]" single]) + (tup-mode . + [(20130129 1533) + nil "Major mode for editing files for Tup [github]" single]) + (tumblesocks . + [(20130526 1503) + ((htmlize + (1 39)) + (oauth + (1 0 3)) + (markdown-mode + (1 8 1))) + "An Emacs tumblr client. [github]" tar]) + (tumble . + [(20130326 2210) + ((http-post-simple + (0))) + "an Tumblr mode for Emacs [github]" single]) + (tuareg . + [(20130218 1334) + ((caml + (3 12 0 1))) + "OCaml mode for Emacs. [svn]" tar]) + (ttrss . + [(20130409 1849) + ((emacs + (23 1))) + "Tiny Tiny RSS elisp bindings [github]" single]) + (tt-mode . + [(20130804 1145) + nil "Emacs major mode for editing Template Toolkit files. [github]" single]) + (truthy . + [(20121106 1302) + ((list-utils + (0 1 2))) + "Test the content of a value [github]" single]) + (trident-mode . + [(20130726 1207) + ((emacs + (24)) + (slime + (20130526)) + (skewer-mode + (1 5 0)) + (dash + (1 0 3))) + "Live Parenscript interaction [github]" single]) + (tree-mode . + [(20121207 1538) + nil "A mode to manage tree widgets [wiki]" single]) + (tracking . + [(20130619 1953) + ((shorten + (0 1))) + "Buffer modification tracking [github]" single]) + (toxi-theme . + [(20130418 2039) + ((emacs + (24))) + "A dark color theme by toxi [hg]" single]) + (top-mode . + [(20130605 1739) + nil "run \"top\" from emacs [wiki]" single]) + (toml-mode . + [(20130302 748) + nil "Mojor mode for editing TOML files [github]" single]) + (tomatinho . + [(20120717 2026) + nil "Tomatinho [github]" tar]) + (todotxt . + [(20130527 851) + nil "A major mode for editing todo.txt files [github]" single]) + (todochiku . + [(20120202 2005) + nil "A mode for interfacing with Growl, Snarl, and the like. [wiki]" single]) + (tmmofl . + [(20121025 1201) + nil "Calls functions dependant on font lock highlighting at point [hg]" single]) + (time-ext . + [(20130130 2151) + nil "more function for time/date [wiki]" single]) + (tidy . + [(20111222 1756) + nil "Interface to the HTML Tidy program [wiki]" single]) + (thumb-through . + [(20120118 2134) + nil "Plain text reader of HTML documents [github]" single]) + (thread-dump . + [(20130323 2125) + nil "Java thread dump viewer [github]" single]) + (thingopt . + [(20120615 1752) + nil "Thing at Point optional utilities [github]" single]) + (thesaurus . + [(20121125 1937) + nil "replace a word with a synonym looked up in a web service. [wiki]" single]) + (theme-changer . + [(20130725 2119) + nil "Sunrise/Sunset Theme Changer for Emacs [github]" single]) + (tfs . + [(20120508 1820) + nil "MS Team Foundation Server commands for Emacs. [wiki]" single]) + (textmate-to-yas . + [(20130509 1054) + nil "Import Textmate macros into yasnippet syntax [github]" tar]) + (textmate . + [(20110816 1446) + nil "TextMate minor mode for Emacs [github]" single]) + (textile-mode . + [(20120721 2158) + nil "Textile markup editing major mode [github]" single]) + (tex-smart-umlauts . + [(20130708 401) + nil "Smart umlaut conversion for TeX. [darcs]" single]) + (test-simple . + [(20130710 1126) + nil "Simple Unit Test Framework for Emacs Lisp [github]" single]) + (test-case-mode . + [(20121228 1141) + nil "unit test front-end [github]" single]) + (tern-auto-complete . + [(20130809 1129) + ((tern + (0 0 1)) + (auto-complete + (1 4)) + (emacs + (24))) + "Tern Completion by auto-complete.el [github]" single]) + (tern . + [(20130805 1824) + ((json + (1 2)) + (emacs + (24))) + "Tern-powered JavaScript integration [github]" tar]) + (tea-time . + [(20120307 1523) + nil "Simple timer package, useful to make perfect tea. [github]" single]) + (tc . + [(20130403 1455) + nil "a Japanese input method with T-Code on Emacs [github]" tar]) + (tangotango-theme . + [(20130715 1126) + nil "Tango Palette color theme for Emacs 24. [github]" single]) + (tango-2-theme . + [(20120312 1325) + nil "Tango 2 color theme for GNU Emacs 24 [github]" single]) + (tagedit . + [(20130714 1409) + ((s + (1 3 1)) + (dash + (1 0 3))) + "Some paredit-like features for html-mode [github]" single]) + (tabulated-list . + [(20120406 2251) + nil "generic major mode for tabulated lists. [github]" single]) + (tabbar-ruler . + [(20130701 2353) + ((tabbar + (2 0 1))) + "Pretty tabbar, autohide, use both tabbar/ruler [github]" tar]) + (tabbar . + [(20110824 1439) + nil "No description available. [github]" tar]) + (systemtap-mode . + [(20121210 10) + nil "A mode for SystemTap [github]" single]) + (syslog-mode . + [(20130802 2127) + ((hide-lines + (20130623))) + "Major-mode for viewing log files [github]" single]) + (syntactic-sugar . + [(20121205 1457) + nil "Effect-free forms such as if/then/else [github]" single]) + (synonyms . + [(20130724 6) + nil "Look up synonyms for a word or phrase in a thesaurus. [wiki]" single]) + (sws-mode . + [(20120730 2122) + nil "(S)ignificant (W)hite(S)pace mode [github]" single]) + (switch-window . + [(20121102 1529) + nil "A *visual* way to choose a window to switch to [github]" single]) + (swbuff-x . + [(20130607 1014) + ((swbuff + (19991231 1800))) + "Modifications to David Ponce's swbuff [wiki]" single]) + (swbuff . + [(20041012 718) + nil "Quick switch between Emacs buffers. [cvs]" single]) + (svg-mode-line-themes . + [(20130614 1613) + ((xmlgen + (0 4))) + "SVG-based themes for mode-line [github]" tar]) + (surround . + [(20121022 1257) + nil "emulate surround.vim from Vim [github]" single]) + (supergenpass . + [(20130328 2248) + nil "SuperGenPass for Emacs [github]" single]) + (suomalainen-kalenteri . + [(20130414 1635) + nil "Finnish holidays for Emacs calendar. [github]" single]) + (summarye . + [(20130328 1027) + nil "list up matched strings from a buffer, and display them in summary buffer [wiki]" single]) + (sudo-ext . + [(20130130 2151) + nil "sudo support [wiki]" single]) + (sudden-death . + [(20121218 2249) + nil "Totsuzen-no-Shi [github]" single]) + (subshell-proc . + [(20130122 1322) + nil "Functions for working with comints [github]" single]) + (sublimity . + [(20130623 1220) + nil "smooth-scrolling and minimap, like sublime editor [github]" tar]) + (sublime-themes . + [(20130727 1028) + nil "A collection of themes based on Sublime Text [github]" tar]) + (subatomic256-theme . + [(20130621 1210) + nil "Fork of subatomic-theme for terminals. [github]" single]) + (subatomic-theme . + [(20130226 2229) + nil "Nice looking emacs 24 theme [github]" single]) + (stylus-mode . + [(20120730 1950) + ((sws-mode + (0))) + "Major mode for editing .jade files [github]" single]) + (stupid-indent-mode . + [(20130608 1022) + nil "Plain stupid indentation minor mode [github]" single]) + (stumpwm-mode . + [(20111113 1231) + nil "special lisp mode for evaluating code into running stumpwm [git]" single]) + (stripe-buffer . + [(20130728 1355) + ((cl-lib + (1 0))) + "Use a different background for even and odd lines [github]" single]) + (string-utils . + [(20121108 1917) + ((list-utils + (0 1 2))) + "String-manipulation utilities [github]" single]) + (string-edit . + [(20130501 939) + ((dash + (1 2 0))) + "Avoid escape nightmares by editing string in separate buffer [github]" single]) + (sticky . + [(20101130 252) + nil "Sticky key for capital letters [wiki]" single]) + (stem . + [(20130120 2111) + nil "No description available. [github]" single]) + (starter-kit-ruby . + [(20120128 1450) + ((inf-ruby + (2 2 3)) + (starter-kit + (2 0 1))) + "Saner defaults and goodies for Ruby [github]" single]) + (starter-kit-perl . + [(20120128 1450) + nil "Some helpful Perl code [github]" single]) + (starter-kit-lisp . + [(20120504 2007) + ((starter-kit + (2 0 2)) + (elisp-slime-nav + (0 1))) + "Saner defaults and goodies for lisp languages [github]" single]) + (starter-kit-js . + [(20110930 2320) + ((starter-kit + (2 0 1))) + "Saner defaults and goodies for Javascript [github]" single]) + (starter-kit-eshell . + [(20121001 1714) + nil "Saner defaults and goodies: eshell tweaks [github]" single]) + (starter-kit-bindings . + [(20120101 1955) + ((starter-kit + (2 0 2))) + "Saner defaults and goodies: bindings [github]" single]) + (starter-kit . + [(20121025 1511) + ((paredit + (22)) + (idle-highlight-mode + (1 1 1)) + (find-file-in-project + (3 0)) + (smex + (1 1 2)) + (ido-ubiquitous + (0 3)) + (magit + (0 8 1))) + "Saner defaults and goodies. [github]" tar]) + (stan-mode . + [(20130416 1559) + nil "Major mode for editing STAN files [github]" tar]) + (ssh-config-mode . + [(20120513 2233) + nil "Mode for fontification of ~/.ssh/config [github]" single]) + (ssh . + [(20120904 1342) + nil "Support for remote logins using ssh. [github]" single]) + (sr-speedbar . + [(20130309 1959) + nil "Same frame speedbar [wiki]" single]) + (sql-indent . + [(20090325 2254) + nil "indentation of SQL statements [wiki]" single]) + (sprintly-mode . + [(20121005 2234) + ((furl + (0 0 2))) + "Major mode for dealing with sprint.ly [github]" single]) + (spotify . + [(20130520 1152) + nil "Control the spotify application from emacs [github]" single]) + (splitter . + [(20130705 50) + nil "Manage window splits [github]" single]) + (sparql-mode . + [(20130702 1410) + nil "Edit and interactively evaluate SPARQL queries. [github]" single]) + (sparkline . + [(20130803 1442) + nil "Make sparkline images from a list of numbers [github]" single]) + (spaces . + [(20130602 1523) + nil "Create and switch between named window configurations. [github]" single]) + (sourcetalk . + [(20130709 819) + ((request + (0 2 0))) + "SourceTalk (http://sourcetalk.net) plugin for Emacs [github]" single]) + (soothe-theme . + [(20130805 1700) + ((emacs + (24 1))) + "a dark colorful theme for Emacs24. [github]" single]) + (solarized-theme . + [(20130804 1649) + nil "The Solarized color theme, ported to Emacs. [github]" tar]) + (snippet . + [(20130210 1815) + nil "Insert snippets of text into a buffer [github]" single]) + (smotitah . + [(20130715 1233) + nil "Modular emacs configuration framework [github]" tar]) + (smooth-scrolling . + [(20130602 1609) + nil "Make emacs scroll smoothly [github]" single]) + (smooth-scroll . + [(20130321 2114) + nil "Minor mode for smooth scrolling and in-place scrolling. [github]" single]) + (sml-mode . + [(20130303 2022) + nil "Major mode for editing (Standard) ML [github]" tar]) + (smex . + [(20130707 1255) + nil "M-x interface with Ido-style fuzzy matching. [github]" single]) + (smarty-mode . + [(20100703 1358) + nil "major mode for editing smarty templates [github]" single]) + (smartrep . + [(20130312 1839) + nil "Support sequential operation which omitted prefix keys. [github]" single]) + (smartparens . + [(20130811 38) + ((cl-lib + (0 1)) + (dash + (1 1 0))) + "Automatic insertion, wrapping and paredit-like navigation with user defined pairs. [github]" tar]) + (smart-window . + [(20130214 1142) + nil "vim-like window controlling plugin [github]" single]) + (smart-tabs-mode . + [(20130718 1237) + nil "Intelligently indent with tabs, align with spaces! [github]" single]) + (smart-tab . + [(20130317 1157) + nil "Intelligent tab completion and indentation. [github]" single]) + (smart-operator . + [(20051013 1756) + nil "Beautify the operators in codes [wiki]" single]) + (smart-mode-line . + [(20130811 1043) + nil "A color coded smart mode-line. [github]" single]) + (smart-forward . + [(20130205 1352) + ((expand-region + (0 8 0))) + "Semantic navigatioin [github]" single]) + (smart-compile . + [(20120710 1600) + nil "an interface to `compile' [wiki]" single]) + (slime-ritz . + [(20130218 1829) + nil "slime extensions for ritz [github]" single]) + (slime . + [(20130626 1151) + nil "Superior Lisp Interaction Mode for Emacs [github]" tar]) + (slim-mode . + [(20130614 2240) + nil "Major mode for editing Slim files [github]" single]) + (slideview . + [(20130513 1342) + nil "File slideshow [github]" single]) + (slamhound . + [(20130620 1413) + nil "Rip Clojure namespaces apart and rebuild them. [github]" single]) + (skewer-mode . + [(20130809 1518) + ((simple-httpd + (1 4 0)) + (js2-mode + (20090723))) + "live browser JavaScript and CSS interaction [github]" tar]) + (simplezen . + [(20130421 1052) + ((s + (1 4 0)) + (dash + (1 1 0))) + "A simple subset of zencoding-mode for Emacs. [github]" single]) + (simplenote . + [(20130416 2302) + nil "Interact with simple-note.appspot.com [github]" single]) + (simpleclip . + [(20121205 1449) + nil "Simplified access to the system clipboard [github]" single]) + (simple-httpd . + [(20130527 1257) + nil "pure elisp HTTP server [github]" single]) + (simple-call-tree+ . + [(20130512 16) + nil "Extensions to simple-call-tree [wiki]" single]) + (simple-call-tree . + [(20130330 940) + nil "analyze source code based on font-lock text-properties [wiki]" single]) + (simp . + [(20130602 1301) + nil "Simple project definition, chiefly for file finding, and grepping [github]" tar]) + (sicp . + [(20121014 1314) + nil "No description available. [github]" tar]) + (showcss-mode . + [(20130605 1824) + nil "No description available. [github]" tar]) + (show-marks . + [(20130805 1549) + ((fm + (1 0))) + "Navigate and visualize the mark-ring [github]" single]) + (shorten . + [(20130621 1740) + nil "component-wise string shortener [github]" single]) + (shimbun . + [(20120719 338) + nil "interfacing with web newspapers [github]" tar]) + (shift-text . + [(20130609 2322) + ((cl-lib + (1 0)) + (es-lib + (0 3))) + "Move the region in 4 directions, in a way similar to Eclipse's [github]" single]) + (shell-switcher . + [(20130711 1833) + nil "Provide fast switching between shell buffers [github]" tar]) + (shell-pop . + [(20130616 116) + nil "helps you to use shell easily on Emacs. Only one key action to work. [github]" single]) + (shell-history . + [(20100504 850) + nil "integration with shell history [wiki]" single]) + (shell-here . + [(20120807 1913) + nil "Open a shell relative to the working directory [github]" single]) + (shell-command . + [(20090621 1332) + nil "enables tab-completion for `shell-command' [wiki]" single]) + (session . + [(20120511 0) + nil "use variables, registers and buffer places across sessions [github]" single]) + (sentence-highlight . + [(20121026 1450) + nil "highlight the current sentence [wiki]" single]) + (scss-mode . + [(20121203 127) + nil "Major mode for editing SCSS files [github]" single]) + (screenshot . + [(20120509 1105) + nil "Take a screenshot in Emacs [wiki]" single]) + (scratch-pop . + [(20130802 2039) + nil "popup \"scratch\"es [github]" single]) + (scratch-palette . + [(20130802 2041) + nil "save scratch notes on each file [github]" single]) + (scratch-log . + [(20120131 821) + nil "Utility for *scratch* buffer. [github]" single]) + (scratch . + [(20120830 1028) + nil "Mode-specific scratch buffers [github]" tar]) + (scpaste . + [(20110617 1856) + ((htmlfontify + (0 21))) + "Paste to the web via scp. [wiki]" single]) + (sclang-snippets . + [(20130513 951) + ((yasnippet + (0 8 0))) + "Snippets for the SuperCollider Emacs mode [github]" tar]) + (sclang-extensions . + [(20130514 1732) + ((auto-complete + (1 4 0)) + (s + (1 3 1)) + (dash + (1 2 0)) + (emacs + (24 1))) + "Extensions for the SuperCollider Emacs mode. [github]" tar]) + (scion . + [(20130315 825) + nil "Haskell Minor Mode for Interacting with the Scion Library [github]" single]) + (scheme-here . + [(20081208 1711) + nil "cmuscheme extension for multiple inferior processes [wiki]" single]) + (scheme-complete . + [(20130220 2103) + nil "Smart tab completion for Scheme in Emacs [hg]" single]) + (scf-mode . + [(20111202 2307) + nil "shorten file-names in compilation type buffers [github]" single]) + (scala-mode2 . + [(20130403 1734) + nil "Major mode for editing Scala >= 2.9 [github]" tar]) + (scala-mode . + [(20121205 1135) + nil "No description available. [github]" tar]) + (savekill . + [(20130130 2151) + nil "Save kill ring to disk [wiki]" single]) + (save-visited-files . + [(20130508 1233) + nil "save opened files across sessions [github]" single]) + (save-sexp . + [(20130106 1542) + nil "save variables in files using setter forms like `setq' [github]" tar]) + (save-load-path . + [(20130130 2150) + nil "save load-path and reuse it to test [wiki]" single]) + (sauron . + [(20120903 1145) + nil "Track (erc/org/dbus/...) events and react to them. [github]" tar]) + (sass-mode . + [(20101019 30) + ((haml-mode + (3 0 15))) + "Major mode for editing Sass files [github]" single]) + (sackspace . + [(20130719 1156) + nil "A better backspace [github]" single]) + (s-buffer . + [(20130605 2224) + ((s + (1 6 0)) + (noflet + (0 0 3))) + "s operations for buffers [github]" single]) + (s . + [(20130617 1851) + nil "The long lost Emacs string manipulation library. [github]" single]) + (rvm . + [(20130521 902) + nil "Emacs integration for rvm [github]" single]) + (rust-mode . + [(20130808 1925) + nil "A major emacs mode for editing Rust source code [github]" single]) + (ruby-tools . + [(20121008 1851) + nil "Collection of handy functions for ruby-mode. [github]" tar]) + (ruby-test-mode . + [(20121120 1052) + ((ruby-mode + (1 0))) + "Minor mode for Behaviour and Test Driven [github]" single]) + (ruby-refactor . + [(20130808 2227) + ((ruby-mode + (1 2))) + "A minor mode which presents various Ruby refactoring helpers. [github]" single]) + (ruby-interpolation . + [(20120326 1309) + nil "Ruby string interpolation helpers [github]" single]) + (ruby-hash-syntax . + [(20130626 1837) + nil "Toggle ruby hash syntax between classic and 1.9 styles [github]" single]) + (ruby-end . + [(20130426 909) + nil "Automatic insertion of end blocks for Ruby. [github]" tar]) + (ruby-electric . + [(20130127 1902) + nil "Minor mode with electric editing commands for Ruby files [github]" single]) + (ruby-dev . + [(20130811 1051) + nil "Interactive developement environment for Ruby. [github]" tar]) + (ruby-compilation . + [(20130429 1411) + ((inf-ruby + (2 2 1))) + "run a ruby process in a compilation buffer [github]" single]) + (ruby-block . + [(20111101 1152) + nil "highlight matching block [wiki]" single]) + (rubocop . + [(20130707 1421) + ((dash + (1 0 0))) + "An Emacs interface for RuboCop [github]" single]) + (rspec-mode . + [(20130810 1844) + ((ruby-mode + (1 0))) + "Enhance ruby-mode for RSpec [github]" single]) + (rsense . + [(20100511 1305) + nil "RSense client for Emacs [github]" single]) + (roy-mode . + [(20121207 1930) + nil "Roy major mode [github]" single]) + (robe . + [(20130730 1120) + ((inf-ruby + (2 3 0))) + "Code navigation, documentation lookup and completion for Ruby [github]" tar]) + (rnc-mode . + [(20121227 1802) + nil "A major mode for editing RELAX NG Compact syntax. [github]" single]) + (rings . + [(20130721 2305) + nil "Buffer rings. Like tabs, but better. [github]" single]) + (rinari . + [(20130808 926) + ((ruby-mode + (1 0)) + (inf-ruby + (2 2 5)) + (ruby-compilation + (0 16)) + (jump + (2 0))) + "Rinari Is Not A Rails IDE [github]" single]) + (rhtml-mode . + [(20130421 1008) + nil "major mode for editing RHTML files [github]" tar]) + (rfringe . + [(20110405 1520) + nil "display the relative location of the region, in the fringe. [wiki]" single]) + (revive . + [(20121022 1311) + nil "Resume Emacs [github]" single]) + (reverse-theme . + [(20130402 1912) + nil "Reverse theme for Emacs [github]" single]) + (restclient . + [(20130627 1342) + nil "An interactive HTTP client for Emacs [github]" tar]) + (requirejs-mode . + [(20130215 1604) + nil "Improved AMD module management [github]" single]) + (request . + [(20130526 1915) + nil "Compatible layer for URL request in Emacs [github]" tar]) + (replace-from-region . + [(20130316 2304) + nil "Replace commands whose query is from region [wiki]" single]) + (repl-toggle . + [(20130614 615) + nil "Switch to/from repl buffer for current major-mode [github]" single]) + (region-bindings-mode . + [(20130430 2107) + nil "Enable custom bindings when mark is active. [github]" single]) + (regex-tool . + [(20130328 1510) + nil "A regular expression evaluation tool for programmers [github]" single]) + (regex-dsl . + [(20100124 1228) + nil "lisp syntax for regexps [github]" single]) + (redshank . + [(20120510 1230) + nil "No description available. [git]" tar]) + (redo+ . + [(20130424 155) + nil "Redo/undo system for Emacs [wiki]" single]) + (recursive-narrow . + [(20111019 1608) + nil "narrow-to-region that operates recursively [github]" single]) + (rect+ . + [(20130401 1422) + nil "Extensions to rect.el [github]" single]) + (recentf-ext . + [(20130130 2150) + nil "Recentf extensions [wiki]" single]) + (rebox2 . + [(20121113 2100) + nil "Handling of comment boxes in various styles. [github]" single]) + (realgud . + [(20130710 1108) + nil "A modular front-end for interacting with external debuggers [github]" tar]) + (rdp . + [(20120928 2154) + nil "Recursive Descent Parser library [github]" single]) + (rbenv . + [(20130807 907) + nil "Emacs integration for rbenv [github]" single]) + (rase . + [(20120928 2345) + nil "Run At Sun Event daemon [github]" single]) + (rainbow-delimiters . + [(20130307 340) + nil "Highlight nested parens, brackets, braces a different color at each depth. [github]" single]) + (railgun . + [(20121017 157) + nil "No description available. [github]" single]) + (quickrun . + [(20130730 1513) + nil "Run commands quickly [github]" single]) + (quickref . + [(20130113 1700) + ((dash + (1 0 3)) + (s + (1 0 0))) + "Display relevant notes-to-self in the echo area [github]" single]) + (quick-buffer-switch . + [(20130304 129) + nil "Quick switch to file or dir buffers. [github]" single]) + (qml-mode . + [(20130416 1832) + nil "Major mode for editing QT Declarative (QML) code. [github]" single]) + (python-magic . + [(20120505 1355) + nil "outline mode extension for python mode [wiki]" single]) + (python-environment . + [(20130624 1239) + ((deferred + (0 3 1))) + "virtualenv API for Emacs Lisp [github]" tar]) + (python-django . + [(20130526 1059) + nil "A Jazzy package for managing Django projects [github]" single]) + (pyregexp . + [(20130531 929) + nil "[deprecated, use visual-regexp/visual-regexp-steroids instead] A Python regexp/replace command for Emacs with interactive visual feedback [github]" tar]) + (pylint . + [(20121112 1335) + nil "minor mode for running `pylint' [hg]" single]) + (py-import-check . + [(20130802 1150) + nil "Finds the unused python imports using importchecker [github]" single]) + (purty-mode . + [(20130214 1502) + nil "Safely pretty-print greek letters, mathematical symbols, or anything else. [github]" single]) + (puppet-mode . + [(20120704 1849) + nil "A simple mode for editing puppet manifests [github]" tar]) + (psvn . + [(20120401 2340) + nil "Subversion interface for emacs [github]" single]) + (protobuf-mode . + [(20091217 1955) + nil "major mode for editing protocol buffers. [svn]" single]) + (projmake-mode . + [(20130614 1235) + nil "Project oriented automatic builder and error highlighter, flymake for projects [github]" tar]) + (projectile . + [(20130809 1238) + ((s + (1 6 0)) + (dash + (1 5 0))) + "Manage and navigate projects in Emacs easily [github]" single]) + (project-persist . + [(20130810 1359) + nil "A minor mode to allow loading and saving of project settings. [github]" tar]) + (project-local-variables . + [(20080502 1652) + nil "Set project-local variables from a file. [wiki]" single]) + (processing-snippets . + [(20130718 2052) + ((yasnippet + (0 8 0))) + "Snippets for processing-mode [github]" tar]) + (processing-mode . + [(20130811 1102) + nil "Major mode for Processing 2.0 [github]" single]) + (proc-net . + [(20130322 12) + nil "network process tools [github]" single]) + (pretty-symbols-mode . + [(20130602 1729) + nil "Draw tokens as Unicode glyphs. [github]" single]) + (pretty-mode . + [(20130331 1551) + nil "redisplay parts of the buffer as pretty symbols [wiki]" single]) + (powershell-mode . + [(20100203 458) + nil "Mode for editing Powershell scripts [svn]" single]) + (powershell . + [(20120709 2122) + nil "run powershell as an inferior shell in emacs [wiki]" single]) + (powerline . + [(20130623 1829) + ((cl-lib + (0 2))) + "Rewrite of Powerline [github]" tar]) + (pov-mode . + [(20120825 1616) + nil "Major mode for editing POV-Ray scene files. [git]" tar]) + (pos-tip . + [(20121128 2315) + nil "Show tooltip at point [github]" single]) + (popwin . + [(20130329 2035) + nil "Popup Window Manager. [github]" single]) + (popup-switcher . + [(20130625 2116) + ((popup + (0 5 0))) + "switch to other buffers and files via popup. [github]" single]) + (popup . + [(20130324 1305) + nil "Visual Popup User Interface [github]" single]) + (pophint . + [(20130807 2053) + ((popup + (0 5 0)) + (log4e + (0 2 0)) + (yaxception + (0 1))) + "Provide navigation using pop-up tips, like Firefox's Vimperator Hint Mode [github]" tar]) + (pony-mode . + [(20130628 300) + nil "Minor mode for working with Django Projects [github]" tar]) + (pomodoro . + [(20130116 1511) + nil "A timer for the Pomodoro Technique [github]" single]) + (pointback . + [(20100210 1652) + nil "Restore window points when returning to buffers [github]" single]) + (point-undo . + [(20100504 829) + nil "undo/redo position [wiki]" single]) + (plenv . + [(20130707 1516) + nil "A plenv wrapper for Emacs [github]" single]) + (pkgbuild-mode . + [(20120214 2332) + nil "Interface to the ArchLinux package manager [github]" single]) + (pivotal-tracker . + [(20130319 2233) + nil "Interact with Pivotal Tracker through its API [github]" single]) + (pig-mode . + [(20130709 819) + nil "Major mode for Pig files [github]" single]) + (php-mode . + [(20130729 1530) + nil "Major mode for editing PHP code [github]" single]) + (php-eldoc . + [(20130328 1526) + nil "eldoc backend for php [github]" tar]) + (php-boris . + [(20130527 1021) + nil "Run boris php REPL [github]" single]) + (php-auto-yasnippets . + [(20130807 1647) + ((php-mode + (1 11)) + (yasnippet + (0 8 0))) + "Creates snippets for PHP functions [github]" tar]) + (php+-mode . + [(20121129 1452) + nil "A better PHP mode with Zend Framework 1 support. [github]" tar]) + (phoenix-dark-pink-theme . + [(20130306 1513) + nil "Port of the Sublime Text 2 theme of the same name [github]" single]) + (phoenix-dark-mono-theme . + [(20130306 1515) + nil "Monochromatic version of the Phoenix theme [github]" single]) + (phi-search . + [(20130623 1237) + nil "another incremental search command, compatible with \"multiple-cursors\" [github]" tar]) + (ph . + [(20130312 2037) + ((emacs + (24 3))) + "A global minor mode for managing multiple projects. [github]" tar]) + (pgdevenv . + [(20130527 557) + nil "Manage your PostgreSQL development envs [github]" tar]) + (pg . + [(20130731 1742) + nil "Emacs Lisp interface to the PostgreSQL RDBMS [github]" single]) + (perspective . + [(20121130 1746) + nil "switch between named \"perspectives\" of the editor [github]" single]) + (persp-mode . + [(20130607 36) + ((workgroups + (0 2 0))) + "\"perspectives\" + save/load + shared among frames. [github]" single]) + (persistent-soft . + [(20121205 1456) + ((pcache + (0 2 3)) + (list-utils + (0 2 0))) + "Persistent storage, returning nil on failure [github]" single]) + (perlbrew . + [(20130126 2153) + nil "A perlbrew wrapper for Emacs [github]" single]) + (perl-completion . + [(20090528 1536) + nil "No description available. [github]" single]) + (peg . + [(20130320 158) + nil "Parsing Expression Grammars in Emacs Lisp [wiki]" single]) + (pcre2el . + [(20130621 210) + ((cl-lib + (0 3))) + "parse, convert, and font-lock PCRE, Emacs and rx regexps [github]" single]) + (pcmpl-git . + [(20130408 840) + nil "pcomplete for git [github]" tar]) + (pcmpl-args . + [(20120912 24) + nil "Enhanced shell command completion [github]" single]) + (pcache . + [(20120408 1206) + ((eieio + (1 3))) + "persistent caching for Emacs [github]" single]) + (path-headerline-mode . + [(20120910 1016) + nil "Displaying file path on headerline. [github]" single]) + (pastels-on-dark-theme . + [(20120304 1222) + nil "Pastels on Dark theme for Emacs 24 [github]" single]) + (pastehub . + [(20130510 30) + nil "A client for the PasteHub cloud service [github]" single]) + (pastebin . + [(20101125 1955) + nil "A simple interface to the www.pastebin.com webservice [wiki]" single]) + (paste-kde . + [(20130702 1055) + ((web + (0 3 6))) + "paste text to KDE's pastebin service [github]" single]) + (password-vault . + [(20130807 942) + ((cl-lib + (0 2)) + (emacs + (24))) + "A Password manager for Emacs. [github]" single]) + (parenface . + [(20091203 1917) + nil "Provide a face for parens in lisp modes. [github]" single]) + (paredit-menu . + [(20121025 1201) + nil "Adds a menu to paredit.el as memory aid [hg]" single]) + (paredit-everywhere . + [(20130430 1059) + ((paredit + (22))) + "Enable some paredit features in non-lisp buffers [github]" single]) + (paredit . + [(20130722 1324) + nil "minor mode for editing parentheses [git]" single]) + (pangu-spacing . + [(20130525 1903) + nil "Minor-mode to add space between Chinese and English characters. [github]" single]) + (pandoc-mode . + [(20130619 331) + nil "Minor mode for interacting with Pandoc [github]" tar]) + (pallet . + [(20130806 2109) + ((cask + (0 4 1))) + "A package manager for Emacs, using Cask. [github]" tar]) + (palimpsest . + [(20130731 1821) + nil "Various deletion strategies when editing [github]" single]) + (pager-default-keybindings . + [(20130719 1357) + ((pager + (1 0))) + "Add the default keybindings suggested for pager.el [github]" single]) + (pager . + [(20100330 2031) + nil "windows-scroll commands [github]" single]) + (page-break-lines . + [(20130601 1032) + nil "Display ugly ^L page breaks as tidy horizontal lines [github]" single]) + (packed . + [(20130612 141) + ((cl-lib + (0 2)) + (magit + (1 1 1))) + "Package manager agnostic Emacs Lisp package utilities [github]" tar]) + (package-build . + [(20130806 1515) + ((cl-lib + (0 2))) + "Tools for assembling a package archive [github]" tar]) + (pabbrev . + [(20121025 1200) + nil "Predictive abbreviation expansion [hg]" single]) + (p4 . + [(20130611 2343) + nil "Simple Perforce-Emacs Integration [github]" single]) + (outlined-elisp-mode . + [(20130620 1827) + nil "outline-minor-mode settings for emacs lisp [github]" single]) + (outline-magic . + [(20130701 33) + nil "outline mode extensions for Emacs [github]" single]) + (otter-mode . + [(20121202 1703) + nil "Major mode for source files of the Otter automated theorem prover [github]" single]) + (osx-plist . + [(20101130 1348) + nil "Apple plist file parser [github]" single]) + (osx-location . + [(20130706 212) + nil "Watch and respond to changes in geographical location on OS X [github]" tar]) + (osx-browse . + [(20121205 1456) + ((browse-url-dwim + (0 6 2))) + "Web browsing helpers for OS X [github]" single]) + (orglue . + [(20130420 2330) + ((org + (8 0)) + (epic + (0 1)) + (org-mac-link-grabber + (1 0 1))) + "more functionality to org-mode. [github]" tar]) + (orglink . + [(20130609 1709) + ((dash + (1 3 2)) + (org + (8 0))) + "use Org Mode links in other modes [github]" single]) + (org2blog . + [(20130704 908) + ((org + (7 8)) + (xml-rpc + (1 6 8)) + (metaweblog + (0 1))) + "Blog from Org mode to wordpress [github]" tar]) + (org-trello . + [(20130807 1454) + ((org + (8 0 7)) + (dash + (1 4 0)) + (request + (0 1 0)) + (cl-lib + (0 3 0)) + (json + (1 2))) + "Minor mode for org-mode to sync org-mode and trello [github]" tar]) + (org-toodledo . + [(20130608 1434) + nil "Toodledo integration for Emacs Org mode [github]" tar]) + (org-reveal . + [(20130729 1007) + ((org + (8 0))) + "reveal.js Presentation Back-End for Org Export Engine [github]" single]) + (org-readme . + [(20130508 905) + ((http-post-simple + (1 0)) + (yaoddmuse + (0 1 1)) + (header2 + (21 0)) + (lib-requires + (21 0))) + "Integrates Readme.org and Commentary/Change-logs. [github]" tar]) + (org-protocol-jekyll . + [(20130811 50) + nil "Jekyll's handler for org-protocol [github]" single]) + (org-present . + [(20130426 2049) + ((org + (7))) + "Minimalist presentation minor-mode for Emacs org-mode. [github]" single]) + (org-pomodoro . + [(20130616 2158) + ((alert + (0 5 10))) + "Pomodoro implementation for org-mode. [github]" tar]) + (org-pandoc . + [(20130729 2050) + nil "Export from Org using Pandoc [github]" tar]) + (org-outlook . + [(20121212 1658) + nil "Outlook org [github]" tar]) + (org-octopress . + [(20130810 954) + ((org + (8 0)) + (orglue + (0 1)) + (ctable + (0 1 1))) + "Compose octopress articles using org-mode. [github]" tar]) + (org-magit . + [(20120820 2056) + ((magit + (0 8)) + (org + (6 1))) + "basic support for magit links [github]" single]) + (org-mac-link-grabber . + [(20130514 1519) + nil "Grab links and url from various mac [git]" single]) + (org-mac-iCal . + [(20130310 1757) + nil "Imports events from iCal.app to the Emacs diary [git]" single]) + (org-journal . + [(20130612 1437) + nil "a simple org-mode based journaling mode [github]" single]) + (org-jira . + [(20130427 2116) + nil "Syncing between Jira and Org-mode. [github]" tar]) + (org-jekyll . + [(20130508 1139) + ((org + (8 0))) + "Export jekyll-ready posts form org-mode entries [github]" single]) + (org-fstree . + [(20090723 1719) + nil "include a filesystem subtree into an org file [git]" single]) + (org-elisp-help . + [(20130424 45) + ((cl-lib + (0 2)) + (org + (8 0))) + "org links to emacs-lisp documentation [github]" single]) + (org-dotemacs . + [(20130510 1711) + ((org + (7 9 3)) + (cl-lib + (1 0))) + "Store your emacs config as an org file, and choose which bits to load. [github]" single]) + (org-cua-dwim . + [(20120202 2334) + nil "Org-mode and Cua mode compatibility layer [github]" single]) + (org-context . + [(20130725 2239) + ((org + (7))) + "Contextual capture and agenda commands for Org-mode [github]" single]) + (org-bullets . + [(20130226 1431) + nil "Show bullets in org-mode as UTF-8 characters [github]" single]) + (org-agenda-property . + [(20130707 1317) + ((emacs + (24 2))) + "Display org properties in the agenda buffer. [github]" single]) + (openwith . + [(20120531 1636) + nil "Open files with external programs [hg]" single]) + (open-junk-file . + [(20130131 720) + nil "Open a junk (memo) file to try-and-error [wiki]" single]) + (offlineimap . + [(20130331 1641) + nil "Run OfflineIMAP from Emacs [git]" single]) + (octomacs . + [(20121026 1649) + nil "Octopress interface for Emacs [github]" single]) + (occur-x . + [(20130610 1543) + nil "Extra functionality for occur [github]" single]) + (occidental-theme . + [(20130312 2058) + nil "Custom theme for faces based on Adwaita [github]" single]) + (object-registry . + [(20130521 2113) + ((cl-lib + (0 2))) + "OBSOLETE track data items by various instance slots [github]" single]) + (ob-translate . + [(20130718 1529) + ((google-translate + (0 4)) + (org + (8))) + "Translation of text blocks in org-mode. [github]" single]) + (ob-sml . + [(20130612 22) + ((sml-mode + (6 4))) + "org-babel functions for template evaluation [github]" single]) + (ob-mongo . + [(20130718 1532) + ((org + (8))) + "Execute mongodb queries within org-mode blocks. [github]" single]) + (ob-browser . + [(20130724 1702) + ((org + (8))) + "Translation of text blocks in org-mode. [github]" tar]) + (oauth . + [(20130127 1751) + nil "Oauth library. [github]" tar]) + (o-blog . + [(20130428 1049) + nil "Org-blog exporter [github]" tar]) + (nyan-prompt . + [(20130721 611) + nil "Nyan Cat on the eshell prompt. [github]" tar]) + (nyan-mode . + [(20120710 1922) + nil "Nyan Cat shows position in current buffer in mode-line. [github]" tar]) + (nsis-mode . + [(20130723 1548) + nil "NSIS-mode [github]" tar]) + (nrepl-ritz . + [(20130516 1339) + ((nrepl + (0 1 7)) + (fringe-helper + (0 1 1))) + "nrepl extensions for ritz [github]" single]) + (nrepl-eval-sexp-fu . + [(20130220 2142) + nil "Tiny functionality enhancements for evaluating sexps. [github]" single]) + (nrepl-decompile . + [(20130726 1043) + ((nrepl + (0 1 7)) + (javap-mode + (9))) + "decompilation extension for nrepl.el [github]" single]) + (nrepl . + [(20130808 1909) + ((clojure-mode + (2 0 0)) + (cl-lib + (0 3))) + "Client for Clojure nREPL [github]" single]) + (notmuch . + [(20130731 1746) + nil "No description available. [git]" tar]) + (nose . + [(20110804 819) + nil "Easy Python test running in Emacs [hg]" single]) + (noflet . + [(20130711 2119) + nil "locally override functions [github]" single]) + (nodejs-repl . + [(20130521 42) + nil "Run Node.js REPL [github]" single]) + (noctilux-theme . + [(20130724 1051) + nil "No description available. [github]" tar]) + (nimrod-mode . + [(20110125 2304) + nil "A major mode for the Nimrod programming language [github]" single]) + (nginx-mode . + [(20130531 2048) + nil "major mode for editing nginx config files [github]" single]) + (nemerle . + [(20130328 1439) + nil "major mode for editing nemerle programs [github]" single]) + (nclip . + [(20130617 2212) + nil "Network (HTTP) Clipboard [github]" tar]) + (ncl-mode . + [(20130528 745) + nil "Major Mode for editing NCL scripts and other goodies [github]" tar]) + (nav-flash . + [(20121205 1456) + nil "Briefly highlight the current line [github]" single]) + (nav . + [(20120507 7) + nil "Emacs mode for filesystem navigation [hg]" tar]) + (naquadah-theme . + [(20130628 1629) + nil "A theme based on Tango color set [git]" single]) + (namespaces . + [(20130327 1150) + nil "An implementation of namespaces for Elisp, with an emphasis on immutabilty. [github]" single]) + (n3-mode . + [(20130115 2145) + nil "mode for Notation 3 [github]" single]) + (mysql2sqlite . + [(20120514 931) + nil "Convert mysql databases into sqlite databases. [github]" single]) + (mwe-log-commands . + [(20100703 1441) + nil "log keyboard commands to buffer [github]" single]) + (muttrc-mode . + [(20090804 2252) + nil "Major mode to edit muttrc under Emacs [wiki]" single]) + (mustache-mode . + [(20110927 1253) + nil "A major mode for editing Mustache files. [github]" single]) + (mustache . + [(20130611 1422) + ((ht + (0 9)) + (s + (1 3 0)) + (dash + (1 2 0))) + "a mustache templating library in emacs lisp [github]" tar]) + (multiple-cursors . + [(20130730 2211) + nil "Multiple cursors for Emacs. [github]" tar]) + (multifiles . + [(20130615 2249) + nil "View and edit parts of multiple files in one buffer [github]" single]) + (multi-web-mode . + [(20130205 2044) + nil "multiple major mode support for web editing [github]" tar]) + (multi-term . + [(20130108 2305) + nil "Managing multiple terminal buffers in Emacs. [wiki]" single]) + (multi-eshell . + [(20120608 1835) + nil "Create and manage multiple shells within Emacs [wiki]" single]) + (move-text . + [(20130506 1826) + nil "Move current line or region with M-up or M-down. [wiki]" single]) + (mouse-slider-mode . + [(20130609 1723) + nil "scale numbers dragged under the mouse [github]" single]) + (mouse+ . + [(20130723 2348) + nil "Extensions to `mouse.el'. [wiki]" single]) + (motion-mode . + [(20130801 1041) + ((flymake-easy + (0 7)) + (flymake-cursor + (1 0 2))) + "major mode for RubyMotion enviroment [github]" tar]) + (mote-mode . + [(20121015 119) + ((ruby-mode + (1 1))) + "Mote minor mode [github]" single]) + (monokai-theme . + [(20130810 1645) + nil "A fruity color theme for Emacs. [git]" single]) + (monky . + [(20130513 1413) + nil "Control Hg from Emacs. [github]" tar]) + (mongo . + [(20120826 14) + nil "MongoDB driver for Emacs Lisp [github]" tar]) + (molokai-theme . + [(20120503 1929) + nil "No description available. [github]" single]) + (moe-theme . + [(20130720 2355) + nil "A colorful eye-candy theme. Moe, moe, kyun! [github]" tar]) + (modtime-skip-mode . + [(20130724 122) + nil "Minor mode for disabling modtime and supersession checks on files. [github]" single]) + (modeline-posn . + [(20130723 2214) + nil "Set up `mode-line-position'. [wiki]" single]) + (mode-line-debug . + [(20121207 1644) + nil "show status of `debug-on-error' in the mode-line [github]" single]) + (mode-icons . + [(20130602 1448) + nil "Show icons for modes [git]" tar]) + (mocker . + [(20130418 2343) + ((eieio + (1 3)) + (el-x + (0 2 2))) + "mocking framework for emacs [github]" single]) + (mo-vi-ment-mode . + [(20130607 1642) + nil "Provide vi-like cursor movement that's easy on the fingers [github]" single]) + (mo-git-blame . + [(20130728 1717) + nil "An interactive, iterative 'git blame' mode for Emacs [github]" single]) + (mmm-mode . + [(20130606 7) + nil "Allow Multiple Major Modes in a buffer [github]" tar]) + (mmm-mako . + [(20121019 2351) + ((mmm-mode + (0 4 8))) + "MMM submode class for Mako Templates [hg]" single]) + (misc-fns . + [(20130723 2346) + nil "Miscellaneous non-interactive functions. [wiki]" single]) + (minor-mode-hack . + [(20130212 1228) + nil "Change priority of minor-mode keymaps [wiki]" single]) + (minimap . + [(20110427 1123) + nil "Minimap sidebar for Emacs [git]" single]) + (minimal-session-saver . + [(20121205 1456) + nil "Very lean session saver [github]" single]) + (migemo . + [(20130310 2231) + nil "Japanese incremental search through dynamic pattern expansion [github]" single]) + (midje-mode . + [(20130716 2249) + ((nrepl + (0 1 4)) + (clojure-mode + (1 0))) + "Minor mode for running Midje tests in emacs, see: https://github.com/dnaumov/midje-mode [github]" tar]) + (mic-paren . + [(20120716 1647) + nil "advanced highlighting of matching parentheses [wiki]" single]) + (mew . + [(20130810 1523) + nil "Messaging in the Emacs World [github]" tar]) + (metaweblog . + [(20130707 1701) + ((xml-rpc + (1 6 8))) + "An emacs library to access metaweblog based weblogs [github]" tar]) + (mentor . + [(20130520 40) + ((xml-rpc + (1 6 9))) + "Frontend for the rTorrent bittorrent client [github]" tar]) + (memoize . + [(20130421 1534) + nil "Memoization functions [github]" single]) + (melpa-upstream-visit . + [(20130719 2305) + ((s + (1 6 0))) + "A set of kludges to visit a melpa-hosted package's homepage [github]" single]) + (melpa . + [(20120202 1322) + nil "special handling for the MELPA repository [github]" single]) + (mediawiki . + [(20130223 1441) + nil "mediawiki frontend [bzr]" single]) + (maxframe . + [(20120725 1149) + nil "maximize the emacs frame based on display size [github]" single]) + (maude-mode . + [(20130604 925) + nil "Emacs mode for the programming language Maude [svn]" single]) + (markup-faces . + [(20130117 1146) + nil "collection of faces for markup language modes [github]" single]) + (markup . + [(20130207 2209) + nil "Simple markup generation helpers. [github]" single]) + (markdown-mode+ . + [(20120829 710) + ((markdown-mode + (20111229))) + "extra functions for markdown-mode [github]" tar]) + (markdown-mode . + [(20130726 2142) + nil "Emacs Major mode for Markdown-formatted text files [git]" single]) + (mark-tools . + [(20130614 1125) + nil "Some simple tools to access the mark-ring in Emacs [github]" single]) + (mark-multiple . + [(20121118 1654) + nil "Sorta lets you mark several regions at once. [github]" tar]) + (mark . + [(20130805 1549) + ((fm + (1 0))) + "Navigate and visualize the mark-ring [github]" single]) + (map-regexp . + [(20130522 2303) + ((cl-lib + (0 2))) + "map over matches of a regular expression [github]" single]) + (map-progress . + [(20120927 1839) + nil "mapping macros that report progress [github]" tar]) + (man-commands . + [(20130627 1653) + nil "Add interactive commands for every manpages installed in your computer. [github]" single]) + (mallard-snippets . + [(20130725 2324) + ((yasnippet + (0 8 0)) + (mallard-mode + (0 1 1))) + "Yasnippets for Mallard [github]" tar]) + (mallard-mode . + [(20130725 2321) + nil "Major mode for editing Mallard files [github]" tar]) + (main-line . + [(20130405 1304) + nil "modeline replacement forked from an early version of powerline.el [github]" single]) + (magithub . + [(20130718 2320) + ((magit + (0 8)) + (json + (1 2))) + "Magit extensions for using GitHub [github]" tar]) + (magit-push-remote . + [(20130708 143) + ((magit + (1 3 0))) + "Push remote support for Magit. [github]" tar]) + (magit-gh-pulls . + [(20130405 1828) + ((gh + (0 4 3)) + (magit + (1 1 0))) + "GitHub pull requests extension for Magit [github]" single]) + (magit-filenotify . + [(20130801 1545) + nil "No description available. [github]" single]) + (magit-commit-training-wheels . + [(20130730 1032) + nil "Advice for magit-log-edit-commit [github]" single]) + (magit . + [(20130810 1119) + nil "control Git from Emacs [github]" tar]) + (mag-menu . + [(20130224 56) + ((splitter + (0 1 0))) + "Intuitive keyboard-centric menu system [github]" single]) + (macrostep . + [(20130504 1520) + nil "interactive macro stepper for Emacs Lisp [github]" single]) + (macro-math . + [(20130328 1434) + nil "in-buffer mathematical operations [github]" single]) + (lusty-explorer . + [(20130407 1256) + nil "Dynamic filesystem explorer and buffer switcher [github]" single]) + (lui . + [(20130602 1912) + ((tracking + (0))) + "Linewise User Interface [github]" tar]) + (lua-mode . + [(20130528 1415) + nil "a major-mode for editing Lua scripts [github]" single]) + (love-minor-mode . + [(20130429 1759) + ((lua-mode + (20130419))) + "Minor mode for working on LÖVE projects [github]" single]) + (lorem-ipsum . + [(20051013 1756) + nil "Insert dummy pseudo Latin text. [wiki]" single]) + (loop . + [(20130309 1605) + nil "friendly imperative loop structures [github]" single]) + (look-mode . + [(20091023 521) + nil "quick file viewer for image and text file browsing [wiki]" single]) + (look-dired . + [(20130512 24) + ((look-mode + (1 0))) + "Extensions to look-mode for dired buffers [github]" single]) + (lolcode-mode . + [(20111002 1047) + nil "Major mode for editing LOLCODE [github]" single]) + (logito . + [(20120225 2155) + ((eieio + (1 3))) + "logging library for Emacs [github]" single]) + (logalimacs . + [(20130607 1350) + ((popwin + (20120529)) + (popup + (20120331)) + (stem + (20120826))) + "Front-end to logaling-command for Ruby gems [github]" single]) + (log4j-mode . + [(20101016 1722) + nil "major mode for viewing log files [github]" single]) + (log4e . + [(20130515 112) + nil "provide logging framework for elisp [github]" single]) + (loccur . + [(20130425 1011) + nil "Performs an occur-like folding in current buffer. [github]" single]) + (loc-changes . + [(20130711 309) + nil "Helps users and programs keep track of positions even after buffer changes. [github]" single]) + (load-theme-buffer-local . + [(20120703 17) + nil "Install emacs24 color themes by buffer. [github]" single]) + (load-relative . + [(20130410 549) + nil "relative file load (within a multi-file Emacs package) [github]" single]) + (livescript-mode . + [(20130724 1248) + nil "Major mode for editing LiveScript files [github]" single]) + (lively . + [(20120728 1413) + nil "Interactively updating text [wiki]" single]) + (litable . + [(20130525 2156) + ((dash + (1 1 0))) + "dynamic evaluation replacement with emacs [github]" single]) + (list-utils . + [(20121205 1456) + nil "List-manipulation utility functions [github]" single]) + (lispyscript-mode . + [(20130809 2119) + nil "Major mode for LispyScript code. [github]" single]) + (lispxmp . + [(20100506 129) + nil "Automagic emacs lisp code annotation [wiki]" single]) + (linum-relative . + [(20130427 2245) + nil "display relative line number in emacs. [github]" single]) + (linphone . + [(20130524 1306) + nil "Emacs interface to Linphone [github]" tar]) + (lib-requires . + [(20130723 2338) + nil "Commands to list Emacs Lisp library dependencies. [wiki]" single]) + (lexbind-mode . + [(20130328 1131) + nil "Puts the value of lexical-binding in the mode line [github]" single]) + (levenshtein . + [(20051013 1756) + nil "Edit distance between two strings. [wiki]" single]) + (leuven-theme . + [(20130806 2220) + nil "Awesome Emacs color theme on white background [github]" single]) + (letcheck . + [(20130214 105) + nil "Check the erroneous assignments in let forms [github]" single]) + (less-css-mode . + [(20130722 928) + nil "Major mode for editing LESS CSS files (lesscss.org) [github]" single]) + (lemon-mode . + [(20130216 2204) + nil "A major mode for editing lemon grammar files [github]" single]) + (lein . + [(20130227 1852) + ((nrepl + (0 1 7))) + "Eshell interface to Leiningen [github]" single]) + (legalese . + [(20100119 2148) + nil "Add legalese to your program files [wiki]" single]) + (ldg-mode . + [(20130712 117) + nil "No description available. [github]" tar]) + (lcs . + [(20121201 1455) + nil "find out the longest common sequence [github]" single]) + (launch . + [(20130619 1804) + nil "launch files with OS-standard associated applications. [github]" single]) + (latex-pretty-symbols . + [(20111011 1446) + nil "Display many latex symbols as their unicode counterparts [hg]" single]) + (latest-clojars . + [(20130410 1552) + nil "Clojure dependency resolver [github]" single]) + (langdoc . + [(20130606 831) + ((cl-lib + (0 2))) + "Help to define help document mode for various languages [github]" single]) + (lang-refactor-perl . + [(20130224 2353) + nil "Simple refactorings, primarily for Perl [github]" single]) + (lacarte . + [(20130723 2337) + nil "Execute menu items as commands, with completion. [wiki]" single]) + (kwin . + [(20130207 31) + nil "communcate with the KWin window manager [github]" single]) + (kv . + [(20130618 1212) + nil "key/value data structure functions [github]" single]) + (kmacro-decision . + [(20130713 2239) + ((el-x + (1 0)) + (jb-misc-macros + (0 2))) + "Add conditional branching to keyboard macros [github]" single]) + (kivy-mode . + [(20130710 2132) + nil "Emacs major mode for editing Kivy files [github]" single]) + (kite . + [(20130201 2038) + ((json + (1 2)) + (websocket + (0 93 1))) + "WebKit inspector front-end [github]" tar]) + (killer . + [(20120808 1322) + nil "kill and delete text [github]" single]) + (kill-ring-search . + [(20110605 1744) + nil "incremental search for the kill ring [github]" tar]) + (kibit-mode . + [(20130722 1837) + nil "No description available. [github]" tar]) + (keymap-utils . + [(20130427 1926) + ((cl-lib + (0 2))) + "keymap utilities [github]" single]) + (keyfreq . + [(20130404 2117) + nil "track command frequencies [github]" single]) + (keydef . + [(20090428 2131) + nil "a simpler way to define keys, with kbd syntax [github]" single]) + (keychain-environment . + [(20121026 2146) + nil "load keychain environment variables [github]" single]) + (key-combo . + [(20130806 1814) + nil "map key sequence to commands [github]" tar]) + (key-chord . + [(20080915 2156) + nil "map pairs of simultaneously pressed keys to commands [wiki]" single]) + (kanban . + [(20130516 1856) + nil "Parse org-todo headlines to use org-tables as Kanban tables [hg]" single]) + (jump-to-line . + [(20130123 153) + nil "Jump to line number at point. [github]" single]) + (jump-char . + [(20130530 752) + nil "navigation by char [github]" single]) + (jump . + [(20130702 833) + ((findr + (0 7)) + (inflections + (1 1))) + "build functions which contextually jump between files [github]" single]) + (jtags . + [(20111208 1922) + nil "enhanced tags functionality for Java development [git]" tar]) + (jss . + [(20130508 1623) + ((emacs + (24 1)) + (websocket + (0)) + (js2-mode + (0))) + "An emacs interface to webkit and mozilla debuggers [github]" tar]) + (js3-mode . + [(20130717 1844) + nil "No description available. [github]" tar]) + (js2-refactor . + [(20130622 1018) + ((js2-mode + (20101228)) + (multiple-cursors + (1 0 0)) + (dash + (1 0 0)) + (s + (1 0 0)) + (yasnippet + (20130218))) + "A JavaScript refactoring library for emacs. [github]" tar]) + (js2-mode . + [(20130725 125) + ((emacs + (24 1))) + "Improved JavaScript editing mode [github]" tar]) + (js-comint . + [(20080530 957) + nil "Run javascript in an inferior process window. [svn]" single]) + (jknav . + [(20121006 1325) + nil "Automatically enable j/k keys for line-based navigation [github]" single]) + (jira . + [(20091012 2123) + nil "Connect to JIRA issue tracking software [wiki]" single]) + (jinja2-mode . + [(20120827 1103) + nil "A major mode for jinja2 [github]" single]) + (jenkins-watch . + [(20121004 1726) + nil "Watch continuous integration build status [github]" single]) + (jedi . + [(20130714 1415) + ((epc + (0 1 0)) + (auto-complete + (1 4))) + "Python auto-completion for Emacs [github]" tar]) + (javap-mode . + [(20120223 1408) + nil "Javap major mode [github]" single]) + (javadoc-lookup . + [(20130618 2036) + nil "Javadoc Emacs integration with Maven [github]" tar]) + (jaunte . + [(20130328 1141) + nil "Emacs Hit a Hint [github]" single]) + (japanlaw . + [(20130404 2102) + ((revive + (20121022 1311))) + "Japan law from law.e-gov.go.jp [github]" single]) + (jade-mode . + [(20130220 1245) + ((sws-mode + (0))) + "Major mode for editing .jade files [github]" single]) + (j-mode . + [(20130301 2049) + nil "Major mode for editing J programs [github]" tar]) + (iy-go-to-char . + [(20130428 1506) + nil "Go to next CHAR which is similar to \"f\" in vim [wiki]" single]) + (itail . + [(20130102 1159) + nil "An interactive tail mode [github]" single]) + (isend-mode . + [(20130419 1158) + nil "Interactively send parts of an Emacs buffer to an interpreter [github]" single]) + (isearch-symbol-at-point . + [(20130728 952) + nil "Use isearch to search for the symbol at point [github]" single]) + (isearch+ . + [(20130723 2336) + nil "Extensions to `isearch.el'. [wiki]" single]) + (irfc . + [(20120824 1735) + nil "Interface for IETF RFC document. [wiki]" single]) + (ir-black-theme . + [(20130303 255) + nil "Port of ir-black theme [github]" single]) + (iplayer . + [(20130625 2103) + nil "Browse and download BBC TV/radio shows [github]" single]) + (interval-tree . + [(20130325 1507) + ((dash + (1 1 0))) + "Interval tree data structure for 1D range queries [github]" single]) + (interaction-log . + [(20130426 731) + nil "exhaustive log of interactions with Emacs [wiki]" single]) + (instapaper . + [(20130104 2221) + nil "add URLs to instapaper from emacs [hg]" single]) + (inlineR . + [(20120520 2332) + nil "insert Tag for inline image of R graphics [github]" single]) + (inline-crypt . + [(20130409 507) + nil "Simple inline encryption via openssl [github]" tar]) + (inkpot-theme . + [(20120505 908) + nil "port of vim's inkpot theme [github]" single]) + (initsplit . + [(20120630 1244) + nil "code to split customizations into different files [github]" single]) + (init-loader . + [(20130218 1210) + nil "Loader for configuration files [github]" single]) + (info+ . + [(20130723 2335) + nil "Extensions to `info.el'. [wiki]" single]) + (inflections . + [(20121016 957) + nil "convert english words between singular and plural [github]" single]) + (inf-ruby . + [(20130726 149) + nil "Run a ruby process in a buffer [github]" single]) + (inf-php . + [(20130414 1621) + ((php-mode + (1 5 0))) + "Run a php interactive shell in a buffer [github]" single]) + (inf-mongo . + [(20130305 127) + nil "Run a MongoDB shell process in a buffer [github]" single]) + (indent-guide . + [(20130625 7) + nil "show vertical lines to guide indentation [github]" single]) + (import-popwin . + [(20130618 1200) + ((popwin + (0 6))) + "popwin buffer near by import statements with popwin [github]" single]) + (impatient-mode . + [(20130531 1453) + ((simple-httpd + (1 4 0)) + (htmlize + (1 40))) + "Serve buffers live over HTTP [github]" tar]) + (imenu-anywhere . + [(20130509 2231) + nil "ido/helm imenu tag selection across all buffers with the same mode [github]" single]) + (image-dired+ . + [(20130605 1509) + nil "Image-dired extensions [github]" single]) + (image+ . + [(20130222 120) + nil "Image manupulation extensions for Emacs [github]" single]) + (igrep . + [(20091224 1827) + nil "An improved interface to `grep` and `find` [wiki]" single]) + (ignoramus . + [(20130726 1720) + nil "Ignore backups, build files, et al. [github]" single]) + (iflipb . + [(20130331 2008) + nil "interactively flip between recently visited buffers [hg]" single]) + (iedit . + [(20130629 1709) + nil "Edit multiple regions in the same way simultaneously. [github]" tar]) + (idomenu . + [(20111122 1048) + nil "imenu tag selection a la ido [wiki]" single]) + (ido-vertical-mode . + [(20130422 1226) + nil "Makes ido-mode display vertically. [github]" single]) + (ido-ubiquitous . + [(20121214 2145) + nil "Use ido (nearly) everywhere. [github]" single]) + (ido-sort-mtime . + [(20130427 1211) + nil "Sort Ido's file list by modification time [github]" single]) + (ido-load-library . + [(20121205 1455) + ((persistent-soft + (0 8 6)) + (pcache + (0 2 3))) + "Load-library alternative using ido-completing-read [github]" single]) + (ido-hacks . + [(20130411 1859) + nil "Put more IDO in your IDO [github]" single]) + (ido-gnus . + [(20130726 1810) + ((gnus + (5 13))) + "Access gnus groups or servers using ido [github]" single]) + (ido-complete-space-or-hyphen . + [(20130228 956) + nil "Complete SPACE or HYPHEN when type SPACE in ido [github]" single]) + (idle-require . + [(20090716 3) + nil "load elisp libraries while Emacs is idle [github]" single]) + (idle-highlight-mode . + [(20120920 1848) + nil "highlight the word the point is on [github]" single]) + (identica-mode . + [(20130204 1653) + nil "Major mode API client for status.net open microblogging [github]" tar]) + (icomplete+ . + [(20130723 2333) + nil "Extensions to `icomplete.el'. [wiki]" single]) + (icicles . + [(20130805 1440) + nil "Minibuffer input completion and cycling. [wiki]" tar]) + (ibuffer-vc . + [(20130728 926) + ((cl-lib + (0 2))) + "Group ibuffer's list by VC project, or show VC status [github]" single]) + (hy-mode . + [(20130719 2306) + nil "Major mode for Hy code [github]" single]) + (hungry-delete . + [(20120128 1856) + nil "hungry delete minor mode [github]" single]) + (httpcode . + [(20120918 1347) + nil "explains the meaning of an HTTP status code [github]" single]) + (http-twiddle . + [(20121117 1436) + nil "send & twiddle & resend HTTP requests [github]" single]) + (http-post-simple . + [(20081104 2213) + nil "HTTP POST requests using the url library [wiki]" single]) + (htmlize . + [(20130207 2102) + nil "Convert buffer text and decorations to HTML. [git]" single]) + (html-script-src . + [(20120403 2015) + nil "Insert +# key: script +# -- + \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/html-mode/script.javascript-src b/emacs.d/elpa/yasnippet-0.8.0/snippets/html-mode/script.javascript-src new file mode 100644 index 0000000..a090e72 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/html-mode/script.javascript-src @@ -0,0 +1,5 @@ +# contributor: Jimmy Wu +#name : +# key: script +# -- + \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/html-mode/span b/emacs.d/elpa/yasnippet-0.8.0/snippets/html-mode/span new file mode 100644 index 0000000..14c2ca7 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/html-mode/span @@ -0,0 +1,5 @@ +# contributor: Jimmy Wu +# name: ... +# key: span +# -- +$1 \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/html-mode/span.class b/emacs.d/elpa/yasnippet-0.8.0/snippets/html-mode/span.class new file mode 100644 index 0000000..a496aaa --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/html-mode/span.class @@ -0,0 +1,5 @@ +# contributor: Jimmy Wu +# name: ... +# key: span +# -- +$2 \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/html-mode/span.id b/emacs.d/elpa/yasnippet-0.8.0/snippets/html-mode/span.id new file mode 100644 index 0000000..0dc1ee1 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/html-mode/span.id @@ -0,0 +1,5 @@ +# contributor: Jimmy Wu +# name: ... +# key: span +# -- +$2 \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/html-mode/style b/emacs.d/elpa/yasnippet-0.8.0/snippets/html-mode/style new file mode 100644 index 0000000..e159a34 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/html-mode/style @@ -0,0 +1,7 @@ +# contributor: Jimmy Wu +# name: +# key: style +# -- + \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/html-mode/table/table b/emacs.d/elpa/yasnippet-0.8.0/snippets/html-mode/table/table new file mode 100644 index 0000000..b3a180f --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/html-mode/table/table @@ -0,0 +1,7 @@ +# contributor: Jimmy Wu +# name: ...
+# key: table +# -- + + $0 +
\ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/html-mode/table/td b/emacs.d/elpa/yasnippet-0.8.0/snippets/html-mode/table/td new file mode 100644 index 0000000..a87892e --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/html-mode/table/td @@ -0,0 +1,5 @@ +# contributor: Jimmy Wu +# name: ... +# key: td +# -- +$2 \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/html-mode/table/th b/emacs.d/elpa/yasnippet-0.8.0/snippets/html-mode/table/th new file mode 100644 index 0000000..0a07ac1 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/html-mode/table/th @@ -0,0 +1,5 @@ +# contributor: Jimmy Wu +# name: ... +# key: th +# -- +$2 \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/html-mode/table/tr b/emacs.d/elpa/yasnippet-0.8.0/snippets/html-mode/table/tr new file mode 100644 index 0000000..15e8fc3 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/html-mode/table/tr @@ -0,0 +1,7 @@ +# contributor: Jimmy Wu +# name: ... +# key: tr +# -- + + $0 + \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/html-mode/textarea b/emacs.d/elpa/yasnippet-0.8.0/snippets/html-mode/textarea new file mode 100644 index 0000000..650cc51 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/html-mode/textarea @@ -0,0 +1,5 @@ +# contributor: Jimmy Wu +# name: +# key: textarea +# -- + \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/html-mode/title b/emacs.d/elpa/yasnippet-0.8.0/snippets/html-mode/title new file mode 100644 index 0000000..d9d0ddb --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/html-mode/title @@ -0,0 +1,5 @@ +# contributor: Jimmy Wu +# name: ... +# key: title +# -- +$1 \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/latex-mode/.yas-parents b/emacs.d/elpa/yasnippet-0.8.0/snippets/latex-mode/.yas-parents new file mode 100644 index 0000000..eed5b44 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/latex-mode/.yas-parents @@ -0,0 +1 @@ +text-mode diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/latex-mode/begin b/emacs.d/elpa/yasnippet-0.8.0/snippets/latex-mode/begin new file mode 100644 index 0000000..cb08546 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/latex-mode/begin @@ -0,0 +1,8 @@ +# contributor: Rodrigo Setti +# name: \begin{environment} ... \end{environment} +# key: begin +# -- + +\begin{${1:environment}} +$0 +\end{$1} \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/markdown-mode/+ b/emacs.d/elpa/yasnippet-0.8.0/snippets/markdown-mode/+ new file mode 100644 index 0000000..129ce8e --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/markdown-mode/+ @@ -0,0 +1,6 @@ +# name: Unordered List +# contributor: Peng Deng +# key: + +# -- ++ ${1:Text} ++$0 \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/markdown-mode/- b/emacs.d/elpa/yasnippet-0.8.0/snippets/markdown-mode/- new file mode 100644 index 0000000..d652207 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/markdown-mode/- @@ -0,0 +1,6 @@ +# name: Unordered List +# contributor: Peng Deng +# key: - +# -- +- ${1:Text} +-$0 \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/markdown-mode/.yas-parents b/emacs.d/elpa/yasnippet-0.8.0/snippets/markdown-mode/.yas-parents new file mode 100644 index 0000000..eed5b44 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/markdown-mode/.yas-parents @@ -0,0 +1 @@ +text-mode diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/markdown-mode/_ b/emacs.d/elpa/yasnippet-0.8.0/snippets/markdown-mode/_ new file mode 100644 index 0000000..7dc839a --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/markdown-mode/_ @@ -0,0 +1,5 @@ +# name: Emphasis +# contributor: Peng Deng +# key: _ +# -- +_${1:Text}_ $0 \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/markdown-mode/__ b/emacs.d/elpa/yasnippet-0.8.0/snippets/markdown-mode/__ new file mode 100644 index 0000000..c8c14a6 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/markdown-mode/__ @@ -0,0 +1,5 @@ +# name: Strong +# contributor: Peng Deng +# key: __ +# -- +**${1:Text}** $0 \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/markdown-mode/` b/emacs.d/elpa/yasnippet-0.8.0/snippets/markdown-mode/` new file mode 100644 index 0000000..d28b42c --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/markdown-mode/` @@ -0,0 +1,5 @@ +# name: Inline Code +# contributor: Peng Deng +# key: ` +# -- +\`${1:Code}\` $0 \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/markdown-mode/h1.1 b/emacs.d/elpa/yasnippet-0.8.0/snippets/markdown-mode/h1.1 new file mode 100644 index 0000000..a5f49c4 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/markdown-mode/h1.1 @@ -0,0 +1,7 @@ +# name: Header 1 (#) +# contributor: Peng Deng +# key: h1 +# -- +# ${1:Header 1} # + +$0 \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/markdown-mode/h1.2 b/emacs.d/elpa/yasnippet-0.8.0/snippets/markdown-mode/h1.2 new file mode 100644 index 0000000..050963c --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/markdown-mode/h1.2 @@ -0,0 +1,8 @@ +# name: Header 1 (=) +# contributor: Peng Deng +# key: h1 +# -- +${1:Header 1} +${1:$(make-string (string-width text) ?\=)} + +$0 \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/markdown-mode/h2.1 b/emacs.d/elpa/yasnippet-0.8.0/snippets/markdown-mode/h2.1 new file mode 100644 index 0000000..c8b3fc1 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/markdown-mode/h2.1 @@ -0,0 +1,7 @@ +# name: Header 2 (##) +# contributor: Peng Deng +# key: h2 +# -- +## ${1:Header 1} ## + +$0 \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/markdown-mode/h2.2 b/emacs.d/elpa/yasnippet-0.8.0/snippets/markdown-mode/h2.2 new file mode 100644 index 0000000..d173bbc --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/markdown-mode/h2.2 @@ -0,0 +1,8 @@ +# name: Header 2 (-) +# contributor: Peng Deng +# key: h2 +# -- +${1:Header 2} +${1:$(make-string (string-width text) ?\-)} + +$0 \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/markdown-mode/h3 b/emacs.d/elpa/yasnippet-0.8.0/snippets/markdown-mode/h3 new file mode 100644 index 0000000..4daca1e --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/markdown-mode/h3 @@ -0,0 +1,7 @@ +# name: Header 3 +# contributor: Peng Deng +# key: h3 +# -- +### ${1:Header 3} ### + +$0 \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/markdown-mode/h4 b/emacs.d/elpa/yasnippet-0.8.0/snippets/markdown-mode/h4 new file mode 100644 index 0000000..513a100 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/markdown-mode/h4 @@ -0,0 +1,7 @@ +# name: Header 4 +# contributor: Peng Deng +# key: h4 +# -- +#### ${1:Header 4} #### + +$0 \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/markdown-mode/h5 b/emacs.d/elpa/yasnippet-0.8.0/snippets/markdown-mode/h5 new file mode 100644 index 0000000..51ebc39 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/markdown-mode/h5 @@ -0,0 +1,7 @@ +# name: Header 5 +# contributor: Peng Deng +# key: h5 +# -- +##### ${1:Header 5} ##### + +$0 \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/markdown-mode/h6 b/emacs.d/elpa/yasnippet-0.8.0/snippets/markdown-mode/h6 new file mode 100644 index 0000000..ebe9eca --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/markdown-mode/h6 @@ -0,0 +1,7 @@ +# name: Header 6 +# contributor: Peng Deng +# key: h6 +# -- +###### ${1:Header 6} ###### + +$0 \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/markdown-mode/hr.1 b/emacs.d/elpa/yasnippet-0.8.0/snippets/markdown-mode/hr.1 new file mode 100644 index 0000000..3c57bac --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/markdown-mode/hr.1 @@ -0,0 +1,8 @@ +# name: Horizontal Rule (-) +# contributor: Peng Deng +# key: hr +# -- + +---------- + +$0 \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/markdown-mode/hr.2 b/emacs.d/elpa/yasnippet-0.8.0/snippets/markdown-mode/hr.2 new file mode 100644 index 0000000..9b9545c --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/markdown-mode/hr.2 @@ -0,0 +1,8 @@ +# name: Horizontal Rule (*) +# contributor: Peng Deng +# key: hr +# -- + +******* + +$0 \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/markdown-mode/img b/emacs.d/elpa/yasnippet-0.8.0/snippets/markdown-mode/img new file mode 100644 index 0000000..29b2650 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/markdown-mode/img @@ -0,0 +1,5 @@ +# name: Image +# contributor: Peng Deng +# key: img +# -- +![${1:Alt Text}](${2:URL} $3) $0 \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/markdown-mode/link b/emacs.d/elpa/yasnippet-0.8.0/snippets/markdown-mode/link new file mode 100644 index 0000000..c45ee19 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/markdown-mode/link @@ -0,0 +1,5 @@ +# name: Link +# contributor: Peng Deng +# key: link +# -- +[${1:Link Text}](${2:URL} $3) $0 \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/markdown-mode/ol b/emacs.d/elpa/yasnippet-0.8.0/snippets/markdown-mode/ol new file mode 100644 index 0000000..ad1cdd8 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/markdown-mode/ol @@ -0,0 +1,6 @@ +# name: Ordered List +# contributor: Peng Deng +# key: ol +# -- +${1:1}. ${2:Text} +${1:$(number-to-string (1+ (string-to-number text)))}. $0 \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/markdown-mode/rimg b/emacs.d/elpa/yasnippet-0.8.0/snippets/markdown-mode/rimg new file mode 100644 index 0000000..5fedc3a --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/markdown-mode/rimg @@ -0,0 +1,5 @@ +# name: Referenced Image +# contributor: Peng Deng +# key: rimg +# -- +![${1:Alt Text}][$2] $0 \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/markdown-mode/rlb b/emacs.d/elpa/yasnippet-0.8.0/snippets/markdown-mode/rlb new file mode 100644 index 0000000..0bb37e9 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/markdown-mode/rlb @@ -0,0 +1,6 @@ +# name: Reference Label +# contributor: Peng Deng +# key: rlb +# -- +[${1:Reference}]: ${2:URL} $3 +$0 \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/markdown-mode/rlink b/emacs.d/elpa/yasnippet-0.8.0/snippets/markdown-mode/rlink new file mode 100644 index 0000000..97f41f0 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/markdown-mode/rlink @@ -0,0 +1,5 @@ +# name: Reference Link +# contributor: Peng Deng +# key: rlink +# -- +[${1:Link Text}][$2] $0 \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/.yas-make-groups b/emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/.yas-make-groups new file mode 100644 index 0000000..e69de29 diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/.yas-parents b/emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/.yas-parents new file mode 100644 index 0000000..eed5b44 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/.yas-parents @@ -0,0 +1 @@ +text-mode diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/body b/emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/body new file mode 100644 index 0000000..2ed3fcc --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/body @@ -0,0 +1,7 @@ +# contributor: Anders Bach Nielsen +# name: ... +# key: body +# -- + + $0 + \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/br b/emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/br new file mode 100644 index 0000000..621bc6c --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/br @@ -0,0 +1,5 @@ +# contributor: Anders Bach Nielsen +# name:
+# key: br +# -- +
\ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/code b/emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/code new file mode 100644 index 0000000..36bd62b --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/code @@ -0,0 +1,7 @@ +# contributor: Anders Bach Nielsen +# name: ... +# key: code +# -- + + $0 + \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/div b/emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/div new file mode 100644 index 0000000..07c2526 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/div @@ -0,0 +1,5 @@ +# contributor: Anders Bach Nielsen +# name: ... +# key: div +# -- +$0 \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/form b/emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/form new file mode 100644 index 0000000..7767006 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/form @@ -0,0 +1,7 @@ +# contributor: Anders Bach Nielsen +#name :
+# key: form +# -- +
+ $0 +
\ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/head b/emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/head new file mode 100644 index 0000000..eb6b96b --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/head @@ -0,0 +1,7 @@ +# contributor: Anders Bach Nielsen +# name: ... +# key: head +# -- + + $0 + \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/header/h1 b/emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/header/h1 new file mode 100644 index 0000000..328fb89 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/header/h1 @@ -0,0 +1,5 @@ +# contributor: Anders Bach Nielsen +# name:

...

+# key: h1 +# -- +

$1

\ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/header/h2 b/emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/header/h2 new file mode 100644 index 0000000..3248435 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/header/h2 @@ -0,0 +1,5 @@ +# contributor: Anders Bach Nielsen +# name:

...

+# key: h2 +# -- +

$1

\ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/header/h3 b/emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/header/h3 new file mode 100644 index 0000000..fe21a71 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/header/h3 @@ -0,0 +1,5 @@ +# contributor: Anders Bach Nielsen +# name:

...

+# key: h3 +# -- +

$1

\ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/header/h4 b/emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/header/h4 new file mode 100644 index 0000000..bb2c983 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/header/h4 @@ -0,0 +1,5 @@ +# contributor: Anders Bach Nielsen +# name:

...

+# key: h4 +# -- +

$1

\ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/header/h5 b/emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/header/h5 new file mode 100644 index 0000000..f11e62c --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/header/h5 @@ -0,0 +1,5 @@ +# contributor: Anders Bach Nielsen +# name:
...
+# key: h5 +# -- +
$1
\ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/header/h6 b/emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/header/h6 new file mode 100644 index 0000000..46f035a --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/header/h6 @@ -0,0 +1,5 @@ +# contributor: Anders Bach Nielsen +# name:
...
+# key: h6 +# -- +
$1
\ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/hr b/emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/hr new file mode 100644 index 0000000..b649012 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/hr @@ -0,0 +1,5 @@ +# contributor: Anders Bach Nielsen +# name:
+# key: hr +# -- +
\ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/href b/emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/href new file mode 100644 index 0000000..8fea09c --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/href @@ -0,0 +1,5 @@ +# contributor: Anders Bach Nielsen +# name: ... +# key: href +# -- +$2 \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/html b/emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/html new file mode 100644 index 0000000..27a19ca --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/html @@ -0,0 +1,7 @@ +# contributor: Anders Bach Nielsen +# name: ... +# key: html +# -- + + $0 + \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/img b/emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/img new file mode 100644 index 0000000..ec62027 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/img @@ -0,0 +1,5 @@ +# contributor: Anders Bach Nielsen +# name: ... +# key: img +# -- +$2 \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/input b/emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/input new file mode 100644 index 0000000..8745e33 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/input @@ -0,0 +1,5 @@ +# contributor: Anders Bach Nielsen +# name: +# key: input +# -- + \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/li b/emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/li new file mode 100644 index 0000000..dc5e8a4 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/li @@ -0,0 +1,5 @@ +# contributor: Anders Bach Nielsen +# name:
  • ...
  • +# key: li +# -- +
  • $1
  • \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/link b/emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/link new file mode 100644 index 0000000..4102f54 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/link @@ -0,0 +1,5 @@ +# contributor: Anders Bach Nielsen +# name: +# key: link +# -- + \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/meta/doctype b/emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/meta/doctype new file mode 100644 index 0000000..041cca3 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/meta/doctype @@ -0,0 +1,5 @@ +# contributor: Anders Bach Nielsen +# name: DocType XHTML 1.1 +# key: doctype +# -- + \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/meta/doctype.xhtml1_strict b/emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/meta/doctype.xhtml1_strict new file mode 100644 index 0000000..775cb1f --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/meta/doctype.xhtml1_strict @@ -0,0 +1,5 @@ +# contributor: Anders Bach Nielsen +# name: DocType XHTML 1.0 Strict +# key: doctype +# -- + \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/meta/doctype.xhtml1_transitional b/emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/meta/doctype.xhtml1_transitional new file mode 100644 index 0000000..e09447a --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/meta/doctype.xhtml1_transitional @@ -0,0 +1,5 @@ +# contributor: Anders Bach Nielsen +# name: DocType XHTML 1.0 Transitional +# key: doctype +# -- + \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/meta/meta b/emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/meta/meta new file mode 100644 index 0000000..b94b7c3 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/meta/meta @@ -0,0 +1,5 @@ +# contributor: Anders Bach Nielsen +# name: +# key: meta +# -- + \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/name b/emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/name new file mode 100644 index 0000000..754da4b --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/name @@ -0,0 +1,5 @@ +# contributor: Anders Bach Nielsen +# name: +# key: name +# -- + \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/ol b/emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/ol new file mode 100644 index 0000000..b08a5ad --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/ol @@ -0,0 +1,7 @@ +# contributor: Anders Bach Nielsen +# name:
      ...
    +# key: ol +# -- +
      + $0 +
    \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/p b/emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/p new file mode 100644 index 0000000..4cb9efe --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/p @@ -0,0 +1,5 @@ +# contributor: Anders Bach Nielsen +# name:

    ...

    +# key: p +# -- +

    $1

    \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/pre b/emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/pre new file mode 100644 index 0000000..97b9519 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/pre @@ -0,0 +1,7 @@ +# contributor: Anders Bach Nielsen +# name:
    ...
    +# key: pre +# -- +
    +  $0
    +
    \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/quote b/emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/quote new file mode 100644 index 0000000..81fb5d3 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/quote @@ -0,0 +1,7 @@ +# contributor: Anders Bach Nielsen +# name:
    ...
    +# key: quote +# -- +
    + $1 +
    \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/span b/emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/span new file mode 100644 index 0000000..d31a222 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/span @@ -0,0 +1,5 @@ +# contributor: Anders Bach Nielsen +# name: ... +# key: span +# -- +$1 \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/style b/emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/style new file mode 100644 index 0000000..d3b1f87 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/style @@ -0,0 +1,7 @@ +# contributor: Anders Bach Nielsen +# name: +# key: style +# -- + \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/table b/emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/table new file mode 100644 index 0000000..11f8d0c --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/table @@ -0,0 +1,7 @@ +# contributor: Anders Bach Nielsen +# name: ...
    +# key: table +# -- + + $0 +
    \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/tag.1l b/emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/tag.1l new file mode 100644 index 0000000..5a7268e --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/tag.1l @@ -0,0 +1,5 @@ +# contributor: Anders Bach Nielsen +# name: ... +# key: tag +# -- +<${1:tag}>$2$0 \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/tag.2l b/emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/tag.2l new file mode 100644 index 0000000..0b58b0d --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/tag.2l @@ -0,0 +1,7 @@ +# contributor: Anders Bach Nielsen +# name: \n...\n +# key: tag +# -- +<${1:tag}> + $2 +$0 \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/td b/emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/td new file mode 100644 index 0000000..23af321 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/td @@ -0,0 +1,5 @@ +# contributor: Anders Bach Nielsen +# name: ... +# key: td +# -- +$2 \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/th b/emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/th new file mode 100644 index 0000000..115882e --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/th @@ -0,0 +1,5 @@ +# contributor: Anders Bach Nielsen +# name: ... +# key: th +# -- +$2 \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/title b/emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/title new file mode 100644 index 0000000..22c9b01 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/title @@ -0,0 +1,5 @@ +# contributor: Anders Bach Nielsen +# name: ... +# key: title +# -- +$1 \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/tr b/emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/tr new file mode 100644 index 0000000..2689e8c --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/tr @@ -0,0 +1,7 @@ +# contributor: Anders Bach Nielsen +# name: ... +# key: tr +# -- + + $0 + \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/ul b/emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/ul new file mode 100644 index 0000000..f6f5fba --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/nxml-mode/ul @@ -0,0 +1,7 @@ +# contributor: Anders Bach Nielsen +# name:
      ...
    +# key: ul +# -- +
      + $0 +
    \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/objc-mode/.yas-parents b/emacs.d/elpa/yasnippet-0.8.0/snippets/objc-mode/.yas-parents new file mode 100644 index 0000000..ce9828b --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/objc-mode/.yas-parents @@ -0,0 +1 @@ +cc-mode diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/objc-mode/prop b/emacs.d/elpa/yasnippet-0.8.0/snippets/objc-mode/prop new file mode 100644 index 0000000..1a74edb --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/objc-mode/prop @@ -0,0 +1,14 @@ +# name: foo { ... } ; setFoo { ... } +# key: prop +# -- +- (${1:id})${2:foo} +{ + return $2; +} + +- (void)set${2:$(capitalize text)}:($1)aValue +{ + [$2 autorelease]; + $2 = [aValue retain]; +} +$0 \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/perl-mode/.yas-parents b/emacs.d/elpa/yasnippet-0.8.0/snippets/perl-mode/.yas-parents new file mode 100644 index 0000000..eed5b44 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/perl-mode/.yas-parents @@ -0,0 +1 @@ +text-mode diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/perl-mode/eval b/emacs.d/elpa/yasnippet-0.8.0/snippets/perl-mode/eval new file mode 100644 index 0000000..a484014 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/perl-mode/eval @@ -0,0 +1,9 @@ +# name: eval { ... } if ($@) { ... } +# key: eval +# -- +eval { + ${1:# do something risky...} +}; +if (\$@) { + ${2:# handle failure...} +} \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/perl-mode/for b/emacs.d/elpa/yasnippet-0.8.0/snippets/perl-mode/for new file mode 100644 index 0000000..1ba240f --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/perl-mode/for @@ -0,0 +1,6 @@ +# name: for (...) { ... } +# key: for +# -- +for (my \$${1:var} = 0; \$$1 < ${2:expression}; \$$1++) { + ${3:# body...} +} \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/perl-mode/fore b/emacs.d/elpa/yasnippet-0.8.0/snippets/perl-mode/fore new file mode 100644 index 0000000..c3b81d5 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/perl-mode/fore @@ -0,0 +1,6 @@ +# name: foreach ... { ... } +# key: fore +# -- +foreach my \$${1:x} (@${2:array}) { + ${3:# body...} +} \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/perl-mode/if b/emacs.d/elpa/yasnippet-0.8.0/snippets/perl-mode/if new file mode 100644 index 0000000..567db90 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/perl-mode/if @@ -0,0 +1,6 @@ +# name: if (...) { ... } +# key: if +# -- +if ($1) { + $0 +} \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/perl-mode/ife b/emacs.d/elpa/yasnippet-0.8.0/snippets/perl-mode/ife new file mode 100644 index 0000000..f278f21 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/perl-mode/ife @@ -0,0 +1,8 @@ +# name: if (...) { ... } else { ... } +# key: ife +# -- +if ($1) { + $2 +} else { + $3 +} \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/perl-mode/ifee b/emacs.d/elpa/yasnippet-0.8.0/snippets/perl-mode/ifee new file mode 100644 index 0000000..d1bf237 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/perl-mode/ifee @@ -0,0 +1,10 @@ +# name: if, elsif, else ... +# key: ifee +# -- +if ($1) { + ${2:# body...} +} elsif ($3) { + ${4:# elsif...} +} else { + ${5:# else...} +} \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/perl-mode/sub b/emacs.d/elpa/yasnippet-0.8.0/snippets/perl-mode/sub new file mode 100644 index 0000000..05607d6 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/perl-mode/sub @@ -0,0 +1,6 @@ +# name: sub ... { ... } +# key: sub +# -- +sub ${1:function_name} { + $0 +} \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/perl-mode/unless b/emacs.d/elpa/yasnippet-0.8.0/snippets/perl-mode/unless new file mode 100644 index 0000000..f91a652 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/perl-mode/unless @@ -0,0 +1,6 @@ +# name: unless (...) { ... } +# key: unless +# -- +unless ($1) { + $0 +} \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/perl-mode/while b/emacs.d/elpa/yasnippet-0.8.0/snippets/perl-mode/while new file mode 100644 index 0000000..2744530 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/perl-mode/while @@ -0,0 +1,6 @@ +# name: while (...) { ... } +# key: while +# -- +while ($1) { + $0 +} \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/perl-mode/xfore b/emacs.d/elpa/yasnippet-0.8.0/snippets/perl-mode/xfore new file mode 100644 index 0000000..018e140 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/perl-mode/xfore @@ -0,0 +1,4 @@ +# name: ... foreach ... +# key: xfore +# -- +${1:expression} foreach @${2:array}; \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/perl-mode/xif b/emacs.d/elpa/yasnippet-0.8.0/snippets/perl-mode/xif new file mode 100644 index 0000000..ca8b563 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/perl-mode/xif @@ -0,0 +1,4 @@ +# name: ... if ... +# key: xif +# -- +${1:expression} if ${2:condition} \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/perl-mode/xunless b/emacs.d/elpa/yasnippet-0.8.0/snippets/perl-mode/xunless new file mode 100644 index 0000000..dbb7d7d --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/perl-mode/xunless @@ -0,0 +1,4 @@ +# name: ... unless ... +# key: xunless +# -- +${1:expression} unless ${2:condition} \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/perl-mode/xwhile b/emacs.d/elpa/yasnippet-0.8.0/snippets/perl-mode/xwhile new file mode 100644 index 0000000..14c6308 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/perl-mode/xwhile @@ -0,0 +1,4 @@ +# name: ... while ... +# key: xwhile +# -- +${1:expression} while ${2:condition}; \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/python-mode/.yas-parents b/emacs.d/elpa/yasnippet-0.8.0/snippets/python-mode/.yas-parents new file mode 100644 index 0000000..eed5b44 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/python-mode/.yas-parents @@ -0,0 +1 @@ +text-mode diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/python-mode/__ b/emacs.d/elpa/yasnippet-0.8.0/snippets/python-mode/__ new file mode 100644 index 0000000..0253b02 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/python-mode/__ @@ -0,0 +1,4 @@ +# name: __...__ +# key: __ +# -- +__${init}__ \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/python-mode/class b/emacs.d/elpa/yasnippet-0.8.0/snippets/python-mode/class new file mode 100644 index 0000000..69a088e --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/python-mode/class @@ -0,0 +1,55 @@ +# -*- coding: utf-8 -*- +# name: class +# contributor: Orestis Markou +# contributor: Nishio Hirokazu +# contributor: Yasser González Fernández +# key: class +# -- +class ${1:ClassName}(${2:object}): + """$3 + """ + + def __init__(self, $4): + """$5 + ${4:$ + (let* ((indent + (concat "\n" (make-string (current-column) 32))) + (args + (mapconcat + '(lambda (x) + (if (not (string= (nth 0 x) "")) + (concat "- " (char-to-string 96) (nth 0 x) + (char-to-string 96) ":"))) + (mapcar + '(lambda (x) + (mapcar + (lambda (x) + (replace-regexp-in-string "[[:blank:]]*$" "" + (replace-regexp-in-string "^[[:blank:]]*" "" x))) x)) + (mapcar '(lambda (x) (split-string x "=")) + (split-string text ","))) + indent))) + (if (string= args "") + (make-string 3 34) + (mapconcat + 'identity + (list "" "Arguments:" args (make-string 3 34)) + indent))) + } + ${4:$ + (mapconcat + '(lambda (x) + (if (not (string= (nth 0 x) "")) + (concat "self._" (nth 0 x) " = " (nth 0 x)))) + (mapcar + '(lambda (x) + (mapcar + '(lambda (x) + (replace-regexp-in-string "[[:blank:]]*$" "" + (replace-regexp-in-string "^[[:blank:]]*" "" x))) + x)) + (mapcar '(lambda (x) (split-string x "=")) + (split-string text ","))) + (concat "\n" (make-string (current-column) 32))) + } + $0 \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/python-mode/def b/emacs.d/elpa/yasnippet-0.8.0/snippets/python-mode/def new file mode 100644 index 0000000..ca0ba66 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/python-mode/def @@ -0,0 +1,36 @@ +# -*- coding: utf-8 -*- +# name: def +# contributor: Orestis Markou +# contributor: Yasser González Fernández +# key: def +# -- +def ${1:name}($2): + """$3 + ${2:$ + (let* + ((indent + (concat "\n" (make-string (current-column) 32))) + (args + (mapconcat + '(lambda (x) + (if (not (string= (nth 0 x) "")) + (concat "- " (char-to-string 96) (nth 0 x) + (char-to-string 96) ":"))) + (mapcar + '(lambda (x) + (mapcar + '(lambda (x) + (replace-regexp-in-string "[[:blank:]]*$" "" + (replace-regexp-in-string "^[[:blank:]]*" "" x))) + x)) + (mapcar '(lambda (x) (split-string x "=")) + (split-string text ","))) + indent))) + (if (string= args "") + (make-string 3 34) + (mapconcat + 'identity + (list "" "Arguments:" args (make-string 3 34)) + indent))) + } + $0 \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/python-mode/defm b/emacs.d/elpa/yasnippet-0.8.0/snippets/python-mode/defm new file mode 100644 index 0000000..a2fb5a0 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/python-mode/defm @@ -0,0 +1,34 @@ +# -*- coding: utf-8 -*- +# name: defm +# contributor: Yasser Gonz¨¢lez Fern¨¢ndez +# key: defm +# -- +def ${1:name}(self, $2): + """$3 + ${2:$ + (let* ((indent + (concat "\n" (make-string (current-column) 32))) + (args + (mapconcat + '(lambda (x) + (if (not (string= (nth 0 x) "")) + (concat "- " (char-to-string 96) (nth 0 x) + (char-to-string 96) ":"))) + (mapcar + '(lambda (x) + (mapcar + '(lambda (x) + (replace-regexp-in-string "[[:blank:]]*$" "" + (replace-regexp-in-string "^[[:blank:]]*" "" x))) + x)) + (mapcar '(lambda (x) (split-string x "=")) + (split-string text ","))) + indent))) + (if (string= args "") + (make-string 3 34) + (mapconcat + 'identity + (list "" "Arguments:" args (make-string 3 34)) + indent))) + } + $0 \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/python-mode/for b/emacs.d/elpa/yasnippet-0.8.0/snippets/python-mode/for new file mode 100644 index 0000000..7c78b5e --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/python-mode/for @@ -0,0 +1,5 @@ +# name: for ... in ... : ... +# key: for +# -- +for ${var} in ${collection}: + $0 \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/python-mode/ifmain b/emacs.d/elpa/yasnippet-0.8.0/snippets/python-mode/ifmain new file mode 100644 index 0000000..68ed20b --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/python-mode/ifmain @@ -0,0 +1,5 @@ +# name: if __name__ == '__main__': ... +# key: ifmain +# -- +if __name__ == '__main__': + $0 \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/python-mode/prop b/emacs.d/elpa/yasnippet-0.8.0/snippets/python-mode/prop new file mode 100644 index 0000000..ec96633 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/python-mode/prop @@ -0,0 +1,16 @@ +# contributor: Mads D. Kristensen +# name: prop +# key: prop +# -- +def ${1:foo}(): + doc = """${2:Doc string}""" + def fget(self): + return self._$1 + def fset(self, value): + self._$1 = value + def fdel(self): + del self._$1 + return locals() +$1 = property(**$1()) + +$0 \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/python-mode/propg b/emacs.d/elpa/yasnippet-0.8.0/snippets/python-mode/propg new file mode 100644 index 0000000..e89d4e4 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/python-mode/propg @@ -0,0 +1,10 @@ +# contributor: Julio Carlos Menendez +# name: _get_foo ... foo=property(...) +# key: propg +# -- +def _get_${1:foo}(self): + return self._$1 + +$1 = property(_get_$1) + +$0 \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/python-mode/propsg b/emacs.d/elpa/yasnippet-0.8.0/snippets/python-mode/propsg new file mode 100644 index 0000000..876c139 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/python-mode/propsg @@ -0,0 +1,13 @@ +# contributor: Julio Carlos Menendez +# name: _get_foo ... _set_foo ... foo=property(...) +# key: propsg +# -- +def _set_${1:foo}(self, value): + self._$1 = value + +def _get_$1(self): + return self._$1 + +$1 = property(_get_$1, _set_$1) + +$0 \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/python-mode/while b/emacs.d/elpa/yasnippet-0.8.0/snippets/python-mode/while new file mode 100644 index 0000000..39452bb --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/python-mode/while @@ -0,0 +1,5 @@ +# name: while ... : ... +# key: while +# -- +while ${condition}: + $0 \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/rst-mode/.yas-parents b/emacs.d/elpa/yasnippet-0.8.0/snippets/rst-mode/.yas-parents new file mode 100644 index 0000000..eed5b44 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/rst-mode/.yas-parents @@ -0,0 +1 @@ +text-mode diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/rst-mode/chap b/emacs.d/elpa/yasnippet-0.8.0/snippets/rst-mode/chap new file mode 100644 index 0000000..593fc0f --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/rst-mode/chap @@ -0,0 +1,7 @@ +# name: Chapter title +# key: chap +# -- +${1:Chapter} +${1:$(make-string (string-width text) ?\=)} + +$0 \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/rst-mode/sec b/emacs.d/elpa/yasnippet-0.8.0/snippets/rst-mode/sec new file mode 100644 index 0000000..c5a60bb --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/rst-mode/sec @@ -0,0 +1,7 @@ +# name: Section title +# key: sec +# -- +${1:Section} +${1:$(make-string (string-width text) ?\-)} + +$0 \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/rst-mode/tit b/emacs.d/elpa/yasnippet-0.8.0/snippets/rst-mode/tit new file mode 100644 index 0000000..46ac6b1 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/rst-mode/tit @@ -0,0 +1,8 @@ +# name: Document title +# key: tit +# -- +${1:$(make-string (string-width text) ?\=)} +${1:Title} +${1:$(make-string (string-width text) ?\=)} + +$0 \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/.yas-make-groups b/emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/.yas-make-groups new file mode 100644 index 0000000..e69de29 diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/.yas-parents b/emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/.yas-parents new file mode 100644 index 0000000..eed5b44 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/.yas-parents @@ -0,0 +1 @@ +text-mode diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/collections/all b/emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/collections/all new file mode 100644 index 0000000..c1e3089 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/collections/all @@ -0,0 +1,4 @@ +# name: all? { |...| ... } +# key: all +# -- +all? { |${e}| $0 } \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/collections/any b/emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/collections/any new file mode 100644 index 0000000..c2d3a4b --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/collections/any @@ -0,0 +1,4 @@ +# name: any? { |...| ... } +# key: any +# -- +any? { |${e}| $0 } \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/collections/classify b/emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/collections/classify new file mode 100644 index 0000000..363746f --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/collections/classify @@ -0,0 +1,4 @@ +# name: classify { |...| ... } +# key: classify +# -- +classify { |${e}| $0 } \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/collections/collect b/emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/collections/collect new file mode 100644 index 0000000..fb6aefa --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/collections/collect @@ -0,0 +1,4 @@ +# name: collect { |...| ... } +# key: collect +# -- +collect { |${e}| $0 } \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/collections/deli b/emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/collections/deli new file mode 100644 index 0000000..2fb3749 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/collections/deli @@ -0,0 +1,4 @@ +# name: delete_if { |...| ... } +# key: deli +# -- +delete_if { |${e} $0 } \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/collections/det b/emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/collections/det new file mode 100644 index 0000000..5964efb --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/collections/det @@ -0,0 +1,4 @@ +# name: detect { |...| ... } +# key: det +# -- +detect { |${e}| $0 } \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/collections/ea b/emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/collections/ea new file mode 100644 index 0000000..9f8cf90 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/collections/ea @@ -0,0 +1,4 @@ +# name: each { |...| ... } +# key: ea +# -- +each { |${e}| $0 } \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/collections/eac b/emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/collections/eac new file mode 100644 index 0000000..9a45e24 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/collections/eac @@ -0,0 +1,4 @@ +# name: each_cons(...) { |...| ... } +# key: eac +# -- +each_cons(${1:2}) { |${group}| $0 } \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/collections/eai b/emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/collections/eai new file mode 100644 index 0000000..3ad66a7 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/collections/eai @@ -0,0 +1,4 @@ +# name: each_index { |i| ... } +# key: eai +# -- +each_index { |${i}| $0 } \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/collections/eav b/emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/collections/eav new file mode 100644 index 0000000..cb2ebdc --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/collections/eav @@ -0,0 +1,4 @@ +# name: each_value { |val| ... } +# key: eav +# -- +each_value { |${val}| $0 } \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/collections/eawi b/emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/collections/eawi new file mode 100644 index 0000000..c3b689a --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/collections/eawi @@ -0,0 +1,4 @@ +# name: each_with_index { |e, i| ... } +# key: eawi +# -- +each_with_index { |${e}, ${i}| $0 } \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/collections/inject b/emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/collections/inject new file mode 100644 index 0000000..71adb00 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/collections/inject @@ -0,0 +1,4 @@ +# name: inject(...) { |...| ... } +# key: inject +# -- +inject(${1:0}) { |${2:injection}, ${3:element}| $0 } \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/collections/reject b/emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/collections/reject new file mode 100644 index 0000000..8ba6518 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/collections/reject @@ -0,0 +1,4 @@ +# name: reject { |...| ... } +# key: reject +# -- +reject { |${1:element}| $0 } \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/collections/select b/emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/collections/select new file mode 100644 index 0000000..ce30ac5 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/collections/select @@ -0,0 +1,4 @@ +# name: select { |...| ... } +# key: select +# -- +select { |${1:element}| $0 } \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/collections/zip b/emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/collections/zip new file mode 100644 index 0000000..9db20ed --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/collections/zip @@ -0,0 +1,4 @@ +#name : zip(...) { |...| ... } +# key: collectionszip +# -- +zip(${enums}) { |${row}| $0 } \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/control structure/forin b/emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/control structure/forin new file mode 100644 index 0000000..c69f8d6 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/control structure/forin @@ -0,0 +1,6 @@ +# name: for ... in ...; ... end +# key: forin +# -- +for ${1:element} in ${2:collection} + $0 +end \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/control structure/if b/emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/control structure/if new file mode 100644 index 0000000..b1ad4fc --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/control structure/if @@ -0,0 +1,6 @@ +# name: if ... end +# key: if +# -- +if ${1:condition} + $0 +end \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/control structure/ife b/emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/control structure/ife new file mode 100644 index 0000000..946b71c --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/control structure/ife @@ -0,0 +1,8 @@ +# name: if ... else ... end +# key: ife +# -- +if ${1:condition} + $2 +else + $3 +end \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/control structure/tim b/emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/control structure/tim new file mode 100644 index 0000000..5844974 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/control structure/tim @@ -0,0 +1,4 @@ +# name: times { |n| ... } +# key: tim +# -- +times { |${n}| $0 } \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/control structure/until b/emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/control structure/until new file mode 100644 index 0000000..99d34b5 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/control structure/until @@ -0,0 +1,6 @@ +# name: until ... end +# key: until +# -- +until ${condition} + $0 +end \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/control structure/upt b/emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/control structure/upt new file mode 100644 index 0000000..cadc40d --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/control structure/upt @@ -0,0 +1,6 @@ +# name: upto(...) { |n| ... } +# key: upt +# -- +upto(${n}) { |${i}| + $0 +} \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/control structure/when b/emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/control structure/when new file mode 100644 index 0000000..c11b6a5 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/control structure/when @@ -0,0 +1,6 @@ +# name: when ... end +# key: when +# -- +when ${condition} + $0 +end \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/control structure/while b/emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/control structure/while new file mode 100644 index 0000000..920a08a --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/control structure/while @@ -0,0 +1,6 @@ +# name: while ... end +# key: while +# -- +while ${condition} + $0 +end \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/definitions/Comp b/emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/definitions/Comp new file mode 100644 index 0000000..112ebae --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/definitions/Comp @@ -0,0 +1,8 @@ +# name: include Comparable; def <=> ... end +# key: Comp +# -- +include Comparable + +def <=> other + $0 +end \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/definitions/am b/emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/definitions/am new file mode 100644 index 0000000..c6b846d --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/definitions/am @@ -0,0 +1,4 @@ +# name: alias_method new, old +# key: am +# -- +alias_method :${new_name}, :${old_name} \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/definitions/cla b/emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/definitions/cla new file mode 100644 index 0000000..d2c8ff8 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/definitions/cla @@ -0,0 +1,6 @@ +# name: class << self ... end +# key: cla +# -- +class << ${self} + $0 +end \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/definitions/cls b/emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/definitions/cls new file mode 100644 index 0000000..19754a7 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/definitions/cls @@ -0,0 +1,13 @@ +# name: class ... end +# contributor: hitesh +# key: cls +# -- +class ${1:`(let ((fn (capitalize (file-name-nondirectory + (file-name-sans-extension + (or (buffer-file-name) + (buffer-name (current-buffer)))))))) + (cond + ((string-match "_" fn) (replace-match "" nil nil fn)) + (t fn)))`} + $0 +end \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/definitions/mm b/emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/definitions/mm new file mode 100644 index 0000000..752b3ce --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/definitions/mm @@ -0,0 +1,6 @@ +# name: def method_missing ... end +# key: mm +# -- +def method_missing(method, *args) + $0 +end \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/definitions/r b/emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/definitions/r new file mode 100644 index 0000000..5f9c093 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/definitions/r @@ -0,0 +1,4 @@ +# name: attr_reader ... +# key: r +# -- +attr_reader : \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/definitions/rw b/emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/definitions/rw new file mode 100644 index 0000000..ac72bcf --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/definitions/rw @@ -0,0 +1,4 @@ +# name: attr_accessor ... +# key: rw +# -- +attr_accessor : \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/definitions/w b/emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/definitions/w new file mode 100644 index 0000000..a2f95c8 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/definitions/w @@ -0,0 +1,4 @@ +# name: attr_writer ... +# key: w +# -- +attr_writer : \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/general/# b/emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/general/# new file mode 100644 index 0000000..491ca39 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/general/# @@ -0,0 +1,4 @@ +# name: # => +# key: # +# -- +# => \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/general/=b b/emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/general/=b new file mode 100644 index 0000000..4334e9b --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/general/=b @@ -0,0 +1,6 @@ +# name: =begin rdoc ... =end +# key: =b +# -- +=begin rdoc + $0 +=end \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/general/app b/emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/general/app new file mode 100644 index 0000000..6d5f488 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/general/app @@ -0,0 +1,6 @@ +# name: if __FILE__ == $PROGRAM_NAME ... end +# key: app +# -- +if __FILE__ == $PROGRAM_NAME + $0 +end \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/general/bm b/emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/general/bm new file mode 100644 index 0000000..83907d2 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/general/bm @@ -0,0 +1,6 @@ +# name: Benchmark.bmbm(...) do ... end +# key: bm +# -- +Benchmark.bmbm(${1:10}) do |x| + $0 +end \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/general/case b/emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/general/case new file mode 100644 index 0000000..f7ecb21 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/general/case @@ -0,0 +1,7 @@ +# name: case ... end +# key: case +# -- +case ${1:object} +when ${2:condition} + $0 +end \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/general/dee b/emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/general/dee new file mode 100644 index 0000000..d3bf695 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/general/dee @@ -0,0 +1,4 @@ +# name: deep_copy(...) +# key: dee +# -- +Marshal.load(Marshal.dump($0)) \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/general/rb b/emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/general/rb new file mode 100644 index 0000000..55a5ac6 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/general/rb @@ -0,0 +1,4 @@ +# name: /usr/bin/ruby -wKU +# key: rb +# -- +#!/usr/bin/ruby -wKU \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/general/req b/emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/general/req new file mode 100644 index 0000000..464b521 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/general/req @@ -0,0 +1,4 @@ +# name: require "..." +# key: req +# -- +require "$0" \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/general/rreq b/emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/general/rreq new file mode 100644 index 0000000..b676648 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/general/rreq @@ -0,0 +1,4 @@ +# name: require File.join(File.dirname(__FILE__), ...) +# key: rreq +# -- +require File.join(File.dirname(__FILE__), $0) \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/general/y b/emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/general/y new file mode 100644 index 0000000..0085c9e --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/ruby-mode/general/y @@ -0,0 +1,4 @@ +# name: :yields: arguments (rdoc) +# key: y +# -- +:yields: $0 \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/.yas-parents b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/.yas-parents new file mode 100644 index 0000000..eed5b44 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/.yas-parents @@ -0,0 +1 @@ +text-mode diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/act b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/act new file mode 100644 index 0000000..d3fc196 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/act @@ -0,0 +1,11 @@ +# Author: Jonas Bonèr +# name: def act = { ..} +# key: act +# -- +def act = { + loop { + react { + $0 + } + } +} \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/act.arg b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/act.arg new file mode 100644 index 0000000..45369ab --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/act.arg @@ -0,0 +1,11 @@ +# Author: Jonas Bonèr +# name: def act(arg: T) = { ..} +# key: act +# -- +def act(${1:arg}: ${2:type}) = { + loop { + react { + $0 + } + } +} \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/actor b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/actor new file mode 100644 index 0000000..eb1ecef --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/actor @@ -0,0 +1,11 @@ +# Author: Jonas Bonèr +# name: val a = actor { ..} +# key: actor +# -- +val a = actor { + loop { + react { + $0 + } + } +} \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/ano b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/ano new file mode 100644 index 0000000..6c78812 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/ano @@ -0,0 +1,5 @@ +# Author: Jonas Bonèr +# name: (args) => ... +# key: ano +# -- +($1) => ${2:body} $0 \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/app b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/app new file mode 100644 index 0000000..f177cd1 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/app @@ -0,0 +1,7 @@ +# Author: Anders Bach Nielsen +# name: object name extends Application +# key: app +# -- +object ${1:name} extends Application { + $0 +} \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/arr.new b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/arr.new new file mode 100644 index 0000000..6e17e73 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/arr.new @@ -0,0 +1,5 @@ +# Author: Jonas Bonèr +# name: Array[T](..) +# key: arr +# -- +Array[${1:value}](${2:args}) $0 \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/arr.val-new b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/arr.val-new new file mode 100644 index 0000000..2736b5f --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/arr.val-new @@ -0,0 +1,5 @@ +# Author: Jonas Bonèr +# name: val a = Array[T](..) +# key: arr +# -- +val ${1:arr} = Array[${2:value}](${3:args}) $0 \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/asof b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/asof new file mode 100644 index 0000000..0736fd6 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/asof @@ -0,0 +1,5 @@ +# Author: Jonas Bonèr +# name: asInstanceOf[T] +# key: asof +# -- +asInstanceOf[${1:type}] $0 \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/ass b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/ass new file mode 100644 index 0000000..b4640a3 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/ass @@ -0,0 +1,5 @@ +# Author: Jonas Bonèr +# name: assert(x === y) +# key: ass +# -- +assert(${1:x} === ${2:y}) $0 \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/ass.true b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/ass.true new file mode 100644 index 0000000..76f8226 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/ass.true @@ -0,0 +1,5 @@ +# Author: Jonas Bonèr +# name: assert(true) +# key: ass +# -- +assert(true) $0 \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/at.author b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/at.author new file mode 100644 index 0000000..ba70f63 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/at.author @@ -0,0 +1,5 @@ +# Author: Anders Bach Nielsen +# name: @author name +# key: at +# -- +@author ${1:name} $0 \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/at.param b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/at.param new file mode 100644 index 0000000..89a5b0b --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/at.param @@ -0,0 +1,5 @@ +# Author: Anders Bach Nielsen +# name: @param name description +# key: at +# -- +@param ${1:name} ${2:description} $0 \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/at.return b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/at.return new file mode 100644 index 0000000..a027516 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/at.return @@ -0,0 +1,5 @@ +# Author: Anders Bach Nielsen +# name: @return description +# key: at +# -- +@return ${1:description} $0 \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/at.version b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/at.version new file mode 100644 index 0000000..a202706 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/at.version @@ -0,0 +1,5 @@ +# Author: Anders Bach Nielsen +# name: @version number +# key: at +# -- +@version ${1:0.1} $0 \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/bang b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/bang new file mode 100644 index 0000000..b5c94ad --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/bang @@ -0,0 +1,5 @@ +# Author: Jonas Bonèr +# name: actor ! message +# key: bang +# -- +${1:actor} ! ${2:message} $0 \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/case b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/case new file mode 100644 index 0000000..c09c17a --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/case @@ -0,0 +1,5 @@ +# Author: Jonas Bonèr +# name: case pattern => +# key: case +# -- +case ${1:pattern} => $0 \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/case.match-all b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/case.match-all new file mode 100644 index 0000000..b481c9f --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/case.match-all @@ -0,0 +1,5 @@ +# Author: Jonas Bonèr +# name: case _ => +# key: case +# -- +case _ => $0 \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/cast b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/cast new file mode 100644 index 0000000..659436d --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/cast @@ -0,0 +1,5 @@ +# Author: Jonas Bonèr +# name: asInstanceOf[T] +# key: cast +# -- +asInstanceOf[${1:type}] $0 \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/cc b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/cc new file mode 100644 index 0000000..cfc727c --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/cc @@ -0,0 +1,5 @@ +# Author: Jonas Bonèr +# name: case class T(arg: A) +# key: cc +# -- +case class ${1:name}(${2:arg}: ${3:type}) $0 \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/cl b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/cl new file mode 100644 index 0000000..d597400 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/cl @@ -0,0 +1,7 @@ +# Author: Jonas Bonèr +# name: class T { .. } +# key: cl +# -- +class ${1:name} { + $0 +} \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/cl.abs b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/cl.abs new file mode 100644 index 0000000..9ea9fe2 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/cl.abs @@ -0,0 +1,7 @@ +# Author: Jonas Bonèr +# name: abstract class T { .. } +# key: cl +# -- +abstract class ${1:name} { + $0 +} \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/cl.abs-arg b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/cl.abs-arg new file mode 100644 index 0000000..98cf760 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/cl.abs-arg @@ -0,0 +1,7 @@ +# Author: Jonas Bonèr +# name: abstract class T(args) { .. } +# key: cl +# -- +abstract class ${1:name}(${2:args}) { + $0 +} \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/cl.arg b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/cl.arg new file mode 100644 index 0000000..1b9d729 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/cl.arg @@ -0,0 +1,7 @@ +# Author: Jonas Bonèr +# name: class T(args) { .. } +# key: cl +# -- +class ${1:name}(${2:args}) { + $0 +} \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/clof b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/clof new file mode 100644 index 0000000..63fe191 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/clof @@ -0,0 +1,5 @@ +# Author: Jonas Bonèr +# name: classOf[T] +# key: clof +# -- +classOf[${1:type}] $0 \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/co b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/co new file mode 100644 index 0000000..3ad6f79 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/co @@ -0,0 +1,5 @@ +# Author: Jonas Bonèr +# name: case object T +# key: co +# -- +case object ${1:name} $0 \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/cons b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/cons new file mode 100644 index 0000000..601a1a4 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/cons @@ -0,0 +1,5 @@ +# Author: Jonas Bonèr +# name: element1 :: element2 +# key: cons +# -- +${1:element1} :: ${2:element2} $0 \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/cons.nil b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/cons.nil new file mode 100644 index 0000000..60ac028 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/cons.nil @@ -0,0 +1,5 @@ +# Author: Jonas Bonèr +# name: element1 :: Nil +# key: cons +# -- +${1:element1} :: Nil $0 \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/def.arg b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/def.arg new file mode 100644 index 0000000..be5403b --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/def.arg @@ -0,0 +1,5 @@ +# Author: Jonas Bonèr +# name: def f(arg: T) = ... +# key: def +# -- +def ${1:name}(${2:args}) = $0 \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/def.arg-body b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/def.arg-body new file mode 100644 index 0000000..8dcbb81 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/def.arg-body @@ -0,0 +1,7 @@ +# Author: Jonas Bonèr +# name: def f(arg: T) = {...} +# key: def +# -- +def ${1:name}(${2:args}) = { + $0 +} \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/def.arg-ret b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/def.arg-ret new file mode 100644 index 0000000..4ad27ce --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/def.arg-ret @@ -0,0 +1,5 @@ +# Author: Jonas Bonèr +# name: def f(arg: T): R = ... +# key: def +# -- +def ${1:name}(${2:args}): ${3:Unit} = $0 \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/def.arg-ret-body b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/def.arg-ret-body new file mode 100644 index 0000000..2ffcf4b --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/def.arg-ret-body @@ -0,0 +1,7 @@ +# Author: Jonas Bonèr +# name: def f(arg: T): R = {...} +# key: def +# -- +def ${1:name}(${2:args}): ${3:Unit} = { + $0 +} \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/def.body b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/def.body new file mode 100644 index 0000000..c43aea4 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/def.body @@ -0,0 +1,7 @@ +# Author: Jonas Bonèr +# name: def f = {...} +# key: def +# -- +def ${1:name} = { + $0 +} \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/def.ret b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/def.ret new file mode 100644 index 0000000..719dc69 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/def.ret @@ -0,0 +1,5 @@ +# Author: Jonas Bonèr +# name: def f: R = ... +# key: def +# -- +def ${1:name}: ${2:Unit} = $0 \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/def.ret-body b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/def.ret-body new file mode 100644 index 0000000..d8ee456 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/def.ret-body @@ -0,0 +1,7 @@ +# Author: Jonas Bonèr +# name: def f: R = {...} +# key: def +# -- +def ${1:name}: ${3:Unit} = { + $0 +} \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/def.simple b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/def.simple new file mode 100644 index 0000000..c956bbf --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/def.simple @@ -0,0 +1,5 @@ +# Author: Jonas Bonèr +# name: def f = ... +# key: def +# -- +def ${1:name} = $0 \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/doc.class b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/doc.class new file mode 100644 index 0000000..a5c9962 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/doc.class @@ -0,0 +1,9 @@ +# Author: Anders Bach Nielsen +# name: /** cls/trt/obj name */ +# key: doc +# -- +/** + * `(scala-mode-find-clstrtobj-name-doc)` + * ${1:description} + * $0 + */ \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/doc.def b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/doc.def new file mode 100644 index 0000000..4944d8e --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/doc.def @@ -0,0 +1,7 @@ +# Author: Anders Bach Nielsen +# name: /** method name */ +# key: doc +# -- +/** + * `(scala-mode-def-and-args-doc)` + */ \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/doc.file b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/doc.file new file mode 100644 index 0000000..5f02a9e --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/doc.file @@ -0,0 +1,10 @@ +# Author: Anders Bach Nielsen +# name: /** file name */ +# key: doc +# -- +/** + * `(scala-mode-file-doc)` + * $0 + * @author ${1:name} + * @version ${2:0.1} + */ \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/doc.file-scala b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/doc.file-scala new file mode 100644 index 0000000..6c21919 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/doc.file-scala @@ -0,0 +1,17 @@ +# Author: Anders Bach Nielsen +# name: /** scala file */ +# key: doc +# -- +/* __ *\ +** ________ ___ / / ___ Scala $3 ** +** / __/ __// _ | / / / _ | (c) 2005-`(format-time-string "%Y")` , LAMP/EPFL ** +** __\ \/ /__/ __ |/ /__/ __ | http://scala-lang.org/ ** +** /____/\___/_/ |_/____/_/ | | ** +** |/ ** +\* */ +/** + * $0 + * @author ${1:name} + * @version ${2:0.1} + * $Id$ + */ \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/doc.file-scala-api b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/doc.file-scala-api new file mode 100644 index 0000000..bb306de --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/doc.file-scala-api @@ -0,0 +1,17 @@ +# Author: Anders Bach Nielsen +# name: /** scala api file */ +# key: doc +# -- +/* __ *\ +** ________ ___ / / ___ Scala API ** +** / __/ __// _ | / / / _ | (c) 2005-`(format-time-string "%Y")`, LAMP/EPFL ** +** __\ \/ /__/ __ |/ /__/ __ | http://scala-lang.org/ ** +** /____/\___/_/ |_/____/_/ | | ** +** |/ ** +\* */ +/** + * $0 + * @author ${1:name} + * @version ${2:0.1} + * $Id$ + */ \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/doc.scaladoc b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/doc.scaladoc new file mode 100644 index 0000000..3d96279 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/doc.scaladoc @@ -0,0 +1,8 @@ +# Author: Anders Bach Nielsen +# name: /** ... */ +# key: doc +# -- +/** + * ${1:description} + * $0 + */ \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/expect b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/expect new file mode 100644 index 0000000..b34b4d9 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/expect @@ -0,0 +1,7 @@ +# Author: Jonas Bonèr +# name: expect(value) { ..} +# key: expect +# -- +expect(${1:reply}) { + $0 +} \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/ext b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/ext new file mode 100644 index 0000000..06ba476 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/ext @@ -0,0 +1,5 @@ +# Author: Jonas Bonèr +# name: extends T +# key: ext +# -- +extends $0 \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/for.extract b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/for.extract new file mode 100644 index 0000000..bc6666d --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/for.extract @@ -0,0 +1,5 @@ +# Author: Jonas Bonèr +# name: x <- xs +# key: for +# -- +${1:x} <- ${2:xs} \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/for.if b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/for.if new file mode 100644 index 0000000..f812c2c --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/for.if @@ -0,0 +1,7 @@ +# Author: Jonas Bonèr +# name: for (x <- xs if guard) { ... } +# key: for +# -- +for (${1:x} <- ${2:xs} if ${3:guard}) { + $0 +} \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/for.loop b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/for.loop new file mode 100644 index 0000000..9b538f7 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/for.loop @@ -0,0 +1,7 @@ +# Author: Jonas Bonèr +# name: for (x <- xs) { ... } +# key: for +# -- +for (${1:x} <- ${2:xs}) { + $0 +} \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/for.multi b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/for.multi new file mode 100644 index 0000000..6a1866d --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/for.multi @@ -0,0 +1,10 @@ +# Author: Jonas Bonèr +# name: for {x <- xs \ y <- ys} { yield } +# key: for +# -- +for { + ${1:x} <- ${2:xs} + ${3:x} <- ${4:xs} +} { + yield $0 +} \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/foreach b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/foreach new file mode 100644 index 0000000..7061201 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/foreach @@ -0,0 +1,5 @@ +# Author: Jonas Bonèr +# name: foreach(x => ..) +# key: foreach +# -- +foreach(${1:x} => ${2:body}) $0 \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/hmap.new b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/hmap.new new file mode 100644 index 0000000..a675336 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/hmap.new @@ -0,0 +1,5 @@ +# Author: Jonas Bonèr +# name: new HashMap[K, V] +# key: hmap +# -- +new HashMap[${1:key}, ${2:value}] $0 \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/hmap.val-new b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/hmap.val-new new file mode 100644 index 0000000..6f53fc6 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/hmap.val-new @@ -0,0 +1,5 @@ +# Author: Jonas Bonèr +# name: val m = new HashMap[K, V] +# key: hmap +# -- +val ${1:m} = new HashMap[${2:key}, ${3:value}] $0 \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/hset.new b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/hset.new new file mode 100644 index 0000000..79e4348 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/hset.new @@ -0,0 +1,5 @@ +# Author: Jonas Bonèr +# name: new HashSet[K] +# key: hset +# -- +new HashSet[${1:key}] $0 \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/hset.val-new b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/hset.val-new new file mode 100644 index 0000000..9b9cde2 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/hset.val-new @@ -0,0 +1,5 @@ +# Author: Jonas Bonèr +# name: val m = new HashSet[K] +# key: hset +# -- +val ${1:m} = new HashSet[${2:key}] $0 \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/if b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/if new file mode 100644 index 0000000..d1724ef --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/if @@ -0,0 +1,7 @@ +# Author: Jonas Bonèr +# name: if (cond) { .. } +# key: if +# -- +if (${1:condition}) { + $0 +} \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/if.else b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/if.else new file mode 100644 index 0000000..f0210cb --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/if.else @@ -0,0 +1,9 @@ +# Author: Jonas Bonèr +# name: if (cond) { .. } else { .. } +# key: if +# -- +if (${1:condition}) { + $2 +} else { + $0 +} \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/imp b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/imp new file mode 100644 index 0000000..f5fdee0 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/imp @@ -0,0 +1,5 @@ +# Author: Jonas Bonèr +# name: import .. +# key: imp +# -- +import $0 \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/intercept b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/intercept new file mode 100644 index 0000000..06eed8d --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/intercept @@ -0,0 +1,7 @@ +# Author: Jonas Bonèr +# name: intercept(classOf[T]) { ..} +# key: intercept +# -- +intercept(classOf[${1:Exception]}) { + $0 +} \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/isof b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/isof new file mode 100644 index 0000000..bfb421f --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/isof @@ -0,0 +1,5 @@ +# Author: Jonas Bonèr +# name: isInstanceOf[T] +# key: isof +# -- +isInstanceOf[${1:type}] $0 \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/ls.new b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/ls.new new file mode 100644 index 0000000..f231019 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/ls.new @@ -0,0 +1,5 @@ +# Author: Jonas Bonèr +# name: List(..) +# key: ls +# -- +List(${1:args}, ${2:args}) $0 \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/ls.val-new b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/ls.val-new new file mode 100644 index 0000000..ea660bf --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/ls.val-new @@ -0,0 +1,5 @@ +# Author: Jonas Bonèr +# name: val l = List(..) +# key: ls +# -- +val ${1:l} = List(${2:args}, ${3:args}) $0 \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/main b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/main new file mode 100644 index 0000000..a9c67e3 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/main @@ -0,0 +1,7 @@ +# Author: Jonas Bonèr +# name: def main(args: Array[String]) = { ... } +# key: main +# -- +def main(args: Array[String]) = { + $0 +} \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/map b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/map new file mode 100644 index 0000000..43e2a0b --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/map @@ -0,0 +1,5 @@ +# Author: Jonas Bonèr +# name: map(x => ..) +# key: map +# -- +map(${1:x} => ${2:body}) $0 \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/map.new b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/map.new new file mode 100644 index 0000000..6c71fce --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/map.new @@ -0,0 +1,5 @@ +# Author: Jonas Bonèr +# name: Map(key -> value) +# key: map +# -- +Map(${1:key} -> ${2:value}) $0 \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/match b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/match new file mode 100644 index 0000000..44bc725 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/match @@ -0,0 +1,7 @@ +# Author: Jonas Bonèr +# name: cc match { .. } +# key: match +# -- +${1:cc} match { + case ${2:pattern} => $0 +} \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/match.can b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/match.can new file mode 100644 index 0000000..72798c5 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/match.can @@ -0,0 +1,12 @@ +# Author: Jonas Bonèr +# name: can match { case Full(res) => .. } +# key: match +# -- +${1:option} match { + case Full(res) => $0 + + case Empty => + + case Failure(msg, _, _) => + +} \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/match.option b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/match.option new file mode 100644 index 0000000..01186e3 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/match.option @@ -0,0 +1,9 @@ +# Author: Jonas Bonèr +# name: option match { case None => .. } +# key: match +# -- +${1:option} match { + case None => $0 + case Some(res) => + +} \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/mix b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/mix new file mode 100644 index 0000000..bc78100 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/mix @@ -0,0 +1,7 @@ +# Author: Jonas Bonèr +# name: trait T { .. } +# key: mix +# -- +trait ${1:name} { + $0 +} \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/ob b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/ob new file mode 100644 index 0000000..ec4d3a9 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/ob @@ -0,0 +1,5 @@ +# Author: Jonas Bonèr +# name: object name extends T +# key: ob +# -- +object ${1:name} extends ${2:type} $0 \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/pac b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/pac new file mode 100644 index 0000000..2c51176 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/pac @@ -0,0 +1,5 @@ +# Author: Jonas Bonèr +# name: package .. +# key: pac +# -- +package $0 \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/pr.newline b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/pr.newline new file mode 100644 index 0000000..093027a --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/pr.newline @@ -0,0 +1,5 @@ +# Author: Jonas Bonèr +# name: println(..) +# key: pr +# -- +println(${1:obj}) $0 \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/pr.simple b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/pr.simple new file mode 100644 index 0000000..a624140 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/pr.simple @@ -0,0 +1,5 @@ +# Author: Jonas Bonèr +# name: print(..) +# key: pr +# -- +print(${1:obj}) $0 \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/pr.string b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/pr.string new file mode 100644 index 0000000..130474a --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/pr.string @@ -0,0 +1,5 @@ +# Author: Jonas Bonèr +# name: println("..") +# key: pr +# -- +println("${1:msg}") $0 \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/pr.trace b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/pr.trace new file mode 100644 index 0000000..8ad92b0 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/pr.trace @@ -0,0 +1,5 @@ +# Author: Jonas Bonèr +# name: println("obj: " + obj) +# key: pr +# -- +println("${1:obj}: " + ${1:obj}) $0 \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/pri b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/pri new file mode 100644 index 0000000..12dbd45 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/pri @@ -0,0 +1,5 @@ +#Author : Jonas Bonèr +#name : private +# key: pri +# -- +private $0 \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/pri.param b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/pri.param new file mode 100644 index 0000000..90ae3ba --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/pri.param @@ -0,0 +1,5 @@ +# Author: Jonas Bonèr +# name: private[this] +# key: pri +# -- +private[${1:this}] $0 \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/pro b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/pro new file mode 100644 index 0000000..d5612b4 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/pro @@ -0,0 +1,5 @@ +# Author: Jonas Bonèr +# name: protected +# key: pro +# -- +protected $0 \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/pro.param b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/pro.param new file mode 100644 index 0000000..ae82305 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/pro.param @@ -0,0 +1,5 @@ +# Author: Jonas Bonèr +# name: protected[this] +# key: pro +# -- +protected[${1:this}] $0 \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/suite b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/suite new file mode 100644 index 0000000..942fbad --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/suite @@ -0,0 +1,9 @@ +# Author: Jonas Bonèr +# name: class T extends Suite { .. } +# key: suite +# -- +import org.scalatest._ + +class ${1:name} extends Suite { + $0 +} \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/test b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/test new file mode 100644 index 0000000..d4819ac --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/test @@ -0,0 +1,8 @@ +# Author: Jonas Bonèr +# name: @Test def testX = ... +# key: test +# -- +//@Test +def test${1:name} = { + $0 +} \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/throw b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/throw new file mode 100644 index 0000000..e303c25 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/throw @@ -0,0 +1,5 @@ +# Author: Jonas Bonèr +# name: throw new Exception +# key: throw +# -- +throw new ${1:Exception}(${2:msg}) $0 \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/tr b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/tr new file mode 100644 index 0000000..2381bdc --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/tr @@ -0,0 +1,7 @@ +# Author: Anders Bach Nielsen +# name: trait T { .. } +# key: tr +# -- +trait ${1:name} { + $0 +} \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/tr.ext b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/tr.ext new file mode 100644 index 0000000..15fb8aa --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/tr.ext @@ -0,0 +1,7 @@ +# Author: Anders Bach Nielsen +# name: trait T extends C { .. } +# key: tr +# -- +trait ${1:name} extends ${2:class} { + $0 +} \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/tr.ext-with b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/tr.ext-with new file mode 100644 index 0000000..c971ebb --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/tr.ext-with @@ -0,0 +1,7 @@ +# Author: Anders Bach Nielsen +# name: trait T1 extends C with T2 { .. } +# key: tr +# -- +trait ${1:name} extends ${2:class} with ${3:trait} { + $0 +} \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/tr.with b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/tr.with new file mode 100644 index 0000000..732dfb3 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/tr.with @@ -0,0 +1,7 @@ +# Author: Anders Bach Nielsen +# name: trait T1 with T2 { .. } +# key: tr +# -- +trait ${1:name} with ${2:trait} { + $0 +} \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/try b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/try new file mode 100644 index 0000000..0b65a6f --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/try @@ -0,0 +1,10 @@ +# Author: Jonas Bonèr +# name: try { .. } catch { case e => ..} +# key: try +# -- +try { + $0 +} catch { + case ${1:e}: ${2:Exception} => + ${1:println(\"ERROR: \" + e) // TODO: handle exception}\n} +} \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/try.catch-finally b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/try.catch-finally new file mode 100644 index 0000000..e431b98 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/try.catch-finally @@ -0,0 +1,12 @@ +# Author: Jonas Bonèr +# name: try { .. } catch { case e => ..} finally { ..} +# key: try +# -- +try { + $0 +} catch { + case ${1:e}: ${2:Exception} => + ${1:println(\"ERROR: \" + e) // TODO: handle exception}\n} +} finally { + +} \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/try.finally b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/try.finally new file mode 100644 index 0000000..6f8d88f --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/try.finally @@ -0,0 +1,9 @@ +# Author: Jonas Bonèr +# name: try { .. } finally { .. } +# key: try +# -- +try { + +} finally { + $0 +} \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/tup.arrow b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/tup.arrow new file mode 100644 index 0000000..7b77907 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/tup.arrow @@ -0,0 +1,5 @@ +# Author: Jonas Bonèr +# name: element1 -> element2 +# key: tup +# -- +${1:element1} -> ${2:element2} $0 \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/tup.paren b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/tup.paren new file mode 100644 index 0000000..ebe94a8 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/tup.paren @@ -0,0 +1,5 @@ +# Author: Jonas Bonèr +# name: (element1, element2) +# key: tup +# -- +(${1:element1}, ${2:element2}) $0 \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/val b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/val new file mode 100644 index 0000000..b299add --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/val @@ -0,0 +1,5 @@ +# Author: Jonas Bonèr +# name: val name = .. +# key: val +# -- +val ${1:name} = ${2:obj} $0 \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/val.new b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/val.new new file mode 100644 index 0000000..9bd2b7d --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/val.new @@ -0,0 +1,5 @@ +# Author: Jonas Bonèr +# name: val name = new .. +# key: val +# -- +val ${1:name} = new ${2:obj} $0 \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/val.ret b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/val.ret new file mode 100644 index 0000000..4af1192 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/val.ret @@ -0,0 +1,5 @@ +# Author: Jonas Bonèr +# name: val name: T = .. +# key: val +# -- +val ${1:name}: ${2:T} = ${3:obj} $0 \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/var b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/var new file mode 100644 index 0000000..2c6158b --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/var @@ -0,0 +1,5 @@ +# Author: Jonas Bonèr +# name: var name = .. +# key: var +# -- +var ${1:name} = ${2:obj} $0 \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/var.new b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/var.new new file mode 100644 index 0000000..5dff6bc --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/var.new @@ -0,0 +1,5 @@ +# Author: Jonas Bonèr +# name: var name = new .. +# key: var +# -- +var ${1:name} = new ${2:obj} $0 \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/var.ret b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/var.ret new file mode 100644 index 0000000..60b3fdc --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/var.ret @@ -0,0 +1,5 @@ +# Author: Jonas Bonèr +# name: var name: T = .. +# key: var +# -- +var ${1:name}: ${2:T} = ${3:obj} $0 \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/whi b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/whi new file mode 100644 index 0000000..233cf1e --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/whi @@ -0,0 +1,7 @@ +# Author: Jonas Bonèr +# name: while(cond) { .. } +# key: whi +# -- +while (${1:condition}) { + $0 +} \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/with b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/with new file mode 100644 index 0000000..aa924af --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/scala-mode/with @@ -0,0 +1,5 @@ +# Author: Jonas Bonèr +# name: with T +# key: with +# -- +with $0 \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/snippet-mode/.yas-parents b/emacs.d/elpa/yasnippet-0.8.0/snippets/snippet-mode/.yas-parents new file mode 100644 index 0000000..eed5b44 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/snippet-mode/.yas-parents @@ -0,0 +1 @@ +text-mode diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/snippet-mode/field b/emacs.d/elpa/yasnippet-0.8.0/snippets/snippet-mode/field new file mode 100644 index 0000000..f969a00 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/snippet-mode/field @@ -0,0 +1,6 @@ +# name: ${ ... } field +# contributor: joaotavora +# key: $f +# key: field +# -- +\${${1:${2:n}:}$3${4:\$(${5:lisp-fn})}\}$0 \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/snippet-mode/mirror b/emacs.d/elpa/yasnippet-0.8.0/snippets/snippet-mode/mirror new file mode 100644 index 0000000..2d43450 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/snippet-mode/mirror @@ -0,0 +1,6 @@ +# name: ${n:$(...)} mirror +# key: $m +# contributor: joaotavora +# key: mirror +# -- +\${${2:n}:${4:\$(${5:reflection-fn})}\}$0 \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/snippet-mode/vars b/emacs.d/elpa/yasnippet-0.8.0/snippets/snippet-mode/vars new file mode 100644 index 0000000..d617002 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/snippet-mode/vars @@ -0,0 +1,12 @@ +# -*- mode: snippet -*- +# name: Snippet header +# contributor: joaotavora +# key: vars +# -- +# name: $1${2: +# key: ${3:trigger-key}}${4: +# keybinding: ${5:keybinding}}${6: +# expand-env: (${7:})} +# contributor: $6 +# -- +$0 \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/sql-mode/.yas-parents b/emacs.d/elpa/yasnippet-0.8.0/snippets/sql-mode/.yas-parents new file mode 100644 index 0000000..eed5b44 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/sql-mode/.yas-parents @@ -0,0 +1 @@ +text-mode diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/sql-mode/column b/emacs.d/elpa/yasnippet-0.8.0/snippets/sql-mode/column new file mode 100644 index 0000000..5817296 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/sql-mode/column @@ -0,0 +1,5 @@ +# contributor: Alejandro Espinoza Esparza +# name: , ColumnName ColumnType NOT NULL... +# key: column +# -- + , ${1:Name} ${2:Type} ${3:NOT NULL} \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/sql-mode/constraint b/emacs.d/elpa/yasnippet-0.8.0/snippets/sql-mode/constraint new file mode 100644 index 0000000..5bb1902 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/sql-mode/constraint @@ -0,0 +1,5 @@ +# contributor: Alejandro Espinoza Esparza +# name: CONSTRAINT [..] PRIMARY KEY ... +# key: constraint +# -- +CONSTRAINT [${1:PK_Name}] PRIMARY KEY ${2:CLUSTERED} ([${3:ColumnName}]) \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/sql-mode/constraint.1 b/emacs.d/elpa/yasnippet-0.8.0/snippets/sql-mode/constraint.1 new file mode 100644 index 0000000..245903f --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/sql-mode/constraint.1 @@ -0,0 +1,5 @@ +# contributor: Alejandro Espinoza Esparza +# name: CONSTRAINT [..] FOREIGN KEY ... +# key: constraint +# -- +CONSTRAINT [${1:FK_Name}] FOREIGN KEY ${2:CLUSTERED} ([${3:ColumnName}]) \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/sql-mode/create b/emacs.d/elpa/yasnippet-0.8.0/snippets/sql-mode/create new file mode 100644 index 0000000..1678ed2 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/sql-mode/create @@ -0,0 +1,11 @@ +# contributor: Alejandro Espinoza Esparza +# name: create table ... +# key: create +# -- +CREATE TABLE [${1:dbo}].[${2:TableName}] +( + ${3:Id} ${4:INT IDENTITY(1,1)} ${5:NOT NULL} +$0 + CONSTRAINT [${6:PK_}] PRIMARY KEY ${7:CLUSTERED} ([$3]) +) +GO \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/sql-mode/create.1 b/emacs.d/elpa/yasnippet-0.8.0/snippets/sql-mode/create.1 new file mode 100644 index 0000000..10b30a4 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/sql-mode/create.1 @@ -0,0 +1,13 @@ +# contributor: Alejandro Espinoza Esparza +# name: create procedure ... +# key: create +# -- +CREATE PROCEDURE [${1:dbo}].[${2:Name}] +( + $3 $4 = ${5:NULL} ${6:OUTPUT} +) +AS +BEGIN +$0 +END +GO \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/sql-mode/references b/emacs.d/elpa/yasnippet-0.8.0/snippets/sql-mode/references new file mode 100644 index 0000000..ff6d12f --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/sql-mode/references @@ -0,0 +1,5 @@ +# contributor: Alejandro Espinoza Esparza +# name: REFERENCES ... +# key: references +# -- +REFERENCES ${1:TableName}([${2:ColumnName}]) \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/text-mode/email b/emacs.d/elpa/yasnippet-0.8.0/snippets/text-mode/email new file mode 100644 index 0000000..95fad03 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/text-mode/email @@ -0,0 +1,4 @@ +# name: (user's email) +# key: email +# -- +`(replace-regexp-in-string "@" "@NOSPAM." user-mail-address)` \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/snippets/text-mode/time b/emacs.d/elpa/yasnippet-0.8.0/snippets/text-mode/time new file mode 100644 index 0000000..814ed5f --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/snippets/text-mode/time @@ -0,0 +1,4 @@ +# name: (current time) +# key: time +# -- +`(current-time-string)` \ No newline at end of file diff --git a/emacs.d/elpa/yasnippet-0.8.0/yasnippet-autoloads.el b/emacs.d/elpa/yasnippet-0.8.0/yasnippet-autoloads.el new file mode 100644 index 0000000..3171ea3 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/yasnippet-autoloads.el @@ -0,0 +1,62 @@ +;;; yasnippet-autoloads.el --- automatically extracted autoloads +;; +;;; Code: + + +;;;### (autoloads (yas-global-mode yas-minor-mode) "yasnippet" "yasnippet.el" +;;;;;; (20848 3776)) +;;; Generated autoloads from yasnippet.el + +(autoload 'yas-minor-mode "yasnippet" "\ +Toggle YASnippet mode. + +When YASnippet mode is enabled, the `yas-trigger-key' key expands +snippets of code depending on the major mode. + +With no argument, this command toggles the mode. +positive prefix argument turns on the mode. +Negative prefix argument turns off the mode. + +You can customize the key through `yas-trigger-key'. + +Key bindings: +\\{yas-minor-mode-map} + +\(fn &optional ARG)" t nil) + +(defvar yas-global-mode nil "\ +Non-nil if Yas-Global mode is enabled. +See the command `yas-global-mode' for a description of this minor mode. +Setting this variable directly does not take effect; +either customize it (see the info node `Easy Customization') +or call the function `yas-global-mode'.") + +(custom-autoload 'yas-global-mode "yasnippet" nil) + +(autoload 'yas-global-mode "yasnippet" "\ +Toggle Yas minor mode in all buffers. +With prefix ARG, enable Yas-Global mode if ARG is positive; +otherwise, disable it. If called from Lisp, enable the mode if +ARG is omitted or nil. + +Yas minor mode is enabled in all buffers where +`yas-minor-mode-on' would do it. +See `yas-minor-mode' for more information on Yas minor mode. + +\(fn &optional ARG)" t nil) + +;;;*** + +;;;### (autoloads nil nil ("dropdown-list.el" "yasnippet-pkg.el") +;;;;;; (20848 3778 171707)) + +;;;*** + +(provide 'yasnippet-autoloads) +;; Local Variables: +;; version-control: never +;; no-byte-compile: t +;; no-update-autoloads: t +;; coding: utf-8 +;; End: +;;; yasnippet-autoloads.el ends here diff --git a/emacs.d/elpa/yasnippet-0.8.0/yasnippet-pkg.el b/emacs.d/elpa/yasnippet-0.8.0/yasnippet-pkg.el new file mode 100644 index 0000000..dc387f6 --- /dev/null +++ b/emacs.d/elpa/yasnippet-0.8.0/yasnippet-pkg.el @@ -0,0 +1,3 @@ +(define-package "yasnippet" + "0.8.0" + "A template system for Emacs") diff --git a/emacs.d/elpa/yasnippet-0.8.0/yasnippet-pkg.elc b/emacs.d/elpa/yasnippet-0.8.0/yasnippet-pkg.elc new file mode 100644 index 0000000000000000000000000000000000000000..26adf95cdcda91f79e589dd73d1cb542d07aaeb5 GIT binary patch literal 622 zcmbtRL2kk@5agT>^t#Ham54(^RRwY>APz{aRH^gl#+JcS=hEyCdwp3_+u5g*DI1Q$yJ+@};%=?9E%IEk_O3z_vTU z!g(kvD2jPe&C4e!C&hGNY`pEEiJXvsko1&a)8rV#CadC!$rkUc%?5af9(jl+$Adf? z0c3%rft>_x@sG&wV+bUAt)z$0#ldoV){W8JR3`(sR+1$5LN?0C%pu=nD, João Távora +;; Version: 0.8.0 +;; Package-version: 0.8.0 +;; X-URL: http://github.com/capitaomorte/yasnippet +;; Keywords: convenience, emulation +;; URL: http://github.com/capitaomorte/yasnippet +;; EmacsWiki: YaSnippetMode + +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. + +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. + +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see . + +;;; Commentary: +;; +;; Basic steps to setup: +;; +;; (add-to-list 'load-path +;; "~/path-to-yasnippet") +;; (require 'yasnippet) +;; (yas-global-mode 1) +;; +;; +;; Interesting variables are: +;; +;; `yas-snippet-dirs' +;; +;; The directory where user-created snippets are to be +;; stored. Can also be a list of directories. In that case, +;; when used for bulk (re)loading of snippets (at startup or +;; via `yas-reload-all'), directories appearing earlier in +;; the list shadow other dir's snippets. Also, the first +;; directory is taken as the default for storing the user's +;; new snippets. +;; +;; The deprecated `yas/root-directory' aliases this variable +;; for backward-compatibility. +;; +;; `yas-extra-modes' +;; +;; A local variable that you can set in a hook to override +;; snippet-lookup based on major mode. It is a a symbol (or +;; list of symbols) that correspond to subdirectories of +;; `yas-snippet-dirs' and is used for deciding which +;; snippets to consider for the active buffer. +;; +;; Deprecated `yas/mode-symbol' aliases this variable for +;; backward-compatibility. +;; +;; Major commands are: +;; +;; M-x yas-expand +;; +;; Try to expand snippets before point. In `yas-minor-mode', +;; this is bound to `yas-trigger-key' which you can customize. +;; +;; M-x yas-load-directory +;; +;; Prompts you for a directory hierarchy of snippets to load. +;; +;; M-x yas-insert-snippet +;; +;; Prompts you for possible snippet expansion if that is +;; possible according to buffer-local and snippet-local +;; expansion conditions. With prefix argument, ignore these +;; conditions. +;; +;; M-x yas-visit-snippet-file +;; +;; Prompts you for possible snippet expansions like +;; `yas-insert-snippet', but instead of expanding it, takes +;; you directly to the snippet definition's file, if it +;; exists. +;; +;; M-x yas-new-snippet +;; +;; Lets you create a new snippet file in the correct +;; subdirectory of `yas-snippet-dirs', according to the +;; active major mode. +;; +;; M-x yas-load-snippet-buffer +;; +;; When editing a snippet, this loads the snippet. This is +;; bound to "C-c C-c" while in the `snippet-mode' editing +;; mode. +;; +;; M-x yas-tryout-snippet +;; +;; When editing a snippet, this opens a new empty buffer, +;; sets it to the appropriate major mode and inserts the +;; snippet there, so you can see what it looks like. This is +;; bound to "C-c C-t" while in `snippet-mode'. +;; +;; M-x yas-describe-tables +;; +;; Lists known snippets in a separate buffer. User is +;; prompted as to whether only the currently active tables +;; are to be displayed, or all the tables for all major +;; modes. +;; +;; The `dropdown-list.el' extension is bundled with YASnippet, you +;; can optionally use it the preferred "prompting method", puting in +;; your .emacs file, for example: +;; +;; (require 'dropdown-list) +;; (setq yas-prompt-functions '(yas-dropdown-prompt +;; yas-ido-prompt +;; yas-completing-prompt)) +;; +;; Also check out the customization group +;; +;; M-x customize-group RET yasnippet RET +;; +;; If you use the customization group to set variables +;; `yas-snippet-dirs' or `yas-global-mode', make sure the path to +;; "yasnippet.el" is present in the `load-path' *before* the +;; `custom-set-variables' is executed in your .emacs file. +;; +;; For more information and detailed usage, refer to the project page: +;; http://github.com/capitaomorte/yasnippet + +;;; Code: + +(require 'cl) +(require 'easymenu) +(require 'help-mode) + + +;;; User customizable variables + +(defgroup yasnippet nil + "Yet Another Snippet extension" + :group 'editing) + +(defvar yas--load-file-name load-file-name + "Store the filename that yasnippet.el was originally loaded from.") + +(defcustom yas-snippet-dirs (remove nil + (list "~/.emacs.d/snippets" + (when yas--load-file-name + (concat (file-name-directory yas--load-file-name) "snippets")))) + "Directory or list of snippet dirs for each major mode. + +The directory where user-created snippets are to be stored. Can +also be a list of directories. In that case, when used for +bulk (re)loading of snippets (at startup or via +`yas-reload-all'), directories appearing earlier in the list +shadow other dir's snippets. Also, the first directory is taken +as the default for storing the user's new snippets." + :type '(choice (string :tag "Single directory (string)") + (repeat :args (string) :tag "List of directories (strings)")) + :group 'yasnippet + :require 'yasnippet + :set #'(lambda (symbol new) + (let ((old (and (boundp symbol) + (symbol-value symbol)))) + (set-default symbol new) + (unless (or (not (fboundp 'yas-reload-all)) + (equal old new)) + (yas-reload-all))))) + +(defun yas-snippet-dirs () + "Returns `yas-snippet-dirs' (which see) as a list." + (if (listp yas-snippet-dirs) yas-snippet-dirs (list yas-snippet-dirs))) + +(defvaralias 'yas/root-directory 'yas-snippet-dirs) + +(defcustom yas-prompt-functions '(yas-x-prompt + yas-dropdown-prompt + yas-completing-prompt + yas-ido-prompt + yas-no-prompt) + "Functions to prompt for keys, templates, etc interactively. + +These functions are called with the following arguments: + +- PROMPT: A string to prompt the user + +- CHOICES: a list of strings or objects. + +- optional DISPLAY-FN : A function that, when applied to each of +the objects in CHOICES will return a string. + +The return value of any function you put here should be one of +the objects in CHOICES, properly formatted with DISPLAY-FN (if +that is passed). + +- To signal that your particular style of prompting is +unavailable at the moment, you can also have the function return +nil. + +- To signal that the user quit the prompting process, you can +signal `quit' with + + (signal 'quit \"user quit!\")." + :type '(repeat function) + :group 'yasnippet) + +(defcustom yas-indent-line 'auto + "Controls indenting applied to a recent snippet expansion. + +The following values are possible: + +- `fixed' Indent the snippet to the current column; + +- `auto' Indent each line of the snippet with `indent-according-to-mode' + +Every other value means don't apply any snippet-side indendation +after expansion (the manual per-line \"$>\" indentation still +applies)." + :type '(choice (const :tag "Nothing" nothing) + (const :tag "Fixed" fixed) + (const :tag "Auto" auto)) + :group 'yasnippet) + +(defcustom yas-also-auto-indent-first-line nil + "Non-nil means also auto indent first line according to mode. + +Naturally this is only valid when `yas-indent-line' is `auto'" + :type 'boolean + :group 'yasnippet) + +(defcustom yas-snippet-revival t + "Non-nil means re-activate snippet fields after undo/redo." + :type 'boolean + :group 'yasnippet) + +(defcustom yas-trigger-key "TAB" + "The key bound to `yas-expand' when function `yas-minor-mode' is active. + +Value is a string that is converted to the internal Emacs key +representation using `read-kbd-macro'." + :type 'string + :group 'yasnippet + :set #'(lambda (symbol key) + (let ((old (and (boundp symbol) + (symbol-value symbol)))) + (set-default symbol key) + ;; On very first loading of this defcustom, + ;; `yas-trigger-key' is *not* loaded. + (if (fboundp 'yas--trigger-key-reload) + (yas--trigger-key-reload old))))) + +(defcustom yas-next-field-key '("TAB" "") + "The key to navigate to next field when a snippet is active. + +Value is a string that is converted to the internal Emacs key +representation using `read-kbd-macro'. + +Can also be a list of strings." + :type '(choice (string :tag "String") + (repeat :args (string) :tag "List of strings")) + :group 'yasnippet + :set #'(lambda (symbol val) + (set-default symbol val) + (if (fboundp 'yas--init-yas-in-snippet-keymap) + (yas--init-yas-in-snippet-keymap)))) + + +(defcustom yas-prev-field-key '("" "") + "The key to navigate to previous field when a snippet is active. + +Value is a string that is converted to the internal Emacs key +representation using `read-kbd-macro'. + +Can also be a list of strings." + :type '(choice (string :tag "String") + (repeat :args (string) :tag "List of strings")) + :group 'yasnippet + :set #'(lambda (symbol val) + (set-default symbol val) + (if (fboundp 'yas--init-yas-in-snippet-keymap) + (yas--init-yas-in-snippet-keymap)))) + +(defcustom yas-skip-and-clear-key '("C-d" "" "") + "The key to clear the currently active field. + +Value is a string that is converted to the internal Emacs key +representation using `read-kbd-macro'. + +Can also be a list of strings." + :type '(choice (string :tag "String") + (repeat :args (string) :tag "List of strings")) + :group 'yasnippet + :set #'(lambda (symbol val) + (set-default symbol val) + (if (fboundp 'yas--init-yas-in-snippet-keymap) + (yas--init-yas-in-snippet-keymap)))) + +(defcustom yas-triggers-in-field nil + "If non-nil, `yas-next-field-key' can trigger stacked expansions. + +Otherwise, `yas-next-field-key' just tries to move on to the next +field" + :type 'boolean + :group 'yasnippet) + +(defcustom yas-fallback-behavior 'call-other-command + "How to act when `yas-trigger-key' does *not* expand a snippet. + +- `call-other-command' means try to temporarily disable YASnippet + and call the next command bound to `yas-trigger-key'. + +- nil or the symbol `return-nil' mean do nothing. (and + `yas-expand' returns nil) + +- A lisp form (apply COMMAND . ARGS) means interactively call + COMMAND, if ARGS is non-nil, call COMMAND non-interactively + with ARGS as arguments." + :type '(choice (const :tag "Call previous command" call-other-command) + (const :tag "Do nothing" return-nil)) + :group 'yasnippet) + +(defcustom yas-choose-keys-first nil + "If non-nil, prompt for snippet key first, then for template. + +Otherwise prompts for all possible snippet names. + +This affects `yas-insert-snippet' and `yas-visit-snippet-file'." + :type 'boolean + :group 'yasnippet) + +(defcustom yas-choose-tables-first nil + "If non-nil, and multiple eligible snippet tables, prompts user for tables first. + +Otherwise, user chooses between the merging together of all +eligible tables. + +This affects `yas-insert-snippet', `yas-visit-snippet-file'" + :type 'boolean + :group 'yasnippet) + +(defcustom yas-use-menu 'abbreviate + "Display a YASnippet menu in the menu bar. + +When non-nil, submenus for each snippet table will be listed +under the menu \"Yasnippet\". + +- If set to `abbreviate', only the current major-mode +menu and the modes set in `yas-extra-modes' are listed. + +- If set to `full', every submenu is listed + +- It set to nil, don't display a menu at all (this requires a + `yas-reload-all' call if the menu is already visible). + +Any other non-nil value, every submenu is listed." + :type '(choice (const :tag "Full" full) + (const :tag "Abbreviate" abbreviate) + (const :tag "No menu" nil)) + :group 'yasnippet) + +(defcustom yas-trigger-symbol (if (eq window-system 'mac) + (char-to-string ?\x21E5) ;; little ->| sign + " =>") + "The text that will be used in menu to represent the trigger." + :type 'string + :group 'yasnippet) + +(defcustom yas-wrap-around-region nil + "If non-nil, snippet expansion wraps around selected region. + +The wrapping occurs just before the snippet's exit marker. This +can be overriden on a per-snippet basis." + :type 'boolean + :group 'yasnippet) + +(defcustom yas-good-grace t + "If non-nil, don't raise errors in inline elisp evaluation. + +An error string \"[yas] error\" is returned instead." + :type 'boolean + :group 'yasnippet) + +(defcustom yas-visit-from-menu nil + "If non-nil visit snippets's files from menu, instead of expanding them. + +This cafn only work when snippets are loaded from files." + :type 'boolean + :group 'yasnippet) + +(defcustom yas-expand-only-for-last-commands nil + "List of `last-command' values to restrict tab-triggering to, or nil. + +Leave this set at nil (the default) to be able to trigger an +expansion simply by placing the cursor after a valid tab trigger, +using whichever commands. + +Optionallly, set this to something like '(self-insert-command) if +you to wish restrict expansion to only happen when the last +letter of the snippet tab trigger was typed immediately before +the trigger key itself." + :type '(repeat function) + :group 'yasnippet) + +;; Only two faces, and one of them shouldn't even be used... +;; +(defface yas-field-highlight-face + '((t (:inherit 'region))) + "The face used to highlight the currently active field of a snippet" + :group 'yasnippet) + +(defface yas--field-debug-face + '() + "The face used for debugging some overlays normally hidden" + :group 'yasnippet) + + +;;; User can also customize the next defvars + +(defun yas--define-some-keys (keys keymap definition) + "Bind KEYS to DEFINITION in KEYMAP, read with `read-kbd-macro'." + (let ((keys (or (and (listp keys) keys) + (list keys)))) + (dolist (key keys) + (define-key keymap (read-kbd-macro key) definition)))) + +(defvar yas-keymap + (let ((map (make-sparse-keymap))) + (mapc #'(lambda (binding) + (yas--define-some-keys (car binding) map (cdr binding))) + `((,yas-next-field-key . yas-next-field-or-maybe-expand) + (,yas-prev-field-key . yas-prev-field) + ("C-g" . yas-abort-snippet) + (,yas-skip-and-clear-key . yas-skip-and-clear-or-delete-char))) + map) + "The keymap active while a snippet expansion is in progress.") + +(defvar yas-key-syntaxes (list "w" "w_" "w_." "w_.()" "^ ") + "List of character syntaxes used to find a trigger key before point. +The list is tried in the order while scanning characters +backwards from point. For example, if the list is '(\"w\" \"w_\") +first look for trigger keys which are composed exclusively of +\"word\"-syntax characters, and then, if that fails, look for +keys which are either of \"word\" or \"symbol\" +syntax. Triggering after + +foo-bar + +will, according to the \"w\" element first try \"bar\". If that +isn't a trigger key, \"foo-bar\" is tried, respecting a second +\"w_\" element.") + +(defvar yas-after-exit-snippet-hook + '() + "Hooks to run after a snippet exited. + +The hooks will be run in an environment where some variables bound to +proper values: + +`yas-snippet-beg' : The beginning of the region of the snippet. + +`yas-snippet-end' : Similar to beg. + +Attention: These hooks are not run when exiting nested/stackd snippet expansion!") + +(defvar yas-before-expand-snippet-hook + '() + "Hooks to run just before expanding a snippet.") + +(defvar yas-buffer-local-condition + '(if (and (or (fourth (syntax-ppss)) + (fifth (syntax-ppss))) + (eq (symbol-function this-command) 'yas-expand-from-trigger-key)) + '(require-snippet-condition . force-in-comment) + t) + "Snippet expanding condition. + +This variable is a lisp form which is evaluated everytime a +snippet expansion is attemped: + + * If it evaluates to nil, no snippets can be expanded. + + * If it evaluates to the a cons (require-snippet-condition + . REQUIREMENT) + + * Snippets bearing no \"# condition:\" directive are not + considered + + * Snippets bearing conditions that evaluate to nil (or + produce an error) won't be onsidered. + + * If the snippet has a condition that evaluates to non-nil + RESULT: + + * If REQUIREMENT is t, the snippet is considered + + * If REQUIREMENT is `eq' RESULT, the snippet is + considered + + * Otherwise, the snippet is not considered. + + * If it evaluates to the symbol 'always, all snippets are + considered for expansion, regardless of any conditions. + + * If it evaluates to t or some other non-nil value + + * Snippet bearing no conditions, or conditions that + evaluate to non-nil, are considered for expansion. + + * Otherwise, the snippet is not considered. + +Here's an example preventing snippets from being expanded from +inside comments, in `python-mode' only, with the exception of +snippets returning the symbol 'force-in-comment in their +conditions. + + (add-hook 'python-mode-hook + '(lambda () + (setq yas-buffer-local-condition + '(if (python-in-string/comment) + '(require-snippet-condition . force-in-comment) + t)))) + +The default value is similar, it filters out potential snippet +expansions inside comments and string literals, unless the +snippet itself contains a condition that returns the symbol +`force-in-comment'.") + + +;;; Internal variables + +(defvar yas--version "0.8.0 (beta)") + +(defvar yas--menu-table (make-hash-table) + "A hash table of MAJOR-MODE symbols to menu keymaps.") + +(defvar yas--known-modes + '(ruby-mode rst-mode markdown-mode) + "A list of mode which is well known but not part of emacs.") + +(defvar yas--escaped-characters + '(?\\ ?` ?\" ?' ?$ ?} ?{ ?\( ?\)) + "List of characters which *might* need to be escaped.") + +(defconst yas--field-regexp + "${\\([0-9]+:\\)?\\([^}]*\\)}" + "A regexp to *almost* recognize a field.") + +(defconst yas--multi-dollar-lisp-expression-regexp + "$+[ \t\n]*\\(([^)]*)\\)" + "A regexp to *almost* recognize a \"$(...)\" expression.") + +(defconst yas--backquote-lisp-expression-regexp + "`\\([^`]*\\)`" + "A regexp to recognize a \"`lisp-expression`\" expression." ) + +(defconst yas--transform-mirror-regexp + "${\\(?:\\([0-9]+\\):\\)?$\\([ \t\n]*([^}]*\\)" + "A regexp to *almost* recognize a mirror with a transform.") + +(defconst yas--simple-mirror-regexp + "$\\([0-9]+\\)" + "A regexp to recognize a simple mirror.") + +(defvar yas--snippet-id-seed 0 + "Contains the next id for a snippet.") + +(defun yas--snippet-next-id () + (let ((id yas--snippet-id-seed)) + (incf yas--snippet-id-seed) + id)) + + +;;; Minor mode stuff + +;; XXX: `last-buffer-undo-list' is somehow needed in Carbon Emacs for MacOSX +(defvar last-buffer-undo-list nil) + +(defvar yas--minor-mode-menu nil + "Holds the YASnippet menu") + +(defun yas--init-minor-keymap () + (let ((map (make-sparse-keymap))) + (when yas-use-menu + (easy-menu-define yas--minor-mode-menu + map + "Menu used when `yas-minor-mode' is active." + '("YASnippet" + "----" + ["Expand trigger" yas-expand + :help "Possibly expand tab trigger before point"] + ["Insert at point..." yas-insert-snippet + :help "Prompt for an expandable snippet and expand it at point"] + ["New snippet..." yas-new-snippet + :help "Create a new snippet in an appropriate directory"] + ["Visit snippet file..." yas-visit-snippet-file + :help "Prompt for an expandable snippet and find its file"] + "----" + ("Snippet menu behaviour" + ["Visit snippets" (setq yas-visit-from-menu t) + :help "Visit snippets from the menu" + :active t :style radio :selected yas-visit-from-menu] + ["Expand snippets" (setq yas-visit-from-menu nil) + :help "Expand snippets from the menu" + :active t :style radio :selected (not yas-visit-from-menu)] + "----" + ["Show all known modes" (setq yas-use-menu 'full) + :help "Show one snippet submenu for each loaded table" + :active t :style radio :selected (eq yas-use-menu 'full)] + ["Abbreviate according to current mode" (setq yas-use-menu 'abbreviate) + :help "Show only snippet submenus for the current active modes" + :active t :style radio :selected (eq yas-use-menu 'abbreviate)]) + ("Indenting" + ["Auto" (setq yas-indent-line 'auto) + :help "Indent each line of the snippet with `indent-according-to-mode'" + :active t :style radio :selected (eq yas-indent-line 'auto)] + ["Fixed" (setq yas-indent-line 'fixed) + :help "Indent the snippet to the current column" + :active t :style radio :selected (eq yas-indent-line 'fixed)] + ["None" (setq yas-indent-line 'none) + :help "Don't apply any particular snippet indentation after expansion" + :active t :style radio :selected (not (member yas-indent-line '(fixed auto)))] + "----" + ["Also auto indent first line" (setq yas-also-auto-indent-first-line + (not yas-also-auto-indent-first-line)) + :help "When auto-indenting also, auto indent the first line menu" + :active (eq yas-indent-line 'auto) + :style toggle :selected yas-also-auto-indent-first-line] + ) + ("Prompting method" + ["System X-widget" (setq yas-prompt-functions + (cons 'yas-x-prompt + (remove 'yas-x-prompt + yas-prompt-functions))) + :help "Use your windowing system's (gtk, mac, windows, etc...) default menu" + :active t :style radio :selected (eq (car yas-prompt-functions) + 'yas-x-prompt)] + ["Dropdown-list" (setq yas-prompt-functions + (cons 'yas-dropdown-prompt + (remove 'yas-dropdown-prompt + yas-prompt-functions))) + :help "Use a special dropdown list" + :active t :style radio :selected (eq (car yas-prompt-functions) + 'yas-dropdown-prompt)] + ["Ido" (setq yas-prompt-functions + (cons 'yas-ido-prompt + (remove 'yas-ido-prompt + yas-prompt-functions))) + :help "Use an ido-style minibuffer prompt" + :active t :style radio :selected (eq (car yas-prompt-functions) + 'yas-ido-prompt)] + ["Completing read" (setq yas-prompt-functions + (cons 'yas-completing-prompt + (remove 'yas-completing-prompt + yas-prompt-functions))) + :help "Use a normal minibuffer prompt" + :active t :style radio :selected (eq (car yas-prompt-functions) + 'yas-completing-prompt)] + ) + ("Misc" + ["Wrap region in exit marker" + (setq yas-wrap-around-region + (not yas-wrap-around-region)) + :help "If non-nil automatically wrap the selected text in the $0 snippet exit" + :style toggle :selected yas-wrap-around-region] + ["Allow stacked expansions " + (setq yas-triggers-in-field + (not yas-triggers-in-field)) + :help "If non-nil allow snippets to be triggered inside other snippet fields" + :style toggle :selected yas-triggers-in-field] + ["Revive snippets on undo " + (setq yas-snippet-revival + (not yas-snippet-revival)) + :help "If non-nil allow snippets to become active again after undo" + :style toggle :selected yas-snippet-revival] + ["Good grace " + (setq yas-good-grace + (not yas-good-grace)) + :help "If non-nil don't raise errors in bad embedded eslip in snippets" + :style toggle :selected yas-good-grace] + ) + "----" + ["Load snippets..." yas-load-directory + :help "Load snippets from a specific directory"] + ["Reload everything" yas-reload-all + :help "Cleanup stuff, reload snippets, rebuild menus"] + ["About" yas-about + :help "Display some information about YASsnippet"]))) + + ;; Now for the stuff that has direct keybindings + ;; + (define-key map "\C-c&\C-s" 'yas-insert-snippet) + (define-key map "\C-c&\C-n" 'yas-new-snippet) + (define-key map "\C-c&\C-v" 'yas-visit-snippet-file) + map)) + +(defvar yas-minor-mode-map (yas--init-minor-keymap) + "The keymap used when `yas-minor-mode' is active.") + +(defun yas--trigger-key-reload (&optional unbind-key) + "Rebind `yas-expand' to the new value of `yas-trigger-key'. + +With optional UNBIND-KEY, try to unbind that key from +`yas-minor-mode-map'." + (when (and unbind-key + (stringp unbind-key) + (not (string= unbind-key ""))) + (define-key yas-minor-mode-map (read-kbd-macro unbind-key) nil)) + (when (and yas-trigger-key + (stringp yas-trigger-key) + (not (string= yas-trigger-key ""))) + (define-key yas-minor-mode-map (read-kbd-macro yas-trigger-key) 'yas-expand))) + +(defvar yas--tables (make-hash-table) + "A hash table of mode symbols to `yas--table' objects.") + +(defvar yas--parents (make-hash-table) + "A hash table of mode symbols do lists of direct parent mode symbols. + +This list is populated when reading the \".yas-parents\" files +found when traversing snippet directories with +`yas-load-directory'. + +There might be additionalal parenting information stored in the +`derived-mode-parent' property of some mode symbols, but that is +not recorded here.") + +(defvar yas--direct-keymaps (list) + "Keymap alist supporting direct snippet keybindings. + +This variable is is placed in `emulation-mode-map-alists'. + +Its elements looks like (TABLE-NAME . KEYMAP). They're +instantiated on `yas-reload-all' but KEYMAP is added to only when +loading snippets. `yas--direct-TABLE-NAME' is then a variable set +buffer-locally when entering `yas-minor-mode'. KEYMAP binds all +defined direct keybindings to the command +`yas-expand-from-keymap' which then which snippet to expand.") + +(defun yas-direct-keymaps-reload () + "Force reload the direct keybinding for active snippet tables." + (interactive) + (setq yas--direct-keymaps nil) + (maphash #'(lambda (name table) + (push (cons (intern (format "yas--direct-%s" name)) + (yas--table-direct-keymap table)) + yas--direct-keymaps)) + yas--tables)) + +(defun yas--modes-to-activate () + "Compute list of mode symbols that are active for `yas-expand' +and friends." + (let ((modes-to-activate (list major-mode)) + (mode major-mode)) + (while (setq mode (get mode 'derived-mode-parent)) + (push mode modes-to-activate)) + (dolist (mode (yas-extra-modes)) + (push mode modes-to-activate)) + (remove-duplicates + (append modes-to-activate + (mapcan #'(lambda (mode) + (yas--all-parents mode)) + modes-to-activate))))) + +(defvar yas-minor-mode-hook nil + "Hook run when yas-minor-mode is turned on") + +;;;###autoload +(define-minor-mode yas-minor-mode + "Toggle YASnippet mode. + +When YASnippet mode is enabled, the `yas-trigger-key' key expands +snippets of code depending on the major mode. + +With no argument, this command toggles the mode. +positive prefix argument turns on the mode. +Negative prefix argument turns off the mode. + +You can customize the key through `yas-trigger-key'. + +Key bindings: +\\{yas-minor-mode-map}" + nil + ;; The indicator for the mode line. + " yas" + :group 'yasnippet + (cond (yas-minor-mode + ;; Reload the trigger key + ;; + (yas--trigger-key-reload) + ;; Install the direct keymaps in `emulation-mode-map-alists' + ;; (we use `add-hook' even though it's not technically a hook, + ;; but it works). Then define variables named after modes to + ;; index `yas--direct-keymaps'. + ;; + ;; Also install the post-command-hook. + ;; + (add-hook 'emulation-mode-map-alists 'yas--direct-keymaps) + (add-hook 'post-command-hook 'yas--post-command-handler nil t) + ;; Set the `yas--direct-%s' vars for direct keymap expansion + ;; + (dolist (mode (yas--modes-to-activate)) + (let ((name (intern (format "yas--direct-%s" mode)))) + (set-default name nil) + (set (make-local-variable name) t))) + ;; Perform JIT loads + ;; + (yas--load-pending-jits)) + (t + ;; Uninstall the direct keymaps and the post-command hook + ;; + (remove-hook 'post-command-hook 'yas--post-command-handler t) + (remove-hook 'emulation-mode-map-alists 'yas--direct-keymaps)))) + +(defvar yas--dont-activate '(minibufferp) + "If non-nil don't let `yas-minor-mode-on' active yas for this buffer. + +If a function, then its result is used. + +If a list of functions, then all functions must return nil to +activate yas for this buffer. + +`yas-minor-mode-on' is usually called by `yas-global-mode' so +this effectively lets you define exceptions to the \"global\" +behaviour. Can also be a function of zero arguments.") +(make-variable-buffer-local 'yas--dont-activate) + +(defun yas-minor-mode-on () + "Turn on YASnippet minor mode. + +Do this unless `yas--dont-activate' is truish " + (interactive) + (unless (cond ((functionp yas--dont-activate) + (funcall yas--dont-activate)) + ((consp yas--dont-activate) + (some #'funcall yas--dont-activate)) + (yas--dont-activate)) + ;; Load all snippets definitions unless we still don't have a + ;; root-directory or some snippets have already been loaded. + ;; + (yas-minor-mode 1))) + +;;;###autoload +(define-globalized-minor-mode yas-global-mode yas-minor-mode yas-minor-mode-on + :group 'yasnippet + :require 'yasnippet) + +(defadvice yas-global-mode (before yas--reload-with-jit (arg) activate) + (cond ((and arg + (numberp arg) + (> arg 1)) + ;; explicitly enabling + (yas-reload-all)) + ((not yas-global-mode) + ;; toggling + (yas-reload-all)))) + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;; Major mode stuff +;; +(defvar yas--font-lock-keywords + (append '(("^#.*$" . font-lock-comment-face)) + lisp-font-lock-keywords + lisp-font-lock-keywords-1 + lisp-font-lock-keywords-2 + '(("$\\([0-9]+\\)" + (0 font-lock-keyword-face) + (1 font-lock-string-face t)) + ("${\\([0-9]+\\):?" + (0 font-lock-keyword-face) + (1 font-lock-warning-face t)) + ("${" font-lock-keyword-face) + ("$[0-9]+?" font-lock-preprocessor-face) + ("\\(\\$(\\)" 1 font-lock-preprocessor-face) + ("}" + (0 font-lock-keyword-face))))) + +(defun yas--init-major-keymap () + (let ((map (make-sparse-keymap))) + (easy-menu-define nil + map + "Menu used when snippet-mode is active." + (cons "Snippet" + (mapcar #'(lambda (ent) + (when (third ent) + (define-key map (third ent) (second ent))) + (vector (first ent) (second ent) t)) + (list + (list "Load this snippet" 'yas-load-snippet-buffer "\C-c\C-c") + (list "Try out this snippet" 'yas-tryout-snippet "\C-c\C-t"))))) + map)) + +(defvar snippet-mode-map + (yas--init-major-keymap) + "The keymap used when `snippet-mode' is active") + + +(define-derived-mode snippet-mode text-mode "Snippet" + "A mode for editing yasnippets" + (setq font-lock-defaults '(yas--font-lock-keywords)) + (set (make-local-variable 'require-final-newline) nil) + (set (make-local-variable 'comment-start) "#") + (set (make-local-variable 'comment-start-skip) "#+[\t ]*")) + + + +;;; Internal structs for template management + +(defstruct (yas--template (:constructor yas--make-blank-template)) + "A template for a snippet." + key + content + name + condition + expand-env + file + keybinding + uuid + menu-binding-pair + group ;; as dictated by the #group: directive or .yas-make-groups + perm-group ;; as dictated by `yas-define-menu' + table + ) + +(defun yas--populate-template (template &rest args) + "Helper function to populate a template with properties" + (let (p v) + (while args + (aset template + (position (intern (substring (symbol-name (car args)) 1)) + (mapcar #'car (get 'yas--template 'cl-struct-slots))) + (second args)) + (setq args (cddr args))) + template)) + +(defstruct (yas--table (:constructor yas--make-snippet-table (name))) + "A table to store snippets for a particular mode. + +Has the following fields: + +`yas--table-name' + + A symbol name normally corresponding to a major mode, but can + also be a pseudo major-mode to be referenced in + `yas-extra-modes', for example. + +`yas--table-hash' + + A hash table (KEY . NAMEHASH), known as the \"keyhash\". KEY is + a string or a vector, where the former is the snippet's trigger + and the latter means it's a direct keybinding. NAMEHASH is yet + another hash of (NAME . TEMPLATE) where NAME is the snippet's + name and TEMPLATE is a `yas--template' object. + +`yas--table-direct-keymap' + + A keymap for the snippets in this table that have direct + keybindings. This is kept in sync with the keyhash, i.e., all + the elements of the keyhash that are vectors appear here as + bindings to `yas-expand-from-keymap'. + +`yas--table-uuidhash' + + A hash table mapping snippets uuid's to the same `yas--template' + objects. A snippet uuid defaults to the snippet's name. +" + name + (hash (make-hash-table :test 'equal)) + (uuidhash (make-hash-table :test 'equal)) + (parents nil) + (direct-keymap (make-sparse-keymap))) + +(defun yas--get-template-by-uuid (mode uuid) + "Find the snippet template in MODE by its UUID." + (let* ((table (gethash mode yas--tables mode))) + (when table + (gethash uuid (yas--table-uuidhash table))))) + +;; Apropos storing/updating in TABLE, this works in two steps: +;; +;; 1. `yas--remove-template-by-uuid' removes any +;; keyhash-namehash-template mappings from TABLE, grabing the +;; snippet by its uuid. Also removes mappings from TABLE's +;; `yas--table-direct-keymap' (FIXME: and should probably take care +;; of potentially stale menu bindings right?.) +;; +;; 2. `yas--add-template' adds this all over again. +;; +;; Create a new or add to an existing keyhash-namehash mapping. +;; +;; For reference on understanding this, consider three snippet +;; definitions: +;; +;; A: # name: The Foo +;; # key: foo +;; # binding: C-c M-l +;; +;; B: # name: Mrs Foo +;; # key: foo +;; +;; C: # name: The Bar +;; # binding: C-c M-l +;; +;; D: # name: Baz +;; # key: baz +;; +;; keyhash namehashes(3) yas--template structs(4) +;; ----------------------------------------------------- +;; __________ +;; / \ +;; "foo" ---> "The Foo" ---> [yas--template A] | +;; "Mrs Foo" ---> [yas--template B] | +;; | +;; [C-c M-l] ---> "The Foo" -------------------------/ +;; "The Bar" ---> [yas--template C] +;; +;; "baz" ---> "Baz" ---> [yas--template D] +;; +;; Additionally, since uuid defaults to the name, we have a +;; `yas--table-uuidhash' for TABLE +;; +;; uuidhash yas--template structs +;; ------------------------------- +;; "The Foo" ---> [yas--template A] +;; "Mrs Foo" ---> [yas--template B] +;; "The Bar" ---> [yas--template C] +;; "Baz" ---> [yas--template D] +;; +;; FIXME: the more I look at this data-structure the more I think I'm +;; stupid. There has to be an easier way (but beware lots of code +;; depends on this). +;; +(defun yas--remove-template-by-uuid (table uuid) + "Remove from TABLE a template identified by UUID." + (let ((template (gethash uuid (yas--table-uuidhash table)))) + (when template + (let* ((name (yas--template-name template)) + (empty-keys nil)) + ;; Remove the name from each of the targeted namehashes + ;; + (maphash #'(lambda (k v) + (let ((template (gethash name v))) + (when (and template + (eq uuid (yas--template-uuid template))) + (remhash name v) + (when (zerop (hash-table-count v)) + (push k empty-keys))))) + (yas--table-hash table)) + ;; Remove the namehash themselves if they've become empty + ;; + (dolist (key empty-keys) + (when (vectorp key) + (define-key (yas--table-direct-keymap table) key nil)) + (remhash key (yas--table-hash table))) + + ;; Finally, remove the uuid from the uuidhash + ;; + (remhash uuid (yas--table-uuidhash table)))))) + +(defun yas--add-template (table template) + "Store in TABLE the snippet template TEMPLATE. + +KEY can be a string (trigger key) of a vector (direct +keybinding)." + (let ((name (yas--template-name template)) + (key (yas--template-key template)) + (keybinding (yas--template-keybinding template)) + (menu-binding-pair (yas--template-menu-binding-pair-get-create template))) + (dolist (k (remove nil (list key keybinding))) + (puthash name + template + (or (gethash k + (yas--table-hash table)) + (puthash k + (make-hash-table :test 'equal) + (yas--table-hash table)))) + (when (vectorp k) + (define-key (yas--table-direct-keymap table) k 'yas-expand-from-keymap))) + + ;; Update TABLE's `yas--table-uuidhash' + (puthash (yas--template-uuid template) + template + (yas--table-uuidhash table)))) + +(defun yas--update-template (table template) + "Add or update TEMPLATE in TABLE. + +Also takes care of adding and updating to the associated menu." + ;; Remove from table by uuid + ;; + (yas--remove-template-by-uuid table (yas--template-uuid template)) + ;; Add to table again + ;; + (yas--add-template table template) + ;; Take care of the menu + ;; + (when yas-use-menu + (yas--update-template-menu table template))) + +(defun yas--update-template-menu (table template) + "Update every menu-related for TEMPLATE" + (let ((menu-binding-pair (yas--template-menu-binding-pair-get-create template)) + (key (yas--template-key template)) + (keybinding (yas--template-keybinding template))) + ;; The snippet might have changed name or keys, so update + ;; user-visible strings + ;; + (unless (eq (cdr menu-binding-pair) :none) + ;; the menu item name + ;; + (setf (cadar menu-binding-pair) (yas--template-name template)) + ;; the :keys information (also visible to the user) + (setf (getf (cdr (car menu-binding-pair)) :keys) + (or (and keybinding (key-description keybinding)) + (and key (concat key yas-trigger-symbol)))))) + (unless (yas--template-menu-managed-by-yas-define-menu template) + (let ((menu-keymap + (yas--menu-keymap-get-create (yas--table-mode table) + (mapcar #'yas--table-mode + (yas--table-parents table)))) + (group (yas--template-group template))) + ;; Remove from menu keymap + ;; + (assert menu-keymap) + (yas--delete-from-keymap menu-keymap (yas--template-uuid template)) + + ;; Add necessary subgroups as necessary. + ;; + (dolist (subgroup group) + (let ((subgroup-keymap (lookup-key menu-keymap (vector (make-symbol subgroup))))) + (unless (and subgroup-keymap + (keymapp subgroup-keymap)) + (setq subgroup-keymap (make-sparse-keymap)) + (define-key menu-keymap (vector (make-symbol subgroup)) + `(menu-item ,subgroup ,subgroup-keymap))) + (setq menu-keymap subgroup-keymap))) + + ;; Add this entry to the keymap + ;; + (define-key menu-keymap + (vector (make-symbol (yas--template-uuid template))) + (car (yas--template-menu-binding-pair template)))))) + +(defun yas--namehash-templates-alist (namehash) + (let (alist) + (maphash #'(lambda (k v) + (push (cons k v) alist)) + namehash) + alist)) + +(defun yas--fetch (table key) + "Fetch templates in TABLE by KEY. + +Return a list of cons (NAME . TEMPLATE) where NAME is a +string and TEMPLATE is a `yas--template' structure." + (let* ((keyhash (yas--table-hash table)) + (namehash (and keyhash (gethash key keyhash)))) + (when namehash + (yas--filter-templates-by-condition (yas--namehash-templates-alist namehash))))) + + +;;; Filtering/condition logic + +(defun yas--eval-condition (condition) + (condition-case err + (save-excursion + (save-restriction + (save-match-data + (eval condition)))) + (error (progn + (yas--message 1 "Error in condition evaluation: %s" (error-message-string err)) + nil)))) + + +(defun yas--filter-templates-by-condition (templates) + "Filter the templates using the applicable condition. + +TEMPLATES is a list of cons (NAME . TEMPLATE) where NAME is a +string and TEMPLATE is a `yas--template' structure. + +This function implements the rules described in +`yas-buffer-local-condition'. See that variables documentation." + (let ((requirement (yas--require-template-specific-condition-p))) + (if (eq requirement 'always) + templates + (remove-if-not #'(lambda (pair) + (yas--template-can-expand-p + (yas--template-condition (cdr pair)) requirement)) + templates)))) + +(defun yas--require-template-specific-condition-p () + "Decides if this buffer requests/requires snippet-specific +conditions to filter out potential expansions." + (if (eq 'always yas-buffer-local-condition) + 'always + (let ((local-condition (or (and (consp yas-buffer-local-condition) + (yas--eval-condition yas-buffer-local-condition)) + yas-buffer-local-condition))) + (when local-condition + (if (eq local-condition t) + t + (and (consp local-condition) + (eq 'require-snippet-condition (car local-condition)) + (symbolp (cdr local-condition)) + (cdr local-condition))))))) + +(defun yas--template-can-expand-p (condition requirement) + "Evaluates CONDITION and REQUIREMENT and returns a boolean" + (let* ((result (or (null condition) + (yas--eval-condition condition)))) + (cond ((eq requirement t) + result) + (t + (eq requirement result))))) + +(defun yas--all-parents (mode) + "Returns a list of all parent modes of MODE" + (let ((parents (gethash mode yas--parents))) + (append parents + (mapcan #'yas--all-parents parents)))) + +(defun yas--table-templates (table) + (when table + (let ((acc (list))) + (maphash #'(lambda (key namehash) + (maphash #'(lambda (name template) + (push (cons name template) acc)) + namehash)) + (yas--table-hash table)) + (yas--filter-templates-by-condition acc)))) + +(defun yas--current-key () + "Get the key under current position. A key is used to find +the template of a snippet in the current snippet-table." + (let ((start (point)) + (end (point)) + (syntaxes yas-key-syntaxes) + syntax + done + templates) + (while (and (not done) syntaxes) + (setq syntax (car syntaxes)) + (setq syntaxes (cdr syntaxes)) + (save-excursion + (skip-syntax-backward syntax) + (setq start (point))) + (setq templates + (mapcan #'(lambda (table) + (yas--fetch table (buffer-substring-no-properties start end))) + (yas--get-snippet-tables))) + (if templates + (setq done t) + (setq start end))) + (list templates + start + end))) + + +(defun yas--table-all-keys (table) + (when table + (let ((acc)) + (maphash #'(lambda (key namehash) + (when (yas--filter-templates-by-condition (yas--namehash-templates-alist namehash)) + (push key acc))) + (yas--table-hash table)) + acc))) + +(defun yas--table-mode (table) + (intern (yas--table-name table))) + + +;;; Internal functions: + +(defun yas--real-mode? (mode) + "Try to find out if MODE is a real mode. The MODE bound to +a function (like `c-mode') is considered real mode. Other well +known mode like `ruby-mode' which is not part of Emacs might +not bound to a function until it is loaded. So yasnippet keeps +a list of modes like this to help the judgement." + (or (fboundp mode) + (find mode yas--known-modes))) + +(defun yas--eval-lisp (form) + "Evaluate FORM and convert the result to string." + (let ((retval (catch 'yas--exception + (condition-case err + (save-excursion + (save-restriction + (save-match-data + (widen) + (let ((result (eval form))) + (when result + (format "%s" result)))))) + (error (if yas-good-grace + (yas--format "elisp error! %s" (error-message-string err)) + (error (yas--format "elisp error: %s" + (error-message-string err))))))))) + (when (and (consp retval) + (eq 'yas--exception (car retval))) + (error (cdr retval))) + retval)) + +(defun yas--eval-lisp-no-saves (form) + (condition-case err + (eval form) + (error (if yas-good-grace + (yas--format "elisp error! %s" (error-message-string err)) + (error (yas--format "elisp error: %s" + (error-message-string err))))))) + +(defun yas--read-lisp (string &optional nil-on-error) + "Read STRING as a elisp expression and return it. + +In case STRING in an invalid expression and NIL-ON-ERROR is nil, +return an expression that when evaluated will issue an error." + (condition-case err + (read string) + (error (and (not nil-on-error) + `(error (error-message-string ,err)))))) + +(defun yas--read-keybinding (keybinding) + "Read KEYBINDING as a snippet keybinding, return a vector." + (when (and keybinding + (not (string-match "keybinding" keybinding))) + (condition-case err + (let ((res (or (and (string-match "^\\[.*\\]$" keybinding) + (read keybinding)) + (read-kbd-macro keybinding 'need-vector)))) + res) + (error + (yas--message 3 "warning: keybinding \"%s\" invalid since %s." + keybinding (error-message-string err)) + nil)))) + +(defvar yas-extra-modes nil + "If non-nil, also lookup snippets for this/these modes. + +Can be a symbol or a list of symbols. + +This variable probably makes more sense as buffer-local, so +ensure your use `make-local-variable' when you set it.") +(defun yas-extra-modes () + (if (listp yas-extra-modes) yas-extra-modes (list yas-extra-modes))) +(defvaralias 'yas/mode-symbol 'yas-extra-modes) + +(defun yas--table-get-create (mode) + "Get or create the snippet table corresponding to MODE." + (let ((table (gethash mode + yas--tables))) + (unless table + (setq table (yas--make-snippet-table (symbol-name mode))) + (puthash mode table yas--tables) + (push (cons (intern (format "yas--direct-%s" mode)) + (yas--table-direct-keymap table)) + yas--direct-keymaps)) + table)) + +(defun yas--get-snippet-tables () + "Get snippet tables for current buffer. + +Return a list of `yas--table' objects. The list of modes to +consider is returned by `yas--modes-to-activate'" + (remove nil + (mapcar #'(lambda (mode-name) + (gethash mode-name yas--tables)) + (yas--modes-to-activate)))) + +(defun yas--menu-keymap-get-create (mode &optional parents) + "Get or create the menu keymap for MODE and its PARENTS. + +This may very well create a plethora of menu keymaps and arrange +them all in `yas--menu-table'" + (let* ((menu-keymap (or (gethash mode yas--menu-table) + (puthash mode (make-sparse-keymap) yas--menu-table)))) + (mapc #'yas--menu-keymap-get-create parents) + (define-key yas--minor-mode-menu (vector mode) + `(menu-item ,(symbol-name mode) ,menu-keymap + :visible (yas--show-menu-p ',mode))) + menu-keymap)) + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;;; Template-related and snippet loading functions + +(defun yas--parse-template (&optional file) + "Parse the template in the current buffer. + +Optional FILE is the absolute file name of the file being +parsed. + +Optional GROUP is the group where the template is to go, +otherwise we attempt to calculate it from FILE. + +Return a snippet-definition, i.e. a list + + (KEY TEMPLATE NAME CONDITION GROUP VARS FILE KEYBINDING UUID) + +If the buffer contains a line of \"# --\" then the contents above +this line are ignored. Directives can set most of these with the syntax: + +# directive-name : directive-value + +Here's a list of currently recognized directives: + + * type + * name + * contributor + * condition + * group + * key + * expand-env + * binding + * uuid" + (goto-char (point-min)) + (let* ((type 'snippet) + (name (and file + (file-name-nondirectory file))) + (key nil) + template + bound + condition + (group (and file + (yas--calculate-group file))) + expand-env + binding + uuid) + (if (re-search-forward "^# --\n" nil t) + (progn (setq template + (buffer-substring-no-properties (point) + (point-max))) + (setq bound (point)) + (goto-char (point-min)) + (while (re-search-forward "^# *\\([^ ]+?\\) *: *\\(.*\\)$" bound t) + (when (string= "uuid" (match-string-no-properties 1)) + (setq uuid (match-string-no-properties 2))) + (when (string= "type" (match-string-no-properties 1)) + (setq type (if (string= "command" (match-string-no-properties 2)) + 'command + 'snippet))) + (when (string= "key" (match-string-no-properties 1)) + (setq key (match-string-no-properties 2))) + (when (string= "name" (match-string-no-properties 1)) + (setq name (match-string-no-properties 2))) + (when (string= "condition" (match-string-no-properties 1)) + (setq condition (yas--read-lisp (match-string-no-properties 2)))) + (when (string= "group" (match-string-no-properties 1)) + (setq group (match-string-no-properties 2))) + (when (string= "expand-env" (match-string-no-properties 1)) + (setq expand-env (yas--read-lisp (match-string-no-properties 2) + 'nil-on-error))) + (when (string= "binding" (match-string-no-properties 1)) + (setq binding (match-string-no-properties 2))))) + (setq template + (buffer-substring-no-properties (point-min) (point-max)))) + (unless (or key binding) + (setq key (and file (file-name-nondirectory file)))) + (when (eq type 'command) + (setq template (yas--read-lisp (concat "(progn" template ")")))) + (when group + (setq group (split-string group "\\."))) + (list key template name condition group expand-env file binding uuid))) + +(defun yas--calculate-group (file) + "Calculate the group for snippet file path FILE." + (let* ((dominating-dir (locate-dominating-file file + ".yas-make-groups")) + (extra-path (and dominating-dir + (replace-regexp-in-string (concat "^" + (expand-file-name dominating-dir)) + "" + (expand-file-name file)))) + (extra-dir (and extra-path + (file-name-directory extra-path))) + (group (and extra-dir + (replace-regexp-in-string "/" + "." + (directory-file-name extra-dir))))) + group)) + +(defun yas--subdirs (directory &optional filep) + "Return subdirs or files of DIRECTORY according to FILEP." + (remove-if (lambda (file) + (or (string-match "^\\." + (file-name-nondirectory file)) + (string-match "^#.*#$" + (file-name-nondirectory file)) + (string-match "~$" + (file-name-nondirectory file)) + (if filep + (file-directory-p file) + (not (file-directory-p file))))) + (directory-files directory t))) + +(defun yas--make-menu-binding (template) + (let ((mode (yas--table-mode (yas--template-table template)))) + `(lambda () (interactive) (yas--expand-or-visit-from-menu ',mode ,(yas--template-uuid template))))) + +(defun yas--expand-or-visit-from-menu (mode uuid) + (let* ((table (yas--table-get-create mode)) + (yas--current-template (and table + (gethash uuid (yas--table-uuidhash table))))) + (when yas--current-template + (if yas-visit-from-menu + (yas--visit-snippet-file-1 yas--current-template) + (let ((where (if (region-active-p) + (cons (region-beginning) (region-end)) + (cons (point) (point))))) + (yas-expand-snippet (yas--template-content yas--current-template) + (car where) + (cdr where) + (yas--template-expand-env yas--current-template))))))) + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;; Popping up for keys and templates +;; +(defvar yas--x-pretty-prompt-templates nil + "If non-nil, attempt to prompt for templates like TextMate.") + + +(defun yas--prompt-for-template (templates &optional prompt) + "Interactively choose a template from the list TEMPLATES. + +TEMPLATES is a list of `yas--template'." + (when templates + (setq templates + (sort templates #'(lambda (t1 t2) + (< (length (yas--template-name t1)) + (length (yas--template-name t2)))))) + (if yas--x-pretty-prompt-templates + (yas--x-pretty-prompt-templates "Choose a snippet" templates) + (some #'(lambda (fn) + (funcall fn (or prompt "Choose a snippet: ") + templates + #'yas--template-name)) + yas-prompt-functions)))) + +(defun yas--prompt-for-keys (keys &optional prompt) + "Interactively choose a template key from the list KEYS." + (when keys + (some #'(lambda (fn) + (funcall fn (or prompt "Choose a snippet key: ") keys)) + yas-prompt-functions))) + +(defun yas--prompt-for-table (tables &optional prompt) + (when tables + (some #'(lambda (fn) + (funcall fn (or prompt "Choose a snippet table: ") + tables + #'yas--table-name)) + yas-prompt-functions))) + +(defun yas-x-prompt (prompt choices &optional display-fn) + "Display choices in a x-window prompt." + ;; FIXME: HACK: if we notice that one of the objects in choices is + ;; actually a `yas--template', defer to `yas--x-prompt-pretty-templates' + ;; + ;; This would be better implemented by passing CHOICES as a + ;; strucutred tree rather than a list. Modifications would go as far + ;; up as `yas--all-templates' I think. + ;; + (when (and window-system choices) + (let ((chosen + (let (menu d) ;; d for display + (dolist (c choices) + (setq d (or (and display-fn (funcall display-fn c)) + c)) + (cond ((stringp d) + (push (cons (concat " " d) c) menu)) + ((listp d) + (push (car d) menu)))) + (setq menu (list prompt (push "title" menu))) + (x-popup-menu (if (fboundp 'posn-at-point) + (let ((x-y (posn-x-y (posn-at-point (point))))) + (list (list (+ (car x-y) 10) + (+ (cdr x-y) 20)) + (selected-window))) + t) + menu)))) + (or chosen + (keyboard-quit))))) + +(defun yas--x-pretty-prompt-templates (prompt templates) + "Display TEMPLATES, grouping neatly by table name." + (let ((organized (make-hash-table :test #'equal)) + menu + more-than-one-table + prefix) + (dolist (tl templates) + (puthash (yas--template-table tl) + (cons tl + (gethash (yas--template-table tl) organized)) + organized)) + (setq more-than-one-table (> (hash-table-count organized) 1)) + (setq prefix (if more-than-one-table + " " "")) + (if more-than-one-table + (maphash #'(lambda (table templates) + (push (yas--table-name table) menu) + (dolist (tl templates) + (push (cons (concat prefix (yas--template-name tl)) tl) menu))) organized) + (setq menu (mapcar #'(lambda (tl) (cons (concat prefix (yas--template-name tl)) tl)) templates))) + + (setq menu (nreverse menu)) + (or (x-popup-menu (if (fboundp 'posn-at-point) + (let ((x-y (posn-x-y (posn-at-point (point))))) + (list (list (+ (car x-y) 10) + (+ (cdr x-y) 20)) + (selected-window))) + t) + (list prompt (push "title" menu))) + (keyboard-quit)))) + +(defun yas-ido-prompt (prompt choices &optional display-fn) + (when (and (fboundp 'ido-completing-read) + (or (>= emacs-major-version 24) + ido-mode)) + (yas-completing-prompt prompt choices display-fn #'ido-completing-read))) + +(eval-when-compile (require 'dropdown-list nil t)) +(defun yas-dropdown-prompt (prompt choices &optional display-fn) + (when (featurep 'dropdown-list) + (let (formatted-choices + filtered-choices + d + n) + (dolist (choice choices) + (setq d (or (and display-fn (funcall display-fn choice)) + choice)) + (when (stringp d) + (push d formatted-choices) + (push choice filtered-choices))) + + (setq n (and formatted-choices (dropdown-list formatted-choices))) + (if n + (nth n filtered-choices) + (keyboard-quit))))) + +(defun yas-completing-prompt (prompt choices &optional display-fn completion-fn) + (let (formatted-choices + filtered-choices + chosen + d + (completion-fn (or completion-fn + #'completing-read))) + (dolist (choice choices) + (setq d (or (and display-fn (funcall display-fn choice)) + choice)) + (when (stringp d) + (push d formatted-choices) + (push choice filtered-choices))) + (setq chosen (and formatted-choices + (funcall completion-fn prompt + formatted-choices + nil + 'require-match + nil + nil))) + (let ((position (or (and chosen + (position chosen formatted-choices :test #'string=)) + 0))) + (nth position filtered-choices)))) + +(defun yas-no-prompt (prompt choices &optional display-fn) + (first choices)) + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;; Loading snippets from files +;; +(defun yas--load-yas-setup-file (file) + (load file 'noerror)) + +(defun yas-load-directory (top-level-dir &optional use-jit) + "Load snippets in directory hierarchy TOP-LEVEL-DIR. + +Below TOP-LEVEL-DIR each directory should be a mode name. + +Optional USE-JIT use jit-loading of snippets." + (interactive "DSelect the root directory: ") + (unless yas-snippet-dirs + (setq yas-snippet-dirs top-level-dir)) + (dolist (dir (yas--subdirs top-level-dir)) + (let* ((major-mode-and-parents (yas--compute-major-mode-and-parents + (concat dir "/dummy"))) + (mode-sym (car major-mode-and-parents)) + (parents (cdr major-mode-and-parents))) + ;; Attention: The parents and the menus are already defined + ;; here, even if the snippets are later jit-loaded. + ;; + ;; * We need to know the parents at this point since entering a + ;; given mode should jit load for its parents + ;; immediately. This could be reviewed, the parents could be + ;; discovered just-in-time-as well + ;; + ;; * We need to create the menus here to support the `full' + ;; option to `yas-use-menu' (all known snippet menus are shown to the user) + ;; + (yas--define-parents mode-sym parents) + (yas--menu-keymap-get-create mode-sym) + (let ((form `(yas--load-directory-1 ,dir + ',mode-sym + ',parents))) + (if use-jit + (yas--schedule-jit mode-sym form) + (eval form))))) + (when (interactive-p) + (yas--message 3 "Loaded snippets from %s." top-level-dir))) + +(defun yas--load-directory-1 (directory mode-sym parents &optional no-compiled-snippets) + "Recursively load snippet templates from DIRECTORY." + (unless (file-exists-p (concat directory "/" ".yas-skip")) + (if (and (not no-compiled-snippets) + (progn (yas--message 2 "Loading compiled snippets from %s" directory) t) + (load (expand-file-name ".yas-compiled-snippets" directory) 'noerror (<= yas-verbosity 3))) + (yas--message 2 "Loading snippet files from %s" directory) + (yas--load-directory-2 directory mode-sym)))) + +(defun yas--load-directory-2 (directory mode-sym) + ;; Load .yas-setup.el files wherever we find them + ;; + (yas--load-yas-setup-file (expand-file-name ".yas-setup" directory)) + (let* ((default-directory directory) + (snippet-defs nil)) + ;; load the snippet files + ;; + (with-temp-buffer + (dolist (file (yas--subdirs directory 'no-subdirs-just-files)) + (when (file-readable-p file) + (insert-file-contents file nil nil nil t) + (push (yas--parse-template file) + snippet-defs)))) + (when snippet-defs + (yas-define-snippets mode-sym + snippet-defs)) + ;; now recurse to a lower level + ;; + (dolist (subdir (yas--subdirs directory)) + (yas--load-directory-2 subdir + mode-sym)))) + +(defun yas--load-snippet-dirs (&optional nojit) + "Reload the directories listed in `yas-snippet-dirs' or + prompt the user to select one." + (let (errors) + (if yas-snippet-dirs + (dolist (directory (reverse (yas-snippet-dirs))) + (cond ((file-directory-p directory) + (yas-load-directory directory (not nojit)) + (if nojit + (yas--message 3 "Loaded %s" directory) + (yas--message 3 "Prepared just-in-time loading for %s" directory))) + (t + (push (yas--message 0 "Check your `yas-snippet-dirs': %s is not a directory" directory) errors)))) + (call-interactively 'yas-load-directory)) + errors)) + +(defun yas-reload-all (&optional interactive) + "Reload all snippets and rebuild the YASnippet menu. + +When called interactively force immediate reload of all known +snippets under `yas-snippet-dirs', otherwise use just-in-time +loading." + (interactive "p") + (catch 'abort + (let ((errors) + (snippet-editing-buffers + (remove-if-not #'(lambda (buffer) + (with-current-buffer buffer yas--editing-template)) + (buffer-list)))) + ;; Warn if there are buffers visiting snippets, since reloading will break + ;; any on-line editing of those buffers. + ;; + (when snippet-editing-buffers + (if interactive + (if (y-or-n-p "Some buffers editing live snippets, close them and proceed with reload?") + (mapc #'kill-buffer snippet-editing-buffers) + (yas--message 1 "Aborted reload...") + (throw 'abort nil)) + ;; in a non-interactive use, at least set + ;; `yas--editing-template' to nil, make it guess it next time around + (mapc #'(lambda (buffer) (setq yas--editing-template nil)) (buffer-list)))) + + ;; Empty all snippet tables, parenting info and all menu tables + ;; + (setq yas--tables (make-hash-table)) + (setq yas--parents (make-hash-table)) + (setq yas--menu-table (make-hash-table)) + + ;; Cancel all pending 'yas--scheduled-jit-loads' + ;; + (setq yas--scheduled-jit-loads (make-hash-table)) + + ;; Init the `yas-minor-mode-map', taking care not to break the + ;; menu.... + ;; + (setcdr yas-minor-mode-map (cdr (yas--init-minor-keymap))) + + ;; Reload the directories listed in `yas-snippet-dirs' or prompt + ;; the user to select one. + ;; + (setq errors (yas--load-snippet-dirs interactive)) + ;; Reload the direct keybindings + ;; + (yas-direct-keymaps-reload) + ;; Reload the trigger-key (shoudn't be needed, but see issue #237) + ;; + (yas--trigger-key-reload) + + (yas--message 3 "Reloaded everything%s...%s." + (if interactive "" " (snippets will load just-in-time)") + (if errors " (some errors, check *Messages*)" ""))))) + +(defun yas--load-pending-jits () + (when yas-minor-mode + (dolist (mode (yas--modes-to-activate)) + (let ((forms (gethash mode yas--scheduled-jit-loads))) + (dolist (form forms) + (yas--message 3 "Loading for `%s', just-in-time: %s!" mode form) + (eval form)) + (remhash mode yas--scheduled-jit-loads))))) + +;; (when (<= emacs-major-version 22) +;; (add-hook 'after-change-major-mode-hook 'yas--load-pending-jits)) + +(defun yas--quote-string (string) + "Escape and quote STRING. +foo\"bar\\! -> \"foo\\\"bar\\\\!\"" + (concat "\"" + (replace-regexp-in-string "[\\\"]" + "\\\\\\&" + string + t) + "\"")) +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;;; Snippet compilation function + +(defun yas--initialize () + "For backward compatibility, enable `yas-minor-mode' globally" + (yas-global-mode 1)) + +(defun yas-compile-directory (top-level-dir) + "Create .yas-compiled-snippets.el files under subdirs of TOP-LEVEL-DIR. + +This works by stubbing a few functions, then calling +`yas-load-directory'." + (interactive "DTop level snippet directory?") + (flet ((yas--load-yas-setup-file + (file) + (let ((elfile (concat file ".el"))) + (when (file-exists-p elfile) + (insert ";;; .yas-setup.el support file if any:\n;;;\n") + (insert-file-contents elfile) + (end-of-buffer) + ))) + (yas-define-snippets + (mode snippets) + (insert ";;; Snippet definitions:\n;;;\n") + (let ((literal-snippets (list)) + (print-length nil)) + (dolist (snippet snippets) + (let ((key (first snippet)) + (template-content (second snippet)) + (name (third snippet)) + (condition (fourth snippet)) + (group (fifth snippet)) + (expand-env (sixth snippet)) + (file nil) ;; (seventh snippet)) ;; omit on purpose + (binding (eighth snippet)) + (uuid (ninth snippet))) + (push `(,key + ,template-content + ,name + ,condition + ,group + ,expand-env + ,file + ,binding + ,uuid) + literal-snippets))) + (insert (pp-to-string `(yas-define-snippets ',mode ',literal-snippets))) + (insert "\n\n"))) + (yas--load-directory-1 + (dir mode parents &rest ignore) + (let ((output-file (concat (file-name-as-directory dir) ".yas-compiled-snippets.el"))) + (with-temp-file output-file + (insert (format ";;; Compiled snippets and support files for `%s'\n" mode)) + (yas--load-directory-2 dir mode) + (insert (format ";;; Do not edit! File generated at %s\n" (current-time-string))))))) + (yas-load-directory top-level-dir nil))) + +(defun yas-recompile-all () + "Compile every dir in `yas-snippet-dirs'." + (interactive) + (mapc #'yas-compile-directory (yas-snippet-dirs))) + + +;;; JIT loading +;;; + +(defvar yas--scheduled-jit-loads (make-hash-table) + "Alist of mode-symbols to forms to be evaled when `yas-minor-mode' kicks in.") + +(defun yas--schedule-jit (mode form) + (puthash mode + (cons form + (gethash mode yas--scheduled-jit-loads)) + yas--scheduled-jit-loads)) + + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;;; Some user level functions +;;; + +(defun yas-about () + (interactive) + (message (concat "yasnippet (version " + yas--version + ") -- pluskid /joaotavora "))) + +(defun yas--define-parents (mode parents) + "Add PARENTS to the list of MODE's parents" + (puthash mode (remove-duplicates + (append parents + (gethash mode yas--parents))) + yas--parents)) + +(defun yas-define-snippets (mode snippets) + "Define SNIPPETS for MODE. + +SNIPPETS is a list of snippet definitions, each taking the +following form + + (KEY TEMPLATE NAME CONDITION GROUP EXPAND-ENV FILE KEYBINDING UUID) + +Within these, only KEY and TEMPLATE are actually mandatory. + +TEMPLATE might be a lisp form or a string, depending on whether +this is a snippet or a snippet-command. + +CONDITION, EXPAND-ENV and KEYBINDING are lisp forms, they have +been `yas--read-lisp'-ed and will eventually be +`yas--eval-lisp'-ed. + +The remaining elements are strings. + +FILE is probably of very little use if you're programatically +defining snippets. + +UUID is the snippets \"unique-id\". Loading a second snippet file +with the same uuid replaced the previous snippet. + +You can use `yas--parse-template' to return such lists based on +the current buffers contents." + (let ((snippet-table (yas--table-get-create mode)) + (template nil)) + (dolist (snippet snippets) + (setq template (yas-define-snippets-1 snippet + snippet-table))) + template)) + +(defun yas-define-snippets-1 (snippet snippet-table) + "Helper for `yas-define-snippets'." + ;; X) Calculate some more defaults on the values returned by + ;; `yas--parse-template'. + ;; + (let* ((file (seventh snippet)) + (key (car snippet)) + (name (or (third snippet) + (and file + (file-name-directory file)))) + (condition (fourth snippet)) + (group (fifth snippet)) + (keybinding (yas--read-keybinding (eighth snippet))) + (uuid (or (ninth snippet) + name)) + (template (or (gethash uuid (yas--table-uuidhash snippet-table)) + (yas--make-blank-template)))) + ;; X) populate the template object + ;; + (yas--populate-template template + :table snippet-table + :key key + :content (second snippet) + :name (or name key) + :group group + :condition condition + :expand-env (sixth snippet) + :file (seventh snippet) + :keybinding keybinding + :uuid uuid) + ;; X) Update this template in the appropriate table. This step + ;; also will take care of adding the key indicators in the + ;; templates menu entry, if any + ;; + (yas--update-template snippet-table template) + ;; X) Return the template + ;; + ;; + template)) + + +;;; Apropos snippet menu: +;; +;; The snippet menu keymaps are store by mode in hash table called +;; `yas--menu-table'. They are linked to the main menu in +;; `yas--menu-keymap-get-create' and are initially created empty, +;; reflecting the table hierarchy. +;; +;; They can be populated in two mutually exclusive ways: (1) by +;; reading `yas--template-group', which in turn is populated by the "# +;; group:" directives of the snippets or the ".yas-make-groups" file +;; or (2) by using a separate `yas-define-menu' call, which declares a +;; menu structure based on snippets uuids. +;; +;; Both situations are handled in `yas--update-template-menu', which +;; uses the predicate `yas--template-menu-managed-by-yas-define-menu' +;; that can tell between the two situations. +;; +;; Note: +;; +;; * if `yas-define-menu' is used it must run before +;; `yas-define-snippets' and the UUIDS must match, otherwise we get +;; duplicate entries. The `yas--template' objects are created in +;; `yas-define-menu', holding nothing but the menu entry, +;; represented by a pair of ((menu-item NAME :keys KEYS) TYPE) and +;; stored in `yas--template-menu-binding-pair'. The (menu-item ...) +;; part is then stored in the menu keymap itself which make the item +;; appear to the user. These limitations could probably be revised. +;; +;; * The `yas--template-perm-group' slot is only used in +;; `yas-describe-tables'. +;; +(defun yas--template-menu-binding-pair-get-create (template &optional type) + "Get TEMPLATE's menu binding or assign it a new one. + +TYPE may be `:stay', signalling this menu binding should be +static in the menu." + (or (yas--template-menu-binding-pair template) + (let ((key (yas--template-key template)) + (keybinding (yas--template-keybinding template))) + (setf (yas--template-menu-binding-pair template) + (cons `(menu-item ,(or (yas--template-name template) + (yas--template-uuid template)) + ,(yas--make-menu-binding template) + :keys ,nil) + type))))) +(defun yas--template-menu-managed-by-yas-define-menu (template) + "Non-nil if TEMPLATE's menu entry was included in a `yas-define-menu' call." + (cdr (yas--template-menu-binding-pair template))) + + +(defun yas--show-menu-p (mode) + (cond ((eq yas-use-menu 'abbreviate) + (find mode + (mapcar #'(lambda (table) + (yas--table-mode table)) + (yas--get-snippet-tables)))) + ((eq yas-use-menu 'full) + t) + ((eq yas-use-menu t) + t))) + +(defun yas--delete-from-keymap (keymap uuid) + "Recursively delete items with UUID from KEYMAP and its submenus." + + ;; XXX: This used to skip any submenus named \"parent mode\" + ;; + ;; First of all, recursively enter submenus, i.e. the tree is + ;; searched depth first so that stale submenus can be found in the + ;; higher passes. + ;; + (mapc #'(lambda (item) + (when (and (listp (cdr item)) + (keymapp (third (cdr item)))) + (yas--delete-from-keymap (third (cdr item)) uuid))) + (rest keymap)) + ;; Set the uuid entry to nil + ;; + (define-key keymap (vector (make-symbol uuid)) nil) + ;; Destructively modify keymap + ;; + (setcdr keymap (delete-if #'(lambda (item) + (or (null (cdr item)) + (and (keymapp (third (cdr item))) + (null (cdr (third (cdr item))))))) + (rest keymap)))) + +(defun yas-define-menu (mode menu &optional omit-items) + "Define a snippet menu for MODE according to MENU, ommitting OMIT-ITEMS. + +MENU is a list, its elements can be: + +- (yas-item UUID) : Creates an entry the snippet identified with + UUID. The menu entry for a snippet thus identified is + permanent, i.e. it will never move (be reordered) in the menu. + +- (yas-separator) : Creates a separator + +- (yas-submenu NAME SUBMENU) : Creates a submenu with NAME, + SUBMENU has the same form as MENU. NAME is also added to the + list of groups of the snippets defined thereafter. + +OMIT-ITEMS is a list of snippet uuid's that will always be +ommited from MODE's menu, even if they're manually loaded. + +This function does nothing if `yas-use-menu' is nil. +" + (when yas-use-menu + (let* ((table (yas--table-get-create mode)) + (hash (yas--table-uuidhash table))) + (yas--define-menu-1 table + (yas--menu-keymap-get-create mode) + menu + hash) + (dolist (uuid omit-items) + (let ((template (or (gethash uuid hash) + (yas--populate-template (puthash uuid + (yas--make-blank-template) + hash) + :table table + :uuid uuid)))) + (setf (yas--template-menu-binding-pair template) (cons nil :none))))))) + +(defun yas--define-menu-1 (table menu-keymap menu uuidhash &optional group-list) + (dolist (e (reverse menu)) + (cond ((eq (first e) 'yas-item) + (let ((template (or (gethash (second e) uuidhash) + (yas--populate-template (puthash (second e) + (yas--make-blank-template) + uuidhash) + :table table + :perm-group group-list + :uuid (second e))))) + (define-key menu-keymap (vector (gensym)) + (car (yas--template-menu-binding-pair-get-create template :stay))))) + ((eq (first e) 'yas-submenu) + (let ((subkeymap (make-sparse-keymap))) + (define-key menu-keymap (vector (gensym)) + `(menu-item ,(second e) ,subkeymap)) + (yas--define-menu-1 table + subkeymap + (third e) + uuidhash + (append group-list (list (second e)))))) + ((eq (first e) 'yas-separator) + (define-key menu-keymap (vector (gensym)) + '(menu-item "----"))) + (t + (yas--message 3 "Don't know anything about menu entry %s" (first e)))))) + +(defun yas--define (mode key template &optional name condition group) + "Define a snippet. Expanding KEY into TEMPLATE. + +NAME is a description to this template. Also update the menu if +`yas-use-menu' is t. CONDITION is the condition attached to +this snippet. If you attach a condition to a snippet, then it +will only be expanded when the condition evaluated to non-nil." + (yas-define-snippets mode + (list (list key template name condition group)))) + +(defun yas-hippie-try-expand (first-time?) + "Integrate with hippie expand. Just put this function in +`hippie-expand-try-functions-list'." + (when yas-minor-mode + (if (not first-time?) + (let ((yas-fallback-behavior 'return-nil)) + (yas-expand)) + (undo 1) + nil))) + + +;;; Apropos condition-cache: +;;; +;;; +;;; +;;; +(defvar yas--condition-cache-timestamp nil) +(defmacro yas-define-condition-cache (func doc &rest body) + "Define a function FUNC with doc DOC and body BODY, BODY is +executed at most once every snippet expansion attempt, to check +expansion conditions. + +It doesn't make any sense to call FUNC programatically." + `(defun ,func () ,(if (and doc + (stringp doc)) + (concat doc +"\n\nFor use in snippets' conditions. Within each +snippet-expansion routine like `yas-expand', computes actual +value for the first time then always returns a cached value.") + (setq body (cons doc body)) + nil) + (let ((timestamp-and-value (get ',func 'yas--condition-cache))) + (if (equal (car timestamp-and-value) yas--condition-cache-timestamp) + (cdr timestamp-and-value) + (let ((new-value (progn + ,@body + ))) + (put ',func 'yas--condition-cache (cons yas--condition-cache-timestamp new-value)) + new-value))))) + +(defalias 'yas-expand 'yas-expand-from-trigger-key) +(defun yas-expand-from-trigger-key (&optional field) + "Expand a snippet before point. + +If no snippet expansion is possible, fall back to the behaviour +defined in `yas-fallback-behavior'. + +Optional argument FIELD is for non-interactive use and is an +object satisfying `yas--field-p' to restrict the expansion to." + (interactive) + (setq yas--condition-cache-timestamp (current-time)) + (let (templates-and-pos) + (unless (and yas-expand-only-for-last-commands + (not (member last-command yas-expand-only-for-last-commands))) + (setq templates-and-pos (if field + (save-restriction + (narrow-to-region (yas--field-start field) + (yas--field-end field)) + (yas--current-key)) + (yas--current-key)))) + (if (and templates-and-pos + (first templates-and-pos)) + (yas--expand-or-prompt-for-template (first templates-and-pos) + (second templates-and-pos) + (third templates-and-pos)) + (yas--fallback 'trigger-key)))) + +(defun yas-expand-from-keymap () + "Directly expand some snippets, searching `yas--direct-keymaps'. + +If expansion fails, execute the previous binding for this key" + (interactive) + (setq yas--condition-cache-timestamp (current-time)) + (let* ((yas--prefix current-prefix-arg) + (vec (subseq (this-command-keys-vector) (if current-prefix-arg + universal-argument-num-events + 0))) + (templates (mapcan #'(lambda (table) + (yas--fetch table vec)) + (yas--get-snippet-tables)))) + (if templates + (yas--expand-or-prompt-for-template templates) + (let ((yas-fallback-behavior 'call-other-command)) + (yas--fallback))))) + +(defun yas--expand-or-prompt-for-template (templates &optional start end) + "Expand one of TEMPLATES from START to END. + +Prompt the user if TEMPLATES has more than one element, else +expand immediately. Common gateway for +`yas-expand-from-trigger-key' and `yas-expand-from-keymap'." + (let ((yas--current-template (or (and (rest templates) ;; more than one + (yas--prompt-for-template (mapcar #'cdr templates))) + (cdar templates)))) + (when yas--current-template + (yas-expand-snippet (yas--template-content yas--current-template) + start + end + (yas--template-expand-env yas--current-template))))) + +(defun yas--fallback (&optional from-trigger-key-p) + "Fallback after expansion has failed. + +Common gateway for `yas-expand-from-trigger-key' and +`yas-expand-from-keymap'." + (cond ((eq yas-fallback-behavior 'return-nil) + ;; return nil + nil) + ((eq yas-fallback-behavior 'call-other-command) + (let* ((yas-minor-mode nil) + (yas--direct-keymaps nil) + (keys-1 (this-command-keys-vector)) + (keys-2 (and yas-trigger-key + from-trigger-key-p + (stringp yas-trigger-key) + (read-kbd-macro yas-trigger-key))) + (command-1 (and keys-1 (key-binding keys-1))) + (command-2 (and keys-2 (key-binding keys-2))) + ;; An (ugly) safety: prevents infinite recursion of + ;; yas-expand* calls. + (command (or (and (symbolp command-1) + (not (string-match "yas-expand" (symbol-name command-1))) + command-1) + (and (symbolp command-2) + command-2)))) + (when (and (commandp command) + (not (string-match "yas-expand" (symbol-name command)))) + (setq this-command command) + (call-interactively command)))) + ((and (listp yas-fallback-behavior) + (cdr yas-fallback-behavior) + (eq 'apply (car yas-fallback-behavior))) + (if (cddr yas-fallback-behavior) + (apply (cadr yas-fallback-behavior) + (cddr yas-fallback-behavior)) + (when (commandp (cadr yas-fallback-behavior)) + (setq this-command (cadr yas-fallback-behavior)) + (call-interactively (cadr yas-fallback-behavior))))) + (t + ;; also return nil if all the other fallbacks have failed + nil))) + + + +;;; Utils for snippet development: + +(defun yas--all-templates (tables) + "Return all snippet tables applicable for the current buffer. + +Honours `yas-choose-tables-first', `yas-choose-keys-first' and +`yas-buffer-local-condition'" + (when yas-choose-tables-first + (setq tables (list (yas--prompt-for-table tables)))) + (mapcar #'cdr + (if yas-choose-keys-first + (let ((key (yas--prompt-for-keys + (mapcan #'yas--table-all-keys tables)))) + (when key + (mapcan #'(lambda (table) + (yas--fetch table key)) + tables))) + (remove-duplicates (mapcan #'yas--table-templates tables) + :test #'equal)))) + +(defun yas-insert-snippet (&optional no-condition) + "Choose a snippet to expand, pop-up a list of choices according +to `yas--prompt-function'. + +With prefix argument NO-CONDITION, bypass filtering of snippets +by condition." + (interactive "P") + (setq yas--condition-cache-timestamp (current-time)) + (let* ((yas-buffer-local-condition (or (and no-condition + 'always) + yas-buffer-local-condition)) + (templates (yas--all-templates (yas--get-snippet-tables))) + (yas--current-template (and templates + (or (and (rest templates) ;; more than one template for same key + (yas--prompt-for-template templates)) + (car templates)))) + (where (if (region-active-p) + (cons (region-beginning) (region-end)) + (cons (point) (point))))) + (if yas--current-template + (yas-expand-snippet (yas--template-content yas--current-template) + (car where) + (cdr where) + (yas--template-expand-env yas--current-template)) + (yas--message 3 "No snippets can be inserted here!")))) + +(defun yas-visit-snippet-file () + "Choose a snippet to edit, selection like `yas-insert-snippet'. + +Only success if selected snippet was loaded from a file. Put the +visited file in `snippet-mode'." + (interactive) + (let* ((yas-buffer-local-condition 'always) + (templates (yas--all-templates (yas--get-snippet-tables))) + (yas-prompt-functions '(yas-ido-prompt yas-completing-prompt)) + (template (and templates + (or (yas--prompt-for-template templates + "Choose a snippet template to edit: ") + (car templates))))) + + (if template + (yas--visit-snippet-file-1 template) + (message "No snippets tables active!")))) + +(defun yas--visit-snippet-file-1 (template) + (let ((file (yas--template-file template))) + (cond ((and file (file-readable-p file)) + (find-file-other-window file) + (snippet-mode) + (set (make-local-variable 'yas--editing-template) template)) + (file + (message "Original file %s no longer exists!" file)) + (t + (switch-to-buffer (format "*%s*"(yas--template-name template))) + (let ((type 'snippet)) + (when (listp (yas--template-content template)) + (insert (format "# type: command\n")) + (setq type 'command)) + (insert (format "# key: %s\n" (yas--template-key template))) + (insert (format "# name: %s\n" (yas--template-name template))) + (when (yas--template-keybinding template) + (insert (format "# binding: %s\n" (yas--template-keybinding template)))) + (when (yas--template-expand-env template) + (insert (format "# expand-env: %s\n" (yas--template-expand-env template)))) + (when (yas--template-condition template) + (insert (format "# condition: %s\n" (yas--template-condition template)))) + (insert "# --\n") + (insert (if (eq type 'command) + (pp-to-string (yas--template-content template)) + (yas--template-content template)))) + (snippet-mode) + (set (make-local-variable 'yas--editing-template) template))))) + +(defun yas--guess-snippet-directories-1 (table) + "Guesses possible snippet subdirectories for TABLE." + (cons (yas--table-name table) + (mapcan #'(lambda (parent) + (yas--guess-snippet-directories-1 + parent)) + (yas--table-parents table)))) + +(defun yas--guess-snippet-directories (&optional table) + "Try to guess suitable directories based on the current active +tables (or optional TABLE). + +Returns a list of elemts (TABLE . DIRS) where TABLE is a +`yas--table' object and DIRS is a list of all possible directories +where snippets of table might exist." + (let ((main-dir (replace-regexp-in-string + "/+$" "" + (or (first (or (yas-snippet-dirs) + (setq yas-snippet-dirs '("~/.emacs.d/snippets"))))))) + (tables (or (and table + (list table)) + (yas--get-snippet-tables)))) + ;; HACK! the snippet table created here is actually registered! + ;; + (unless (or table (gethash major-mode yas--tables)) + (push (yas--table-get-create major-mode) + tables)) + + (mapcar #'(lambda (table) + (cons table + (mapcar #'(lambda (subdir) + (concat main-dir "/" subdir)) + (yas--guess-snippet-directories-1 table)))) + tables))) + +(defun yas--make-directory-maybe (table-and-dirs &optional main-table-string) + "Returns a dir inside TABLE-AND-DIRS, prompts for creation if none exists." + (or (some #'(lambda (dir) (when (file-directory-p dir) dir)) (cdr table-and-dirs)) + (let ((candidate (first (cdr table-and-dirs)))) + (unless (file-writable-p (file-name-directory candidate)) + (error (yas--format "%s is not writable." candidate))) + (if (y-or-n-p (format "Guessed directory (%s) for%s%s table \"%s\" does not exist! Create? " + candidate + (if (gethash (yas--table-mode (car table-and-dirs)) + yas--tables) + "" + " brand new") + (or main-table-string + "") + (yas--table-name (car table-and-dirs)))) + (progn + (make-directory candidate 'also-make-parents) + ;; create the .yas-parents file here... + candidate))))) + +(defun yas-new-snippet (&optional no-template) + "Pops a new buffer for writing a snippet. + +Expands a snippet-writing snippet, unless the optional prefix arg +NO-TEMPLATE is non-nil." + (interactive "P") + (let ((guessed-directories (yas--guess-snippet-directories))) + + (switch-to-buffer "*new snippet*") + (erase-buffer) + (kill-all-local-variables) + (snippet-mode) + (yas-minor-mode 1) + (set (make-local-variable 'yas--guessed-modes) (mapcar #'(lambda (d) + (yas--table-mode (car d))) + guessed-directories)) + (unless no-template (yas-expand-snippet "\ +# -*- mode: snippet -*- +# name: $1 +# key: ${2:${1:$(replace-regexp-in-string \"\\\\\\\\(\\\\\\\\w+\\\\\\\\).*\" \"\\\\\\\\1\" yas-text)}}${3: +# binding: ${4:direct-keybinding}}${5: +# expand-env: ((${6:some-var} ${7:some-value}))}${8: +# type: command} +# -- +$0")))) + +(defun yas--compute-major-mode-and-parents (file) + "Given FILE, find the nearest snippet directory for a given +mode, then return a list (MODE-SYM PARENTS), the mode's symbol and a list +representing one or more of the mode's parents. + +Note that MODE-SYM need not be the symbol of a real major mode, +neither do the elements of PARENTS." + (let* ((file-dir (and file + (directory-file-name (or (some #'(lambda (special) + (locate-dominating-file file special)) + '(".yas-setup.el" + ".yas-make-groups" + ".yas-parents")) + (directory-file-name (file-name-directory file)))))) + (parents-file-name (concat file-dir "/.yas-parents")) + (major-mode-name (and file-dir + (file-name-nondirectory file-dir))) + (major-mode-sym (or (and major-mode-name + (intern major-mode-name)))) + (parents (when (file-readable-p parents-file-name) + (mapcar #'intern + (split-string + (with-temp-buffer + (insert-file-contents parents-file-name) + (buffer-substring-no-properties (point-min) + (point-max)))))))) + (when major-mode-sym + (cons major-mode-sym parents)))) + +(defvar yas--editing-template nil + "Supporting variable for `yas-load-snippet-buffer' and `yas--visit-snippet'") + +(defvar yas--current-template nil + "Holds the current template being expanded into a snippet.") + +(defvar yas--guessed-modes nil + "List of guessed modes supporting `yas-load-snippet-buffer'.") + +(defun yas-load-snippet-buffer (&optional kill) + "Parse and load current buffer's snippet definition. + +With optional prefix argument KILL quit the window and buffer." + (interactive "P") + (cond + ;; We have `yas--editing-template', this buffer's + ;; content comes from a template which is already loaded and + ;; neatly positioned,... + ;; + (yas--editing-template + (yas-define-snippets-1 (yas--parse-template (yas--template-file yas--editing-template)) + (yas--template-table yas--editing-template))) + ;; Try to use `yas--guessed-modes'. If we don't have that use the + ;; value from `yas--compute-major-mode-and-parents' + ;; + (t + (unless yas--guessed-modes + (set (make-local-variable 'yas--guessed-modes) (or (yas--compute-major-mode-and-parents buffer-file-name)))) + (let* ((prompt (if (and (featurep 'ido) + ido-mode) + 'ido-completing-read 'completing-read)) + (table (yas--table-get-create + (intern + (funcall prompt (format "Choose or enter a table (yas guesses %s): " + (if yas--guessed-modes + (first yas--guessed-modes) + "nothing")) + (mapcar #'symbol-name yas--guessed-modes) + nil + nil + nil + nil + (if (first yas--guessed-modes) + (symbol-name (first yas--guessed-modes)))))))) + (set (make-local-variable 'yas--editing-template) + (yas-define-snippets-1 (yas--parse-template buffer-file-name) + table))))) + ;; Now, offer to save this iff: + ;; + ;; 1) `yas-snippet-dirs' is a list and its first element does not + ;; match this template's file (i.e. this is a library snippet, not + ;; a user snippet) OR + ;; + ;; 2) yas--editing-template comes from a file that we cannot write to... + ;; + (when (or (not (yas--template-file yas--editing-template)) + (not (file-writable-p (yas--template-file yas--editing-template))) + (and (listp yas-snippet-dirs) + (second yas-snippet-dirs) + (not (string-match (expand-file-name (first yas-snippet-dirs)) + (yas--template-file yas--editing-template))))) + + (when (y-or-n-p (yas--format "Looks like a library or new snippet. Save to new file? ")) + (let* ((option (first (yas--guess-snippet-directories (yas--template-table yas--editing-template)))) + (chosen (and option + (yas--make-directory-maybe option)))) + (when chosen + (let ((default-file-name (or (and (yas--template-file yas--editing-template) + (file-name-nondirectory (yas--template-file yas--editing-template))) + (yas--template-name yas--editing-template)))) + (write-file (concat chosen "/" + (read-from-minibuffer (format "File name to create in %s? " chosen) + default-file-name))) + (setf (yas--template-file yas--editing-template) buffer-file-name)))))) + (when kill + (quit-window kill)) + (yas--message 3 "Snippet \"%s\" loaded for %s." + (yas--template-name yas--editing-template) + (yas--table-name (yas--template-table yas--editing-template)))) + + +(defun yas-tryout-snippet (&optional debug) + "Test current buffers's snippet template in other buffer." + (interactive "P") + (let* ((major-mode-and-parent (yas--compute-major-mode-and-parents buffer-file-name)) + (parsed (yas--parse-template)) + (test-mode (or (and (car major-mode-and-parent) + (fboundp (car major-mode-and-parent)) + (car major-mode-and-parent)) + (first yas--guessed-modes) + (intern (read-from-minibuffer (yas--format "Please input a mode: "))))) + (yas--current-template + (and parsed + (fboundp test-mode) + (yas--populate-template (yas--make-blank-template) + :table nil ;; no tables for ephemeral snippets + :key (first parsed) + :content (second parsed) + :name (third parsed) + :expand-env (sixth parsed))))) + (cond (yas--current-template + (let ((buffer-name (format "*testing snippet: %s*" (yas--template-name yas--current-template)))) + (kill-buffer (get-buffer-create buffer-name)) + (switch-to-buffer (get-buffer-create buffer-name)) + (setq buffer-undo-list nil) + (condition-case nil (funcall test-mode) (error nil)) + (setq buffer-read-only nil) + (yas-expand-snippet (yas--template-content yas--current-template) + (point-min) + (point-max) + (yas--template-expand-env yas--current-template)) + (when (and debug + (require 'yasnippet-debug nil t)) + (add-hook 'post-command-hook 'yas-debug-snippet-vars nil t)))) + (t + (yas--message 3 "Cannot test snippet for unknown major mode"))))) + +(defun yas--template-fine-group (template) + (car (last (or (yas--template-group template) + (yas--template-perm-group template))))) + +(defun yas-describe-tables (&optional choose) + "Display snippets for each table." + (interactive "P") + (let* ((by-name-hash (and choose + (y-or-n-p "Show by namehash? "))) + (buffer (get-buffer-create "*YASnippet tables*")) + (active-tables (yas--get-snippet-tables)) + (remain-tables (let ((all)) + (maphash #'(lambda (k v) + (unless (find v active-tables) + (push v all))) + yas--tables) + all)) + (table-lists (list active-tables remain-tables)) + (original-buffer (current-buffer)) + (continue t) + (yas--condition-cache-timestamp (current-time))) + (with-current-buffer buffer + (setq buffer-read-only nil) + (erase-buffer) + (cond ((not by-name-hash) + (insert "YASnippet tables: \n") + (while (and table-lists + continue) + (dolist (table (car table-lists)) + (yas--describe-pretty-table table original-buffer)) + (setq table-lists (cdr table-lists)) + (when table-lists + (yas--create-snippet-xrefs) + (display-buffer buffer) + (setq continue (and choose (y-or-n-p "Show also non-active tables? "))))) + (yas--create-snippet-xrefs) + (help-mode) + (goto-char 1)) + (t + (insert "\n\nYASnippet tables by NAMEHASH: \n") + (dolist (table (append active-tables remain-tables)) + (insert (format "\nSnippet table `%s':\n\n" (yas--table-name table))) + (let ((keys)) + (maphash #'(lambda (k v) + (push k keys)) + (yas--table-hash table)) + (dolist (key keys) + (insert (format " key %s maps snippets: %s\n" key + (let ((names)) + (maphash #'(lambda (k v) + (push k names)) + (gethash key (yas--table-hash table))) + names)))))))) + (goto-char 1) + (setq buffer-read-only t)) + (display-buffer buffer))) + +(defun yas--describe-pretty-table (table &optional original-buffer) + (insert (format "\nSnippet table `%s'" + (yas--table-name table))) + (if (yas--table-parents table) + (insert (format " parents: %s\n" + (mapcar #'yas--table-name + (yas--table-parents table)))) + (insert "\n")) + (insert (make-string 100 ?-) "\n") + (insert "group state name key binding\n") + (let ((groups-hash (make-hash-table :test #'equal))) + (maphash #'(lambda (k v) + (let ((group (or (yas--template-fine-group v) + "(top level)"))) + (when (yas--template-name v) + (puthash group + (cons v (gethash group groups-hash)) + groups-hash)))) + (yas--table-uuidhash table)) + (maphash + #'(lambda (group templates) + (setq group (truncate-string-to-width group 25 0 ? "...")) + (insert (make-string 100 ?-) "\n") + (dolist (p templates) + (let ((name (truncate-string-to-width (propertize (format "\\\\snippet `%s'" (yas--template-name p)) + 'yasnippet p) + 50 0 ? "...")) + (group (prog1 group + (setq group (make-string (length group) ? )))) + (condition-string (let ((condition (yas--template-condition p))) + (if (and condition + original-buffer) + (with-current-buffer original-buffer + (if (yas--eval-condition condition) + "(y)" + "(s)")) + "(a)")))) + (insert group " ") + (insert condition-string " ") + (insert name + (if (string-match "\\.\\.\\.$" name) + "'" + " ") + " ") + (insert (truncate-string-to-width (or (yas--template-key p) "") + 15 0 ? "...") " ") + (insert (truncate-string-to-width (key-description (yas--template-keybinding p)) + 15 0 ? "...") " ") + (insert "\n")))) + groups-hash))) + + + +;;; User convenience functions, for using in snippet definitions + +(defvar yas-modified-p nil + "Non-nil if field has been modified by user or transformation.") + +(defvar yas-moving-away-p nil + "Non-nil if user is about to exit field.") + +(defvar yas-text nil + "Contains current field text.") + +(defun yas-substr (str pattern &optional subexp) + "Search PATTERN in STR and return SUBEXPth match. + +If found, the content of subexp group SUBEXP (default 0) is + returned, or else the original STR will be returned." + (let ((grp (or subexp 0))) + (save-match-data + (if (string-match pattern str) + (match-string-no-properties grp str) + str)))) + +(defun yas-choose-value (possibilities) + "Prompt for a string in the list POSSIBILITIES and return it." + (unless (or yas-moving-away-p + yas-modified-p) + (some #'(lambda (fn) + (funcall fn "Choose: " possibilities)) + yas-prompt-functions))) + +(defun yas-key-to-value (alist) + "Prompt for a string in the list POSSIBILITIES and return it." + (unless (or yas-moving-away-p + yas-modified-p) + (let ((key (read-key-sequence ""))) + (when (stringp key) + (or (cdr (find key alist :key #'car :test #'string=)) + key))))) + +(defun yas-throw (text) + "Throw a yas--exception with TEXT as the reason." + (throw 'yas--exception (cons 'yas--exception text))) + +(defun yas-verify-value (possibilities) + "Verify that the current field value is in POSSIBILITIES + +Otherwise throw exception." + (when (and yas-moving-away-p (notany #'(lambda (pos) (string= pos yas-text)) possibilities)) + (yas-throw (yas--format "Field only allows %s" possibilities)))) + +(defun yas-field-value (number) + "Get the string for field with NUMBER. + +Use this in primary and mirror transformations to tget." + (let* ((snippet (car (yas--snippets-at-point))) + (field (and snippet + (yas--snippet-find-field snippet number)))) + (when field + (yas--field-text-for-display field)))) + +(defun yas-text () + "Return `yas-text' if that exists and is non-empty, else nil." + (if (and yas-text + (not (string= "" yas-text))) + yas-text)) + +;; (defun yas-selected-text () +;; "Return `yas-selected-text' if that exists and is non-empty, else nil." +;; (if (and yas-selected-text +;; (not (string= "" yas-selected-text))) +;; yas-selected-text)) + +(defun yas--get-field-once (number &optional transform-fn) + (unless yas-modified-p + (if transform-fn + (funcall transform-fn (yas-field-value number)) + (yas-field-value number)))) + +(defun yas-default-from-field (number) + (unless yas-modified-p + (yas-field-value number))) + +(defun yas-inside-string () + (equal 'font-lock-string-face (get-char-property (1- (point)) 'face))) + +(defun yas-unimplemented (&optional missing-feature) + (if yas--current-template + (if (y-or-n-p (format "This snippet is unimplemented (missing %s) Visit the snippet definition? " + (or missing-feature + "something"))) + (yas--visit-snippet-file-1 yas--current-template)) + (message "No implementation. Missing %s" (or missing-feature "something")))) + + +;;; Snippet expansion and field management + +(defvar yas--active-field-overlay nil + "Overlays the currently active field.") + +(defvar yas--field-protection-overlays nil + "Two overlays protect the current active field ") + +(defconst yas--prefix nil + "A prefix argument for expansion direct from keybindings") + +(defvar yas-selected-text nil + "The selected region deleted on the last snippet expansion.") + +(defvar yas--start-column nil + "The column where the snippet expansion started.") + +(make-variable-buffer-local 'yas--active-field-overlay) +(make-variable-buffer-local 'yas--field-protection-overlays) +(put 'yas--active-field-overlay 'permanent-local t) +(put 'yas--field-protection-overlays 'permanent-local t) + +(defstruct (yas--snippet (:constructor yas--make-snippet ())) + "A snippet. + +..." + (fields '()) + (exit nil) + (id (yas--snippet-next-id) :read-only t) + (control-overlay nil) + active-field + ;; stacked expansion: the `previous-active-field' slot saves the + ;; active field where the child expansion took place + previous-active-field + force-exit) + +(defstruct (yas--field (:constructor yas--make-field (number start end parent-field))) + "A field." + number + start end + parent-field + (mirrors '()) + (transform nil) + (modified-p nil) + next) + +(defstruct (yas--mirror (:constructor yas--make-mirror (start end transform))) + "A mirror." + start end + (transform nil) + parent-field + next) + +(defstruct (yas--exit (:constructor yas--make-exit (marker))) + marker + next) + +(defun yas--apply-transform (field-or-mirror field &optional empty-on-nil-p) + "Calculate transformed string for FIELD-OR-MIRROR from FIELD. + +If there is no transform for ht field, return nil. + +If there is a transform but it returns nil, return the empty +string iff EMPTY-ON-NIL-P is true." + (let* ((yas-text (yas--field-text-for-display field)) + (text yas-text) + (yas-modified-p (yas--field-modified-p field)) + (yas-moving-away-p nil) + (transform (if (yas--mirror-p field-or-mirror) + (yas--mirror-transform field-or-mirror) + (yas--field-transform field-or-mirror))) + (start-point (if (yas--mirror-p field-or-mirror) + (yas--mirror-start field-or-mirror) + (yas--field-start field-or-mirror))) + (transformed (and transform + (save-excursion + (goto-char start-point) + (let ((ret (yas--eval-lisp transform))) + (or ret (and empty-on-nil-p ""))))))) + transformed)) + +(defsubst yas--replace-all (from to &optional text) + "Replace all occurance from FROM to TO. + +With optional string TEXT do it in that string." + (if text + (replace-regexp-in-string (regexp-quote from) to text t t) + (goto-char (point-min)) + (while (search-forward from nil t) + (replace-match to t t text)))) + +(defun yas--snippet-find-field (snippet number) + (find-if #'(lambda (field) + (eq number (yas--field-number field))) + (yas--snippet-fields snippet))) + +(defun yas--snippet-sort-fields (snippet) + "Sort the fields of SNIPPET in navigation order." + (setf (yas--snippet-fields snippet) + (sort (yas--snippet-fields snippet) + #'yas--snippet-field-compare))) + +(defun yas--snippet-field-compare (field1 field2) + "Compare two fields. The field with a number is sorted first. +If they both have a number, compare through the number. If neither +have, compare through the field's start point" + (let ((n1 (yas--field-number field1)) + (n2 (yas--field-number field2))) + (if n1 + (if n2 + (or (zerop n2) (and (not (zerop n1)) + (< n1 n2))) + (not (zerop n1))) + (if n2 + (zerop n2) + (< (yas--field-start field1) + (yas--field-start field2)))))) + +(defun yas--field-probably-deleted-p (snippet field) + "Guess if SNIPPET's FIELD should be skipped." + (and + ;; field must be zero lentgh + ;; + (zerop (- (yas--field-start field) (yas--field-end field))) + ;; skip if: + (or + ;; 1) is a nested field and it's been modified + ;; + (and (yas--field-parent-field field) + (yas--field-modified-p field)) + ;; 2) ends just before the snippet end + ;; + (and (eq field (car (last (yas--snippet-fields snippet)))) + (= (yas--field-start field) (overlay-end (yas--snippet-control-overlay snippet))))) + ;; the field numbered 0, just before the exit marker, should + ;; never be skipped + ;; + (not (zerop (yas--field-number field))))) + +(defun yas--snippets-at-point (&optional all-snippets) + "Return a sorted list of snippets at point, most recently +inserted first." + (sort + (remove nil (remove-duplicates (mapcar #'(lambda (ov) + (overlay-get ov 'yas--snippet)) + (if all-snippets + (overlays-in (point-min) (point-max)) + (nconc (overlays-at (point)) (overlays-at (1- (point)))))))) + #'(lambda (s1 s2) + (<= (yas--snippet-id s2) (yas--snippet-id s1))))) + +(defun yas-next-field-or-maybe-expand () + "Try to expand a snippet at a key before point, otherwise +delegate to `yas-next-field'." + (interactive) + (if yas-triggers-in-field + (let ((yas-fallback-behavior 'return-nil) + (active-field (overlay-get yas--active-field-overlay 'yas--field))) + (when active-field + (unless (yas-expand-from-trigger-key active-field) + (yas-next-field)))) + (yas-next-field))) + +(defun yas-next-field (&optional arg) + "Navigate to next field. If there's none, exit the snippet." + (interactive) + (let* ((arg (or arg + 1)) + (snippet (first (yas--snippets-at-point))) + (active-field (overlay-get yas--active-field-overlay 'yas--field)) + (live-fields (remove-if #'(lambda (field) + (and (not (eq field active-field)) + (yas--field-probably-deleted-p snippet field))) + (yas--snippet-fields snippet))) + (active-field-pos (position active-field live-fields)) + (target-pos (and active-field-pos (+ arg active-field-pos))) + (target-field (and target-pos (nth target-pos live-fields)))) + ;; First check if we're moving out of a field with a transform + ;; + (when (and active-field + (yas--field-transform active-field)) + (let* ((yas-moving-away-p t) + (yas-text (yas--field-text-for-display active-field)) + (text yas-text) + (yas-modified-p (yas--field-modified-p active-field))) + ;; primary field transform: exit call to field-transform + (yas--eval-lisp (yas--field-transform active-field)))) + ;; Now actually move... + (cond ((and target-pos (>= target-pos (length live-fields))) + (yas-exit-snippet snippet)) + (target-field + (yas--move-to-field snippet target-field)) + (t + nil)))) + +(defun yas--place-overlays (snippet field) + "Correctly place overlays for SNIPPET's FIELD" + (yas--make-move-field-protection-overlays snippet field) + (yas--make-move-active-field-overlay snippet field)) + +(defun yas--move-to-field (snippet field) + "Update SNIPPET to move to field FIELD. + +Also create some protection overlays" + (goto-char (yas--field-start field)) + (yas--place-overlays snippet field) + (overlay-put yas--active-field-overlay 'yas--field field) + (let ((number (yas--field-number field))) + ;; check for the special ${0: ...} field + (if (and number (zerop number)) + (progn + (set-mark (yas--field-end field)) + (setf (yas--snippet-force-exit snippet) + (or (yas--field-transform field) + t))) + ;; make this field active + (setf (yas--snippet-active-field snippet) field) + ;; primary field transform: first call to snippet transform + (unless (yas--field-modified-p field) + (if (yas--field-update-display field snippet) + (yas--update-mirrors snippet) + (setf (yas--field-modified-p field) nil)))))) + +(defun yas-prev-field () + "Navigate to prev field. If there's none, exit the snippet." + (interactive) + (yas-next-field -1)) + +(defun yas-abort-snippet (&optional snippet) + (interactive) + (let ((snippet (or snippet + (car (yas--snippets-at-point))))) + (when snippet + (setf (yas--snippet-force-exit snippet) t)))) + +(defun yas-exit-snippet (snippet) + "Goto exit-marker of SNIPPET." + (interactive (list (first (yas--snippets-at-point)))) + (when snippet + (setf (yas--snippet-force-exit snippet) t) + (goto-char (if (yas--snippet-exit snippet) + (yas--exit-marker (yas--snippet-exit snippet)) + (overlay-end (yas--snippet-control-overlay snippet)))))) + +(defun yas-exit-all-snippets () + "Exit all snippets." + (interactive) + (mapc #'(lambda (snippet) + (yas-exit-snippet snippet) + (yas--check-commit-snippet)) + (yas--snippets-at-point 'all-snippets))) + + +;;; Some low level snippet-routines: + +(defmacro yas--inhibit-overlay-hooks (&rest body) + "Run BODY with `yas--inhibit-overlay-hooks' set to t." + (declare (indent 0)) + `(let ((yas--inhibit-overlay-hooks t)) + (progn ,@body))) + +(defvar yas-snippet-beg nil "Beginning position of the last snippet commited.") +(defvar yas-snippet-end nil "End position of the last snippet commited.") + +(defun yas--commit-snippet (snippet) + "Commit SNIPPET, but leave point as it is. This renders the +snippet as ordinary text." + + (let ((control-overlay (yas--snippet-control-overlay snippet))) + ;; + ;; Save the end of the moribund snippet in case we need to revive it + ;; its original expansion. + ;; + (when (and control-overlay + (overlay-buffer control-overlay)) + (setq yas-snippet-beg (overlay-start control-overlay)) + (setq yas-snippet-end (overlay-end control-overlay)) + (delete-overlay control-overlay)) + + (yas--inhibit-overlay-hooks + (when yas--active-field-overlay + (delete-overlay yas--active-field-overlay)) + (when yas--field-protection-overlays + (mapc #'delete-overlay yas--field-protection-overlays))) + + ;; stacked expansion: if the original expansion took place from a + ;; field, make sure we advance it here at least to + ;; `yas-snippet-end'... + ;; + (let ((previous-field (yas--snippet-previous-active-field snippet))) + (when (and yas-snippet-end previous-field) + (yas--advance-end-maybe previous-field yas-snippet-end))) + + ;; Convert all markers to points, + ;; + (yas--markers-to-points snippet) + + ;; Take care of snippet revival + ;; + (if yas-snippet-revival + (push `(apply yas--snippet-revive ,yas-snippet-beg ,yas-snippet-end ,snippet) + buffer-undo-list) + ;; Dismember the snippet... this is useful if we get called + ;; again from `yas--take-care-of-redo'.... + (setf (yas--snippet-fields snippet) nil))) + + (yas--message 3 "Snippet %s exited." (yas--snippet-id snippet))) + +(defun yas--safely-run-hooks (hook-var) + (condition-case error + (run-hooks hook-var) + (error + (yas--message 3 "%s error: %s" hook-var (error-message-string error))))) + + +(defun yas--check-commit-snippet () + "Checks if point exited the currently active field of the +snippet, if so cleans up the whole snippet up." + (let* ((snippets (yas--snippets-at-point 'all-snippets)) + (snippets-left snippets) + (snippet-exit-transform)) + (dolist (snippet snippets) + (let ((active-field (yas--snippet-active-field snippet))) + (setq snippet-exit-transform (yas--snippet-force-exit snippet)) + (cond ((or snippet-exit-transform + (not (and active-field (yas--field-contains-point-p active-field)))) + (setq snippets-left (delete snippet snippets-left)) + (setf (yas--snippet-force-exit snippet) nil) + (yas--commit-snippet snippet)) + ((and active-field + (or (not yas--active-field-overlay) + (not (overlay-buffer yas--active-field-overlay)))) + ;; + ;; stacked expansion: this case is mainly for recent + ;; snippet exits that place us back int the field of + ;; another snippet + ;; + (save-excursion + (yas--move-to-field snippet active-field) + (yas--update-mirrors snippet))) + (t + nil)))) + (unless (or (null snippets) snippets-left) + (if snippet-exit-transform + (yas--eval-lisp-no-saves snippet-exit-transform)) + (yas--safely-run-hooks 'yas-after-exit-snippet-hook)))) + +;; Apropos markers-to-points: +;; +;; This was found useful for performance reasons, so that an +;; excessive number of live markers aren't kept around in the +;; `buffer-undo-list'. However, in `markers-to-points', the +;; set-to-nil markers can't simply be discarded and replaced with +;; fresh ones in `points-to-markers'. The original marker that was +;; just set to nil has to be reused. +;; +;; This shouldn't bring horrible problems with undo/redo, but it +;; you never know +;; +(defun yas--markers-to-points (snippet) + "Convert all markers in SNIPPET to a cons (POINT . MARKER) +where POINT is the original position of the marker and MARKER is +the original marker object with the position set to nil." + (dolist (field (yas--snippet-fields snippet)) + (let ((start (marker-position (yas--field-start field))) + (end (marker-position (yas--field-end field)))) + (set-marker (yas--field-start field) nil) + (set-marker (yas--field-end field) nil) + (setf (yas--field-start field) (cons start (yas--field-start field))) + (setf (yas--field-end field) (cons end (yas--field-end field)))) + (dolist (mirror (yas--field-mirrors field)) + (let ((start (marker-position (yas--mirror-start mirror))) + (end (marker-position (yas--mirror-end mirror)))) + (set-marker (yas--mirror-start mirror) nil) + (set-marker (yas--mirror-end mirror) nil) + (setf (yas--mirror-start mirror) (cons start (yas--mirror-start mirror))) + (setf (yas--mirror-end mirror) (cons end (yas--mirror-end mirror)))))) + (let ((snippet-exit (yas--snippet-exit snippet))) + (when snippet-exit + (let ((exit (marker-position (yas--exit-marker snippet-exit)))) + (set-marker (yas--exit-marker snippet-exit) nil) + (setf (yas--exit-marker snippet-exit) (cons exit (yas--exit-marker snippet-exit))))))) + +(defun yas--points-to-markers (snippet) + "Convert all cons (POINT . MARKER) in SNIPPET to markers. This +is done by setting MARKER to POINT with `set-marker'." + (dolist (field (yas--snippet-fields snippet)) + (setf (yas--field-start field) (set-marker (cdr (yas--field-start field)) + (car (yas--field-start field)))) + (setf (yas--field-end field) (set-marker (cdr (yas--field-end field)) + (car (yas--field-end field)))) + (dolist (mirror (yas--field-mirrors field)) + (setf (yas--mirror-start mirror) (set-marker (cdr (yas--mirror-start mirror)) + (car (yas--mirror-start mirror)))) + (setf (yas--mirror-end mirror) (set-marker (cdr (yas--mirror-end mirror)) + (car (yas--mirror-end mirror)))))) + (let ((snippet-exit (yas--snippet-exit snippet))) + (when snippet-exit + (setf (yas--exit-marker snippet-exit) (set-marker (cdr (yas--exit-marker snippet-exit)) + (car (yas--exit-marker snippet-exit))))))) + +(defun yas--field-contains-point-p (field &optional point) + (let ((point (or point + (point)))) + (and (>= point (yas--field-start field)) + (<= point (yas--field-end field))))) + +(defun yas--field-text-for-display (field) + "Return the propertized display text for field FIELD. " + (buffer-substring (yas--field-start field) (yas--field-end field))) + +(defun yas--undo-in-progress () + "True if some kind of undo is in progress" + (or undo-in-progress + (eq this-command 'undo) + (eq this-command 'redo))) + +(defun yas--make-control-overlay (snippet start end) + "Creates the control overlay that surrounds the snippet and +holds the keymap." + (let ((overlay (make-overlay start + end + nil + nil + t))) + (overlay-put overlay 'keymap yas-keymap) + (overlay-put overlay 'priority 100) + (overlay-put overlay 'yas--snippet snippet) + overlay)) + +(defun yas-skip-and-clear-or-delete-char (&optional field) + "Clears unmodified field if at field start, skips to next tab. + +Otherwise deletes a character normally by calling `delete-char'." + (interactive) + (let ((field (or field + (and yas--active-field-overlay + (overlay-buffer yas--active-field-overlay) + (overlay-get yas--active-field-overlay 'yas--field))))) + (cond ((and field + (not (yas--field-modified-p field)) + (eq (point) (marker-position (yas--field-start field)))) + (yas--skip-and-clear field) + (yas-next-field 1)) + (t + (call-interactively 'delete-char))))) + +(defun yas--skip-and-clear (field) + "Deletes the region of FIELD and sets it modified state to t" + ;; Just before skipping-and-clearing the field, mark its children + ;; fields as modified, too. If the childen have mirrors-in-fields + ;; this prevents them from updating erroneously (we're skipping and + ;; deleting!). + ;; + (yas--mark-this-and-children-modified field) + (delete-region (yas--field-start field) (yas--field-end field))) + +(defun yas--mark-this-and-children-modified (field) + (setf (yas--field-modified-p field) t) + (let ((fom (yas--field-next field))) + (while (and fom + (yas--fom-parent-field fom)) + (when (and (eq (yas--fom-parent-field fom) field) + (yas--field-p fom)) + (yas--mark-this-and-children-modified fom)) + (setq fom (yas--fom-next fom))))) + +(defun yas--make-move-active-field-overlay (snippet field) + "Place the active field overlay in SNIPPET's FIELD. + +Move the overlay, or create it if it does not exit." + (if (and yas--active-field-overlay + (overlay-buffer yas--active-field-overlay)) + (move-overlay yas--active-field-overlay + (yas--field-start field) + (yas--field-end field)) + (setq yas--active-field-overlay + (make-overlay (yas--field-start field) + (yas--field-end field) + nil nil t)) + (overlay-put yas--active-field-overlay 'priority 100) + (overlay-put yas--active-field-overlay 'face 'yas-field-highlight-face) + (overlay-put yas--active-field-overlay 'yas--snippet snippet) + (overlay-put yas--active-field-overlay 'modification-hooks '(yas--on-field-overlay-modification)) + (overlay-put yas--active-field-overlay 'insert-in-front-hooks + '(yas--on-field-overlay-modification)) + (overlay-put yas--active-field-overlay 'insert-behind-hooks + '(yas--on-field-overlay-modification)))) + +(defvar yas--inhibit-overlay-hooks nil + "Bind this temporarity to non-nil to prevent running `yas--on-*-modification'.") + +(defun yas--on-field-overlay-modification (overlay after? beg end &optional length) + "Clears the field and updates mirrors, conditionally. + +Only clears the field if it hasn't been modified and it point it +at field start. This hook doesn't do anything if an undo is in +progress." + (unless (or yas--inhibit-overlay-hooks + (yas--undo-in-progress)) + (let* ((field (overlay-get overlay 'yas--field)) + (number (and field (yas--field-number field))) + (snippet (overlay-get yas--active-field-overlay 'yas--snippet))) + (cond (after? + (yas--advance-end-maybe field (overlay-end overlay)) + (save-excursion + (yas--field-update-display field snippet)) + (yas--update-mirrors snippet)) + (field + (when (and (not after?) + (not (yas--field-modified-p field)) + (eq (point) (if (markerp (yas--field-start field)) + (marker-position (yas--field-start field)) + (yas--field-start field)))) + (yas--skip-and-clear field)) + (setf (yas--field-modified-p field) t)))))) + +;;; Apropos protection overlays: +;; +;; These exist for nasty users who will try to delete parts of the +;; snippet outside the active field. Actual protection happens in +;; `yas--on-protection-overlay-modification'. +;; +;; Currently this signals an error which inhibits the command. For +;; commands that move point (like `kill-line'), point is restored in +;; the `yas--post-command-handler' using a global +;; `yas--protection-violation' variable. +;; +;; Alternatively, I've experimented with an implementation that +;; commits the snippet before actually calling `this-command' +;; interactively, and then signals an eror, which is ignored. but +;; blocks all other million modification hooks. This presented some +;; problems with stacked expansion. +;; +(defun yas--make-move-field-protection-overlays (snippet field) + "Place protection overlays surrounding SNIPPET's FIELD. + +Move the overlays, or create them if they do not exit." + (let ((start (yas--field-start field)) + (end (yas--field-end field))) + ;; First check if the (1+ end) is contained in the buffer, + ;; otherwise we'll have to do a bit of cheating and silently + ;; insert a newline. the `(1+ (buffer-size))' should prevent this + ;; when using stacked expansion + ;; + (when (< (buffer-size) end) + (save-excursion + (yas--inhibit-overlay-hooks + (goto-char (point-max)) + (newline)))) + ;; go on to normal overlay creation/moving + ;; + (cond ((and yas--field-protection-overlays + (every #'overlay-buffer yas--field-protection-overlays)) + (move-overlay (first yas--field-protection-overlays) (1- start) start) + (move-overlay (second yas--field-protection-overlays) end (1+ end))) + (t + (setq yas--field-protection-overlays + (list (make-overlay (1- start) start nil t nil) + (make-overlay end (1+ end) nil t nil))) + (dolist (ov yas--field-protection-overlays) + (overlay-put ov 'face 'yas--field-debug-face) + (overlay-put ov 'yas--snippet snippet) + ;; (overlay-put ov 'evaporate t) + (overlay-put ov 'modification-hooks '(yas--on-protection-overlay-modification))))))) + +(defvar yas--protection-violation nil + "When non-nil, signals attempts to erronesly exit or modify the snippet. + +Functions in the `post-command-hook', for example +`yas--post-command-handler' can check it and reset its value to +nil. The variables value is the point where the violation +originated") + +(defun yas--on-protection-overlay-modification (overlay after? beg end &optional length) + "Signals a snippet violation, then issues error. + +The error should be ignored in `debug-ignored-errors'" + (unless yas--inhibit-overlay-hooks + (cond ((not (or after? + (yas--undo-in-progress))) + (setq yas--protection-violation (point)) + (error "Exit the snippet first!"))))) + +(add-to-list 'debug-ignored-errors "^Exit the snippet first!$") + + +;; Snippet expansion and "stacked" expansion: +;; +;; Stacked expansion is when you try to expand a snippet when already +;; inside a snippet expansion. +;; +;; The parent snippet does not run its fields modification hooks +;; (`yas--on-field-overlay-modification' and +;; `yas--on-protection-overlay-modification') while the child snippet +;; is active. This means, among other things, that the mirrors of the +;; parent snippet are not updated, this only happening when one exits +;; the child snippet. +;; +;; Unfortunately, this also puts some ugly (and not fully-tested) +;; bits of code in `yas-expand-snippet' and +;; `yas--commit-snippet'. I've tried to mark them with "stacked +;; expansion:". +;; +;; This was thought to be safer in in an undo/redo perpective, but +;; maybe the correct implementation is to make the globals +;; `yas--active-field-overlay' and `yas--field-protection-overlays' be +;; snippet-local and be active even while the child snippet is +;; running. This would mean a lot of overlay modification hooks +;; running, but if managed correctly (including overlay priorities) +;; they should account for all situations... +;; +(defun yas-expand-snippet (content &optional start end expand-env) + "Expand snippet CONTENT at current point. + +Text between START and END will be deleted before inserting +template. EXPAND-ENV is are let-style variable to value bindings +considered when expanding the snippet." + (run-hooks 'yas-before-expand-snippet-hook) + + ;; If a region is active, set `yas-selected-text' + (setq yas-selected-text + (when (region-active-p) + (prog1 (buffer-substring-no-properties (region-beginning) + (region-end)) + (unless start (setq start (region-beginning)) + (unless end (setq end (region-end))))))) + + (when start + (goto-char start)) + + ;; + (let ((to-delete (and start end (buffer-substring-no-properties start end))) + (start (or start (point))) + (end (or end (point))) + snippet) + (setq yas--indent-original-column (current-column)) + ;; Delete the region to delete, this *does* get undo-recorded. + ;; + (when (and to-delete + (> end start)) + (delete-region start end)) + + (cond ((listp content) + ;; x) This is a snippet-command + ;; + (yas--eval-lisp-no-saves content)) + (t + ;; x) This is a snippet-snippet :-) + ;; + ;; Narrow the region down to the content, shoosh the + ;; `buffer-undo-list', and create the snippet, the new + ;; snippet updates its mirrors once, so we are left with + ;; some plain text. The undo action for deleting this + ;; plain text will get recorded at the end. + ;; + ;; stacked expansion: also shoosh the overlay modification hooks + (save-restriction + (narrow-to-region start start) + (let ((buffer-undo-list t)) + ;; snippet creation might evaluate users elisp, which + ;; might generate errors, so we have to be ready to catch + ;; them mostly to make the undo information + ;; + (setq yas--start-column (save-restriction (widen) (current-column))) + (yas--inhibit-overlay-hooks + (setq snippet + (if expand-env + (eval `(let* ,expand-env + (insert content) + (yas--snippet-create (point-min) (point-max)))) + (insert content) + (yas--snippet-create (point-min) (point-max))))))) + + ;; stacked-expansion: This checks for stacked expansion, save the + ;; `yas--previous-active-field' and advance its boudary. + ;; + (let ((existing-field (and yas--active-field-overlay + (overlay-buffer yas--active-field-overlay) + (overlay-get yas--active-field-overlay 'yas--field)))) + (when existing-field + (setf (yas--snippet-previous-active-field snippet) existing-field) + (yas--advance-end-maybe existing-field (overlay-end yas--active-field-overlay)))) + + ;; Exit the snippet immediately if no fields + ;; + (unless (yas--snippet-fields snippet) + (yas-exit-snippet snippet)) + + ;; Push two undo actions: the deletion of the inserted contents of + ;; the new snippet (without the "key") followed by an apply of + ;; `yas--take-care-of-redo' on the newly inserted snippet boundaries + ;; + ;; A small exception, if `yas-also-auto-indent-first-line' + ;; is t and `yas--indent' decides to indent the line to a + ;; point before the actual expansion point, undo would be + ;; messed up. We call the early point "newstart"". case, + ;; and attempt to fix undo. + ;; + (let ((newstart (overlay-start (yas--snippet-control-overlay snippet))) + (end (overlay-end (yas--snippet-control-overlay snippet)))) + (when (< newstart start) + (push (cons (make-string (- start newstart) ? ) newstart) buffer-undo-list)) + (push (cons newstart end) buffer-undo-list) + (push `(apply yas--take-care-of-redo ,start ,end ,snippet) + buffer-undo-list)) + ;; Now, schedule a move to the first field + ;; + (let ((first-field (car (yas--snippet-fields snippet)))) + (when first-field + (sit-for 0) ;; fix issue 125 + (yas--move-to-field snippet first-field))) + (yas--message 3 "snippet expanded.") + t)))) + +(defun yas--take-care-of-redo (beg end snippet) + "Commits SNIPPET, which in turn pushes an undo action for +reviving it. + +Meant to exit in the `buffer-undo-list'." + ;; slightly optimize: this action is only needed for snippets with + ;; at least one field + (when (yas--snippet-fields snippet) + (yas--commit-snippet snippet))) + +(defun yas--snippet-revive (beg end snippet) + "Revives the SNIPPET and creates a control overlay from BEG to +END. + +BEG and END are, we hope, the original snippets boudaries. All +the markers/points exiting existing inside SNIPPET should point +to their correct locations *at the time the snippet is revived*. + +After revival, push the `yas--take-care-of-redo' in the +`buffer-undo-list'" + ;; Reconvert all the points to markers + ;; + (yas--points-to-markers snippet) + ;; When at least one editable field existed in the zombie snippet, + ;; try to revive the whole thing... + ;; + (let ((target-field (or (yas--snippet-active-field snippet) + (car (yas--snippet-fields snippet))))) + (when target-field + (setf (yas--snippet-control-overlay snippet) (yas--make-control-overlay snippet beg end)) + (overlay-put (yas--snippet-control-overlay snippet) 'yas--snippet snippet) + + (yas--move-to-field snippet target-field) + + (push `(apply yas--take-care-of-redo ,beg ,end ,snippet) + buffer-undo-list)))) + +(defun yas--snippet-create (begin end) + "Creates a snippet from an template inserted between BEGIN and END. + +Returns the newly created snippet." + (let ((snippet (yas--make-snippet))) + (goto-char begin) + (yas--snippet-parse-create snippet) + + ;; Sort and link each field + (yas--snippet-sort-fields snippet) + + ;; Create keymap overlay for snippet + (setf (yas--snippet-control-overlay snippet) + (yas--make-control-overlay snippet (point-min) (point-max))) + + ;; Move to end + (goto-char (point-max)) + + snippet)) + + +;;; Apropos adjacencies and "fom's": +;; +;; Once the $-constructs bits like "$n" and "${:n" are deleted in the +;; recently expanded snippet, we might actually have many fields, +;; mirrors (and the snippet exit) in the very same position in the +;; buffer. Therefore we need to single-link the +;; fields-or-mirrors-or-exit (which I have abbreviated to "fom") +;; according to their original positions in the buffer. +;; +;; Then we have operation `yas--advance-end-maybe' and +;; `yas--advance-start-maybe', which conditionally push the starts and +;; ends of these foms down the chain. +;; +;; This allows for like the printf with the magic ",": +;; +;; printf ("${1:%s}\\n"${1:$(if (string-match "%" text) "," "\);")} \ +;; $2${1:$(if (string-match "%" text) "\);" "")}$0 +;; +(defun yas--fom-start (fom) + (cond ((yas--field-p fom) + (yas--field-start fom)) + ((yas--mirror-p fom) + (yas--mirror-start fom)) + (t + (yas--exit-marker fom)))) + +(defun yas--fom-end (fom) + (cond ((yas--field-p fom) + (yas--field-end fom)) + ((yas--mirror-p fom) + (yas--mirror-end fom)) + (t + (yas--exit-marker fom)))) + +(defun yas--fom-next (fom) + (cond ((yas--field-p fom) + (yas--field-next fom)) + ((yas--mirror-p fom) + (yas--mirror-next fom)) + (t + (yas--exit-next fom)))) + +(defun yas--fom-parent-field (fom) + (cond ((yas--field-p fom) + (yas--field-parent-field fom)) + ((yas--mirror-p fom) + (yas--mirror-parent-field fom)) + (t + nil))) + +(defun yas--calculate-adjacencies (snippet) + "Calculate adjacencies for fields or mirrors of SNIPPET. + +This is according to their relative positions in the buffer, and +has to be called before the $-constructs are deleted." + (flet ((yas--fom-set-next-fom (fom nextfom) + (cond ((yas--field-p fom) + (setf (yas--field-next fom) nextfom)) + ((yas--mirror-p fom) + (setf (yas--mirror-next fom) nextfom)) + (t + (setf (yas--exit-next fom) nextfom)))) + (yas--compare-fom-begs (fom1 fom2) + (if (= (yas--fom-start fom2) (yas--fom-start fom1)) + (yas--mirror-p fom2) + (>= (yas--fom-start fom2) (yas--fom-start fom1)))) + (yas--link-foms (fom1 fom2) + (yas--fom-set-next-fom fom1 fom2))) + ;; make some yas--field, yas--mirror and yas--exit soup + (let ((soup)) + (when (yas--snippet-exit snippet) + (push (yas--snippet-exit snippet) soup)) + (dolist (field (yas--snippet-fields snippet)) + (push field soup) + (dolist (mirror (yas--field-mirrors field)) + (push mirror soup))) + (setq soup + (sort soup + #'yas--compare-fom-begs)) + (when soup + (reduce #'yas--link-foms soup))))) + +(defun yas--calculate-mirrors-in-fields (snippet mirror) + "Attempt to assign a parent field of SNIPPET to the mirror MIRROR. + +Use the tighest containing field if more than one field contains +the mirror. Intended to be called *before* the dollar-regions are +deleted." + (let ((min (point-min)) + (max (point-max))) + (dolist (field (yas--snippet-fields snippet)) + (when (and (<= (yas--field-start field) (yas--mirror-start mirror)) + (<= (yas--mirror-end mirror) (yas--field-end field)) + (< min (yas--field-start field)) + (< (yas--field-end field) max)) + (setq min (yas--field-start field) + max (yas--field-end field)) + (setf (yas--mirror-parent-field mirror) field))))) + +(defun yas--advance-end-maybe (fom newend) + "Maybe advance FOM's end to NEWEND if it needs it. + +If it does, also: + +* call `yas--advance-start-maybe' on FOM's next fom. + +* in case FOM is field call `yas--advance-end-maybe' on its parent + field + +Also, if FOM is an exit-marker, always call +`yas--advance-start-maybe' on its next fom. This is beacuse +exit-marker have identical start and end markers. + +" + (cond ((and fom (< (yas--fom-end fom) newend)) + (set-marker (yas--fom-end fom) newend) + (yas--advance-start-maybe (yas--fom-next fom) newend) + (yas--advance-end-of-parents-maybe (yas--fom-parent-field fom) newend)) + ((yas--exit-p fom) + (yas--advance-start-maybe (yas--fom-next fom) newend)))) + +(defun yas--advance-start-maybe (fom newstart) + "Maybe advance FOM's start to NEWSTART if it needs it. + +If it does, also call `yas--advance-end-maybe' on FOM." + (when (and fom (< (yas--fom-start fom) newstart)) + (set-marker (yas--fom-start fom) newstart) + (yas--advance-end-maybe fom newstart))) + +(defun yas--advance-end-of-parents-maybe (field newend) + "Like `yas--advance-end-maybe' but for parent fields. + +Only works for fields and doesn't care about the start of the +next FOM. Works its way up recursively for parents of parents." + (when (and field + (< (yas--field-end field) newend)) + (set-marker (yas--field-end field) newend) + (yas--advance-end-of-parents-maybe (yas--field-parent-field field) newend))) + +(defvar yas--dollar-regions nil + "When expanding the snippet the \"parse-create\" functions add + cons cells to this var") + +(defun yas--snippet-parse-create (snippet) + "Parse a recently inserted snippet template, creating all +necessary fields, mirrors and exit points. + +Meant to be called in a narrowed buffer, does various passes" + (let ((parse-start (point))) + ;; Reset the yas--dollar-regions + ;; + (setq yas--dollar-regions nil) + ;; protect escaped quote, backquotes and backslashes + ;; + (yas--protect-escapes nil `(?\\ ?` ?')) + ;; replace all backquoted expressions + ;; + (goto-char parse-start) + (yas--replace-backquotes) + ;; protect escapes again since previous steps might have generated + ;; more characters needing escaping + ;; + (goto-char parse-start) + (yas--protect-escapes) + ;; parse fields with {} + ;; + (goto-char parse-start) + (yas--field-parse-create snippet) + ;; parse simple mirrors and fields + ;; + (goto-char parse-start) + (yas--simple-mirror-parse-create snippet) + ;; parse mirror transforms + ;; + (goto-char parse-start) + (yas--transform-mirror-parse-create snippet) + ;; calculate adjacencies of fields and mirrors + ;; + (yas--calculate-adjacencies snippet) + ;; Delete $-constructs + ;; + (yas--delete-regions yas--dollar-regions) + ;; restore escapes + ;; + (goto-char parse-start) + (yas--restore-escapes) + ;; update mirrors for the first time + ;; + (yas--update-mirrors snippet) + ;; indent the best we can + ;; + (goto-char parse-start) + (yas--indent snippet))) + +(defun yas--indent-according-to-mode (snippet-markers) + "Indent current line according to mode, preserving +SNIPPET-MARKERS." + ;;; Apropos indenting problems.... + ;; + ;; `indent-according-to-mode' uses whatever `indent-line-function' + ;; is available. Some implementations of these functions delete text + ;; before they insert. If there happens to be a marker just after + ;; the text being deleted, the insertion actually happens after the + ;; marker, which misplaces it. + ;; + ;; This would also happen if we had used overlays with the + ;; `front-advance' property set to nil. + ;; + ;; This is why I have these `trouble-markers', they are the ones at + ;; they are the ones at the first non-whitespace char at the line + ;; (i.e. at `yas--real-line-beginning'. After indentation takes place + ;; we should be at the correct to restore them to. All other + ;; non-trouble-markers have been *pushed* and don't need special + ;; attention. + ;; + (goto-char (yas--real-line-beginning)) + (let ((trouble-markers (remove-if-not #'(lambda (marker) + (= marker (point))) + snippet-markers))) + (save-restriction + (widen) + (condition-case err + (indent-according-to-mode) + (error (yas--message 3 "Warning: `yas--indent-according-to-mode' having problems running %s" indent-line-function) + nil))) + (mapc #'(lambda (marker) + (set-marker marker (point))) + trouble-markers))) + +(defvar yas--indent-original-column nil) +(defun yas--indent (snippet) + (let ((snippet-markers (yas--collect-snippet-markers snippet))) + ;; Look for those $> + (save-excursion + (while (re-search-forward "$>" nil t) + (delete-region (match-beginning 0) (match-end 0)) + (when (not (eq yas-indent-line 'auto)) + (yas--indent-according-to-mode snippet-markers)))) + ;; Now do stuff for 'fixed and 'auto + (save-excursion + (cond ((eq yas-indent-line 'fixed) + (while (and (zerop (forward-line)) + (zerop (current-column))) + (indent-to-column yas--indent-original-column))) + ((eq yas-indent-line 'auto) + (let ((end (set-marker (make-marker) (point-max))) + (indent-first-line-p yas-also-auto-indent-first-line)) + (while (and (zerop (if indent-first-line-p + (prog1 + (forward-line 0) + (setq indent-first-line-p nil)) + (forward-line 1))) + (not (eobp)) + (<= (point) end)) + (yas--indent-according-to-mode snippet-markers)))) + (t + nil))))) + +(defun yas--collect-snippet-markers (snippet) + "Make a list of all the markers used by SNIPPET." + (let (markers) + (dolist (field (yas--snippet-fields snippet)) + (push (yas--field-start field) markers) + (push (yas--field-end field) markers) + (dolist (mirror (yas--field-mirrors field)) + (push (yas--mirror-start mirror) markers) + (push (yas--mirror-end mirror) markers))) + (let ((snippet-exit (yas--snippet-exit snippet))) + (when (and snippet-exit + (marker-buffer (yas--exit-marker snippet-exit))) + (push (yas--exit-marker snippet-exit) markers))) + markers)) + +(defun yas--real-line-beginning () + (let ((c (char-after (line-beginning-position))) + (n (line-beginning-position))) + (while (or (eql c ?\ ) + (eql c ?\t)) + (incf n) + (setq c (char-after n))) + n)) + +(defun yas--escape-string (escaped) + (concat "YASESCAPE" (format "%d" escaped) "PROTECTGUARD")) + +(defun yas--protect-escapes (&optional text escaped) + "Protect all escaped characters with their numeric ASCII value. + +With optional string TEXT do it in string instead of buffer." + (let ((changed-text text) + (text-provided-p text)) + (mapc #'(lambda (escaped) + (setq changed-text + (yas--replace-all (concat "\\" (char-to-string escaped)) + (yas--escape-string escaped) + (when text-provided-p changed-text)))) + (or escaped yas--escaped-characters)) + changed-text)) + +(defun yas--restore-escapes (&optional text escaped) + "Restore all escaped characters from their numeric ASCII value. + +With optional string TEXT do it in string instead of the buffer." + (let ((changed-text text) + (text-provided-p text)) + (mapc #'(lambda (escaped) + (setq changed-text + (yas--replace-all (yas--escape-string escaped) + (char-to-string escaped) + (when text-provided-p changed-text)))) + (or escaped yas--escaped-characters)) + changed-text)) + +(defun yas--replace-backquotes () + "Replace all the \"`(lisp-expression)`\"-style expression + with their evaluated value" + (while (re-search-forward yas--backquote-lisp-expression-regexp nil t) + (let ((current-string (match-string 1)) transformed) + (delete-region (match-beginning 0) (match-end 0)) + (setq transformed (yas--eval-lisp (yas--read-lisp (yas--restore-escapes current-string)))) + (goto-char (match-beginning 0)) + (when transformed (insert transformed))))) + +(defun yas--scan-sexps (from count) + (condition-case err + (with-syntax-table (standard-syntax-table) + (scan-sexps from count)) + (error + nil))) + +(defun yas--make-marker (pos) + "Create a marker at POS with `nil' `marker-insertion-type'" + (let ((marker (set-marker (make-marker) pos))) + (set-marker-insertion-type marker nil) + marker)) + +(defun yas--field-parse-create (snippet &optional parent-field) + "Parse most field expressions, except for the simple one \"$n\". + +The following count as a field: + +* \"${n: text}\", for a numbered field with default text, as long as N is not 0; + +* \"${n: text$(expression)}, the same with a lisp expression; + this is caught with the curiously named `yas--multi-dollar-lisp-expression-regexp' + +* the same as above but unnumbered, (no N:) and number is calculated automatically. + +When multiple expressions are found, only the last one counts." + ;; + (save-excursion + (while (re-search-forward yas--field-regexp nil t) + (let* ((real-match-end-0 (yas--scan-sexps (1+ (match-beginning 0)) 1)) + (number (and (match-string-no-properties 1) + (string-to-number (match-string-no-properties 1)))) + (brand-new-field (and real-match-end-0 + ;; break if on "$(" immediately + ;; after the ":", this will be + ;; caught as a mirror with + ;; transform later. + (not (save-match-data + (eq (string-match "$[ \t\n]*(" + (match-string-no-properties 2)) 0))) + ;; allow ${0: some exit text} + ;; (not (and number (zerop number))) + (yas--make-field number + (yas--make-marker (match-beginning 2)) + (yas--make-marker (1- real-match-end-0)) + parent-field)))) + (when brand-new-field + (goto-char real-match-end-0) + (push (cons (1- real-match-end-0) real-match-end-0) + yas--dollar-regions) + (push (cons (match-beginning 0) (match-beginning 2)) + yas--dollar-regions) + (push brand-new-field (yas--snippet-fields snippet)) + (save-excursion + (save-restriction + (narrow-to-region (yas--field-start brand-new-field) (yas--field-end brand-new-field)) + (goto-char (point-min)) + (yas--field-parse-create snippet brand-new-field))))))) + ;; if we entered from a parent field, now search for the + ;; `yas--multi-dollar-lisp-expression-regexp'. THis is used for + ;; primary field transformations + ;; + (when parent-field + (save-excursion + (while (re-search-forward yas--multi-dollar-lisp-expression-regexp nil t) + (let* ((real-match-end-1 (yas--scan-sexps (match-beginning 1) 1))) + ;; commit the primary field transformation if: + ;; + ;; 1. we don't find it in yas--dollar-regions (a subnested + ;; field) might have already caught it. + ;; + ;; 2. we really make sure we have either two '$' or some + ;; text and a '$' after the colon ':'. This is a FIXME: work + ;; my regular expressions and end these ugly hacks. + ;; + (when (and real-match-end-1 + (not (member (cons (match-beginning 0) + real-match-end-1) + yas--dollar-regions)) + (not (eq ?: + (char-before (1- (match-beginning 1)))))) + (let ((lisp-expression-string (buffer-substring-no-properties (match-beginning 1) + real-match-end-1))) + (setf (yas--field-transform parent-field) + (yas--read-lisp (yas--restore-escapes lisp-expression-string)))) + (push (cons (match-beginning 0) real-match-end-1) + yas--dollar-regions))))))) + +(defun yas--transform-mirror-parse-create (snippet) + "Parse the \"${n:$(lisp-expression)}\" mirror transformations." + (while (re-search-forward yas--transform-mirror-regexp nil t) + (let* ((real-match-end-0 (yas--scan-sexps (1+ (match-beginning 0)) 1)) + (number (string-to-number (match-string-no-properties 1))) + (field (and number + (not (zerop number)) + (yas--snippet-find-field snippet number))) + (brand-new-mirror + (and real-match-end-0 + field + (yas--make-mirror (yas--make-marker (match-beginning 0)) + (yas--make-marker (match-beginning 0)) + (yas--read-lisp + (yas--restore-escapes + (buffer-substring-no-properties (match-beginning 2) + (1- real-match-end-0)))))))) + (when brand-new-mirror + (push brand-new-mirror + (yas--field-mirrors field)) + (yas--calculate-mirrors-in-fields snippet brand-new-mirror) + (push (cons (match-beginning 0) real-match-end-0) yas--dollar-regions))))) + +(defun yas--simple-mirror-parse-create (snippet) + "Parse the simple \"$n\" fields/mirrors/exitmarkers." + (while (re-search-forward yas--simple-mirror-regexp nil t) + (let ((number (string-to-number (match-string-no-properties 1)))) + (cond ((zerop number) + + (setf (yas--snippet-exit snippet) + (yas--make-exit (yas--make-marker (match-end 0)))) + (save-excursion + (goto-char (match-beginning 0)) + (when yas-wrap-around-region + (cond (yas-selected-text + (insert yas-selected-text)) + ((and (eq yas-wrap-around-region 'cua) + cua-mode + (get-register ?0)) + (insert (prog1 (get-register ?0) + (set-register ?0 nil)))))) + (push (cons (point) (yas--exit-marker (yas--snippet-exit snippet))) + yas--dollar-regions))) + (t + (let ((field (yas--snippet-find-field snippet number))) + (if field + (let ((brand-new-mirror (yas--make-mirror + (yas--make-marker (match-beginning 0)) + (yas--make-marker (match-beginning 0)) + nil))) + (push brand-new-mirror + (yas--field-mirrors field)) + (yas--calculate-mirrors-in-fields snippet brand-new-mirror)) + (push (yas--make-field number + (yas--make-marker (match-beginning 0)) + (yas--make-marker (match-beginning 0)) + nil) + (yas--snippet-fields snippet)))) + (push (cons (match-beginning 0) (match-end 0)) + yas--dollar-regions)))))) + +(defun yas--delete-regions (regions) + "Sort disjuct REGIONS by start point, then delete from the back." + (mapc #'(lambda (reg) + (delete-region (car reg) (cdr reg))) + (sort regions + #'(lambda (r1 r2) + (>= (car r1) (car r2)))))) + +(defun yas--update-mirrors (snippet) + "Updates all the mirrors of SNIPPET." + (save-excursion + (let* ((fields (copy-list (yas--snippet-fields snippet))) + (field (car fields))) + (while field + (dolist (mirror (yas--field-mirrors field)) + (let ((mirror-parent-field (yas--mirror-parent-field mirror))) + ;; updatte this mirror + ;; + (yas--mirror-update-display mirror field) + ;; for mirrors-in-fields: schedule a possible + ;; parent field for reupdting later on + ;; + (when mirror-parent-field + (add-to-list 'fields mirror-parent-field 'append #'eq)) + ;; `yas--place-overlays' is needed if the active field and + ;; protected overlays have been changed because of insertions + ;; in `yas--mirror-update-display' + ;; + (when (eq field (yas--snippet-active-field snippet)) + (yas--place-overlays snippet field)))) + (setq fields (cdr fields)) + (setq field (car fields)))))) + +(defun yas--mirror-update-display (mirror field) + "Update MIRROR according to FIELD (and mirror transform)." + + (let* ((mirror-parent-field (yas--mirror-parent-field mirror)) + (reflection (and (not (and mirror-parent-field + (yas--field-modified-p mirror-parent-field))) + (or (yas--apply-transform mirror field 'empty-on-nil) + (yas--field-text-for-display field))))) + (when (and reflection + (not (string= reflection (buffer-substring-no-properties (yas--mirror-start mirror) + (yas--mirror-end mirror))))) + (goto-char (yas--mirror-start mirror)) + (yas--inhibit-overlay-hooks + (insert reflection)) + (if (> (yas--mirror-end mirror) (point)) + (delete-region (point) (yas--mirror-end mirror)) + (set-marker (yas--mirror-end mirror) (point)) + (yas--advance-start-maybe (yas--mirror-next mirror) (point)) + ;; super-special advance + (yas--advance-end-of-parents-maybe mirror-parent-field (point)))))) + +(defun yas--field-update-display (field snippet) + "Much like `yas--mirror-update-display', but for fields" + (when (yas--field-transform field) + (let ((transformed (and (not (eq (yas--field-number field) 0)) + (yas--apply-transform field field))) + (point (point))) + (when (and transformed + (not (string= transformed (buffer-substring-no-properties (yas--field-start field) + (yas--field-end field))))) + (setf (yas--field-modified-p field) t) + (goto-char (yas--field-start field)) + (yas--inhibit-overlay-hooks + (insert transformed) + (if (> (yas--field-end field) (point)) + (delete-region (point) (yas--field-end field)) + (set-marker (yas--field-end field) (point)) + (yas--advance-start-maybe (yas--field-next field) (point))) + t))))) + + +;;; Post-command hook: + +(defun yas--post-command-handler () + "Handles various yasnippet conditions after each command." + (cond (yas--protection-violation + (goto-char yas--protection-violation) + (setq yas--protection-violation nil)) + ((eq 'undo this-command) + ;; + ;; After undo revival the correct field is sometimes not + ;; restored correctly, this condition handles that + ;; + (let* ((snippet (car (yas--snippets-at-point))) + (target-field (and snippet + (find-if-not #'(lambda (field) + (yas--field-probably-deleted-p snippet field)) + (remove nil + (cons (yas--snippet-active-field snippet) + (yas--snippet-fields snippet))))))) + (when target-field + (yas--move-to-field snippet target-field)))) + ((not (yas--undo-in-progress)) + ;; When not in an undo, check if we must commit the snippet + ;; (user exited it). + (yas--check-commit-snippet)))) + +;;; Fancy docs: +;; +;; The docstrings for some functions are generated dynamically +;; depending on the context. +;; +(put 'yas-expand 'function-documentation + '(yas--expand-from-trigger-key-doc)) +(defun yas--expand-from-trigger-key-doc () + "A doc synthethizer for `yas--expand-from-trigger-key-doc'." + (let ((fallback-description + (cond ((eq yas-fallback-behavior 'call-other-command) + (let* ((yas-minor-mode nil) + (fallback (key-binding (read-kbd-macro yas-trigger-key)))) + (or (and fallback + (format " call command `%s'." (pp-to-string fallback))) + " do nothing."))) + ((eq yas-fallback-behavior 'return-nil) + ", do nothing.") + (t + ", defer to `yas--fallback-behaviour' :-)")))) + (concat "Expand a snippet before point. If no snippet +expansion is possible," + fallback-description + "\n\nOptional argument FIELD is for non-interactive use and is an +object satisfying `yas--field-p' to restrict the expansion to."))) + +(put 'yas-expand-from-keymap 'function-documentation '(yas--expand-from-keymap-doc)) +(defun yas--expand-from-keymap-doc () + "A doc synthethizer for `yas--expand-from-keymap-doc'." + (add-hook 'temp-buffer-show-hook 'yas--snippet-description-finish-runonce) + (concat "Expand/run snippets from keymaps, possibly falling back to original binding.\n" + (when (eq this-command 'describe-key) + (let* ((vec (this-single-command-keys)) + (templates (mapcan #'(lambda (table) + (yas--fetch table vec)) + (yas--get-snippet-tables))) + (yas--direct-keymaps nil) + (fallback (key-binding vec))) + (concat "In this case, " + (when templates + (concat "these snippets are bound to this key:\n" + (yas--template-pretty-list templates) + "\n\nIf none of these expands, ")) + (or (and fallback + (format "fallback `%s' will be called." (pp-to-string fallback))) + "no fallback keybinding is called.")))))) + +(defun yas--template-pretty-list (templates) + (let ((acc) + (yas-buffer-local-condition 'always)) + (dolist (plate templates) + (setq acc (concat acc "\n*) " + (propertize (concat "\\\\snippet `" (car plate) "'") + 'yasnippet (cdr plate))))) + acc)) + +(define-button-type 'help-snippet-def + :supertype 'help-xref + 'help-function (lambda (template) (yas--visit-snippet-file-1 template)) + 'help-echo (purecopy "mouse-2, RET: find snippets's definition")) + +(defun yas--snippet-description-finish-runonce () + "Final adjustments for the help buffer when snippets are concerned." + (yas--create-snippet-xrefs) + (remove-hook 'temp-buffer-show-hook 'yas--snippet-description-finish-runonce)) + +(defun yas--create-snippet-xrefs () + (save-excursion + (goto-char (point-min)) + (while (search-forward-regexp "\\\\\\\\snippet[ \s\t]+`\\([^']+\\)'" nil t) + (let ((template (get-text-property (match-beginning 1) + 'yasnippet))) + (when template + (help-xref-button 1 'help-snippet-def template) + (kill-region (match-end 1) (match-end 0)) + (kill-region (match-beginning 0) (match-beginning 1))))))) + +(defun yas--expand-uuid (mode-symbol uuid &optional start end expand-env) + "Expand a snippet registered in MODE-SYMBOL's table with UUID. + +Remaining args as in `yas-expand-snippet'." + (let* ((table (gethash mode-symbol yas--tables)) + (yas--current-template (and table + (gethash uuid (yas--table-uuidhash table))))) + (when yas--current-template + (yas-expand-snippet (yas--template-content yas--current-template))))) + +;;; Utils + +(defvar yas-verbosity 4 + "Log level for `yas--message' 4 means trace most anything, 0 means nothing.") + +(defun yas--message (level message &rest args) + (when (> yas-verbosity level) + (message (apply #'yas--format message args)))) + +(defun yas--format (format-control &rest format-args) + (apply #'format (concat "[yas] " format-control) format-args)) + + +;;; Some hacks: +;; +;; The functions +;; +;; `locate-dominating-file' +;; `region-active-p' +;; +;; added for compatibility in emacsen < 23 +(unless (>= emacs-major-version 23) + (unless (fboundp 'region-active-p) + (defun region-active-p () (and transient-mark-mode mark-active))) + + (unless (fboundp 'locate-dominating-file) + (defvar locate-dominating-stop-dir-regexp + "\\`\\(?:[\\/][\\/][^\\/]+[\\/]\\|/\\(?:net\\|afs\\|\\.\\.\\.\\)/\\)\\'" + "Regexp of directory names which stop the search in `locate-dominating-file'. +Any directory whose name matches this regexp will be treated like +a kind of root directory by `locate-dominating-file' which will stop its search +when it bumps into it. +The default regexp prevents fruitless and time-consuming attempts to find +special files in directories in which filenames are interpreted as hostnames, +or mount points potentially requiring authentication as a different user.") + + (defun locate-dominating-file (file name) + "Look up the directory hierarchy from FILE for a file named NAME. +Stop at the first parent directory containing a file NAME, +and return the directory. Return nil if not found." + ;; We used to use the above locate-dominating-files code, but the + ;; directory-files call is very costly, so we're much better off doing + ;; multiple calls using the code in here. + ;; + ;; Represent /home/luser/foo as ~/foo so that we don't try to look for + ;; `name' in /home or in /. + (setq file (abbreviate-file-name file)) + (let ((root nil) + (prev-file file) + ;; `user' is not initialized outside the loop because + ;; `file' may not exist, so we may have to walk up part of the + ;; hierarchy before we find the "initial UUID". + (user nil) + try) + (while (not (or root + (null file) + ;; FIXME: Disabled this heuristic because it is sometimes + ;; inappropriate. + ;; As a heuristic, we stop looking up the hierarchy of + ;; directories as soon as we find a directory belonging + ;; to another user. This should save us from looking in + ;; things like /net and /afs. This assumes that all the + ;; files inside a project belong to the same user. + ;; (let ((prev-user user)) + ;; (setq user (nth 2 (file-attributes file))) + ;; (and prev-user (not (equal user prev-user)))) + (string-match locate-dominating-stop-dir-regexp file))) + (setq try (file-exists-p (expand-file-name name file))) + (cond (try (setq root file)) + ((equal file (setq prev-file file + file (file-name-directory + (directory-file-name file)))) + (setq file nil)))) + root)))) + +;; `c-neutralize-syntax-in-CPP` sometimes fires "End of Buffer" error +;; (when it execute forward-char) and interrupt the after change +;; hook. Thus prevent the insert-behind hook of yasnippet to be +;; invoked. Here's a way to reproduce it: + +;; # open a *new* Emacs. +;; # load yasnippet. +;; # open a *new* .cpp file. +;; # input "inc" and press TAB to expand the snippet. +;; # select the `#include <...>` snippet. +;; # type inside `<>` + +(defadvice c-neutralize-syntax-in-CPP + (around yas--mp/c-neutralize-syntax-in-CPP activate) + "Adviced `c-neutralize-syntax-in-CPP' to properly +handle the end-of-buffer error fired in it by calling +`forward-char' at the end of buffer." + (condition-case err + ad-do-it + (error (message (error-message-string err))))) + +;; disable c-electric-* serial command in YAS fields +(add-hook 'c-mode-common-hook + '(lambda () + (dolist (k '(":" ">" ";" "<" "{" "}")) + (define-key (symbol-value (make-local-variable 'yas-keymap)) + k 'self-insert-command)))) + +;;; Backward compatibility to to yasnippet <= 0.7 +(defvar yas--exported-syms '(;; `defcustom's + ;; + yas-snippet-dirs + yas-prompt-functions + yas-indent-line + yas-also-auto-indent-first-line + yas-snippet-revival + yas-trigger-key + yas-next-field-key + yas-prev-field-key + yas-skip-and-clear-key + yas-triggers-in-field + yas-fallback-behavior + yas-choose-keys-first + yas-choose-tables-first + yas-use-menu + yas-trigger-symbol + yas-wrap-around-region + yas-good-grace + yas-visit-from-menu + yas-expand-only-for-last-commands + yas-field-highlight-face + + ;; these vars can be customized as well + ;; + yas-keymap + yas-verbosity + yas-extra-modes + yas-key-syntaxes + yas-after-exit-snippet-hook + yas-before-expand-snippet-hook + yas-buffer-local-condition + + ;; prompting functions + ;; + yas-x-prompt + yas-ido-prompt + yas-no-prompt + yas-completing-prompt + yas-dropdown-prompt + + ;; interactive functions + ;; + yas-expand + yas-minor-mode + yas-global-mode + yas-direct-keymaps-reload + yas-minor-mode-on + yas-load-directory + yas-reload-all + yas-compile-directory + yas-recompile-all + yas-about + yas-expand-from-trigger-key + yas-expand-from-keymap + yas-insert-snippet + yas-visit-snippet-file + yas-new-snippet + yas-load-snippet-buffer + yas-tryout-snippet + yas-describe-tables + yas-next-field-or-maybe-expand + yas-next-field + yas-prev-field + yas-abort-snippet + yas-exit-snippet + yas-exit-all-snippets + yas-skip-and-clear-or-delete-char + + ;; symbols that I "exported" for use + ;; in snippets and hookage + ;; + yas-expand-snippet + yas-define-snippets + yas-define-menu + yas-snippet-beg + yas-snippet-end + yas-modified-p + yas-moving-away-p + yas-text + yas-substr + yas-choose-value + yas-key-to-value + yas-throw + yas-verify-value + yas-field-value + yas-text + yas-selected-text + yas-default-from-field + yas-inside-string + yas-unimplemented + yas-define-condition-cache + yas-hippie-try-expand + + ;; debug definitions + ;; yas-debug-snippet-vars + ;; yas-exterminate-package + ;; yas-debug-test + + ;; testing definitions + ;; yas-should-expand + ;; yas-should-not-expand + ;; yas-mock-insert + ;; yas-make-file-or-dirs + ;; yas-variables + ;; yas-saving-variables + ;; yas-call-with-snippet-dirs + ;; yas-with-snippet-dirs +)) + +(dolist (sym yas--exported-syms) + (let ((backported (intern (replace-regexp-in-string "^yas-" "yas/" (symbol-name sym))))) + (when (boundp sym) + (make-obsolete-variable backported sym "yasnippet 0.8") + (defvaralias backported sym)) + (when (fboundp sym) + (make-obsolete backported sym "yasnippet 0.8") + (defalias backported sym)))) + + +(provide 'yasnippet) + +;;; yasnippet.el ends here +;; Local Variables: +;; coding: utf-8 +;; End: diff --git a/emacs.d/elpa/yasnippet-0.8.0/yasnippet.elc b/emacs.d/elpa/yasnippet-0.8.0/yasnippet.elc new file mode 100644 index 0000000000000000000000000000000000000000..825836c57e252d898bca8d2b758d32259e271d83 GIT binary patch literal 214459 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 literal 0 HcmV?d00001 diff --git a/gitconfig b/gitconfig new file mode 100644 index 0000000..83dcebd --- /dev/null +++ b/gitconfig @@ -0,0 +1,14 @@ +[user] + name = brettlangdon + email = brett@blangdon.com +[credential] + helper = osxkeychain +[core] + excludesfile = /Users/brettlangdon/.gitignore_global + editor = emacs +[alias] + st = status + d = diff --color --minimal + dc = diff --color --minimal --cached +[diff] + algorithm = patience diff --git a/gitignore_global b/gitignore_global new file mode 100644 index 0000000..7be210a --- /dev/null +++ b/gitignore_global @@ -0,0 +1,5 @@ +*~ +.DS_Store +*#*# +.ropeproject +*_flymake* diff --git a/oh-my-zsh b/oh-my-zsh new file mode 160000 index 0000000..5fcb6e1 --- /dev/null +++ b/oh-my-zsh @@ -0,0 +1 @@ +Subproject commit 5fcb6e1263e9fa7938e4ebfc03bf44aa624a5d7b diff --git a/setup.sh b/setup.sh new file mode 100755 index 0000000..8b93912 --- /dev/null +++ b/setup.sh @@ -0,0 +1,35 @@ +#!/bin/bash +############################ +# setup.sh +# This script creates symlinks from the home directory to any desired dotfiles in ~/dotfiles +############################ + +########## Variables + +dir=~/dotfiles # dotfiles directory +olddir=~/dotfiles_old # old dotfiles backup directory +files="bashrc emacs emacs.d gitconfig gitignore_global zshrc oh-my-zsh" # list of files/folders to symlink in homedir + +########## + +# create dotfiles_old in homedir +echo "Creating $olddir for backup of any existing dotfiles in ~" +mkdir -p $olddir +echo "...done" + +# change to the dotfiles directory +echo "Changing to the $dir directory" +cd $dir +echo "...done" + +# move any existing dotfiles in homedir to dotfiles_old directory, then create symlinks +echo "Moving any existing dotfiles from ~ to $olddir" +for file in $files; do + if [ -e $file ] + then + echo "Moving $file to $olddir/$file" + mv ~/.$file $olddir + echo "Creating symlink to $file in home directory." + ln -s $dir/$file ~/.$file + fi +done diff --git a/zshrc b/zshrc new file mode 100644 index 0000000..ddf1e39 --- /dev/null +++ b/zshrc @@ -0,0 +1,55 @@ +# Path to your oh-my-zsh configuration. +ZSH=$HOME/.oh-my-zsh + +# Set name of the theme to load. +# Look in ~/.oh-my-zsh/themes/ +# Optionally, if you set this to "random", it'll load a random theme each +# time that oh-my-zsh is loaded. +ZSH_THEME="bira" + +# Example aliases +# alias zshconfig="mate ~/.zshrc" +# alias ohmyzsh="mate ~/.oh-my-zsh" + +# Set to this to use case-sensitive completion +# CASE_SENSITIVE="true" + +# Comment this out to disable bi-weekly auto-update checks +DISABLE_AUTO_UPDATE="true" + +# Uncomment to change how often before auto-updates occur? (in days) +# export UPDATE_ZSH_DAYS=13 + +# Uncomment following line if you want to disable colors in ls +# DISABLE_LS_COLORS="true" + +# Uncomment following line if you want to disable autosetting terminal title. +# DISABLE_AUTO_TITLE="true" + +# Uncomment following line if you want to disable command autocorrection +# DISABLE_CORRECTION="true" + +# Uncomment following line if you want red dots to be displayed while waiting for completion +COMPLETION_WAITING_DOTS="true" + +# Uncomment following line if you want to disable marking untracked files under +# VCS as dirty. This makes repository status check for large repositories much, +# much faster. +# DISABLE_UNTRACKED_FILES_DIRTY="true" + +# Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*) +# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/ +# Example format: plugins=(rails git textmate ruby lighthouse) +plugins=(git brew pip python node npm jira urltools golang) + +source $ZSH/oh-my-zsh.sh + +export PATH=/usr/local/Cellar/ruby/1.9.3-p374/bin:/usr/local/bin:/usr/local/sbin:$PATH +export WORKON_HOME=~/environments +alias up="vagrant up && vagrant ssh" +source /usr/local/bin/virtualenvwrapper.sh +export GOPATH=$HOME/go +export PATH=$PATH:$GOPATH/bin +export CHEF_PATH=~/Desktop/chef-repo +unsetopt inc_append_history +unsetopt share_history # share command history data