<?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>无人喝彩Beta &#187; emacs</title>
	<atom:link href="http://kmlzkma.com/archives/tag/emacs/feed" rel="self" type="application/rss+xml" />
	<link>http://kmlzkma.com</link>
	<description>每个人都在各自的空间里狂悲狂喜，依旧无人喝彩。</description>
	<lastBuildDate>Fri, 23 Apr 2010 07:21:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>emacs支持erlang</title>
		<link>http://kmlzkma.com/archives/459</link>
		<comments>http://kmlzkma.com/archives/459#comments</comments>
		<pubDate>Sat, 28 Nov 2009 11:18:17 +0000</pubDate>
		<dc:creator>kmlzkma</dc:creator>
				<category><![CDATA[dev]]></category>
		<category><![CDATA[emacs]]></category>
		<category><![CDATA[erlang]]></category>

		<guid isPermaLink="false">http://kmlzkma.com/?p=459</guid>
		<description><![CDATA[home目录下配置.emacs文件： ;; setup erlang mode ;; add the location of the elisp files to the load-path (setq load-path (cons "/usr/lib/erlang/lib/tools-2.5.5/emacs" load-path)) ;; set the location of the man page hierarchy (setq erlang-root-dir "/usr/lib/erlang") ;; add the home of the erlang binaries to the exec-path (setq exec-path (cons "/usr/lib/bin" exec-path)) ;; load and eval the erlang-start [...]]]></description>
			<content:encoded><![CDATA[<p>home目录下配置.emacs文件：<br />
<code lang="lisp"><br />
;; setup erlang mode<br />
;; add the location of the elisp files to the load-path<br />
(setq load-path (cons "/usr/lib/erlang/lib/tools-2.5.5/emacs" load-path))<br />
;; set the location of the man page hierarchy<br />
(setq erlang-root-dir "/usr/lib/erlang")<br />
;; add the home of the erlang binaries to the exec-path<br />
(setq exec-path (cons "/usr/lib/bin" exec-path))<br />
;; load and eval the erlang-start package to set up<br />
;; everything else<br />
(require 'erlang-start)<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://kmlzkma.com/archives/459/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
