M-x robe-start
报错:
Could not find rake-10.4.2 in any of the sources Run `bundle install` to install missing gems. Process rails exited abnormally with code 7
但是在 shell 里运行 bundle install
,显示所有的 gem 都装好了
M-x robe-start
报错:
Could not find rake-10.4.2 in any of the sources Run `bundle install` to install missing gems. Process rails exited abnormally with code 7
但是在 shell 里运行 bundle install
,显示所有的 gem 都装好了
有时候在家,我会用iMac放点儿音乐,然后躺床上看看书什么的。经常看着看着就困了,又懒得下床去关音乐,迷迷糊糊睡过去,耳边一直响着音乐,睡得也不安生。
前两天“灵机”一动,决定写个安卓应用来控制iMac的音量。
这周四(2014-10-09)在公司同事 Jack 的帮助下,成功地用 Gnus 发送了加密邮件。
注 :这是我在写 moz-controller 时的记录,因为是写给自己看的,所以思维比较跳跃,文字也没有雕琢,只是希望能为 Emacs Lisp 爱好者提供一些参考价值。
最近用 i3 实现了一个在我脑中转了很久的念头――对换两个显示器上的工作区。比如:Firefox 在笔记本显示器上,Emacs 在外接显示器上,按一个快捷键,将 Emacs 放到笔记本显示器上,将 Firefox 放到外接显示器上。
前几天心血来潮,克隆了 Emacs 的 Github 镜像,自己编译了一个最新的 Emacs。而且非常无脑地把原来的 Emacs 删掉了。自此,各种小问题层出不穷,比如 org-html-export-as-html
时,经常会出现:
org-html-fontify-code: Wrong number of arguments: #[(_beg _end) "À " [font-lock-fontify-buffer] 1], 0
给 emacs-moz-controller 新添加了个功能: 简单配置一下 Firefox 之后, 在 Emacs 中按 C-c m u
来查看当前页面的源代码.
注: 本文是 moz-controller 的中文 README (commit 7e3d05f). moz-controller 是我写的第一个 Emacs 插件, github 地址: https://github.com/RenWenshan/emacs-moz-controller.
写了两个简单的 elisp 函数, 让我在 Emacs 中边读 PDF 边做笔记的体验更好一些.