<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel about="http://permalink.gmane.org/gmane.editors.textmate.general">
    <title>gmane.editors.textmate.general</title>
    <link>http://permalink.gmane.org/gmane.editors.textmate.general</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.editors.textmate.general/27587"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.editors.textmate.general/27586"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.editors.textmate.general/27585"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.editors.textmate.general/27584"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.editors.textmate.general/27583"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.editors.textmate.general/27582"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.editors.textmate.general/27581"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.editors.textmate.general/27580"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.editors.textmate.general/27579"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.editors.textmate.general/27578"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.editors.textmate.general/27577"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.editors.textmate.general/27576"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.editors.textmate.general/27575"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.editors.textmate.general/27574"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.editors.textmate.general/27573"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.editors.textmate.general/27572"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.editors.textmate.general/27571"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.editors.textmate.general/27570"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.editors.textmate.general/27569"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.editors.textmate.general/27568"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.textmate.general/27587">
    <title>Re: Syntax highlighting is gone...</title>
    <link>http://permalink.gmane.org/gmane.editors.textmate.general/27587</link>
    <description>
On 04/12/2008, at 7:18 AM, Nate Cavanaugh wrote:


Can you please send the bundle to me directly and I'll try to reproduce.

Also, I'd like to integrate it into the Java bundle.

</description>
    <dc:creator>Luke Daley</dc:creator>
    <dc:date>2008-12-04T00:13:48</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.textmate.general/27586">
    <title>Syntax highlighting is gone...</title>
    <link>http://permalink.gmane.org/gmane.editors.textmate.general/27586</link>
    <description>
Hi all,
I keep losing my syntax highlighting in only one certain file type.

I have a JSP bundle that does an include of the source.java scope.

In essence, everything between &lt;% and %&gt; should be treated as Java. The Java
syntax highlighting still works, however, when I open a .java file.

If I blow out my Application Support/TextMate/ directory and start over, it
works fine, and if I add back in the bundle, it will work for a little bit
as well.

But for some reason, after a day or two of editing, everything between &lt;% %&gt;
is colored as plain text.

Here's the really weird part: the scope reads partially correct, and
snippets work, but the syntax highlighting is gone.

When I say the scope works, basically, it will tell me I'm in the proper
scope (text.html.jsp) but it doesn't have the proper scopes for the data
types and such.

Here is the part of my Language portion of the bundle that does the include:

jsp = {
patterns = (
{name = 'comment.block.jsp';
begin = '&lt;%--';
end = '--%&gt;';
</description>
    <dc:creator>Nate Cavanaugh</dc:creator>
    <dc:date>2008-12-03T21:18:03</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.textmate.general/27585">
    <title>OCaml scoping</title>
    <link>http://permalink.gmane.org/gmane.editors.textmate.general/27585</link>
    <description>I see that OCaml bundle knows which function we're in, as it's shown  
in the lower right.  Yet the fold handles are all screwed up and don't  
do no foldin', and selecting [Scope] in the bundle editor always  
selects the whole document.  But we know we are in a function!  How  
can we make it a scope?

Cheers,
Alexy

_______________________________________________
textmate mailing list
textmate-qhrM8SXbD5LrQoZeqNtYVVaTQe2KTcn/&lt; at &gt;public.gmane.org
http://lists.macromates.com/listinfo/textmate

</description>
    <dc:creator>Alexy Khrabrov</dc:creator>
    <dc:date>2008-12-03T17:19:05</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.textmate.general/27584">
    <title>NetNewsWire and Blogging with TextMate..</title>
    <link>http://permalink.gmane.org/gmane.editors.textmate.general/27584</link>
    <description>I did some searching on the list before subscribing to see if anyone
answered this.  But I couldn't find anything definitive on the
subject.  Please forgive me if this has been asked before and feel
free to provide a link to appropriate documentation citing a method...

I would love to have TextMate respond to NetNewsWire's "Post to
Weblog"  functionality the same way say - MarsEdit does.

Has anyone developed a way to integrate the two?  When I try to simply
selected "Textmate" as my blog editor in NetNewsWire it (not
surprisingly) doesn't work.

TIA

</description>
    <dc:creator>David Orriss Jr</dc:creator>
    <dc:date>2008-12-03T16:41:17</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.textmate.general/27583">
    <title>Re: Keyboard shortcuts in context menus now need Command keytoo</title>
    <link>http://permalink.gmane.org/gmane.editors.textmate.general/27583</link>
    <description>
Unfortunately, no. There is a huge thread already about this, titled  
"disable new behavior in contextual menu for snippetselection -  
possible?"

Here are Allan's replies:
http://lists.macromates.com/textmate/2008-December/027599.html
http://lists.macromates.com/textmate/2008-December/027607.html

Long thread short, it's due to changes coming in Snow Leopard.

Regards,
Daniel

_______________________________________________
textmate mailing list
textmate-qhrM8SXbD5LrQoZeqNtYVVaTQe2KTcn/&lt; at &gt;public.gmane.org
http://lists.macromates.com/listinfo/textmate

</description>
    <dc:creator>Daniel Stockman</dc:creator>
    <dc:date>2008-12-03T15:32:45</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.textmate.general/27582">
    <title>Re: Keyboard shortcuts in context menus now need Command keytoo</title>
    <link>http://permalink.gmane.org/gmane.editors.textmate.general/27582</link>
    <description>
_______________________________________________
textmate mailing list
textmate-qhrM8SXbD5LrQoZeqNtYVVaTQe2KTcn/&lt; at &gt;public.gmane.org
http://lists.macromates.com/listinfo/textmate
</description>
    <dc:creator>Dougal</dc:creator>
    <dc:date>2008-12-03T15:32:44</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.textmate.general/27581">
    <title>Keyboard shortcuts in context menus now need Command key too</title>
    <link>http://permalink.gmane.org/gmane.editors.textmate.general/27581</link>
    <description>Hi all,

I've just updated TextMate to [2008-11-27: REVISION 1496] and in doing
so have noticed that context menus now have ⌘1, ⌘2, etc instead of 1,
2 listed as shortcuts next to them.

As an example the Git bundle is trigger by Ctrl-Shift-G which pops up
a menu that I used to be able to press 1 to Show Uncommitted Changes.
Now that menu item has ⌘1 next to it.  (The same thing has happened to
the Subversion menu too.)

Is there anyway to go back to the previous behaviour as this change
breaks my muscle memory?

Cheers,

Paul.

_______________________________________________
textmate mailing list
textmate&lt; at &gt;lists.macromates.com
http://lists.macromates.com/listinfo/textmate
</description>
    <dc:creator>Paul Wright</dc:creator>
    <dc:date>2008-12-03T13:49:58</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.textmate.general/27580">
    <title>Re: editing .profile, and others</title>
    <link>http://permalink.gmane.org/gmane.editors.textmate.general/27580</link>
    <description>
_______________________________________________
textmate mailing list
textmate-qhrM8SXbD5LrQoZeqNtYVVaTQe2KTcn/&lt; at &gt;public.gmane.org
http://lists.macromates.com/listinfo/textmate
</description>
    <dc:creator>Jon Evans</dc:creator>
    <dc:date>2008-12-03T13:08:05</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.textmate.general/27579">
    <title>Re: trouble with ui.rb</title>
    <link>http://permalink.gmane.org/gmane.editors.textmate.general/27579</link>
    <description>
_______________________________________________
textmate mailing list
textmate-qhrM8SXbD5LrQoZeqNtYVVaTQe2KTcn/&lt; at &gt;public.gmane.org
http://lists.macromates.com/listinfo/textmate
</description>
    <dc:creator>Mathieu Godart</dc:creator>
    <dc:date>2008-12-03T12:32:37</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.textmate.general/27578">
    <title>Re:disable new behavior in contextual menu for snippetselection - possible?</title>
    <link>http://permalink.gmane.org/gmane.editors.textmate.general/27578</link>
    <description>

That's strange, because for me D in the subversion bundle menu chooses "Help",
and not *any* of the "Diff" commands.  I'm not sure what's going on there.

Andrew.


_______________________________________________
textmate mailing list
textmate&lt; at &gt;lists.macromates.com
http://lists.macromates.com/listinfo/textmate
</description>
    <dc:creator>Andrew Durdin</dc:creator>
    <dc:date>2008-12-03T10:21:08</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.textmate.general/27577">
    <title>Re: trouble with ui.rb</title>
    <link>http://permalink.gmane.org/gmane.editors.textmate.general/27577</link>
    <description>

oops! typo…
I meant "you're lucky…"
don't know what happened,
maybe it was just too late…

Edoardo


_______________________________________________
textmate mailing list
textmate-qhrM8SXbD5LrQoZeqNtYVVaTQe2KTcn/&lt; at &gt;public.gmane.org
http://lists.macromates.com/listinfo/textmate

</description>
    <dc:creator>Edoardo Galvagno</dc:creator>
    <dc:date>2008-12-03T07:04:45</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.textmate.general/27576">
    <title>Re: disable new behavior in contextual menu for snippetselection - possible?</title>
    <link>http://permalink.gmane.org/gmane.editors.textmate.general/27576</link>
    <description>thanks for letting us know Allan. I'm curious as to how well this will
work for me once snow leopard rolls around, since i type to reach menu
items a LOT. I hope it'll be customizable.

is there a chance a way to disable that will be coming though?

On Tue, Dec 2, 2008 at 1:48 AM, Allan Odgaard &lt;mailinglist-y8YpCXkx7K5g9hUCZPvPmw&lt; at &gt;public.gmane.org&gt; wrote:

_______________________________________________
textmate mailing list
textmate-qhrM8SXbD5LrQoZeqNtYVVaTQe2KTcn/&lt; at &gt;public.gmane.org
http://lists.macromates.com/listinfo/textmate

</description>
    <dc:creator>Nick</dc:creator>
    <dc:date>2008-12-03T01:11:12</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.textmate.general/27575">
    <title>Re: trouble with ui.rb</title>
    <link>http://permalink.gmane.org/gmane.editors.textmate.general/27575</link>
    <description>
you're like if commenting those lines is enough…



As Simon said before this is the way svn works (I have more experience  
with cvs, but the notation seems quite similar).

svn noted that your local copy of ui.rb has been modified (by you  
usually) and it was not able to merge your changes with those in the  
remote repository.

The marks (&lt;&lt;&lt;&lt;&lt;...) you see are the way svn uses to mark witch parts  
of the file you have to manually merge.

If you are sure you didn't make any relevant change to the ui.rb you  
could delete it from your local copy and then do a svn update again…  
at that point svn will retrieve a pristine copy of ui.rb from the  
remote repository.

Edoardo



_______________________________________________
textmate mailing list
textmate-qhrM8SXbD5LrQoZeqNtYVVaTQe2KTcn/&lt; at &gt;public.gmane.org
http://lists.macromates.com/listinfo/textmate

</description>
    <dc:creator>Edoardo Galvagno</dc:creator>
    <dc:date>2008-12-03T00:06:31</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.textmate.general/27574">
    <title>Re: disable new behavior in contextual menu for snippetselection - possible?</title>
    <link>http://permalink.gmane.org/gmane.editors.textmate.general/27574</link>
    <description>
_______________________________________________
textmate mailing list
textmate-qhrM8SXbD5LrQoZeqNtYVVaTQe2KTcn/&lt; at &gt;public.gmane.org
http://lists.macromates.com/listinfo/textmate
</description>
    <dc:creator>Dana Kashubeck</dc:creator>
    <dc:date>2008-12-02T22:05:42</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.textmate.general/27573">
    <title>Re: trouble with ui.rb</title>
    <link>http://permalink.gmane.org/gmane.editors.textmate.general/27573</link>
    <description>Ok so I found a workaround: I commented out all 
lines starting with &lt;&lt;&lt;&lt;&lt; and ===== inside ui.rb 
and everything works fine. 

Is this some sort of svn malfunctioning? how did those 
lines get into (my copy of) ui.rb? sorry if this is obvious 
to svn wizards (but in that case, please drop me a word) 

Piero 


_______________________________________________
textmate mailing list
textmate-qhrM8SXbD5LrQoZeqNtYVVaTQe2KTcn/&lt; at &gt;public.gmane.org
http://lists.macromates.com/listinfo/textmate

</description>
    <dc:creator>Piero D'Anconaa</dc:creator>
    <dc:date>2008-12-02T22:00:00</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.textmate.general/27572">
    <title>Re: disable new behavior in contextual menu for snippet selection - possible?</title>
    <link>http://permalink.gmane.org/gmane.editors.textmate.general/27572</link>
    <description>
_______________________________________________
textmate mailing list
textmate-qhrM8SXbD5LrQoZeqNtYVVaTQe2KTcn/&lt; at &gt;public.gmane.org
http://lists.macromates.com/listinfo/textmate
</description>
    <dc:creator>Steve King</dc:creator>
    <dc:date>2008-12-02T16:38:54</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.textmate.general/27571">
    <title>Re: disable new behavior in contextual menu for snippetselection - possible?</title>
    <link>http://permalink.gmane.org/gmane.editors.textmate.general/27571</link>
    <description>
Thanks for the clarification... I have to say it's bad news for my  
workflow... I've been going crazy the last couple of days... It's so  
ingrained in my system... Plus, trying to get used to it, I keep on  
hitting command + # key and switch tab instead... grrr...

At least I know it's because of Snow Leopard now... so I'll do some  
kung fu training to get used to it... :'(

_______________________________________________
textmate mailing list
textmate-qhrM8SXbD5LrQoZeqNtYVVaTQe2KTcn/&lt; at &gt;public.gmane.org
http://lists.macromates.com/listinfo/textmate

</description>
    <dc:creator>minimal design</dc:creator>
    <dc:date>2008-12-02T14:36:21</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.textmate.general/27570">
    <title>Re: disable new behavior in contextual menu for snippetselection - possible?</title>
    <link>http://permalink.gmane.org/gmane.editors.textmate.general/27570</link>
    <description>

No, 1-9 “breaks” exactly to promote the “type to select” (which  
has always worked, and we even do special tricks e.g. in the  
Subversion bundle to have D choose the most likely Diff action etc.).

As for Timothy Bates’ letter about ‘H’ for Help etc. This is  
presently possible, but starting with Snow Leopard, it will not be  
(unless I convince them to still allow key equivalents w/o modifiers  
to trigger when popup menus are open) -- the present build is meant as  
a test of whether modifiers are ok.

All change is hard, so give it a few days, but after that, do let me  
know if it is more bother to use the modifiers.


_______________________________________________
textmate mailing list
textmate&lt; at &gt;lists.macromates.com
http://lists.macromates.com/listinfo/textmate
</description>
    <dc:creator>Allan Odgaard</dc:creator>
    <dc:date>2008-12-02T14:34:25</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.textmate.general/27569">
    <title>Re: trouble with ui.rb</title>
    <link>http://permalink.gmane.org/gmane.editors.textmate.general/27569</link>
    <description>This looks to me as though you've made local changes to ui.rb and when you
updated svn placed the file in a conficted state. You need to resolve the
conflicts or go with the most recent revision in the repository.

Cheers,
Simon





_______________________________________________
textmate mailing list
textmate-qhrM8SXbD5LrQoZeqNtYVVaTQe2KTcn/&lt; at &gt;public.gmane.org
http://lists.macromates.com/listinfo/textmate

</description>
    <dc:creator>simon-iFy773MCJJ1rovVCs/uTlw&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2008-12-02T13:51:24</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.textmate.general/27568">
    <title>Re: disable new behavior in contextual menu for snippetselection - possible?</title>
    <link>http://permalink.gmane.org/gmane.editors.textmate.general/27568</link>
    <description>

Oh, man. Are we going to have to hit 'a' or 'i' to get into INSERT  
mode in TextMate? ;)



Sounds like a good enough reason to me. Personally, I like the "type a  
few characters" trick Hans just mentioned better than ⌘1, but from  
your description, that's going to quit working as well under Snow  
Leopard. Too bad.

</description>
    <dc:creator>Rob McBroom</dc:creator>
    <dc:date>2008-12-02T13:32:49</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.textmate.general/27567">
    <title>trouble with ui.rb</title>
    <link>http://permalink.gmane.org/gmane.editors.textmate.general/27567</link>
    <description>I already sent this message but publication is delayed
for some reason - excuses in advance if the post will be repeated

After updating the Support folder, I am getting
error messages in some of my routines which
use ui.rb. But the errors seem produced by the
lines in ui.rb like
&lt;&lt;&lt;&lt;&lt;&lt;&lt; .mine
and
=======
and similar ones. Strange thing, it seems like the errors
are not related to my routines: a typical example:

/tmp/temp_textmate.LJOoCE:4:in `require': /Library/Application 
Support/TextMate/Support/lib/ui.rb:92: syntax error, unexpected tLSHFT, 
expecting kEND 
(SyntaxError) 
&lt;&lt;&lt;&lt;&lt;&lt;&lt; .mine 
  ^ 

Any help appreciated
Piero






_______________________________________________
textmate mailing list
textmate-qhrM8SXbD5LrQoZeqNtYVVaTQe2KTcn/&lt; at &gt;public.gmane.org
http://lists.macromates.com/listinfo/textmate

</description>
    <dc:creator>Piero D'Ancona</dc:creator>
    <dc:date>2008-12-02T12:09:22</dc:date>
  </item>
  <textinput about="http://search.gmane.org/?group=$group=gmane.editors.textmate.general">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.editors.textmate.general</link>
  </textinput>
</rdf:RDF>
