<?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/"
		>
<channel>
	<title>Comments on: How To Install php-mode Without Root Privelages</title>
	<atom:link href="http://www.krizka.net/2007/10/20/how-to-install-php-mode-without-root-privelages/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.krizka.net/2007/10/20/how-to-install-php-mode-without-root-privelages/</link>
	<description>A geek's view of the world...</description>
	<lastBuildDate>Wed, 08 Sep 2010 20:09:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: ravishankar somasundaram</title>
		<link>http://www.krizka.net/2007/10/20/how-to-install-php-mode-without-root-privelages/comment-page-1/#comment-49366</link>
		<dc:creator>ravishankar somasundaram</dc:creator>
		<pubDate>Sun, 06 Sep 2009 17:59:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.krizka.net/2007/10/20/how-to-install-php-mode-without-root-privelages/#comment-49366</guid>
		<description>Oh, then i really wonder why didnt it convert my quotes to backtick ;) 

and think about publishing this line

&lt;cite&gt;

(add-to-list ‘auto-mode-alist ‘(”\\.php[345]?\\’” . php-mode))

&lt;/cite&gt;

instead of your 4 add-to-list lines.

anyways nice tutorial, i really appreciate the efforts.</description>
		<content:encoded><![CDATA[<p>Oh, then i really wonder why didnt it convert my quotes to backtick <img src='http://www.krizka.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  </p>
<p>and think about publishing this line</p>
<p><cite></p>
<p>(add-to-list ‘auto-mode-alist ‘(”\\.php[345]?\\’” . php-mode))</p>
<p></cite></p>
<p>instead of your 4 add-to-list lines.</p>
<p>anyways nice tutorial, i really appreciate the efforts.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karol Krizka</title>
		<link>http://www.krizka.net/2007/10/20/how-to-install-php-mode-without-root-privelages/comment-page-1/#comment-48602</link>
		<dc:creator>Karol Krizka</dc:creator>
		<pubDate>Sun, 16 Aug 2009 10:39:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.krizka.net/2007/10/20/how-to-install-php-mode-without-root-privelages/#comment-48602</guid>
		<description>Grr, stupid WordPress started converting my normal quotes into backticks. I fixed it now. Thanks for noticing!</description>
		<content:encoded><![CDATA[<p>Grr, stupid WordPress started converting my normal quotes into backticks. I fixed it now. Thanks for noticing!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ravishankar somasundaram</title>
		<link>http://www.krizka.net/2007/10/20/how-to-install-php-mode-without-root-privelages/comment-page-1/#comment-48546</link>
		<dc:creator>ravishankar somasundaram</dc:creator>
		<pubDate>Sat, 15 Aug 2009 07:08:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.krizka.net/2007/10/20/how-to-install-php-mode-without-root-privelages/#comment-48546</guid>
		<description>The above code which is to be placed in .emacs dosent work , and throws error because of the backtic operators used, use the below given code instead of step 5 in the above given tutorial.

(add-to-list &#039;load-path &quot;/your/path/to/.emacs.d/site-lisp&quot;)
(autoload &#039;php-mode &quot;php-mode&quot; &quot;PHP editing mode&quot; t)
(add-to-list &#039;auto-mode-alist &#039;(&quot;\\.php[345]?\\&#039;&quot; . php-mode))</description>
		<content:encoded><![CDATA[<p>The above code which is to be placed in .emacs dosent work , and throws error because of the backtic operators used, use the below given code instead of step 5 in the above given tutorial.</p>
<p>(add-to-list &#8216;load-path &#8220;/your/path/to/.emacs.d/site-lisp&#8221;)<br />
(autoload &#8216;php-mode &#8220;php-mode&#8221; &#8220;PHP editing mode&#8221; t)<br />
(add-to-list &#8216;auto-mode-alist &#8216;(&#8220;\\.php[345]?\\&#8217;&#8221; . php-mode))</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: krpalospo</title>
		<link>http://www.krizka.net/2007/10/20/how-to-install-php-mode-without-root-privelages/comment-page-1/#comment-15247</link>
		<dc:creator>krpalospo</dc:creator>
		<pubDate>Thu, 17 Jul 2008 16:38:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.krizka.net/2007/10/20/how-to-install-php-mode-without-root-privelages/#comment-15247</guid>
		<description>Hi, I tried install this mode in emacs for windows but didn&#039;t work Please you can help me the error was:

when it begin say that in the buffer

An error has occurred while loading `c:/Documents and Settings/carpovmu/Datos de programa/.emacs&#039;:

Wrong number of arguments: cons, 4

so I don&#039;t know what i do ???</description>
		<content:encoded><![CDATA[<p>Hi, I tried install this mode in emacs for windows but didn&#8217;t work Please you can help me the error was:</p>
<p>when it begin say that in the buffer</p>
<p>An error has occurred while loading `c:/Documents and Settings/carpovmu/Datos de programa/.emacs&#8217;:</p>
<p>Wrong number of arguments: cons, 4</p>
<p>so I don&#8217;t know what i do ???</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 1.263 seconds -->
