1 Python 和 OpenERP
- OpenERP Web Training 1.0 documentation
OpenERP 的 Web 开发文档。
2 Emacs 和 Elisp
- A Gentle Introduction to CEDET
CEDET (Collection of Emacs Development Environment Tools) 入门教程。
- Using Emacs for Android Development
用 Emacs 和 CEDET (目前 JDEE 已经并入了 CEDET 项目) 来做 Android 开发,支持项目管理、API 补全等,经我测试,速度比 emacs-eclim 要快,而且因为涉及到的插件很多是用 Elisp 开发的,根据自己的需求进行修改和配置也比较方便。
- CEDET: Android Features
CEDET 文档中关于 Android 开发的相关功能的介绍。
- Eshell completion for git, bzr, and hg
利用 pcomplete 在 Eshell 中对 git, bzr 和 hg (都是版本控制系统)进行命令补全。代码值得一读,稍作修改也可以应用在其他工具上。
- Practical guide to use Gnus with Gmail
陈斌的博客,在 Gnus 使用 Gmail,把他的配置复制过来,修改下用户名密码就可以直接用了。我最近从 mu4e 转到了 Gnus。
- Emacs + org-mode + python in reproducible research; SciPy 2013 Presentation
Youtube 链接。在可重复研究(reproducible research)中使用 org-mode 来做笔记、写博客、写论文等等。
- Internal Reprogrammability
Martin Flower 的文章,从 Emacs 入手,讲他对 Internal Reprogrammability (内在可编程性?不知道是不是这么翻译) 的认识。
- 著名 Emacs 用户列表
我不认为使用 Emacs 能提高一个程序员的水平,也不认为几个中老年知名人士使用(或使用过)Emacs 就能证明它有什么特殊之处。
但在我的水平比现在更差的时候,知道这些我心目中的牛人也是(或曾经是) Emacs 用户,确实是我继续使用和学习关键原因之一。所以建了这个列表,希望能对初学者起到一些指(误)导作用。
- Flycheck
Emacs 的实时语法检测插件, 比 flymake 好用 (至少配置更容易).
- 用 org-mode 进行时间管理
一系列介绍用 org-mode 进行时间管理的文章, 简单实用.
- Advise Multiple Commands in the Same Manner
用 macro 来简化重复性的 advice 定义.
3 杂
- Richard Stallman: Snowden & Assange besieged by empire but not defeated
Youtube 链接, 一个新闻节目对 Richard Stallman 的采访, 谈及了 Snowden 和 Assange.
Happy Hacking!