<?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>HackGou In Lamp&#124;憨狗点灯 &#187; Linux Emacs .emacs DotFile MEW</title>
	<atom:link href="http://hackgou.itbbq.com/category/linux-emacs-emacs-dotfile-mew/feed" rel="self" type="application/rss+xml" />
	<link>http://hackgou.itbbq.com</link>
	<description>LAMP开放的是代码，是接口，是互操作性</description>
	<lastBuildDate>Thu, 15 Jul 2010 14:23:06 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>整了个mew，重新设置了.emacs</title>
		<link>http://hackgou.itbbq.com/%e6%95%b4%e4%ba%86%e4%b8%aamew%ef%bc%8c%e9%87%8d%e6%96%b0%e8%ae%be%e7%bd%ae%e4%ba%86emacs.html</link>
		<comments>http://hackgou.itbbq.com/%e6%95%b4%e4%ba%86%e4%b8%aamew%ef%bc%8c%e9%87%8d%e6%96%b0%e8%ae%be%e7%bd%ae%e4%ba%86emacs.html#comments</comments>
		<pubDate>Tue, 02 Nov 2004 12:36:00 +0000</pubDate>
		<dc:creator>HackGou</dc:creator>
				<category><![CDATA[Linux Emacs .emacs DotFile MEW]]></category>

		<guid isPermaLink="false">http://hackgou.itbbq.com/2004_11_02_%e6%95%b4%e4%ba%86%e4%b8%aamew%ef%bc%8c%e9%87%8d%e6%96%b0%e8%ae%be%e7%bd%ae%e4%ba%86emacs/</guid>
		<description><![CDATA[整了个mew，重新设置了.emacs。如下：

;;; XEmacs backwards compatibility file
(setq user-init-file
      (expand-file-name &#8220;init.el&#8221;
   (expand-file-name &#8220;.xemacs&#8221; &#8220;~&#8221;)))
(setq custom-file
      (expand-file-name &#8220;custom.el&#8221;
   (expand-file-name &#8220;.xemacs&#8221; &#8220;~&#8221;)))
(custom-set-variables
       &#8216;(meta-prefix-char 18))
;
(load-file user-init-file)
;
(load-file custom-file)
;关闭错误警告
(setq visible-bell t)
;关闭&#8221;开机提示&#8221;
(setq inhibit-startup-message t)
;打开行号显示
(setq column-number-mode t)
;标题栏显示buffer的名字，而不是emacs@hackgou
(setq frame-title-format &#8220;%b&#8221;)
;可以直接大开和显示图片
(auto-image-file-mode)
;语法加亮
(global-font-lock-mode t)
;调整粘贴选项
(set-clipboard-coding-system &#8216;ctext)
;显示当前时间
(display-time)
;为mew设置的选项
(autoload &#8216;mew &#8220;mew&#8221; nil t)
(autoload &#8216;mew-send &#8220;mew&#8221; nil t)
(setq mew-icon-directory &#8220;/usr/local/lib/emacs/etc/Mew&#8221;)
(if (boundp &#8216;read-mail-command)
    (setq read-mail-command &#8216;mew))
(autoload &#8216;mew-user-agent-compose &#8220;mew&#8221; nil t)
(if (boundp &#8216;mail-user-agent)
    (setq mail-user-agent &#8216;mew-user-agent))
(if (fboundp &#8216;define-mail-user-agent)
    [...]]]></description>
		<wfw:commentRss>http://hackgou.itbbq.com/%e6%95%b4%e4%ba%86%e4%b8%aamew%ef%bc%8c%e9%87%8d%e6%96%b0%e8%ae%be%e7%bd%ae%e4%ba%86emacs.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
