References:
- http://xahlee.org/emacs/elisp.html
- http://stackoverflow.com/questions/559634/emacs-lisp-function-guide
- http://xahlee.org/emacs/elisp_function_eval_and_doc_lookup.html 这篇教怎么查找elisp函数
- http://xahlee.org/emacs/elisp_common_functions.html 一些比较常用的elisp函数
- http://www.fnal.gov/docs/products/emacs/emacs/emacs_23.html Emacs中的缩进设置
- http://linuxtoy.org/archives/emacs-indent-vline.html Emacs中设置缩进提示线
- http://hide1713.wordpress.com/2009/01/30/setup-perfect-python-environment-in-emacs/ Python in Emacs
- http://lifegoo.pluskid.org/?p=152 Emacs生存指南
- http://www.cnblogs.com/bamanzi/archive/2011/05/06/2038453.html Python Emacs配置自动补全的比较