<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-18157</id>
	<title>Nabble - textmate users</title>
	<updated>2009-12-20T14:06:50Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/textmate-users-f18157.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/textmate-users-f18157.html" />
	<subtitle type="html"></subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-26867676</id>
	<title>Re: How do you force carriage return after 80 characters?</title>
	<published>2009-12-20T14:06:50Z</published>
	<updated>2009-12-20T14:06:50Z</updated>
	<author>
		<name>Hans-Jörg Bibiko</name>
	</author>
	<content type="html">&lt;br&gt;On 20.12.2009, at 22:00, Christopher Brewster wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; in other words automate the process of automatically starting a new line after 80 characters.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I am sure there must be a setting somewhere .....
&lt;br&gt;&lt;br&gt;Hmm, I do not know whether the following could help you but maybe you play with it
&lt;br&gt;[Is only a fast thought idea! ;) ]
&lt;br&gt;&lt;br&gt;- create a tmcommand in the Bundle Editor
&lt;br&gt;input: none
&lt;br&gt;output: discard
&lt;br&gt;command:
&lt;br&gt;if [ ${#TM_CURRENT_LINE} -gt $TM_COLUMNS ]; then
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; osascript -e 'tell app &amp;quot;System Events&amp;quot; to keystroke &amp;quot; &amp;quot;' -e 'tell app &amp;quot;System Events&amp;quot; to keystroke &amp;quot;q&amp;quot; using (control down)' -e 'tell app &amp;quot;System Events&amp;quot; to keystroke &amp;quot; &amp;quot;'
&lt;br&gt;else
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; echo -en &amp;quot; &amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; exit 203
&lt;br&gt;fi
&lt;br&gt;&lt;br&gt;- bind that command e.g. to &amp;quot;space&amp;quot;
&lt;br&gt;&lt;br&gt;That command reformats the paragraph (^Q) if the current line length is greater than the wrap column setting (main menu &amp;gt; View &amp;gt; Wrap Column).
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;--Hans
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;textmate mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26867676&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;textmate@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.macromates.com/listinfo/textmate&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.macromates.com/listinfo/textmate&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/How-do-you-force-carriage-return-after-80-characters--tp26867260p26867676.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26867260</id>
	<title>How do you force carriage return after 80 characters?</title>
	<published>2009-12-20T13:00:36Z</published>
	<updated>2009-12-20T13:00:36Z</updated>
	<author>
		<name>Christopher Brewster-2</name>
	</author>
	<content type="html">in other words automate the process of automatically starting a new line after 80 characters.
&lt;br&gt;&lt;br&gt;I am sure there must be a setting somewhere .....
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;Christopher
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;textmate mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26867260&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;textmate@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.macromates.com/listinfo/textmate&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.macromates.com/listinfo/textmate&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/How-do-you-force-carriage-return-after-80-characters--tp26867260p26867260.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26857666</id>
	<title>Re: Mailing list reply direction &amp; history standards	question.</title>
	<published>2009-12-19T11:01:54Z</published>
	<updated>2009-12-19T11:01:54Z</updated>
	<author>
		<name>Rob McBroom-4</name>
	</author>
	<content type="html">On Dec 18, 2009, at 7:51 PM, joseph davison wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; In my prior, unix workaday life, that was automagically inserted in sent mail -- It doesn't appear to be with Mail.app, 
&lt;br&gt;&amp;gt; so why's it in yours? &amp;nbsp;(Or, more relevantly, how's it in yours?)
&lt;br&gt;&lt;br&gt;I just type ‘-- ’ on the first line of all the signatures I create in Mail. :)
&lt;br&gt;&lt;br&gt;Note the single space after the dashes. I’m not sure how many parsers care about that, but that’s how the old usenet tradition went so I include it.
&lt;br&gt;&lt;br&gt;I haven’t really payed attention to how well QuoteFix does with removing signatures. Trimming out the unwanted text by hand is such a habit, I don’t even notice.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Rob McBroom
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://www.skurfer.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.skurfer.com/&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;It's not that I think guns, drugs, prostitution, swimming, eating and reading should be legal. It's just that no one on Earth has the authority to make them illegal.
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;textmate mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26857666&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;textmate@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.macromates.com/listinfo/textmate&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.macromates.com/listinfo/textmate&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Mailing-list-reply-direction---history-standards-question.-tp26714731p26857666.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26851725</id>
	<title>Re: Mailing list reply direction &amp; history standards	question.</title>
	<published>2009-12-18T16:51:34Z</published>
	<updated>2009-12-18T16:51:34Z</updated>
	<author>
		<name>joseph davison</name>
	</author>
	<content type="html">On Dec 9, 2009, at 1:56 PM, Rob McBroom wrote:
&lt;br&gt;&amp;gt; On Dec 9, 2009, at 12:58 PM, Jack Matier wrote:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; Do I form a reply at the bottom or the top?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I pretty much agree with Fritz. In a situation like this, where conversations can go on for days and involve multiple people, you need to interleave your responses below the original text while trimming out anything that’s irrelevant to your response. This allows someone to jump in at the 5th or 10th message and still get an idea what’s happening just by reading top to bottom.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; And for those Apple Mail users that don’t know of it, this has made my life so much better:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://code.google.com/p/quotefixformac/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://code.google.com/p/quotefixformac/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Thanks for that.
&lt;br&gt;&lt;br&gt;Interestingly, that page claims the signature, etc. is removed from the quoted mail, and in this case it was. &amp;nbsp;However, when I try to reply to any other message in this thread it doesn't. &amp;nbsp; I suppose it's because your signature begins with 
&lt;br&gt;the '--' alone on the line before the signature, as I don't see than on the other messages. &amp;nbsp; 
&lt;br&gt;&lt;br&gt;In my prior, unix workaday life, that was automagically inserted in sent mail -- It doesn't appear to be with Mail.app, 
&lt;br&gt;so why's it in yours? &amp;nbsp;(Or, more relevantly, how's it in yours?)
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;textmate mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26851725&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;textmate@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.macromates.com/listinfo/textmate&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.macromates.com/listinfo/textmate&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Mailing-list-reply-direction---history-standards-question.-tp26714731p26851725.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26821704</id>
	<title>Re: LaTeX bundle</title>
	<published>2009-12-16T17:34:13Z</published>
	<updated>2009-12-16T17:34:13Z</updated>
	<author>
		<name>Jim LaGrone</name>
	</author>
	<content type="html">I have since messed with TM enough that pdflatex is now executing with command-R but the latexmk.pl doesn't seem to detect changes in the source files. Is it possible the latexmk.pl is corrupt? If so, how do I restore the original version.
&lt;br&gt;&lt;br&gt;Any help would be appreciated.</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/LaTeX-bundle-tp26817707p26821704.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26819940</id>
	<title>Re: Change default bundle for new items?</title>
	<published>2009-12-16T14:52:06Z</published>
	<updated>2009-12-16T14:52:06Z</updated>
	<author>
		<name>Steve King-8</name>
	</author>
	<content type="html">On 16 Dec 2009, at 15:16, Hans-Jörg Bibiko wrote:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; On 16.12.2009, at 21:01, King, Steven wrote:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; I knew this once, but can't find it now and it's driving me nuts. When I create a new bundle item it goes into &amp;quot;Steve King's Bundle&amp;quot; by default. I want to change which is the default bundle. What's the magic?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Create your default bundle if not already done and then follow:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://lists.macromates.com/textmate/2006-May/010651.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.macromates.com/textmate/2006-May/010651.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;Ah, thank you! I'd tried searching the wiki and the list, but the words &amp;quot;bundle&amp;quot; and &amp;quot;default&amp;quot; got way too many hits to be useful.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Steve King
&lt;br&gt;Sr. Software Engineer
&lt;br&gt;Arbor Networks
&lt;br&gt;+1 734 821 1461
&lt;br&gt;www.arbornetworks.com
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;textmate mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26819940&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;textmate@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.macromates.com/listinfo/textmate&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.macromates.com/listinfo/textmate&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Change-default-bundle-for-new-items--tp26817604p26819940.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26817819</id>
	<title>Re: Change default bundle for new items?</title>
	<published>2009-12-16T12:16:38Z</published>
	<updated>2009-12-16T12:16:38Z</updated>
	<author>
		<name>Hans-Jörg Bibiko</name>
	</author>
	<content type="html">&lt;br&gt;On 16.12.2009, at 21:01, King, Steven wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; I knew this once, but can't find it now and it's driving me nuts. When I create a new bundle item it goes into &amp;quot;Steve King's Bundle&amp;quot; by default. I want to change which is the default bundle. What's the magic?
&lt;br&gt;&lt;br&gt;Create your default bundle if not already done and then follow:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://lists.macromates.com/textmate/2006-May/010651.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.macromates.com/textmate/2006-May/010651.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;--Hans
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;textmate mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26817819&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;textmate@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.macromates.com/listinfo/textmate&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.macromates.com/listinfo/textmate&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Change-default-bundle-for-new-items--tp26817604p26817819.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26817707</id>
	<title>LaTeX bundle</title>
	<published>2009-12-16T12:02:35Z</published>
	<updated>2009-12-16T12:02:35Z</updated>
	<author>
		<name>Jim LaGrone</name>
	</author>
	<content type="html">&lt;html&gt;&lt;head&gt;&lt;/head&gt;&lt;body style=&quot;word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; &quot;&gt;I'm having trouble with the LaTeX bundle. In the preferences, I select pdflatex, but when I command-R, it appears to be using latex and produces errors. In the &quot;Typeset &amp;amp; View&quot; window, the button always says &quot;Re-Run latex,&quot; never &quot;Re-Run pdflatex&quot; as it used to.&lt;br&gt;&lt;br&gt;I'm using TM Version 1.5.9 (1589).&lt;br&gt;&lt;br&gt;Any ideas?&lt;br&gt;&lt;br&gt;Jim&lt;br&gt;&lt;br&gt;&lt;div&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;border-collapse: separate; color: rgb(0, 0, 0); font-family: 'Lucida Grande'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;border-collapse: separate; color: rgb(0, 0, 0); font-family: 'Lucida Grande'; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; &quot;&gt;&lt;div style=&quot;word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; &quot;&gt;&lt;div style=&quot;word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; &quot;&gt;&lt;div style=&quot;word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; &quot;&gt;&lt;div style=&quot;word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; &quot;&gt;&lt;div style=&quot;word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; &quot;&gt;&lt;div style=&quot;word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; &quot;&gt;&lt;div&gt;&lt;font class=&quot;Apple-style-span&quot; face=&quot;'Lucida Grande'&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: medium;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;/div&gt;&lt;/span&gt;&lt;/div&gt;&lt;/span&gt;&lt;/div&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/span&gt;&lt;/div&gt;&lt;/span&gt;&lt;/div&gt;&lt;/span&gt;&lt;/span&gt;
&lt;/div&gt;
&lt;br&gt;&lt;/body&gt;&lt;/html&gt;&lt;br /&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;textmate mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26817707&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;textmate@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.macromates.com/listinfo/textmate&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.macromates.com/listinfo/textmate&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/LaTeX-bundle-tp26817707p26817707.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26817604</id>
	<title>Change default bundle for new items?</title>
	<published>2009-12-16T12:01:54Z</published>
	<updated>2009-12-16T12:01:54Z</updated>
	<author>
		<name>Steve King-8</name>
	</author>
	<content type="html">I knew this once, but can't find it now and it's driving me nuts. When I create a new bundle item it goes into &amp;quot;Steve King's Bundle&amp;quot; by default. I want to change which is the default bundle. What's the magic?
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Steve King
&lt;br&gt;Sr. Software Engineer
&lt;br&gt;Arbor Networks
&lt;br&gt;+1 734 821 1461
&lt;br&gt;www.arbornetworks.com
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;textmate mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26817604&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;textmate@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.macromates.com/listinfo/textmate&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.macromates.com/listinfo/textmate&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Change-default-bundle-for-new-items--tp26817604p26817604.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26807500</id>
	<title>Re: Problem installing Ruby on Rails bundle</title>
	<published>2009-12-15T23:51:16Z</published>
	<updated>2009-12-15T23:51:16Z</updated>
	<author>
		<name>Adam Sharp</name>
	</author>
	<content type="html">On 15/12/2009, at 10:34 AM, hmessing wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; I am running Textmate on Snow Leopard. I've got the Ruby on Rails bundle in my ~/Library/Application Support/Textmate/Bundles directory. However,
&lt;br&gt;&amp;gt; Textmate does not seem to see it? Any ideas...thanks in advance
&lt;br&gt;&lt;br&gt;I'd try
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; Bundles -&amp;gt; Bundle Editor -&amp;gt; Reload Bundles
&lt;br&gt;&lt;br&gt;Then open the Bundle Editor Ctrl-Option-Cmd-B, click Filter List... (at bottom) and make sure Ruby On Rails is checked.
&lt;br&gt;&lt;br&gt;Hope that helps,
&lt;br&gt;&lt;br&gt;---Sharpy
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;textmate mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26807500&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;textmate@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.macromates.com/listinfo/textmate&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.macromates.com/listinfo/textmate&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Problem-installing-Ruby-on-Rails-bundle-tp26780280p26807500.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26795768</id>
	<title>Re: Troubling diagnostic about &quot;InputManagers/Edit in TextMate&quot;</title>
	<published>2009-12-15T06:30:59Z</published>
	<updated>2009-12-15T06:30:59Z</updated>
	<author>
		<name>Matt Neuburg</name>
	</author>
	<content type="html">On 12/14/09 6:30 AM, in article
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26795768&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;6877F953-F278-4DA9-A3AD-61015071F995@...&lt;/a&gt;, &amp;quot;Bryan Lockwood&amp;quot;
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26795768&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;lockwood.bryan@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; firefox-bin[1614:903] Can't open input server
&lt;br&gt;&amp;gt; /Users/bryanloc/Library/InputManagers/Edit in TextMate
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Looking in my console log, I find scads of messages to this effect.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Can anyone tell me how to fix this problem?
&lt;br&gt;&lt;br&gt;Howzabout deleting /Users/bryanloc/Library/InputManagers/Edit in TextMate?
&lt;br&gt;&lt;br&gt;m.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;matt neuburg, phd = &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26795768&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;matt@...&lt;/a&gt;, &amp;lt;&lt;a href=&quot;http://www.tidbits.com/matt/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.tidbits.com/matt/&lt;/a&gt;&amp;gt;
&lt;br&gt;A fool + a tool + an autorelease pool = cool!
&lt;br&gt;AppleScript: the Definitive Guide - Second Edition!
&lt;br&gt;&lt;a href=&quot;http://www.tidbits.com/matt/default.html#applescriptthings&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.tidbits.com/matt/default.html#applescriptthings&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;textmate mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26795768&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;textmate@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.macromates.com/listinfo/textmate&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.macromates.com/listinfo/textmate&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Troubling-diagnostic-about-%22InputManagers-Edit-in-TextMate%22-tp26778692p26795768.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26795713</id>
	<title>Re: Regex problem with 'find in project'</title>
	<published>2009-12-15T06:28:38Z</published>
	<updated>2009-12-15T06:28:38Z</updated>
	<author>
		<name>Matt Neuburg</name>
	</author>
	<content type="html">On 12/14/09 7:58 AM, in article
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26795713&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;F7279784-87DA-43B0-BA56-1AE22536B9EA@...&lt;/a&gt;, &amp;quot;Jasper van der Meulen&amp;quot;
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26795713&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jasper@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; So i made the regexp: (^[\t| ]+[\n]|[\t| ]+$)
&lt;br&gt;Strange result is that it works
&lt;br&gt;&amp;gt; when ⌘-f
&lt;br&gt;But when pressing ⌘⇧-f it doesn't search (or won't find anything)
&lt;br&gt;Am
&lt;br&gt;&amp;gt; i doing something wrong?
&lt;br&gt;&lt;br&gt;Works fine here. Make sure you are actually *in* a project before pressing
&lt;br&gt;shift-command-f (and that regular expression is checked). m.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;matt neuburg, phd = &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26795713&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;matt@...&lt;/a&gt;, &amp;lt;&lt;a href=&quot;http://www.tidbits.com/matt/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.tidbits.com/matt/&lt;/a&gt;&amp;gt;
&lt;br&gt;A fool + a tool + an autorelease pool = cool!
&lt;br&gt;AppleScript: the Definitive Guide - Second Edition!
&lt;br&gt;&lt;a href=&quot;http://www.tidbits.com/matt/default.html#applescriptthings&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.tidbits.com/matt/default.html#applescriptthings&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;textmate mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26795713&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;textmate@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.macromates.com/listinfo/textmate&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.macromates.com/listinfo/textmate&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Regex-problem-with-%27find-in-project%27-tp26780154p26795713.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26780280</id>
	<title>Problem installing Ruby on Rails bundle</title>
	<published>2009-12-14T15:34:27Z</published>
	<updated>2009-12-14T15:34:27Z</updated>
	<author>
		<name>hmessing</name>
	</author>
	<content type="html">I am running Textmate on Snow Leopard. I've got the Ruby on Rails bundle in my ~/Library/Application Support/Textmate/Bundles directory. However, Textmate does not seem to see it? Any ideas...thanks in advance</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Problem-installing-Ruby-on-Rails-bundle-tp26780280p26780280.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26780154</id>
	<title>Regex problem with 'find in project'</title>
	<published>2009-12-14T07:58:12Z</published>
	<updated>2009-12-14T07:58:12Z</updated>
	<author>
		<name>Jasper van der Meulen</name>
	</author>
	<content type="html">In my project sometimes i get some emty lines with tabs or tabs, spaces after text
&lt;br&gt;For example:
&lt;br&gt;&lt;br&gt;&amp;gt; for ($i=0; $i &amp;lt; ; $i++) 
&lt;br&gt;&amp;gt; { 
&lt;br&gt;&amp;gt; 		
&lt;br&gt;&amp;gt; 		// ↑line with tab(s)
&lt;br&gt;&amp;gt; 		//this is a line with space at the end 
&lt;br&gt;&amp;gt; }
&lt;br&gt;&lt;br&gt;So i made the regexp: (^[\t| ]+[\n]|[\t| ]+$)
&lt;br&gt;Strange result is that it works when ⌘-f
&lt;br&gt;But when pressing ⌘⇧-f it doesn't search (or won't find anything)
&lt;br&gt;Am i doing something wrong?
&lt;br&gt;&lt;br&gt;Regards Jasper
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;textmate mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26780154&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;textmate@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.macromates.com/listinfo/textmate&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.macromates.com/listinfo/textmate&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Regex-problem-with-%27find-in-project%27-tp26780154p26780154.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26780142</id>
	<title>Re: Latex bundle request</title>
	<published>2009-12-14T07:56:50Z</published>
	<updated>2009-12-14T07:56:50Z</updated>
	<author>
		<name>Piero D'Ancona</name>
	</author>
	<content type="html">Allan Odgaard &amp;lt;mailinglist@...&amp;gt; writes:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; On 08 Dec 2009, at 18:44, David Whetstone wrote:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; This works, but when executed it unfolds all of my folded blocks, and 
&lt;br&gt;&amp;gt; &amp;gt; leaves the screen such a state that I completely lose where I was. &amp;nbsp;Is 
&lt;br&gt;&amp;gt; &amp;gt; this something that can be fixed?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Afraid this is a problem with TextMate, that it doesn’t preserve 
&lt;br&gt;&amp;gt; foldings for replacements (and the toggle command do a replacement).
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; textmate mailing list
&lt;br&gt;&amp;gt; textmate &amp;lt;at&amp;gt; lists.macromates.com
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://lists.macromates.com/listinfo/textmate&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.macromates.com/listinfo/textmate&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;I had the same problem as David so I recorded a macro
&lt;br&gt;that searches for \begin...\end and toggles
&lt;br&gt;\begin{environment*} with \begin{environment}
&lt;br&gt;(and also \end{...}). Works only for the innermost
&lt;br&gt;\begin-\end couple of course, but this covers 95%
&lt;br&gt;of situations.
&lt;br&gt;&lt;br&gt;Apparently, search-and-replace does not change
&lt;br&gt;the folding state of the window.
&lt;br&gt;&lt;br&gt;Ciao
&lt;br&gt;Piero
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;textmate mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26780142&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;textmate@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.macromates.com/listinfo/textmate&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.macromates.com/listinfo/textmate&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Latex-bundle-request-tp26697721p26780142.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26779316</id>
	<title>Re: Troubling diagnostic about &quot;InputManagers/Edit in TextMate&quot;</title>
	<published>2009-12-14T07:09:04Z</published>
	<updated>2009-12-14T07:09:04Z</updated>
	<author>
		<name>Rob McBroom-4</name>
	</author>
	<content type="html">On Dec 14, 2009, at 9:30 AM, Bryan Lockwood wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; I fired up Firefox (the command-line version, so I could specify -jssh and use watir) and found
&lt;br&gt;&amp;gt; the following complaint.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; firefox-bin[1614:903] Can't open input server /Users/bryanloc/Library/InputManagers/Edit in TextMate
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Looking in my console log, I find scads of messages to this effect. 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Can anyone tell me how to fix this problem?
&lt;br&gt;&lt;br&gt;The short answer is “Input Managers are going away. Don’t use them.”
&lt;br&gt;&lt;br&gt;Some other things that might help:
&lt;br&gt;&lt;br&gt;* An Input Manager is loaded into every application, whether you need it there or not
&lt;br&gt;* Input Managers only work in Cocoa apps. Firefox is Carbon, so they will never work there. With that in mind, I don’t know why the system would even attempt to load it, but perhaps this explains the error.
&lt;br&gt;* If you’re using Snow Leopard, 64-bit apps don’t support Input Managers at all (but since Firefox is still hobbling along on MacOS 9 technology, I wouldn’t expect it to go 64-bit any time soon)
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Rob McBroom
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://www.skurfer.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.skurfer.com/&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;Don't try to tell me a thing is important to you if the whole of your “support” entails forcing others to spend time and money on it.
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;textmate mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26779316&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;textmate@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.macromates.com/listinfo/textmate&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.macromates.com/listinfo/textmate&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Troubling-diagnostic-about-%22InputManagers-Edit-in-TextMate%22-tp26778692p26779316.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26778692</id>
	<title>Troubling diagnostic about &quot;InputManagers/Edit in TextMate&quot;</title>
	<published>2009-12-14T06:30:29Z</published>
	<updated>2009-12-14T06:30:29Z</updated>
	<author>
		<name>Bryan Lockwood</name>
	</author>
	<content type="html">I fired up Firefox (the command-line version, so I could specify -jssh and use watir) and found
&lt;br&gt;the following complaint.
&lt;br&gt;&lt;br&gt;firefox-bin[1614:903] Can't open input server /Users/bryanloc/Library/InputManagers/Edit in TextMate
&lt;br&gt;&lt;br&gt;Looking in my console log, I find scads of messages to this effect. 
&lt;br&gt;&lt;br&gt;Can anyone tell me how to fix this problem?
&lt;br&gt;&lt;br&gt;Thanks.
&lt;br&gt;&lt;br&gt;Bryan
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;textmate mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26778692&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;textmate@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.macromates.com/listinfo/textmate&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.macromates.com/listinfo/textmate&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Troubling-diagnostic-about-%22InputManagers-Edit-in-TextMate%22-tp26778692p26778692.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26773038</id>
	<title>Re: Bundle for Google Go (Josh Cheek)</title>
	<published>2009-12-13T20:58:31Z</published>
	<updated>2009-12-13T20:58:31Z</updated>
	<author>
		<name>Josh Cheek</name>
	</author>
	<content type="html">Thanks for the bundle, I&amp;#39;ve been using the C bundle, this is helpful :)&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Sun, Dec 13, 2009 at 11:05 AM, Carl Forde &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26773038&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cforde@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;
&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;&lt;span style=&quot;font-family: arial,sans-serif; font-size: 12px; border-collapse: collapse;&quot;&gt;&amp;gt;Is there a bundle for Google&amp;#39;s programming language &amp;quot;Go&amp;quot; ? I only found one&lt;br&gt;
&amp;gt;online &lt;a href=&quot;http://gitorious.org/go-tmbundle&quot; style=&quot;color: rgb(20, 125, 186);&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://gitorious.org/go-tmbundle&lt;/a&gt; , and it was an empty repo.&lt;div&gt;
&lt;br&gt;&lt;/div&gt;&lt;div&gt;I put this one together. Let me know what you think....&lt;/div&gt;&lt;/span&gt;&lt;br&gt;Carl Forde&lt;br&gt;&lt;br&gt;However beautiful the strategy, you should occasionally look at the results.&lt;br&gt;-- Winston Churchill&lt;br&gt;
&lt;br&gt;&lt;br&gt;
_______________________________________________&lt;br&gt;
textmate mailing list&lt;br&gt;
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26773038&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;textmate@...&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;http://lists.macromates.com/listinfo/textmate&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://lists.macromates.com/listinfo/textmate&lt;/a&gt;&lt;br&gt;
&lt;br&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;
&lt;br /&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;textmate mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26773038&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;textmate@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.macromates.com/listinfo/textmate&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.macromates.com/listinfo/textmate&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A-Bundle-for-Google-Go-%28Josh-Cheek%29-tp26767799p26773038.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26769681</id>
	<title>Re: Unwanted newline php (Allan Odgaard)</title>
	<published>2009-12-13T13:02:04Z</published>
	<updated>2009-12-13T13:02:04Z</updated>
	<author>
		<name>ryan fitzer</name>
	</author>
	<content type="html">&lt;div class='shrinkable-quote'&gt;&amp;gt; Message: 7
&lt;br&gt;&amp;gt; Date: Sun, 13 Dec 2009 18:30:08 +0100
&lt;br&gt;&amp;gt; From: Allan Odgaard &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26769681&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mailinglist@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; Subject: [TxMt] Re: Unwanted newline php
&lt;br&gt;&amp;gt; To: TextMate users &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26769681&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;textmate@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; Message-ID: &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26769681&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;30CEA0C1-8185-4A7B-843F-CE02B65D4FA9@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; Content-Type: text/plain; charset=utf-8; format=flowed
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On 11 Dec 2009, at &amp;nbsp;8:41, Ryan Fitzer wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; $fstat = fstat(STDIN);
&lt;br&gt;&amp;gt;&amp;gt; $stdin = fread(STDIN, $fstat['size']);
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I am surprised this works. STDIN is a pipe and can?t be stat?ed for
&lt;br&gt;&amp;gt; file size.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I would suggest instead using file_get_contents(&amp;quot;php://stdin&amp;quot;).
&lt;/div&gt;&lt;br&gt;One of the reasons decided to use the fstat method as it was the only
&lt;br&gt;documentation I could find on the STDIN subject that I could make
&lt;br&gt;sense of (new to this). This post was my source.:
&lt;br&gt;&lt;a href=&quot;http://muffinresearch.co.uk/archives/2007/03/19/using-php-cli-for-textmate-commands/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://muffinresearch.co.uk/archives/2007/03/19/using-php-cli-for-textmate-commands/&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;Also, php.net's explanation offered the following, further making up my mind:
&lt;br&gt;&lt;br&gt;&amp;quot;php://stdin, php://stdout and php://stderr allow direct access to the
&lt;br&gt;corresponding input or output stream of the PHP process. The stream
&lt;br&gt;references a duplicate file descriptor, so if you open php://stdin and
&lt;br&gt;later close it, you close only your copy of the descriptor--the actual
&lt;br&gt;stream referenced by STDIN is unaffected. Note that PHP exhibited
&lt;br&gt;buggy behavior in this regard until PHP 5.2.1. It is recommended that
&lt;br&gt;you simply use the constants STDIN, STDOUT and STDERR instead of
&lt;br&gt;manually opening streams using these wrappers.&amp;quot;
&lt;br&gt;&lt;br&gt;source: &lt;a href=&quot;http://php.net/manual/en/wrappers.php.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://php.net/manual/en/wrappers.php.php&lt;/a&gt;&lt;br&gt;&lt;br&gt;I just plugged your recommendation in and it works fine. Thanks for the tip.
&lt;br&gt;&lt;br&gt;Ryan
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Ryan Fitzer
&lt;br&gt;Los Angeles, CA
&lt;br&gt;&lt;a href=&quot;http://www.ryanfitzer.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.ryanfitzer.com&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://www.ryanpatrickfitzer.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.ryanpatrickfitzer.com&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://www.portfoliorodeo.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.portfoliorodeo.com&lt;/a&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;textmate mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26769681&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;textmate@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.macromates.com/listinfo/textmate&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.macromates.com/listinfo/textmate&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A-Unwanted-newline-php-%28Allan-Odgaard%29-tp26769681p26769681.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26768007</id>
	<title>Re: issues with &quot;keybord return&quot; on snow leopard</title>
	<published>2009-12-13T09:34:45Z</published>
	<updated>2009-12-13T09:34:45Z</updated>
	<author>
		<name>Allan Odgaard-4</name>
	</author>
	<content type="html">On 4 Dec 2009, at 07:26, Jose Jimenez wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Normally on textmate I write something like this:
&lt;br&gt;&amp;gt; [...]
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; // I hit enter here
&lt;br&gt;&amp;gt; //Goes here...
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The issue is that normally when I hit enter it would stay flush on &amp;nbsp;
&lt;br&gt;&amp;gt; the next line where it would normally go. &amp;nbsp;I noticed that after I &amp;nbsp;
&lt;br&gt;&amp;gt; installed Snow Leopard I run into an issue where it no longer stays &amp;nbsp;
&lt;br&gt;&amp;gt; flushed, instead it goes to the very beginning, and i have to hit &amp;nbsp;
&lt;br&gt;&amp;gt; &amp;quot;tab&amp;quot; in order to return to the original location i wanted.
&lt;/div&gt;&lt;br&gt;That is pretty weird.
&lt;br&gt;&lt;br&gt;Normally though TM will not indent if the current line is indented &amp;nbsp;
&lt;br&gt;with spaces and tabs are set to real tabs vice versa.
&lt;br&gt;&lt;br&gt;Other than that, there actually is no real way to disable auto indent.
&lt;br&gt;&lt;br&gt;Afraid I can’t offer much more than the tips at &lt;a href=&quot;http://wiki.macromates.com/Troubleshooting/101&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.macromates.com/Troubleshooting/101&lt;/a&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;textmate mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26768007&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;textmate@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.macromates.com/listinfo/textmate&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.macromates.com/listinfo/textmate&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/issues-with-%22keybord-return%22-on-snow-leopard-tp26638357p26768007.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26767978</id>
	<title>Re: Unwanted newline php</title>
	<published>2009-12-13T09:30:08Z</published>
	<updated>2009-12-13T09:30:08Z</updated>
	<author>
		<name>Allan Odgaard-4</name>
	</author>
	<content type="html">On 11 Dec 2009, at &amp;nbsp;8:41, Ryan Fitzer wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; $fstat = fstat(STDIN);
&lt;br&gt;&amp;gt; $stdin = fread(STDIN, $fstat['size']);
&lt;br&gt;&lt;br&gt;I am surprised this works. STDIN is a pipe and can’t be stat’ed for 
&lt;br&gt;file size.
&lt;br&gt;&lt;br&gt;I would suggest instead using file_get_contents(&amp;quot;php://stdin&amp;quot;).
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;textmate mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26767978&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;textmate@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.macromates.com/listinfo/textmate&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.macromates.com/listinfo/textmate&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Unwanted-newline-php-tp26739354p26767978.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26767936</id>
	<title>Re: toggle 'do ... end' / '{ ... }'</title>
	<published>2009-12-13T09:25:11Z</published>
	<updated>2009-12-13T09:25:11Z</updated>
	<author>
		<name>Allan Odgaard-4</name>
	</author>
	<content type="html">On 09 Dec 2009, at 20:43, Caius Durling wrote:
&lt;br&gt;&lt;br&gt;&amp;gt;&amp;gt; I found the command toggle 'do ... end' / '{ ... }' but […]
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I've found this stopped working with the latest version of TextMate. 
&lt;br&gt;&amp;gt; Presuming changing the path screwed the script somehow but I've not had 
&lt;br&gt;&amp;gt; a chance to investigate it yet.
&lt;br&gt;&lt;br&gt;Latest release has an updated regexp library which fixes a “bug” 
&lt;br&gt;that this macro relies on.
&lt;br&gt;&lt;br&gt;JEG2 has a fix for this: &lt;a href=&quot;http://github.com/JEG2/ruby.tmbundle&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://github.com/JEG2/ruby.tmbundle&lt;/a&gt;&lt;br&gt;&lt;br&gt;Sorry about the inconvenience.
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;textmate mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26767936&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;textmate@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.macromates.com/listinfo/textmate&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.macromates.com/listinfo/textmate&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/toggle-%27do-...-end%27---%27%7B-...-%7D%27-tp26715932p26767936.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26767913</id>
	<title>Re: Latex bundle request</title>
	<published>2009-12-13T09:22:12Z</published>
	<updated>2009-12-13T09:22:12Z</updated>
	<author>
		<name>Allan Odgaard-4</name>
	</author>
	<content type="html">On 08 Dec 2009, at 18:44, David Whetstone wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; This works, but when executed it unfolds all of my folded blocks, and 
&lt;br&gt;&amp;gt; leaves the screen such a state that I completely lose where I was. &amp;nbsp;Is 
&lt;br&gt;&amp;gt; this something that can be fixed?
&lt;br&gt;&lt;br&gt;Afraid this is a problem with TextMate, that it doesn’t preserve 
&lt;br&gt;foldings for replacements (and the toggle command do a replacement).
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;textmate mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26767913&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;textmate@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.macromates.com/listinfo/textmate&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.macromates.com/listinfo/textmate&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Latex-bundle-request-tp26697721p26767913.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26767890</id>
	<title>Re: Back to blogging</title>
	<published>2009-12-13T09:19:28Z</published>
	<updated>2009-12-13T09:19:28Z</updated>
	<author>
		<name>Allan Odgaard-4</name>
	</author>
	<content type="html">On 06 Dec 2009, at &amp;nbsp;4:57, andrea wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; I understood better the problem, in short the first time I post-to-blog
&lt;br&gt;&amp;gt; works fine.
&lt;br&gt;&amp;gt; If I do it again it will substitute the already quoted characters with
&lt;br&gt;&amp;gt; other interpreted characters.
&lt;br&gt;&lt;br&gt;This is likely a bug in WordPress or one of the plug-ins you have 
&lt;br&gt;installed for it.
&lt;br&gt;&lt;br&gt;Normally WordPress shouldn’t touch stuff inside &amp;lt;pre&amp;gt; but there has 
&lt;br&gt;been *a lot* of bugs related to this and sometimes fixed bugs reappear 
&lt;br&gt;— I actually run a plug-in which tries to disable all the 
&lt;br&gt;transformations that WordPress may do. That said, if your content is 
&lt;br&gt;posted as Markdown, these transformations should happen at display-time.
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;textmate mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26767890&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;textmate@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.macromates.com/listinfo/textmate&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.macromates.com/listinfo/textmate&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Back-to-blogging-tp26609170p26767890.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26767869</id>
	<title>Re: DIALOG2 menu inconsistency</title>
	<published>2009-12-13T09:15:01Z</published>
	<updated>2009-12-13T09:15:01Z</updated>
	<author>
		<name>Allan Odgaard-4</name>
	</author>
	<content type="html">On 04 Dec 2009, at 19:19, Hans-Jörg Bibiko wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; &amp;nbsp;[...]
&lt;br&gt;&amp;gt; &amp;nbsp;in Commands/menu.mm ⇢ uncomment line 69.
&lt;br&gt;&lt;br&gt;Done, &amp;nbsp;
&lt;br&gt;&lt;a href=&quot;http://github.com/textmate/dialog/commit/0110536d288b1f8295c1361cbd7729c&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://github.com/textmate/dialog/commit/0110536d288b1f8295c1361cbd7729c&lt;/a&gt;&amp;nbsp;
&lt;br&gt;80e11c0d7
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;textmate mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26767869&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;textmate@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.macromates.com/listinfo/textmate&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.macromates.com/listinfo/textmate&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/DIALOG2-menu-inconsistency-tp26646829p26767869.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26767799</id>
	<title>Re: Bundle for Google Go (Josh Cheek)</title>
	<published>2009-12-13T09:05:34Z</published>
	<updated>2009-12-13T09:05:34Z</updated>
	<author>
		<name>Carl Forde</name>
	</author>
	<content type="html">&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: arial, sans-serif; font-size: 12px; border-collapse: collapse; &quot;&gt;&amp;gt;Is there a bundle for Google&amp;#39;s programming language &amp;quot;Go&amp;quot; ? I only found one&lt;br&gt;&amp;gt;online &lt;a href=&quot;http://gitorious.org/go-tmbundle&quot; target=&quot;_blank&quot; style=&quot;color: rgb(20, 125, 186); &quot; rel=&quot;nofollow&quot;&gt;http://gitorious.org/go-tmbundle&lt;/a&gt; , and it was an empty repo.&lt;div&gt;
&lt;br&gt;&lt;/div&gt;&lt;div&gt;I put this one together. Let me know what you think....&lt;/div&gt;&lt;/span&gt;&lt;br&gt;Carl Forde&lt;br&gt;&lt;br&gt;However beautiful the strategy, you should occasionally look at the results.&lt;br&gt;-- Winston Churchill&lt;br&gt;
&lt;br /&gt; &lt;br /&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;textmate mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26767799&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;textmate@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.macromates.com/listinfo/textmate&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.macromates.com/listinfo/textmate&lt;/a&gt;&lt;br&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;Go.zip&lt;/strong&gt; (13K) &lt;a href=&quot;http://old.nabble.com/attachment/26767799/0/Go.zip&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A-Bundle-for-Google-Go-%28Josh-Cheek%29-tp26767799p26767799.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26767786</id>
	<title>Re: Back to blogging</title>
	<published>2009-12-13T09:05:29Z</published>
	<updated>2009-12-13T09:05:29Z</updated>
	<author>
		<name>Allan Odgaard-4</name>
	</author>
	<content type="html">On 03 Dec 2009, at &amp;nbsp;9:56, andrea crotti wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; Ah good now it works, it was enough to change the language in the 
&lt;br&gt;&amp;gt; source code.
&lt;br&gt;&amp;gt; By the way I never find the languages I need, maybe is better to 
&lt;br&gt;&amp;gt; colorize the source code by myself and then past it as it is?
&lt;br&gt;&lt;br&gt;There is no support for posting syntax highlighted code, so yes, you 
&lt;br&gt;will need to do this yourself, if you need it.
&lt;br&gt;&lt;br&gt;I haven’t found a good solution myself, but this looks pretty 
&lt;br&gt;interesting: &lt;a href=&quot;http://code.google.com/p/syntaxhighlighter/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://code.google.com/p/syntaxhighlighter/&lt;/a&gt;&amp;nbsp;— it does the 
&lt;br&gt;syntax highlight in JavaScript, so you just post the “raw” source 
&lt;br&gt;code (rather than messy markup).
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;textmate mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26767786&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;textmate@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.macromates.com/listinfo/textmate&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.macromates.com/listinfo/textmate&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Back-to-blogging-tp26609170p26767786.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26761756</id>
	<title>Bundle for Google Go</title>
	<published>2009-12-12T14:37:18Z</published>
	<updated>2009-12-12T14:37:18Z</updated>
	<author>
		<name>Josh Cheek</name>
	</author>
	<content type="html">Is there a bundle for Google&amp;#39;s programming language &amp;quot;Go&amp;quot; ? I only found one online &lt;a href=&quot;http://gitorious.org/go-tmbundle&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://gitorious.org/go-tmbundle&lt;/a&gt; , and it was an empty repo.&lt;br&gt;
&lt;br /&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;textmate mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26761756&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;textmate@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.macromates.com/listinfo/textmate&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.macromates.com/listinfo/textmate&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Bundle-for-Google-Go-tp26761756p26761756.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26755629</id>
	<title>Re: toggle 'do ... end' / '{ ... }'</title>
	<published>2009-12-11T23:49:03Z</published>
	<updated>2009-12-11T23:49:03Z</updated>
	<author>
		<name>Wilhelm Longshanks</name>
	</author>
	<content type="html">On Thu, Dec 10, 2009 at 7:02 PM, Martin &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26755629&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;html-kurs@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; On my machine it works best if the selection point is between the
&lt;br&gt;&amp;gt;&amp;gt; delimiters.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; But I do not download minor updates, so it may be that something has
&lt;br&gt;&amp;gt;&amp;gt; changed
&lt;br&gt;&amp;gt;&amp;gt; recently.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; You're right. I've installed version 1.5.9 (1510) and it works as predicted.
&lt;br&gt;&lt;br&gt;I have the same problem. Do I have to reinstall TextMate?
&lt;br&gt;Is there any workaround for this?
&lt;br&gt;&lt;br&gt;Wil
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;textmate mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26755629&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;textmate@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.macromates.com/listinfo/textmate&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.macromates.com/listinfo/textmate&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/toggle-%27do-...-end%27---%27%7B-...-%7D%27-tp26715932p26755629.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26750993</id>
	<title>Re: scrolling in snow leopard</title>
	<published>2009-12-11T12:25:29Z</published>
	<updated>2009-12-11T12:25:29Z</updated>
	<author>
		<name>Rick Gigger</name>
	</author>
	<content type="html">Good to know. &amp;nbsp;:) &amp;nbsp;It happens to me though every time. &amp;nbsp;It doesn't ever work.
&lt;br&gt;&lt;br&gt;&lt;br&gt;On Dec 11, 2009, at 8:30 AM, David Whetstone wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; I've seen the same problem. &amp;nbsp;Page up and down doing some pretty random things, including, as you described, page up actually going down. &amp;nbsp;But I can't seem to reproduce it at will, and it currently isn't happening for me. &amp;nbsp;If I see it again, I'll post a message and maybe we could get to the bottom of it. &amp;nbsp;Just wanted to let you know you aren't the only one.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; - David
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; On Dec 11, 2009, at 6:54 AM, Rick Gigger wrote:
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; Thanks, but I don't think that's related. &amp;nbsp;I am using the actual page up/page down keys. &amp;nbsp;They work fine in every other program. &amp;nbsp;In Textmate it appars to be trying to do page up/page down but is instead doing something crazy.
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; Thanks,
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; Rick
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; On Dec 11, 2009, at 7:16 AM, Chris Rebert wrote:
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; On Fri, Dec 11, 2009 at 5:57 AM, Rick Gigger &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26750993&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;rick@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Ever since upgrading to snow leopard scrolling via page up/down is broken. &amp;nbsp;The current line does not move in sync with the viewable area. &amp;nbsp;It jumps down what appears to be a random amount and sometimes even jumps back up when pushing page down.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Am I the only one experiencing this? &amp;nbsp;I can produce a screen cast if necessary to demonstrate the behavior.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Just a guess: &lt;a href=&quot;http://old.nabble.com/PAGE-DOWN-UP-doesnt-work-anymore....-td26416554.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://old.nabble.com/PAGE-DOWN-UP-doesnt-work-anymore....-td26416554.html&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; textmate mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26750993&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;textmate@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://lists.macromates.com/listinfo/textmate&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.macromates.com/listinfo/textmate&lt;/a&gt;&lt;/div&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;textmate mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26750993&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;textmate@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.macromates.com/listinfo/textmate&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.macromates.com/listinfo/textmate&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/scrolling-in-snow-leopard-tp26744722p26750993.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26748368</id>
	<title>Re: Where is the Makefile bundle?</title>
	<published>2009-12-11T09:30:35Z</published>
	<updated>2009-12-11T09:30:35Z</updated>
	<author>
		<name>Adam Vandenberg</name>
	</author>
	<content type="html">It's called &amp;quot;Make&amp;quot;, the official one is on GitHub:
&lt;br&gt;&lt;a href=&quot;http://github.com/textmate/make.tmbundle&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://github.com/textmate/make.tmbundle&lt;/a&gt;&lt;br&gt;and there are various branches of it there too.
&lt;br&gt;&lt;br&gt;(This is showing up for me on GetBundles, w/ my fork.)
&lt;br&gt;&lt;br&gt;On Fri, Dec 11, 2009 at 9:26 AM, W.P. McNeill &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26748368&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;billmcn@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; I don't have a bundle for Makefiles in my version of Textmate (1.5.8).
&lt;br&gt;&amp;gt;  Makefiles are treated as plain text files.
&lt;br&gt;&amp;gt; I haven't found one listed via the GetBundles bundle.  (I installed CMake,
&lt;br&gt;&amp;gt; but that doesn't appear to be it.)  I've also looked through the bundle list
&lt;br&gt;&amp;gt; and don't see one.
&lt;br&gt;&amp;gt; Where is the Makefile bundle.
&lt;br&gt;&amp;gt; Thanks.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; textmate mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26748368&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;textmate@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://lists.macromates.com/listinfo/textmate&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.macromates.com/listinfo/textmate&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;textmate mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26748368&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;textmate@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.macromates.com/listinfo/textmate&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.macromates.com/listinfo/textmate&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Where-is-the-Makefile-bundle--tp26748319p26748368.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26748319</id>
	<title>Where is the Makefile bundle?</title>
	<published>2009-12-11T09:26:10Z</published>
	<updated>2009-12-11T09:26:10Z</updated>
	<author>
		<name>W.P. McNeill</name>
	</author>
	<content type="html">I don&amp;#39;t have a bundle for Makefiles in my version of Textmate (1.5.8).  Makefiles are treated as plain text files.&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;I haven&amp;#39;t found one listed via the GetBundles bundle.  (I installed CMake, but that doesn&amp;#39;t appear to be it.)  I&amp;#39;ve also looked through the &lt;a href=&quot;http://svn.textmate.org/trunk/Bundles/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bundle list&lt;/a&gt; and don&amp;#39;t see one.&lt;/div&gt;
&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Where is the Makefile bundle.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Thanks.&lt;/div&gt;
&lt;br /&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;textmate mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26748319&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;textmate@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.macromates.com/listinfo/textmate&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.macromates.com/listinfo/textmate&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Where-is-the-Makefile-bundle--tp26748319p26748319.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26747649</id>
	<title>Re: Unwanted newline php</title>
	<published>2009-12-11T08:47:13Z</published>
	<updated>2009-12-11T08:47:13Z</updated>
	<author>
		<name>ryan fitzer</name>
	</author>
	<content type="html">Good advise Rob. Thanks.
&lt;br&gt;&lt;br&gt;Ryan
&lt;br&gt;&lt;br&gt;On Fri, Dec 11, 2009 at 8:35 AM, Rob McBroom &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26747649&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mailinglist0@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On Dec 11, 2009, at 2:41 AM, Ryan Fitzer wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Holy cow! I can't believe I missed that. Of course, I new to server
&lt;br&gt;&amp;gt;&amp;gt; side languages.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Just remember that PHP will treat everything outside of &amp;lt;?php ?&amp;gt; as part of a document and blindly output it.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; This has bitten many people when they try to send a Content-type header and get errors because their script started with blank lines and/or comments, which causes most web servers to start sending it as “text/html” automatically.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt; Rob McBroom
&lt;br&gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://www.skurfer.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.skurfer.com/&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; textmate mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26747649&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;textmate@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://lists.macromates.com/listinfo/textmate&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.macromates.com/listinfo/textmate&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Ryan Fitzer
&lt;br&gt;Los Angeles, CA
&lt;br&gt;&lt;a href=&quot;http://www.ryanfitzer.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.ryanfitzer.com&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://www.portfoliorodeo.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.portfoliorodeo.com&lt;/a&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;textmate mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26747649&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;textmate@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.macromates.com/listinfo/textmate&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.macromates.com/listinfo/textmate&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Unwanted-newline-php-tp26739354p26747649.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26747428</id>
	<title>Re: Unwanted newline php</title>
	<published>2009-12-11T08:35:50Z</published>
	<updated>2009-12-11T08:35:50Z</updated>
	<author>
		<name>Rob McBroom-4</name>
	</author>
	<content type="html">On Dec 11, 2009, at 2:41 AM, Ryan Fitzer wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; Holy cow! I can't believe I missed that. Of course, I new to server
&lt;br&gt;&amp;gt; side languages.
&lt;br&gt;&lt;br&gt;Just remember that PHP will treat everything outside of &amp;lt;?php ?&amp;gt; as part of a document and blindly output it.
&lt;br&gt;&lt;br&gt;This has bitten many people when they try to send a Content-type header and get errors because their script started with blank lines and/or comments, which causes most web servers to start sending it as “text/html” automatically.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Rob McBroom
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://www.skurfer.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.skurfer.com/&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;textmate mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26747428&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;textmate@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.macromates.com/listinfo/textmate&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.macromates.com/listinfo/textmate&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Unwanted-newline-php-tp26739354p26747428.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26746235</id>
	<title>Re: scrolling in snow leopard</title>
	<published>2009-12-11T07:30:45Z</published>
	<updated>2009-12-11T07:30:45Z</updated>
	<author>
		<name>David Whetstone-6</name>
	</author>
	<content type="html">I've seen the same problem. &amp;nbsp;Page up and down doing some pretty random things, including, as you described, page up actually going down. &amp;nbsp;But I can't seem to reproduce it at will, and it currently isn't happening for me. &amp;nbsp;If I see it again, I'll post a message and maybe we could get to the bottom of it. &amp;nbsp;Just wanted to let you know you aren't the only one.
&lt;br&gt;&lt;br&gt;- David
&lt;br&gt;&lt;br&gt;On Dec 11, 2009, at 6:54 AM, Rick Gigger wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Thanks, but I don't think that's related. &amp;nbsp;I am using the actual page up/page down keys. &amp;nbsp;They work fine in every other program. &amp;nbsp;In Textmate it appars to be trying to do page up/page down but is instead doing something crazy.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Thanks,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Rick
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; On Dec 11, 2009, at 7:16 AM, Chris Rebert wrote:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; On Fri, Dec 11, 2009 at 5:57 AM, Rick Gigger &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26746235&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;rick@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Ever since upgrading to snow leopard scrolling via page up/down is broken. &amp;nbsp;The current line does not move in sync with the viewable area. &amp;nbsp;It jumps down what appears to be a random amount and sometimes even jumps back up when pushing page down.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Am I the only one experiencing this? &amp;nbsp;I can produce a screen cast if necessary to demonstrate the behavior.
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; Just a guess: &lt;a href=&quot;http://old.nabble.com/PAGE-DOWN-UP-doesnt-work-anymore....-td26416554.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://old.nabble.com/PAGE-DOWN-UP-doesnt-work-anymore....-td26416554.html&lt;/a&gt;&lt;/div&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;textmate mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26746235&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;textmate@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.macromates.com/listinfo/textmate&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.macromates.com/listinfo/textmate&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/scrolling-in-snow-leopard-tp26744722p26746235.html" />
</entry>

</feed>
