2011-05 Emacs相关微博
- [emacs] 多用几次发现allout-widgets不太稳定,似乎有时折叠几下会进入死循环,导致CPU被完全占用,还不清楚问题在什么地方. 版本:ntemacs 24 bzr 20110402
- [emacs] iedit.el 可以实现某些IDE里面那种重构时修改方法名、变量名的能力:一次性修改所有出现的方面,随着输入动态修改(如果只该某一部分里的所有实例,可先narrow) http://www.emacswiki.org/emacs/Iedit
- [emacs][addons] Scrapbook 1.4.4 加回了多国语言 https://addons.mozilla.org/zh-CN/firefox/addon/scrapbook/
- [emacs] TNND, 终于摸索出来了那个ac-anything2怎么使用 (define-key ac-complete-mode-map (kbd ”C-:”) 'ac-anything2)
- [emacs] ac-anything(2)的目的是可以用anything提供的搜索备选项功能,不过auto-complete本身支持C-s搜索,还有fuzzy能力,所以使用ac-anything(2)的必要性似乎不大
- [emacs] smex.el — M-x interface with Ido-style fuzzy matching. 用过 ido 的话,试试这个 smex 吧 http://github.com/nonsequitur/smex/
- [emacs] keysnail 的作者 mooz 用的这个配色主题还挺好看的,不知道叫什么 http://d.hatena.ne.jp/mooz/20091207/p1
- [emacs] 中午简单试验了一下icicles,发现它跟ido非常象——只是在minibuffer补全上做改进,表明上跟emacs自带的tab补全差不多,很多功能似乎隐藏在一些快捷键后面
- [emacs] icicles-imenu 会按imenu 里面的层级关系,让你先选 Defun, Types 还是Variables,然后再选下一级(跟idomenu类似),这比较麻烦,不如 anything-imenu 方便
- [emacs] icicles 的作者太能写了,本来挺简单个事儿,被他在EmacsWiki上用了好多篇来写,看得头晕
- [RIL][☆][emacs] The single most useful Emacs feature - Stack Overflow http://stackoverflow.com/questions/60367/the-single-most-useful-emacs-feature
- [RIL][☆][emacs] Ten Essential Emacs tips http://web.psung.name/emacstips/essential.html
- [RIL][☆][emacs] Some Emacs Advanced Tips http://xahlee.org/emacs/emacs_adv_tips.html
- [RIL][☆][emacs] effective emacs中文版 - Joyer的日志 - CSDN博客 http://blog.csdn.net/delphinew/archive/2008/01/19/2053676.aspx
- [RIL][☆][emacs] EmacsWiki: Emacs Nifty Tricks http://www.emacswiki.org/emacs-en/EmacsNiftyTricks
- [RIL][☆][emacs] Tips on Long Term Emacs Productivity http://xahlee.org/emacs/effective_emacs.html
- [RIL][☆][emacs] effective-emacs - steveyegge2 http://sites.google.com/site/steveyegge2/effective-emacs
- [emacs][vim] (eval-after-load 'viper '(require 'vimpulse))
- [emacs] How to maximize Emacs on Windows at startup? http://www.nujk.com/how-to-maximize-emacs-on-windows-at-startup
- RT @mathwuyue: 推荐一本 #emacs 的书籍给各位 #emacs 爱好者:GNU Emacs & XEmacs,Larry Ayers写的。作者本身是个hacker,所以整本书非常hacker,侧重elisp的使用,以及各种错误调试。与之相对的Learning G
- [emacs] 昨天折腾了一下英文单词补全,但都不太满意:predictive-mode需要completion-ui和auto-overlay,牵扯一大堆(毕竟我已经有auto-complete了),而且加载还慢…
- [emacs] 续: Synonyms是Drew Adams写的,这家伙一贯写注释写得啰嗦,而且那个词库还下载不成功(DTA说下载完了,但打不开),另外它依赖于icicles(这个倒觉得可以接受)
- [emacs] 续: 这让我觉得还不如用紫光的英文提示方便。不过跨平台又怎么办?再看看吧,实在不行,自己用auto-complete + /usr/share/dict/words 写一个应该不会比写a-c-scite-api那个难
- [emacs] 续: 也不知道直接用auto-complete的ac-source-dictionary 配上 /usr/share/dict/words 性能怎样
- [emacs] 看debian的包依赖, 似乎twittering-mode 并不需要ruby? http://packages.debian.org/twittering-mode
- [emacs] An Emacs cheatsheet as a mindmap - http://www.dieblinkenlights.com/blog_en/an-emacs-cheatsheet-as-a-mindmap
- [emacs] 将customization保存到另外一个文件 (setq custom-file ”~/.emacs.d/custom.el”) (load custom-file 'noerror)
- [emacs][TODO] upload iclcles/(dired+,ffap-,fit-frame,menu-bar+,misc-cmds,palette,wid-edit+)
- [emacs][TODO] upload icicles/(info+, misc-fns, frame-fns, doremi-cmds, bookmark+-*, help-fns, thing-cmds)
- [工具软件] 我说怎么我的Emacs上怎么莫名其妙地每个按键前面都多了一个C-c,原来是灵格斯的“划词翻译”搞的鬼
- unix shell的新纪元?可为啥是mac的? 另外我觉得在emacs上捣腾出来应该不太难 RT @gujiaxi: RT @CatJia1990: 神器啊啊 RT @YaoFur: TermKit: 下一代的Mac命令行/终端程序: http://t.co/WymbYoK
- [firefox] 地址栏匹配技巧: ”* emacs”只在书签搜索emacs字样;”^ emacs”只在历史记录中搜索emacs字样;另外还有: + 标签(tag), % 当前所有分页(tab) http://is.gd/UAaoWZ
- [emacs] 哈哈,最简单的英文单词补全: 先用emacs打开/usr/share/dict/words,然后用其它buffer里用M-/补全 (Linux上那个words指向web2,韦伯词典单词列表 Debian上从这里下载 http://packages.debian.org/miscfiles)
- [emacs] 续: 你还可以下载一份fortune-zh,然后用M-/ (dabbrev-expand) 或者hippie-expand来补全唐诗、宋词、诗经——弓虽口阿 http://packages.debian.org/wheezy/fortune-zh
- [emacs] 这篇文章里提到了 23.2开始的对completion的改进 http://emacs-fu.blogspot.com/2010/05/emacs-232.html 另外,可以看一下变量 completion-styles 的说明
- [emacs][xml] 格式化: M-x sgml-pretty-print
- [emacs] projany.el — Project Collection, a unified interface to emacs project managers http://www.panix.com/~tehom/my-code/projany.el
- [emacs][TODO] cfg: vi: () sentence, {} paragraph, ^ nb b-o-l, g0 b-o-l, ”xp insert-register, ”xy copy-to-register, M bookmark-set
- [emacs][TODO] cfg: zap(-up)-to-char, linkd, tempbuf, recent-jump, fortune~cygwin-mount,
- [emacs][vim][joke] - Why are we hiding from the police, daddy? - Because we use vi, son, they use emacs http://is.gd/lzvcFj
- [emacs][TODO] conf: drag-stuff, C-f10, linkd, -smex,
- [emacs] 哈哈哈, 终于为我的auto-complete-scite-api 找到一个好使的prefix表达式py-complete-completion-re,可以用来补全类似python里”os.path.is…”这种API. 一直没搞定的就是最后那个\\=
- [emacs][TODO] gist.el – Emacs integration for gist.github.com - GitHub - https://github.com/defunkt/gist.el
- [emacs][python][TODO] Emacs as a Python IDE - PyCon India 2011 - http://in.pycon.org/2011/talks/7-emacs-as-a-python-ide
- [emacs][firefox] Manage firefox tabs in emacs with org - http://stackoverflow.com/questions/5958009/manage-firefox-tabs-in-emacs-with-org-mode
- [emacs][python] Windows Emacs上终于可以使用ipython了,需要先在ipython.bat里面添加一个-i : python -i ipython.py (不记得以前用不起来是不是没注意这一点)
- [emacs][chm][todo] 给emacs-manual-chm增加两点改进: 增加一些颜色(通过css)、accesskey
- [RIL] Enjoy Python under Emacs http://mmmyddd.freeshell.net/blog.cgi/Computer/Python/delightedprogpythonunderemacs
- [RIL][emacs][python] emacs:emacs23下搭建python开发环境 [杂乱的维基] - http://www.quhuashuai.com/wiki/emacs:emacs23%E4%B8%8B%E6%90%AD%E5%BB%BApython%E5%BC%80%E5%8F%91%E7%8E%AF%E5%A2%83
- [RIL][emacs][python] Emacs Python completion - http://www.rwdev.eu/articles/emacspyeng
- [emacs][RIL] Putting it in Perspective : Nex3 - http://nex-3.com/posts/72-putting-it-in-perspective
- [emacs][RIL] bash like tab completion in emacs http://timchen119.blogspot.com/2007/02/bash-like-tab-completion-in-emacs.html
- [emacs][tips] (require 'fuzzy) (turn-on-fuzzy-isearch)
- [RIL] Simple tip for browsing python using emacs - http://www.reddit.com/r/emacs/comments/e28ai/simple_tip_for_browsing_python_using_emacs/
- [emacs][linux] 在VirtualBox上试了半天,好像GNOME不能把lwindow映射成super而rwindow映射成hyper。它缺省是都映射成super, 但只能两键一起改成hyper——李杀也在问这个