2011-03 Emacs相关微博

巴蛮子 posted @ 2011年4月07日 22:08 in Emacs with tags emacs microblog , 4150 阅读

[cygwin][emacs] 开始试用cygwin版本的emacs,感觉好像比native版本要爽一些,ipython/term等都可以正常工作,只是字体只能一种大小了(X版跑不起来,segfault, 还不知道原因) [2011-03-01 11:39:01]

[fonts][unicode] best unicode fonts http://xahlee.org/emacs/emacs_unicode_fonts.html [2011-03-02 07:41:48]

[emacs][RIL] 破解stardict词典数据结构,并在emacs中调用自己的轻量级查词工具 http://blog.meecoder.com/archives/89 [2011-03-03 13:57:41]

写了三天架构文档。唉,每天不折腾一会儿emacs,就好像很空虚似的 :-) [2011-03-04 17:36:52]

[emacs] ntemacs ( http://ntemacs.sf.net ) 又在发版本了,问题是 http://alpha.gnu.org/gnu/emacs/windows 自己都提供win32的版本啊,它ntemacs又没什么不同 [2011-03-05 10:11:35]

[emacs] 昨晚阅读了一下emacswiki上CategoryOutline里面的内容,似乎outline-mode更适合写文档,hideshow更适合写代码,还有其它一些小技巧。今天继续研究一下,差不多了就写篇总结 [2011-03-05 10:46:00]

[emacs][RIL] RT @xah_lee: RT @heystaks_public: "Emacs 23.2 Features" selected in #Unix #HeyStaks http://bit.ly/f7fy1W [2011-03-05 13:37:46]

用手机翻emacs相关推,网友说日本用这东西的人多,看起来还真是,很多都是日文的 [2011-03-05 13:50:29]

[emacs][RIL] RT @xah_lee: #emacs artist-mode lets you draw ascii boxes http://goo.gl/YXuPN [2011-03-05 22:02:22]

[emacs] RT @don9z: #Emacs 困扰我很久的编辑无权限文件即 sudo edit 问题终于用 #tramp 解决了: C-x C-f /sudo::/file/to/ed.it,看起来好像需要通过 ssh,其实只是 subshell。 [2011-03-06 19:22:55]

[emacs] 代码折叠 C-+: fold-dwim-toggle, C-c +: fold-dwim-show-all, C-c -: fold-dwim-hide-all, C-\: toggle-selective-display [2011-03-07 13:28:12]

[emacs]  hidesearch.el --- Incremental search while hiding non-matching lines. 比eassit里面的eassist-list-methods更通用,后者依赖于semantic语法解析 [2011-03-07 13:30:45]

[eclipse][emacs] emacsplus居然支持align-regexp,好耶! [2011-03-07 14:33:11]

[emacs] 从XahLee的文章看来,23.2除了cedet之外,我觉得很有用的是htmlfontify和async-shell-command (M-&) http://bit.ly/f7fy1W [2011-03-07 16:06:32]

[emacs] 原来EMACS还可以这样绑定,哈哈哈: (global-set-key (kbd ”C-c 酷”) 'find-file) [2011-03-08 10:40:44]

[emacs]  再来一个:  (global-set-key (kbd ”C-c 查找”) 'isearch-forward) [2011-03-08 10:42:25]

[emacs] 再来:  (global-set-key (kbd ”C-c 哪个键”) 'where-is) [2011-03-08 10:47:58]

[emacs][org] definition list的表述方式我老是不记得:   keyword :: description [2011-03-08 11:56:02]

[emacs][python] 最简单的补全方法是py-complete,注意不是python-mode自带的pycomplete,后者同时还有一个py模块配合(需要pymacs) [2011-03-08 18:09:52]

[emacs] eassist-list-methods常常不好使,而且有时又不仅是要找函数(只找函数可以用idomenu), 这时就该hidesearch出场了 http://www.emacswiki.org/emacs/hidesearch.el [2011-03-09 14:54:50]

[unicode][emacs] How to insert a unicode character by name? With v23, type 【 Ctrl + x 8Enter】 (ucs-insert), then the name of the unicode. [2011-03-10 07:27:43]

[emacs][RIL] Ten Essential Emacs tips http://web.psung.name/emacstips/essential.html [2011-03-10 07:48:27]

[emacs][RIL] RT @hnfirehose: A gentle introduction to CEDET (Emacs source code browsing):  http://bit.ly/bpybEn [2011-03-10 08:05:11]

[uemacs] Emacs-like imenu for MicroEmacs Jasspa http://www.dgroth.de/pmwiki/index.php?n=MicroEmacs.Macros-Imenu [2011-03-10 09:49:42]

[emacs][python][RIL] Configuring Emacs as a Python IDE | Pedro Kroger http://pedrokroger.net/2010/07/configuring-emacs-as-a-python-ide-2/?ut [2011-03-11 06:44:20]

[emacs] initial-scratch-messages <= cowsay   fortune [2011-03-12 21:42:52]

[emacs][theme] RT @newsery3: An Emacs color theme that integrates well with Ubuntu's Radiance - http://bit.ly/f1xLBQ - [Hacker News FH] [2011-03-13 06:34:11]

[firefox][emacs] 用keysnail插件发推https://github.com/mooz/keysnail/raw/master/plugins/yet-another-twitter-client-keysnail.ks.js [2011-03-13 22:36:03]

[emacs][php][openproxy] 正确的函数查找网址应该是 http://php.chinaunix.net/manual-lookup.php?pattern= [2011-03-14 16:57:41]

[emacs][python] Pylookup is a mode to search the Python documentations from Emacs. http://taesoo.org/Opensource/Pylookup [2011-03-14 20:30:56]

[emacs] 今天配上了w3m (需要cygwin安装w3m,冰将cygwin的/bin和/usr/local/bin加入了exec-path)。可以用它来看Web形式的函数帮助(比如php的) [2011-03-14 20:43:54]

[emacs] 支持frames的w3m: w3m-mee  http://pub.ks-and-ks.ne.jp/prog/w3mmee/ [2011-03-15 09:35:41]

[emacs][cygwin] windows上跑emacs还是离不开cygwin啊,虽然grep,find什么的用mingw, gnuwin32,unxutils的都行,但w3m,man,sdcv,fortune之类还是cygwin下方便 [2011-03-15 13:43:04]

[emacs][geek] 写了几个函数来insert-random-cowsay-fortune,哈哈 [2011-03-16 14:15:23]

[emacs] w32-phantom-key-code 这个设置到底有什么用呢?C-h v里面说得语焉不详,有木有!!!非得看源码才能明白,有木有!!! [2011-03-18 11:08:09]

[emacs] RT @RegexTip also, if you start a normal isearch with C-s, and then realize you wanted a regexp isearch, just hit M-r. [2011-03-18 17:48:53]

[emacs] Window rotate  https://github.com/banister/window-rotate-for-emacs [2011-03-18 18:07:16]

[emacs][org-mode][unicode] 输入\sup1会在导出时得到&#185; ,\sup2得到&#178;,\Delta得到Δ ,可用C-c C-x \切换“所见即所得”状态(你看到的也是&#185;&#178;Δ),具体可查看org-entities。 [2011-03-18 18:33:33]

[emacs][org-mode][unicode] 续上: 关于org-entities,目前我没有找到类似ucs-insert 的浏览插入方式 [2011-03-18 18:34:09]

[emacs][org-mode] 今天偶然发现org里面配了很多&#39;alt开头(不是meta!)的快捷键,用来插入&#171;&#163;&#165;&#195;&#227;等特殊字符,比如A-^ 1输入&#185;, A-^ I输入&#206;,A-1 / 2输入&#189; [2011-03-18 18:41:17]

[emacs]RT @linuxfireurl: 在 Emacs 里面使用 Stardict: posted by wwliu`@ubuntu-cn, *0BluebirdShao: 把这个看懂就行了... http://bit.ly/f3UNKb [2011-03-19 08:23:11]

[emacs][linux] 将&lt;menu&gt;变成&#39;hyper   (define-key key-translation-map [menu] &#39;event-apply-hyper-modifier) [2011-03-19 17:24:00]

在googlecode上升请了一个项目来放我的那些脚本和emacs代码,在linux下用得很顺利,但windows下装了tortoisesvn, 能顺利下代码,但不能提交,检出的时候没问我用户名,现在又没找到地方设用户名。难道要我用命令行从头来过? [2011-03-20 15:19:57]

[emacs] semantic-tag-folding.el #72 (require &#39;semantic/decorate/mode)  #257  (if (called-interactively-p &#39;any) #115 util [2011-03-21 09:02:24]

[emacs] devhelp函数帮助查询: devhelp -s &lt;keyword&gt;    P.S. 源码包里面居然还自带一个devhelp.el, 里面除了查询还提供了了一个assistant,似乎是自动提示功能? [2011-03-22 08:59:56]

[emacs] anything-font-families 所见即所得地选字体  http://d.hatena.ne.jp/mooz/ [2011-03-22 10:51:07]

[emacs] 发现emacs自带一个info-lookup-symbol (C-h S)可用来查函数的帮助,测试了一下elisp,好使。但配置比较复杂,没搞懂,至少awk用缺省配置查不到 [2011-03-22 13:56:20]

[emacs] (windmove-default-keybindings &#39;super) [2011-03-22 17:38:23]

[emacs] RT @nean: あれ? / Emacs で全角スペース/タブ文字を可視化 | Weboo! Returns. http://htn.to/Hix2hq [2011-03-23 08:44:53]

[emacs][g_f_w] RT @milkypostman: New Emacs Icon:  http://t.co/WvlIHqa [2011-03-23 08:47:00]

[emacs][gnome][vim] devhelp的assistant很酷啊  http://lunar-linux.org/~jannis/videos/devhelp-vim.ogv [2011-03-23 17:15:52]

[emacs][vim] Qt有一个类似的assisant http://blog.morpheuz.cc/01/07/2008/qt-assistant-emacs/ [2011-03-23 17:28:56]

[emacs][python] py开发扩展合集 RT @jruariveiro: Python developer and emacs user ? Check out this http://is.gd/npFu1u [2011-03-23 21:46:23]

[emacs][python] 另一套合集EMacs Python Enhanced Tight Ass DOmination https://github.com/haplo/empetado [2011-03-23 22:59:29]

[emacs][todo] 凑一个查函数帮助的大全脚本吧,把chm/hlp/msdn/info/devhelp/qtassist都放进去,找起来也方便 [2011-03-24 16:28:36]

[emacs][firefox] Emacs真是爽啊,修改Firefox扩展,都不用解压.jar文件,直接在里面打开修改。以往我用的是totalcmd,把修改后的文件拖进去覆盖,以为就算挺简单的了,囧 [2011-03-24 19:14:11]

[emacs][vim] 好多Vim相关的漫画  http://hotoo.googlecode.com/svn-history/r297/vimwiki/Vim.html#toc_1.17 [2011-03-25 09:18:05]

[emacs][javascript] RT @daleharvey: Coding javascript in emacs? I published jshint-mode - https://github.com/daleharvey/jshint-mode [2011-03-26 14:07:43]

[javascript][emacs] REPL for wsh&#39;s javascript  https://github.com/jonnay/wsh-repl [2011-03-28 11:14:05]

[emacs] Automatic highlighting current symbol minor mode https://github.com/mitsuo-saito/auto-highlight-symbol-mode [2011-03-28 18:55:14]

[vim]Indent Guides RT @superbobry: I wonder if there's anyth'g similar 4 #emacs -- couldn't find nothing on EmacsWiki http://goo.gl/bPik4 [2011-03-29 07:59:52]

[emacs][unicode] HTML/XML Entities (Char/Unicode/Symbol) List http://xahlee.org/comp/unicode_html_entities.html [2011-03-29 09:40:42]

[emacs] 原来emacswiki的那些代码在sf.net上也能找到,http://emacswikicode.cvs.sourceforge.net/viewvc/emacswikicode/ [2011-03-29 11:11:18]

[emacs] 今早终于有时间来改auto-complete-scite-api的性能改进,虽然上周大体考虑了一下觉得比较简单,但调试时还是发现有几个小地方基本上没考虑到 [2011-03-29 11:21:38]

[emacs] ac-scite-api: 测试了java160.api (1.4M)和python.api (1.8M),性能都还不错,但python.api 里这种包含整个包路径的API会造成输入包名时补全项太多,性能上应该还有优化空间。先“发布0.2”再说吧 :-) [2011-03-29 11:27:17]

[emacs] RT @xah_lee: #Emacs #Lisp basic example: Count Words/Chars http://goo.gl/1JdAs → exercise: count lines [2011-03-30 07:30:01]

[emacs] RT @xah_lee: How To Use And Setup #Emacs's whitespace-mode http://goo.gl/22tAl [2011-03-30 07:54:12]

[emacs] 我的auto-complete-scite-api 发了v0.2  http://is.gd/acQlIO [2011-03-30 09:41:35]

[emacs] Indent Guides for Emacs (highlight-indentation) https://github.com/antonj/Highlight-Indentation-for-Emacs/  算是对前面vim上此功能的回应 [2011-03-30 09:56:28]

[emacs][lisp] v23.1上那个ido-jump-to-window会卡在ido-completing-read上,对比了一下v24的ido.el,后者在这个函数里会调用ido-common-initialization,将其内容添加到v23.1之后就好使了 [2011-03-30 11:29:08]

[emacs][orgmode][unicode] 上次说的org-entities, 输入\之后,按M-TAB可补全——不知道org还提供哪些补全 [2011-03-30 13:28:47]

[emacs] 参照windmove和上次看见的window rotate写一个交换的函数,还是很简单的嘛 [2011-03-30 17:41:15]

[emacs] 刚才翻一个HTTP 1.1 RFC的txt文档,我拖到emacs里面去,M-x rfcview-mode, 然后就有了菜单、目录跳转,加上我配置的H-*/#和sdcv查询,把同事看得眼花缭乱,哈哈哈 [2011-03-30 18:05:02]

Technorati Tags:

 

 

 

 

 

 

Avatar_small
seo service london 说:
2024年1月14日 19:12

I am really enjoying reading your well written articles. It looks like you spend a lot of effort and time on your blog. I have bookmarked it and I am looking forward to reading new articles. Keep up the good wor


登录 *


loading captcha image...
(输入验证码)
or Ctrl+Enter