EmacsWikiにある.elをまるごと取得する

ちょっと前にtwitterで小耳に挟んだネタ。
これはヤバい。


EmacsWikiの.elってsvnで管理されてたようだ。

$ cd $HOME/.emacs.d./
$ svn co svn://svn.sv.gnu.org/emacswiki/emacswikipages


これで.emacs.d/emacswikipages に.elがどーっと入る。
全部で200Mくらいある。
anything関係だけでこんだけはいってた。

  • ac-anything.el
  • ac-anything2.el
  • anything-R.el
  • anything-TamasPatrovics.el
  • anything-adaptive.el
  • anything-auto-install.el
  • anything-c-aspell-interactively.el
  • anything-c-javadoc.el
  • anything-c-shell-history.el
  • anything-complete.el
  • anything-config.el
  • anything-dabbrev-expand.el
  • anything-delicious.el
  • anything-el-swank-fuzzy.el
  • anything-emms.el
  • anything-eproject.el
  • anything-etags.el
  • anything-extension.el
  • anything-grep.el
  • anything-gtags.el
  • anything-include.el
  • anything-ipa.el
  • anything-ipython.el
  • anything-irfc.el
  • anything-kyr-config.el
  • anything-kyr.el
  • anything-match-plugin.el
  • anything-menu
  • anything-menu.el
  • anything-mercurial.el
  • anything-migemo.el
  • anything-rcodetools.el
  • anything-rurima.el
  • anything-search-file.el
  • anything-show-completion.el
  • anything-slime.el
  • anything-source.yasnippet
  • anything-startup.el
  • anything-traverse.el
  • anything-yaetags.el
  • anything-yaoddmuse.el
  • anything.el
  • anything.el.before-frames-patch
  • descbinds-anything.el
  • init-anything-thierry.el
  • init-anything.el


あとは.emacs.d/emacswikipages にload-pathを通し、
使いたい.elをrequireするだけ。

svnだから管理の手間も省けますね。