Monthly Archives: June 2013
链接推荐 —— 2013年6月
链接推荐 —— 2013年6月
OpenERP: Display Pictures in a Module’s Description
OpenERP: Display Pictures in a Module’s Description
OpenERP:在模块简介中插入图片
OpenERP:在模块简介中插入图片
Emacs: Set Default Path for speedbar
Emacs: Set Default Path for speedbar
speedbar uses the folder of the file that is associated with the current buffer
as the default path. For example, if I open speedbar when
editing ~/.emacs.d/dotEmacs/init.el , it will display files
under ~/.emacs.d/dotEmacs/ . However, I use dired-jump to achieve a similar
functionality, and for me speedbar is a simple project explorer, so I hope it
could open a certain folder once activated.
Emacs:设置 speedbar 的起始路径
Emacs:设置 speedbar 的起始路径
speedbar 会默认以当前 buffer 对应的文件所在的文件夹为起始路径。如果我在编
辑 ~/.emacs.d/dotEmacs/init.el 的时候打开 speedbar,它会显
示 ~/.emacs.d/dotEmacs/ 这个目录下的文件。但我一般用 dired-jump 来实现这个功
能,speedbar 被我当作一个简单的项目文件浏览器,所以我希望它能有一个固定的起始路
径。
Emacs: Python Debugging, Send Code to an Arbitrary Buffer
OpenERP development is part of my current job, which means I debug a lot of
Python code. This blog offers a few tips on how to debug Python in Emacs. In
theory, these tips could also be applied to any other dynamic programming
languages.
Emacs:Python 调试,发送代码至任意 buffer
Emacs:Python 调试,发送代码至任意 buffer
我现在工作的一部分是做 OpenERP 开发,经常需要调试 Python 代码,这篇博客总结了一
些在 Emacs 中调试 Python 的技巧。理论上,这些技巧稍微修改一下也能用于其他动态语
言的调试。