<?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>Xhacker&#039;s Base &#187; Emacs</title>
	<atom:link href="http://xhacker.shiyiquan.cn/tag/emacs/feed/" rel="self" type="application/rss+xml" />
	<link>http://xhacker.shiyiquan.cn</link>
	<description>Since June, 2009.</description>
	<lastBuildDate>Sat, 04 Sep 2010 14:13:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/>		<item>
		<title>GNU Emacs for Windows</title>
		<link>http://xhacker.shiyiquan.cn/gnu-emacs-for-windows/</link>
		<comments>http://xhacker.shiyiquan.cn/gnu-emacs-for-windows/#comments</comments>
		<pubDate>Wed, 31 Mar 2010 08:15:01 +0000</pubDate>
		<dc:creator>Xhacker</dc:creator>
				<category><![CDATA[晒]]></category>
		<category><![CDATA[Emacs]]></category>

		<guid isPermaLink="false">http://xhacker.shiyiquan.cn/?p=456</guid>
		<description><![CDATA[Windows 下面的编辑器比起 Emacs 都差远了，所以最好还是在 Windows 下面也用 Emacs。 但是很麻烦： 下载 ntemacs，解压。 安装 DejaVu Sans Mono 字体。 复制 MinGW，并将 bin 文件夹添加到环境变量 PATH 中。 将 .emacs 文件复制到一个地方。 我将以上四步合成到一块了，打包成一个安装文件（谢谢黄轶唯同学帮忙打包），这样就方便多了。有需要的也可以下。里面的 .emacs 文件是我现在正在用的。 下载地址：这里]]></description>
			<content:encoded><![CDATA[<p>Windows 下面的编辑器比起 Emacs 都差远了，所以最好还是在 Windows 下面也用 Emacs。</p>
<p>但是很麻烦：</p>
<ol>
<li>下载 ntemacs，解压。</li>
<li>安装 DejaVu Sans Mono 字体。</li>
<li>复制 MinGW，并将 bin 文件夹添加到环境变量 PATH 中。</li>
<li>将 .emacs 文件复制到一个地方。</li>
</ol>
<p>我将以上四步合成到一块了，打包成一个安装文件（谢谢黄轶唯同学帮忙打包），这样就方便多了。有需要的也可以下。里面的 .emacs 文件是我现在正在用的。</p>
<p>下载地址：<a href="http://docs.google.com/leaf?id=0B8TXxE-88G3PNTRlZjcyMjQtN2Y4ZC00N2UzLTkzOGMtMDdlMGJiNTgwYzRi&amp;hl=zh_CN">这里</a></p>
]]></content:encoded>
			<wfw:commentRss>http://xhacker.shiyiquan.cn/gnu-emacs-for-windows/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>我的 .fonts.conf</title>
		<link>http://xhacker.shiyiquan.cn/my-fonts-conf/</link>
		<comments>http://xhacker.shiyiquan.cn/my-fonts-conf/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 05:19:35 +0000</pubDate>
		<dc:creator>Xhacker</dc:creator>
				<category><![CDATA[晒]]></category>
		<category><![CDATA[CCC]]></category>
		<category><![CDATA[Emacs]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[字体]]></category>

		<guid isPermaLink="false">http://xhacker.shiyiquan.cn/?p=425</guid>
		<description><![CDATA[&#60;?xml version=&#34;1.0&#34;?&#62; &#60;!DOCTYPE fontconfig SYSTEM &#34;fonts.dtd&#34;&#62; &#60;fontconfig&#62; &#60;!-- created by WenQuanYi FcDesigner v0.5 --&#62; &#60;match&#62; &#60;test name=&#34;family&#34;&#62;&#60;string&#62;sans-serif&#60;/string&#62;&#60;/test&#62; &#60;edit name=&#34;family&#34; mode=&#34;prepend&#34; binding=&#34;strong&#34;&#62; &#60;string&#62;Aller&#60;/string&#62; &#60;string&#62;WenQuanYi Micro Hei&#60;/string&#62; &#60;/edit&#62; &#60;/match&#62; &#60;match&#62; &#60;test name=&#34;family&#34;&#62;&#60;string&#62;serif&#60;/string&#62;&#60;/test&#62; &#60;edit name=&#34;family&#34; mode=&#34;prepend&#34; binding=&#34;strong&#34;&#62; &#60;string&#62;DejaVu Serif&#60;/string&#62; &#60;string&#62;AR PL UMing CN&#60;/string&#62; &#60;string&#62;AR PL UMing TW&#60;/string&#62; &#60;/edit&#62; &#60;/match&#62; &#60;match&#62; &#60;test name=&#34;family&#34;&#62;&#60;string&#62;monospace&#60;/string&#62;&#60;/test&#62; &#60;edit name=&#34;family&#34; mode=&#34;prepend&#34; binding=&#34;strong&#34;&#62; &#60;string&#62;Monaco&#60;/string&#62; &#60;string&#62;WenQuanYi [...]]]></description>
			<content:encoded><![CDATA[
<div class="wp_syntax"><div class="code"><pre class="xml" style="font-family:monospace;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;?xml</span> <span style="color: #000066;">version</span>=<span style="color: #ff0000;">&quot;1.0&quot;</span><span style="color: #000000; font-weight: bold;">?&gt;</span></span>
<span style="color: #00bbdd;">&lt;!DOCTYPE fontconfig SYSTEM &quot;fonts.dtd&quot;&gt;</span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;fontconfig<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
<span style="color: #808080; font-style: italic;">&lt;!-- created by WenQuanYi FcDesigner v0.5 --&gt;</span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;match<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
	<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;test</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;family&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span><span style="color: #000000; font-weight: bold;">&lt;string<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>sans-serif<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/string<span style="color: #000000; font-weight: bold;">&gt;</span></span><span style="color: #000000; font-weight: bold;">&lt;/test<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
	<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;edit</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;family&quot;</span> <span style="color: #000066;">mode</span>=<span style="color: #ff0000;">&quot;prepend&quot;</span> <span style="color: #000066;">binding</span>=<span style="color: #ff0000;">&quot;strong&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>
		<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;string<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>Aller<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/string<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
		<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;string<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>WenQuanYi Micro Hei<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/string<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
	<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/edit<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/match<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;match<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
	<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;test</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;family&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span><span style="color: #000000; font-weight: bold;">&lt;string<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>serif<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/string<span style="color: #000000; font-weight: bold;">&gt;</span></span><span style="color: #000000; font-weight: bold;">&lt;/test<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
	<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;edit</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;family&quot;</span> <span style="color: #000066;">mode</span>=<span style="color: #ff0000;">&quot;prepend&quot;</span> <span style="color: #000066;">binding</span>=<span style="color: #ff0000;">&quot;strong&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>
		<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;string<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>DejaVu Serif<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/string<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
		<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;string<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>AR PL UMing CN<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/string<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
		<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;string<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>AR PL UMing TW<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/string<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
	<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/edit<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/match<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;match<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
	<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;test</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;family&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span><span style="color: #000000; font-weight: bold;">&lt;string<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>monospace<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/string<span style="color: #000000; font-weight: bold;">&gt;</span></span><span style="color: #000000; font-weight: bold;">&lt;/test<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
	<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;edit</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;family&quot;</span> <span style="color: #000066;">mode</span>=<span style="color: #ff0000;">&quot;prepend&quot;</span> <span style="color: #000066;">binding</span>=<span style="color: #ff0000;">&quot;strong&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>
		<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;string<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>Monaco<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/string<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
		<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;string<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>WenQuanYi Micro Hei Mono<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/string<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
		<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;string<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>WenQuanYi Zen Hei Mono<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/string<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
	<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/edit<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/match<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/fontconfig<span style="color: #000000; font-weight: bold;">&gt;</span></span></span></pre></div></div>

<p>总体效果挺不错的。Aller 是一个挺好看的免费的英文字体，Monaco 是一个专有的字体，Mac OS X 的默认等宽字体（好像 Snow Leopard 把她换掉了？），非常好看。请原谅我这种不道德的行为……如果觉着用 Monaco 确实不妥，可以用开源的 DejaVu Sans Mono ，效果也不差。</p>
<p>没有对其他细微的地方（显示效果、抗锯齿等等）进行任何调整。</p>
<p>题外话，Ubuntu 10.04 的默认中文字体已经变为基于 Google Droid 的文泉驿微米黑了，很好。</p>
<p>还是题外话……<br />
昨天去清华参加一个叫做 <a href="http://cemc.math.uwaterloo.ca/contests/computing.html">CCC</a> 的计算机竞赛，在 Windows 里面找了半天，愣是美找到一个好看的等宽字体。Lucida Console 挺好的，可是不知为何行距特别紧。于是找到了一个很另类的 GungsuhChe ，撮合看吧。回来后一查发现是一个韩语字体思密达……<br />
另外，用惯了 Emacs 后再去用 Windows 下面那些所谓很牛X的文本编辑器就是个噩梦……</p>
]]></content:encoded>
			<wfw:commentRss>http://xhacker.shiyiquan.cn/my-fonts-conf/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>计划</title>
		<link>http://xhacker.shiyiquan.cn/plan/</link>
		<comments>http://xhacker.shiyiquan.cn/plan/#comments</comments>
		<pubDate>Mon, 08 Feb 2010 07:08:43 +0000</pubDate>
		<dc:creator>Xhacker</dc:creator>
				<category><![CDATA[人生路漫漫，竞赛常相伴～]]></category>
		<category><![CDATA[想]]></category>
		<category><![CDATA[Emacs]]></category>
		<category><![CDATA[NOI]]></category>
		<category><![CDATA[OI]]></category>
		<category><![CDATA[USACO]]></category>

		<guid isPermaLink="false">http://xhacker.shiyiquan.cn/?p=412</guid>
		<description><![CDATA[NOI 这家伙对我来说有着无穷的吸引力。而今年我唯一能去NOI的机会。所以我必须要进入北京代表队。 我现在的水平在 NOIP 可以说是游刃有余，但拿到 NOI 难度的题目，往往是连想法都没有。所以在关键的3月和4月中，需要质的飞跃。3月需要整体提高水平，主要是通过刷完 USACO。4月我想做一些成套的题目。 完成计划的最好方法就是把她公开。好吧，我十分希望我能完成计划。于是我就把计划从紫皮本（08年忙机器人竞赛那会张镐薪传下来的。。。）搬到 Blog 上面，起到督促自己的作用。 2月10日-2月24日 准备 CCC 比赛。 2月25日-3月20日 USACO 通关（每天3道题左右）。 3月20日前 熟练掌握 GNU Emacs。 嗯。最近尽量减少各种娱乐活动。这不是 NOIP，所以也不能像准备 NOIP 一样欢乐和轻松。另外5月份我是不是找老魏商量商量逃课备战？ /* 本来准备的红警3系列文章因为贯彻落实减少娱乐活动的方针取消了，请见谅。 */ /* 5月17日的 blog post 会是喜还是忧？ */]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.noi.cn/">NOI</a> 这家伙对我来说有着无穷的吸引力。而今年我唯一能去NOI的机会。所以我必须要进入北京代表队。</p>
<p>我现在的水平在 NOIP 可以说是游刃有余，但拿到 NOI 难度的题目，往往是连想法都没有。所以在关键的3月和4月中，需要质的飞跃。3月需要整体提高水平，主要是通过刷完 USACO。4月我想做一些成套的题目。</p>
<p>完成计划的最好方法就是把她公开。好吧，我十分希望我能完成计划。于是我就把计划从紫皮本（08年忙机器人竞赛那会张镐薪传下来的。。。）搬到 Blog 上面，起到督促自己的作用。</p>
<p>2月10日-2月24日 准备 CCC 比赛。<br />
2月25日-3月20日 USACO 通关（每天3道题左右）。<br />
3月20日前 熟练掌握 GNU Emacs。</p>
<p>嗯。最近尽量减少各种娱乐活动。这不是 NOIP，所以也不能像准备 NOIP 一样欢乐和轻松。另外5月份我是不是找老魏商量商量逃课备战？</p>
<p>/* 本来准备的红警3系列文章因为贯彻落实减少娱乐活动的方针取消了，请见谅。 */</p>
<p>/* 5月17日的 blog post 会是喜还是忧？ */</p>
]]></content:encoded>
			<wfw:commentRss>http://xhacker.shiyiquan.cn/plan/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
