<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:xhtml="http://www.w3.org/1999/xhtml"
	>
<channel>
	<title>Firefox3.5RCにしたらvimp/ldrize_cooperation.jsでエラーが出ていたのでなんとかした へのコメント</title>
	<atom:link href="http://fifnel.com/2009/06/22/2688/feed/" rel="self" type="application/rss+xml" />
	<link>http://fifnel.com/2009/06/22/2688/</link>
	<description>自称アキバ系ギークがインターネットの片隅からお送りする謎ログ</description>
	<lastBuildDate>Fri, 19 Mar 2010 07:15:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>links for 2009-06-23 &#171; 個人的な雑記 より</title>
		<link>http://fifnel.com/2009/06/22/2688/comment-page-1/#comment-2566</link>
		<dc:creator>links for 2009-06-23 &#171; 個人的な雑記</dc:creator>
		<pubDate>Tue, 23 Jun 2009 22:02:27 +0000</pubDate>
		<guid isPermaLink="false">http://fifnel.com/?p=2688#comment-2566</guid>
		<description>[...]  Firefox3.5RCにしたらvimp/ldrize_cooperation.jsでエラーが出ていたのでなんとかした ? ふぃふmemo (tags: firefox)  [...]</description>
		<content:encoded><![CDATA[<p>[...]  Firefox3.5RCにしたらvimp/ldrize_cooperation.jsでエラーが出ていたのでなんとかした ? ふぃふmemo (tags: firefox)  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>fifnel より</title>
		<link>http://fifnel.com/2009/06/22/2688/comment-page-1/#comment-2545</link>
		<dc:creator>fifnel</dc:creator>
		<pubDate>Tue, 23 Jun 2009 00:42:21 +0000</pubDate>
		<guid isPermaLink="false">http://fifnel.com/?p=2688#comment-2545</guid>
		<description>非常に参考になります。ありがとうございます。
こちらの変更ならMinibufferをつぶさなくてすみますね。
私の環境ではこちらを使わせていただきます。</description>
		<content:encoded><![CDATA[<p>非常に参考になります。ありがとうございます。<br />
こちらの変更ならMinibufferをつぶさなくてすみますね。<br />
私の環境ではこちらを使わせていただきます。</p>
]]></content:encoded>
	</item>
	<item>
		<title>pekepekesamurai より</title>
		<link>http://fifnel.com/2009/06/22/2688/comment-page-1/#comment-2544</link>
		<dc:creator>pekepekesamurai</dc:creator>
		<pubDate>Mon, 22 Jun 2009 23:57:49 +0000</pubDate>
		<guid isPermaLink="false">http://fifnel.com/?p=2688#comment-2544</guid>
		<description>蛇足ですが、3.5b99以降、liberator.eval がクロージャ内のオブジェクトがみれなくなったことによるエラーです(正確にはサブスクリプトローダー経由のevalの挙動変更によるものかと)。
このせいで、LDRize内部のメソッドが参照できなくなるため、inteligence bind等が動作しなくなります。
僕は以下のような変更して使ってます。it (typeof ?の部分の追加のみ。
多分、3.0だと eval がうまくうごくので inteligence bind を活かしつつな感じになる(と思う)。

self.LDRize = liberator.eval(&quot;self&quot;,sandbox.LDRize.getSiteinfo);
self.Minibuffer = liberator.eval(&quot;command&quot;,sandbox.Minibuffer.addCommand);
if (typeof self.LDRize.getSiteinfo != &#039;function&#039;) self.LDRize = sandbox.LDRize;
if (typeof self.Minibuffer.addCommand != &#039;function&#039;) self.Minibuffer = sandbox.Minibuffer.command;

以上、蛇足でした。失礼しました。</description>
		<content:encoded><![CDATA[<p>蛇足ですが、3.5b99以降、liberator.eval がクロージャ内のオブジェクトがみれなくなったことによるエラーです(正確にはサブスクリプトローダー経由のevalの挙動変更によるものかと)。<br />
このせいで、LDRize内部のメソッドが参照できなくなるため、inteligence bind等が動作しなくなります。<br />
僕は以下のような変更して使ってます。it (typeof ?の部分の追加のみ。<br />
多分、3.0だと eval がうまくうごくので inteligence bind を活かしつつな感じになる(と思う)。</p>
<p>self.LDRize = liberator.eval(&#8220;self&#8221;,sandbox.LDRize.getSiteinfo);<br />
self.Minibuffer = liberator.eval(&#8220;command&#8221;,sandbox.Minibuffer.addCommand);<br />
if (typeof self.LDRize.getSiteinfo != &#8216;function&#8217;) self.LDRize = sandbox.LDRize;<br />
if (typeof self.Minibuffer.addCommand != &#8216;function&#8217;) self.Minibuffer = sandbox.Minibuffer.command;</p>
<p>以上、蛇足でした。失礼しました。</p>
]]></content:encoded>
	</item>
</channel>
</rss>
