<?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>2Drops! &#187; Emacs</title>
	<atom:link href="http://www.2drops.jp/category/emacs/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.2drops.jp</link>
	<description>アナログ好きなデジタル人間の頭の中</description>
	<lastBuildDate>Tue, 29 Mar 2011 09:12:18 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Emacs-Snapshot(Ver.23)を使う時の注意</title>
		<link>http://www.2drops.jp/2009/02/emacs-snapshot/</link>
		<comments>http://www.2drops.jp/2009/02/emacs-snapshot/#comments</comments>
		<pubDate>Fri, 06 Feb 2009 05:52:21 +0000</pubDate>
		<dc:creator>きさら</dc:creator>
				<category><![CDATA[Emacs]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.2drops.jp/?p=129</guid>
		<description><![CDATA[Emacs-snapshotでElispインストールする際の注意。]]></description>
			<content:encoded><![CDATA[<p>Emacsは現在のバージョン22だと、アンチエイリアスがかかっていない状態です。<br />
*見た目は生産性の向上につながる*とか偉そうな事を言ってみます。<br />
その為に私はEmacs-Snapshotを使用しています。<br />
多少不安定ですが、背に腹は変えられませんw</p>
<p>Emacs-Snapshotのインストール・アンチエイリアス化の方法については、以下を参照してください。<br />
[H.UNCLIPPED　Emacs、日本語フォントもアンチエイリアス化で美しく](http://hdotunclipped.blog99.fc2.com/blog-entry-146.html)</p>
<p>ここでひとつハマったのが、ロードパスが通っているはずの所にElipsを置いても読み込んでくれない事でした。<br />
正確に言うと**ロードパスが通っているはずなのに、サブディレクトリを読まない**状態です。<br />
少し調べてみて原因がわかったので、メモしておきます。</p>
<p><span id="more-129"></span></p>
<p>別件（howmのフェイスが反映しない）を調べていた時に行き当たりました。<br />
[日々此精進: howm 1.3.2 with Emacs 23.0でコメントのハイライトが無効になる](http://murakan.cocolog-nifty.com/blog/2009/01/howm-132-with-e.html)</p>
<p>つまり、Emacs22と23は site-lispディレクトリの位置が違います。<br />
（少し考えればわかるだろう、というツッコミはなしの方向で）</p>
<p>今まで使っていたのは[/usr/share/emacs/site-lisp]<br />
Emacs Snapshotでは[/usr/share/emacs-snapshot/site-lisp]で、元々のディレクトリにシンボリックリンクを張っています。<br />
シンボリックリンクだから、サブディレクトリを読まなかったわけです。<br />
なので、元のディレクトリの中身をコピーすればOKです。</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">$ <span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">cp</span> <span style="color: #660033;">-r</span> <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>share<span style="color: #000000; font-weight: bold;">/</span>emacs<span style="color: #000000; font-weight: bold;">/</span>site-lisp <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>share<span style="color: #000000; font-weight: bold;">/</span>emacs-snapshot<span style="color: #000000; font-weight: bold;">/</span>site-lisp</pre></div></div>

<p>上記はUbuntuでの方法です。<br />
他のディストリでは、管理者権限が必要なのでsuになるだけです。</p>
<p>でも、./configureしてmake installすると元の方にインストールされちゃうんですよね。<br />
大きなElipsだからこそのこの作業なわけでして・・・<br />
正式版に格上げまでは、インストールの度にコピーですね。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.2drops.jp/2009/02/emacs-snapshot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

