2011-05 Emacs相关微博

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

 

 

 

 

 

 

2011-04 Emacs相关微博

  • [emacs] Emacs 不流行但很拉风的 feature http://zhengdong.me/?p=406 2011-04-01 06:39:27
  • [emacs][delphi] 唉,emacs用旧了,觉得别的编辑器都不给力,但e里面又没有那些语法相关的功能(尤其是pascal/delphi),于是两边来回切换着用,蛋疼啊 2011-04-01 15:51:03
  • [emacs][delphi] 中午没睡觉,自己写了两个elisp函数来jump to declaration/implementation,原型倒是很快,但为适应各种情况却调试了一个小时 2011-04-01 15:52:35
  • [emacs] 又在看关于缩进的设置了,真是够折腾的。发现 emacs 的缩进设置是这样的:你要从k&r, gnu里选用一种就非常省心,要有自己的风格就折腾死人。不仅仅cc-mode是这样,其它mode也受这个设计影响 2011-04-02 07:28:24
  • [emacs][delphi] 改用pascal-mode了。因为delphi-mode的实现比较怪,导致highlight-symbol, highlight-indentation没法用,也不能自己添加关键字/类型高亮 2011-04-02 13:57:38
  • [emacs][delphi] (modify-syntax-entry ?/ ”. 12b” pascal-mode-syntax-table) (modify-syntax-entry ?\n ”> b” pascal-mode-syntax-table) 2011-04-02 13:58:18
  • [emacs][delphi] delphi 的快捷键不能自定义实在是很挫,跟 #emacs 交叉使用也是蛋疼的办法,我还是找xkeymacs的代码调试一下看看它为啥不工作吧 f 2011-04-02 16:42:03
  • [emacs][TODO] 更新dos.el 2.11, espresso.el 9, js2-mode 20090814 2011-04-06 17:04:06
  • [emacs][TODO] update: fold-dwim 1.4; missing: color-moccur,imenu-tree,ascii,viper-tut/, wsh-repl, js-comint 2011-04-06 17:17:01
  • [emacs][todo] themes: billc, blackboard,empty-void,inkpot,mac-classic 2011-04-06 17:17:10
  • [emacs][cygwin]cygwin-mount似乎有点问题,我这里C-x C-f时输入/usr/share再Tab会变为e:/cygwin2/usr/share,这是对的,再Tab一下它不列出下面文件却变成了e: /cygwin2e:/cygwin2/usr/share/ 2011-04-07 08:49:13
  • [emacs] 与窗口相关windmove, rotate-windows, windswap, tabbar, ide-skel, dedicated, sticky windows 2011-04-07 17:44:30
  • [emacs][chm] CHM of Emacs Manual 23.3 & Org Mode 7.3 uploaded. http://code.google.com/p/emacs-manual-chm/downloads 2011-04-11 14:11:14
  • [emacs][TODO] grep -L autoload *.el 2011-04-13 18:33:43
  • [工具软件][emacs] 我发觉我可以暂时不用hack arsclip的代码来支持emacs了,因为可以配成Shift-Insert的方式来粘贴,vim也可以,唯一不行的就是cmd/console了,那倒不急 2011-04-15 08:41:13
  • Teach Yourself Emacs in 24 Hours.chm里面页面不嵌入图片,要点一下才显示,而且还是跳出一个IE窗口来显示,比较闹心,写了个小py脚本做了个HTML文本替换,搞定了 2011-04-15 15:49:04
  • [emacs] auto-complete里面提供了一个fuzzy.el,只要M-x turn-on-fuzzy-isearch之后C-s就是调用fuzzy实现模糊搜索了 2011-04-15 17:25:34
  • [emacs][TODO] fold-dwim 1.4, setup-cygwin, w32shell, highlight-parentheses 2011-04-15 17:51:11
  • discount: markdown implementation in C. http://www.pell.portland.or.us/~orc/Code/discount/ 这样你就不是非得需要perl来生成html了 [emacs][debian] 2011-04-19 09:28:08
  • [emacs][cygwin][linux] 用xterm-mouse-mode或者gpm-mouse-mode可以让字符终端上的Emacs也能用上鼠标(不过菜单仍然不是下拉式:-) http://goo.gl/XmywJ 2011-04-21 09:56:04
  • [emacs] v23.2以上使用ecb,需要下载最新cvs snapshot;v23.3以上还得加一句 (setq stack-trace-on-error t) 2011-04-21 17:01:26
  • [emacs] emacswiki SVN镜像 http://www.emacswiki.org/emacs/SVN_repository Web访问 http://svn.sv.gnu.org/svn/emacswiki/emacswikipages/ 2011-04-24 20:45:30
  • 那些说Emacs按键比较变态,需要C-x C-c按两下的,你看看Eclipse, Visual Studio 2005的按键列表,看看Vim的补全按键,一样变态,有木有!有木有! 2011-04-27 09:32:30
  • [emacs] 代码折叠的最佳方法 hideshow(vis) + allout(-widgets) 效果图: http://www.cnblogs.com/bamanzi/gallery/image/102213.html 2011-04-27 11:35:23
  • [emacs] allout-widgets 已经在2月份进入emacs 24的代码库了。奇怪的是,挺好的一个东西,而且是蛮有视觉效果的,但几乎没有博文提到这个,甚至作者主页上都没个图 2011-04-29 12:11:40