<?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: Book About TextMate Announced</title>
	<atom:link href="http://blog.macromates.com/2006/book-about-textmate-announced/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.macromates.com/2006/book-about-textmate-announced/</link>
	<description>TextMate and OS X</description>
	<lastBuildDate>Wed, 03 Feb 2010 16:53:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: marios</title>
		<link>http://blog.macromates.com/2006/book-about-textmate-announced/#comment-1596</link>
		<dc:creator>marios</dc:creator>
		<pubDate>Tue, 03 Oct 2006 16:38:13 +0000</pubDate>
		<guid isPermaLink="false">http://macromates.com/blog/archives/2006/09/12/book-about-textmate-announced/#comment-1596</guid>
		<description>&lt;p&gt;BTW.:There is now an updated pdf version which has now the double
amount of pages ITC(200), reading it now enjoying it.&lt;/p&gt;

&lt;p&gt;regards, marios&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>BTW.:There is now an updated pdf version which has now the double
amount of pages ITC(200), reading it now enjoying it.</p>

<p>regards, marios</p>]]></content:encoded>
	</item>
	<item>
		<title>By: marios</title>
		<link>http://blog.macromates.com/2006/book-about-textmate-announced/#comment-1588</link>
		<dc:creator>marios</dc:creator>
		<pubDate>Sun, 01 Oct 2006 00:34:22 +0000</pubDate>
		<guid isPermaLink="false">http://macromates.com/blog/archives/2006/09/12/book-about-textmate-announced/#comment-1588</guid>
		<description>&lt;p&gt;I got the pdf version of this book, and found this to be useful.&lt;/p&gt;

&lt;p&gt;There&#039;s a couple of simple things, that he explains, that I seemed to have missed, when first starting to use Textmate, like the convenient option shift C, or the reorganize Bundle Items from the menu structure window and many other things, even if you are not into Ruby.&lt;/p&gt;

&lt;p&gt;Can&#039;t wait until the drag command chapter is finished.&lt;/p&gt;

&lt;p&gt;regards, marios&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I got the pdf version of this book, and found this to be useful.</p>

<p>There&#039;s a couple of simple things, that he explains, that I seemed to have missed, when first starting to use Textmate, like the convenient option shift C, or the reorganize Bundle Items from the menu structure window and many other things, even if you are not into Ruby.</p>

<p>Can&#039;t wait until the drag command chapter is finished.</p>

<p>regards, marios</p>]]></content:encoded>
	</item>
	<item>
		<title>By: marios</title>
		<link>http://blog.macromates.com/2006/book-about-textmate-announced/#comment-1578</link>
		<dc:creator>marios</dc:creator>
		<pubDate>Sat, 23 Sep 2006 11:27:56 +0000</pubDate>
		<guid isPermaLink="false">http://macromates.com/blog/archives/2006/09/12/book-about-textmate-announced/#comment-1578</guid>
		<description>&lt;p&gt;Great, I&#039;ll be reading this shortly.
(BTW.: The online manual is excellent no doubt)&lt;/p&gt;

&lt;p&gt;regards&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Great, I&#039;ll be reading this shortly.
(BTW.: The online manual is excellent no doubt)</p>

<p>regards</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Allan Odgaard</title>
		<link>http://blog.macromates.com/2006/book-about-textmate-announced/#comment-1576</link>
		<dc:creator>Allan Odgaard</dc:creator>
		<pubDate>Sat, 23 Sep 2006 03:59:38 +0000</pubDate>
		<guid isPermaLink="false">http://macromates.com/blog/archives/2006/09/12/book-about-textmate-announced/#comment-1576</guid>
		<description>&lt;p&gt;Anonymous: See &lt;a href=&quot;http://macromates.com/textmate/manual/shell_commands#search_path&quot; rel=&quot;nofollow&quot;&gt;8.2 Search Path&lt;/a&gt; in the manual (scroll down to the paragraph which starts with ‘Important’)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Anonymous: See <a href="http://macromates.com/textmate/manual/shell_commands#search_path" rel="nofollow">8.2 Search Path</a> in the manual (scroll down to the paragraph which starts with ‘Important’)</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://blog.macromates.com/2006/book-about-textmate-announced/#comment-1575</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Fri, 22 Sep 2006 20:14:12 +0000</pubDate>
		<guid isPermaLink="false">http://macromates.com/blog/archives/2006/09/12/book-about-textmate-announced/#comment-1575</guid>
		<description>&lt;p&gt;I need some help with the gem I found in this book. I&#039;m speaking about the &quot;execute and update markers&quot; command for Ruby. I cannot get it to honor my ruby path. No matter what this file&lt;/p&gt;

&lt;p&gt;!/usr/bin/env ruby&lt;/p&gt;

&lt;p&gt;exec &quot;which ruby&quot; # =&gt; &lt;/p&gt;

&lt;p&gt;will return /usr/bin/ruby even though running it with RubyMate always yeilds /opt/local/bin/ruby even if I change that shebang up there it will still always yeild /usr/bin/ruby Any thoughts?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I need some help with the gem I found in this book. I&#039;m speaking about the &#034;execute and update markers&#034; command for Ruby. I cannot get it to honor my ruby path. No matter what this file</p>

<p>!/usr/bin/env ruby</p>

<p>exec &#034;which ruby&#034; # =&gt; </p>

<p>will return /usr/bin/ruby even though running it with RubyMate always yeilds /opt/local/bin/ruby even if I change that shebang up there it will still always yeild /usr/bin/ruby Any thoughts?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: dj moonbat</title>
		<link>http://blog.macromates.com/2006/book-about-textmate-announced/#comment-1570</link>
		<dc:creator>dj moonbat</dc:creator>
		<pubDate>Thu, 14 Sep 2006 17:01:29 +0000</pubDate>
		<guid isPermaLink="false">http://macromates.com/blog/archives/2006/09/12/book-about-textmate-announced/#comment-1570</guid>
		<description>&lt;p&gt;Is there a section on how to get Textmate to indent properly?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Is there a section on how to get Textmate to indent properly?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Francois Druel</title>
		<link>http://blog.macromates.com/2006/book-about-textmate-announced/#comment-1563</link>
		<dc:creator>Francois Druel</dc:creator>
		<pubDate>Tue, 12 Sep 2006 18:09:08 +0000</pubDate>
		<guid isPermaLink="false">http://macromates.com/blog/archives/2006/09/12/book-about-textmate-announced/#comment-1563</guid>
		<description>&lt;p&gt;I know there&#039;s an online manual but it&#039;s ugly (if I had tile I woud latex it)...&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I know there&#039;s an online manual but it&#039;s ugly (if I had tile I woud latex it)&#8230;</p>]]></content:encoded>
	</item>
	<item>
		<title>By: ramanan</title>
		<link>http://blog.macromates.com/2006/book-about-textmate-announced/#comment-1562</link>
		<dc:creator>ramanan</dc:creator>
		<pubDate>Tue, 12 Sep 2006 17:53:49 +0000</pubDate>
		<guid isPermaLink="false">http://macromates.com/blog/archives/2006/09/12/book-about-textmate-announced/#comment-1562</guid>
		<description>&lt;p&gt;Francois, there is a good manual available online which you can take to a printshop and print.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Francois, there is a good manual available online which you can take to a printshop and print.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: oliver</title>
		<link>http://blog.macromates.com/2006/book-about-textmate-announced/#comment-1561</link>
		<dc:creator>oliver</dc:creator>
		<pubDate>Tue, 12 Sep 2006 17:53:21 +0000</pubDate>
		<guid isPermaLink="false">http://macromates.com/blog/archives/2006/09/12/book-about-textmate-announced/#comment-1561</guid>
		<description>&lt;p&gt;Looks interesting, although I have to wonder if it will be somewhat out of date by February.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Looks interesting, although I have to wonder if it will be somewhat out of date by February.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: pablo</title>
		<link>http://blog.macromates.com/2006/book-about-textmate-announced/#comment-1560</link>
		<dc:creator>pablo</dc:creator>
		<pubDate>Tue, 12 Sep 2006 17:02:02 +0000</pubDate>
		<guid isPermaLink="false">http://macromates.com/blog/archives/2006/09/12/book-about-textmate-announced/#comment-1560</guid>
		<description>&lt;p&gt;The user&#039;s manual is already really good ;-)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>The user&#039;s manual is already really good ;-)</p>]]></content:encoded>
	</item>
</channel>
</rss>

