在Emacs中使用twitter/新浪微博
作者: xwl
想在 Emacs 里登录 twitter, weibo… 吗?试一下 twittering-mode.el 吧!它目前支持同时登录
twitter, sina weibo, douban…(这里指的是我 fork 的版本),先上图:
* 新手上路
-
require it, 下载链接在最后面
(require ‘twittering-mode)
-
避免每次都需要输入密码 (需要安装 gpg )
(setq twittering-use-master-password t)
-
一些网站(如 sina)不喜欢 SSL.
(setq twittering-allow-insecure-server-cert t)
(setq twittering-oauth-use-ssl nil)
(setq twittering-use-ssl nil) -
状态栏上显示未读推数;显示头像
(twittering-enable-unread-status-notifier)
(setq-default twittering-icon-mode t) -
启动时默认打开的 timeline.
(setq twittering-initial-timeline-spec-string `(“:home@sina”
; “:home@douban”
)) -
来吧: M-x twit
* 玩转推特
以下是一些基本操作, 相關快捷鍵可參閱 mode help (F1 m) 或自行定義:
-
发推:M-x twittering-update-status-interactive
-
轉發: M-x twittering-retweet
-
加評論轉發: M-x twittering-organic-retweet
-
評論: M-x twittering-reply-to-user
-
查看某個 timeline: M-x twittering-other-user-timeline 或 twittering-visit-timeline
-
Follow/Unfollow: M-x twittering-follow, M-x twittering-unfollow
-
收藏: M-x twittering-favorite
代码位于:https://github.com/xwl/twittering-mode, 欢迎上 #emacs-cn@irc.debian.org 来讨论。

loading...
第一次用就让Emacs变慢并且疯狂提升CPU使用率,吓死我了……
[回复]
我在这一步“M-x twit”的时候提示 Null service!。问一下怎么解决?我在windows下
[回复]
请给一个更详细的使用说明,谢谢啦;
[回复]
请问上sina微博怎么设置啊
[回复]
Null service!…
[回复]
只有新浪微博,没玩过twitter啊。不方便的说。
[回复]
Emacs是苹果公司的笔记本电脑吧。
记得苹果的MAC标志
[回复]
ahei 回复:
九月 19th, 2011 at 10:41 上午
@合肥可行性研究报告, 当然不是了
[回复]
哪位帅哥推荐个好用的屏幕录制工具,还有转换成 flash 神马的,我可以做一个 step-by-step 传到 youku 或 youtube.
[回复]
Joseph Pan 回复:
一月 5th, 2012 at 9:47 下午
@xwl, Ubuntu下有RecordMyDesktop,WIn下有Camtasia Studio、wink之类的软件。不知道为什么我配置好之后,一输入M-x twit回车后Emacs就死了,只能通过关闭终端的方法关掉它。
[回复]
还是比较小众化。
[回复]
OAuth 非要每次输PIN吗?
[回复]
omytea 回复:
五月 8th, 2012 at 10:43 下午
@J, 我也想问 验证通过以后怎么样以后才能不输pin了
[回复]