<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>肥康 &#187; Life|Notes</title>
	<atom:link href="http://www.moorekang.com/category/think/feed" rel="self" type="application/rss+xml" />
	<link>http://www.moorekang.com</link>
	<description>憩于理性 行于热情</description>
	<lastBuildDate>Wed, 11 Apr 2012 13:36:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>eproject.el为Emacs加上工程</title>
		<link>http://www.moorekang.com/2012/03/08/eproject_el.html</link>
		<comments>http://www.moorekang.com/2012/03/08/eproject_el.html#comments</comments>
		<pubDate>Thu, 08 Mar 2012 15:58:17 +0000</pubDate>
		<dc:creator>moorekang</dc:creator>
				<category><![CDATA[Life|Notes]]></category>

		<guid isPermaLink="false">http://moorekang.com/?p=814</guid>
		<description><![CDATA[<p>我之前一直用的是project-mode.el来管理项目，在碰上代码很多的工程时还是有点不方便，源文件太多速度有点慢。快速检索文件还是可以，需要指定代码目录，可以增加目录。工程的概念还是不太直观，主要用来快速查找文件。 以前看有同学推荐过eproject, 当时没仔细看。这会儿想自己写一个，而今天偶尔试用了一下这个eproject.el, 这才是真正需要的好东西啊。
一个工程包含的是经常需要访问的文件，另一个重要的地方是可以自己绑定Make, clean, run, configure等命令。 一组常用命令加文件检索，非常方便。看下面的配置文件很清楚，make绑定到了一组命令。
(setq prj-tools
      &#8216;((“Make” “cd ~/source/Panda/; ./run.sh -c;” “f9&#8...........<a href='http://www.moorekang.com/2012/03/08/eproject_el.html' rel="nofollow">继续阅读</a></p>随机日志《Concrete Abstractions》的一些解答 (0)有你的快乐 (4)Find duplicated Number and Cycle detection (0)Hello world！ (2)从豆瓣FM下载喜欢的音乐 (4)A Emacs func (0)优化算法 (3)《先知》- 纪伯伦 (0)折腾记录 (0)又是一些歌 (1)]]></description>
			<content:encoded><![CDATA[<p>我之前一直用的是project-mode.el来管理项目，在碰上代码很多的工程时还是有点不方便，源文件太多速度有点慢。快速检索文件还是可以，需要指定代码目录，可以增加目录。工程的概念还是不太直观，主要用来快速查找文件。 以前看有同学推荐过eproject, 当时没仔细看。这会儿想自己写一个，而今天偶尔试用了一下这个eproject.el, 这才是真正需要的好东西啊。
一个工程包含的是经常需要访问的文件，另一个重要的地方是可以自己绑定Make, clean, run, configure等命令。 一组常用命令加文件检索，非常方便。看下面的配置文件很清楚，make绑定到了一组命令。
(setq prj-tools
      &#8216;((“Make” “cd ~/source/Panda/; ./run.sh -c;” “f9&#8...........<a href='http://www.moorekang.com/2012/03/08/eproject_el.html' rel="nofollow">继续阅读</a></p><h2  class="related_post_title">随机日志</h2><ul class="related_post"><li><a href="http://www.moorekang.com/2010/12/22/c-mem-leak.html" title="内存泄露">内存泄露</a> (2)</li><li><a href="http://www.moorekang.com/2011/02/22/workingtime.html" title="在显示器前干什么了">在显示器前干什么了</a> (2)</li><li><a href="http://www.moorekang.com/2010/08/02/astart-k-shortest-path.html" title="A*算法与K-shortest path问题">A*算法与K-shortest path问题</a> (3)</li><li><a href="http://www.moorekang.com/2011/06/07/554.html" title="从豆瓣FM下载喜欢的音乐">从豆瓣FM下载喜欢的音乐</a> (4)</li><li><a href="http://www.moorekang.com/2011/03/27/guitar.html" title="近期">近期</a> (3)</li><li><a href="http://www.moorekang.com/2010/12/29/theprophet.html" title="《先知》- 纪伯伦">《先知》- 纪伯伦</a> (0)</li><li><a href="http://www.moorekang.com/2010/08/21/using-automake.html" title="using automake">using automake</a> (0)</li><li><a href="http://www.moorekang.com/2011/05/06/valgrind.html" title="valgrind">valgrind</a> (0)</li><li><a href="http://www.moorekang.com/2011/05/23/hexiethings.html" title="有些该知道的">有些该知道的</a> (4)</li><li><a href="http://www.moorekang.com/2010/10/14/beizidaoshui.html" title="面试：杯子倒水">面试：杯子倒水</a> (5)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.moorekang.com/2012/03/08/eproject_el.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

