Full setup of rime and emacs-rime with double-pinyin schema on Debian 10.
Category Archives: Emacs
(Archived) Setup Emacs Double Pinyin With pyim And rime
Note: this post is out of date, see http://wenshanren.org/?p=1076 for a non pyim solution.
The integration of pyim and rime is relatively experimental and the setup process is not straight-forward, hence I wrote this blog.
Emacs Robe: 选择 ruby 版本
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 都装好了
Gnus:用 GPG 加密邮件
这周四(2014-10-09)在公司同事 Jack 的帮助下,成功地用 Gnus 发送了加密邮件。
Hack 记录:emacs-moz-controller 的创造过程
注 :这是我在写 moz-controller 时的记录,因为是写给自己看的,所以思维比较跳跃,文字也没有雕琢,只是希望能为 Emacs Lisp 爱好者提供一些参考价值。
Emacs: org-html-export returns org-html-fontify-code: Wrong number of arguments…
A few days ago, for no reason (for fun, maybe), I cloned the Github mirror of Emacs and built a latest Emacs. I also removed my old Emacs (I was silly, I blame Melbourne’s weather :D). Many subtle problems occurred since then, for example, executing org-html-export-as-html
often causes the following error:
org-html-fontify-code: Wrong number of arguments: #[(_beg _end) "À " [font-lock-fontify-buffer] 1], 0
emacs-moz-controller: View Page Source
I’ve added a new functionality to emacs-moz-controller: with some simple configurations, you can press C-c m u
in Emacs to view the source of the current Firefox page.
Emacs: org-html-export 时出现 org-html-fontify-code: Wrong number of arguments…
前几天心血来潮,克隆了 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: 查看网页源代码
给 emacs-moz-controller 新添加了个功能: 简单配置一下 Firefox 之后, 在 Emacs 中按 C-c m u
来查看当前页面的源代码.
moz-controller: Control Firefox from Emacs
Note: This blog is the README of moz-controller, which is the first Emacs plugin I’ve ever written. Github: https://github.com/RenWenshan/emacs-moz-controller.