<?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://blog.gmane.org/gmane.editors.textmate.general">
    <title>gmane.editors.textmate.general</title>
    <link>http://blog.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://comments.gmane.org/gmane.editors.textmate.general/27551"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.editors.textmate.general/27538"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.editors.textmate.general/27535"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.editors.textmate.general/27529"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.editors.textmate.general/27524"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.editors.textmate.general/27523"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.editors.textmate.general/27519"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.editors.textmate.general/27510"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.editors.textmate.general/27509"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.editors.textmate.general/27508"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.editors.textmate.general/27501"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.editors.textmate.general/27500"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.editors.textmate.general/27499"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.editors.textmate.general/27497"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.editors.textmate.general/27496"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.editors.textmate.general/27493"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.editors.textmate.general/27492"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.editors.textmate.general/27491"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.editors.textmate.general/27490"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.editors.textmate.general/27487"/>
      </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://comments.gmane.org/gmane.editors.textmate.general/27551">
    <title>LaTeX and require_cmd.rb</title>
    <link>http://comments.gmane.org/gmane.editors.textmate.general/27551</link>
    <description>Hi

Misadventures of a Wizard's Apprentice :

I found in this message : http://lists.macromates.com/textmate/2007-February/017504.html

  this idea

ENV['PATH'] = %x{sh -c '. "$BASH_ENV"; echo $PATH'}

I put this line in the file require_cmd.rb and with this line, I can  
compile
  without setting the PATH in the Shell Variables.

I would like to know if this idea is fine or if it' dangerous ...
Alain

the code :
ENV['PATH'] = %x{sh -c '. "$BASH_ENV"; echo $PATH'}
require ENV["TM_SUPPORT_PATH"] + "/lib/escape"
require ENV["TM_SUPPORT_PATH"] + "/lib/exit_codes"
module TextMate
  class &lt;&lt; self
   def require_cmd(cmd)
       unless File.executable?(cmd) or ENV['PATH'].split(':').any? { | 
dir| File.executable? File.join(dir, cmd) }
         TextMate::HTMLOutput.show(:title =&gt; "Can't find “#{cmd}” on  
PATH.", :sub_title =&gt; "") do |io|
           io &lt;&lt; "&lt;p&gt;The current PATH is:&lt;/p&gt;"
           io &lt;&lt; "&lt;blockquote&gt;"
           ENV["PATH"].split(":").each do |p|
             io &lt;&lt; htmlize(p + "\n")
           en</description>
    <dc:creator>Alain Matthes</dc:creator>
    <dc:date>2008-12-01T15:04:44</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.editors.textmate.general/27538">
    <title>Markdown bundle's html2text.pl is old, bad unicode handling</title>
    <link>http://comments.gmane.org/gmane.editors.textmate.general/27538</link>
    <description>
_______________________________________________
textmate mailing list
textmate-qhrM8SXbD5LrQoZeqNtYVVaTQe2KTcn/&lt; at &gt;public.gmane.org
http://lists.macromates.com/listinfo/textmate
</description>
    <dc:creator>Michael Tyson</dc:creator>
    <dc:date>2008-12-01T05:41:35</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.editors.textmate.general/27535">
    <title>latex and synctex.gz</title>
    <link>http://comments.gmane.org/gmane.editors.textmate.general/27535</link>
    <description>Hi

Now I have a file .synctex.gz that is created with each compilation.

How to compile without this option ?

Best Regards

Alain

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

</description>
    <dc:creator>Alain Matthes</dc:creator>
    <dc:date>2008-11-30T23:50:16</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.editors.textmate.general/27529">
    <title>Default "mate" options</title>
    <link>http://comments.gmane.org/gmane.editors.textmate.general/27529</link>
    <description>Is there a way I can make the "-r" option on by default?  Or should I  
just alias it in .bash_profile?

-N.

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

</description>
    <dc:creator>Neil</dc:creator>
    <dc:date>2008-11-30T21:12:42</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.editors.textmate.general/27524">
    <title>non-blank-lines block as scope to eval</title>
    <link>http://comments.gmane.org/gmane.editors.textmate.general/27524</link>
    <description>I'm using TextMate with OCaml extensively, and use an Eval script from  
Johan Kullbom to send either a selection or a current line to an iTerm  
with ocaml interpreter in it (adapted from F#):

http://blog.hoomla.se/post/F-TextMate-bundle-on-Google-Code.aspx

The problem is, OCaml grammar doesn't really show functions properly,  
fold-unfold handles make no sense.  Thus, I have to select a function  
manually if I want to send it to ocaml.

Now I chose "Line" in Input: [Selected Text] or [Line], but what I'd  
really like to choose is "Non-blank line segment around the cursor".   
I'm not sure what can I do with the [Scope] there, as scopeName  
defines the whole 'source.ocaml', AFAICU.

So, is there a way to achieve "select Non-blank line segment around  
the cursor, then send THAT to ocaml using an Eval snippet or similarly"?

Cheers,
Alexy

_______________________________________________
textmate mailing list
textmate-qhrM8SXbD5LrQoZeqNtYVVaTQe2KTcn/&lt; at &gt;public.gmane.org
http://lists.macromates.com/listinfo/</description>
    <dc:creator>Alexy Khrabrov</dc:creator>
    <dc:date>2008-11-30T20:17:36</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.editors.textmate.general/27523">
    <title>Problem rebinding ^j in local KeyBindings.dict</title>
    <link>http://comments.gmane.org/gmane.editors.textmate.general/27523</link>
    <description>
_______________________________________________
textmate mailing list
textmate-qhrM8SXbD5LrQoZeqNtYVVaTQe2KTcn/&lt; at &gt;public.gmane.org
http://lists.macromates.com/listinfo/textmate
</description>
    <dc:creator>Peter McLain</dc:creator>
    <dc:date>2008-11-30T19:34:17</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.editors.textmate.general/27519">
    <title>"Application quit expectedly" on deleting opening brace</title>
    <link>http://comments.gmane.org/gmane.editors.textmate.general/27519</link>
    <description>
_______________________________________________
textmate mailing list
textmate-qhrM8SXbD5LrQoZeqNtYVVaTQe2KTcn/&lt; at &gt;public.gmane.org
http://lists.macromates.com/listinfo/textmate
</description>
    <dc:creator>Abhimanyu Lad</dc:creator>
    <dc:date>2008-11-30T19:17:57</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.editors.textmate.general/27510">
    <title>LaTeX and Skim</title>
    <link>http://comments.gmane.org/gmane.editors.textmate.general/27510</link>
    <description>I Just upgraded to TeXLive 2008 and I am experiencing some problems  
when previewing in Skim.
In the Typeset &amp; view Window I get the following error message:

Application 'Skim' not running sh: /Applications/Skim.app/Contents/ 
Resources/displayline: No such file or directory

I already checked some earlier mails about this kind of problem and  
found that
earlier the code in texMate.py had

Contents/Resources/displayline
but Skim was changed and needs
/Contents/SharedSupport/displayline

When I check my texMate.py

I already have the correct code there.
I do not understand where the wrong line of code comes from.

Skim starts an displays my files. I just would like to get rid of the  
error message.

I have another problem also:
Forward search i.e. selecting text in TextMake and finding the  
corresponding spot in Skim, does not work.

Neither selecting Show in PDF  Viewer (pdfsync) nor pressing Ctrl-Alt- 
Apple-O does anything.

I do have Skim 1. 2 (38), TeXLive 2008 ad TextMate 1.5.8 (1496)

--
Erich Neu</description>
    <dc:creator>Erich Neuwirth</dc:creator>
    <dc:date>2008-11-30T09:42:44</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.editors.textmate.general/27509">
    <title>Objective-C completions for iPhone SDK.</title>
    <link>http://comments.gmane.org/gmane.editors.textmate.general/27509</link>
    <description>
_______________________________________________
textmate mailing list
textmate-qhrM8SXbD5LrQoZeqNtYVVaTQe2KTcn/&lt; at &gt;public.gmane.org
http://lists.macromates.com/listinfo/textmate
</description>
    <dc:creator>Rafael Vega</dc:creator>
    <dc:date>2008-11-30T05:20:41</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.editors.textmate.general/27508">
    <title>Problem with "Setup Blogs" function in Blogging bundle</title>
    <link>http://comments.gmane.org/gmane.editors.textmate.general/27508</link>
    <description>
I would like to set up to do offline blogging (Wordpress) from Textmate, but
have run up against a problem. 

When I go to "Setup Blogs" to set up my blog, I should get a modifiable
template where I can enter my blog-specific information which will then go
and fetch my posts. Problem is that when I try to do this and call the
template, nothing happens. Instead, I just have a blank text file. 

What's wrong? Is the template missing? If so, how do I get a new copy?

Thank you.
</description>
    <dc:creator>pdenlinger</dc:creator>
    <dc:date>2008-11-30T02:34:09</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.editors.textmate.general/27501">
    <title>disable new behavior in contextual menu for snippetselection - possible?</title>
    <link>http://comments.gmane.org/gmane.editors.textmate.general/27501</link>
    <description>The new way of selecting snippets with "command + #" (when for  
instance there's more than one assigned to a tab trigger) forcing you  
to use "command" key instead of just number is really annoying... to me.

Is it possible to cancel this new behavior somehow?

And if not, what's the reason behind the change? I might be better  
able to get used to it if I can understand the benefits. ;)

Thanks!

_______________________________________________
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-11-28T21:42:18</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.editors.textmate.general/27500">
    <title>Bug with latest TM build</title>
    <link>http://comments.gmane.org/gmane.editors.textmate.general/27500</link>
    <description>Hi there,

I'm experiencing a bug with the latest TM build (1496). It happens on
two different computers (both running 10.5.5)

Scenario:
- you have a project open
- it has some subfolder

Steps:
- open a file in the project
- save it on a subfolder, with the same name, by using "Save as..."
- (focus on a different program to make TM refresh the project)
- try to open the original file -- FAIL

Bonus points:
- use the terminal to rm the newly created file and watch TM go nuts
(specially if you have enabled the "Save files when focus is lost")

Is it just me, or should I report it as a "proper" bug?


</description>
    <dc:creator>Ale Muñoz</dc:creator>
    <dc:date>2008-11-28T20:52:12</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.editors.textmate.general/27499">
    <title>Spaces at end of file name?</title>
    <link>http://comments.gmane.org/gmane.editors.textmate.general/27499</link>
    <description>Hi, all.

I teach programming and a student really stumped me with this one. His
program was generating a file with a space at the end of the name,
like this: "test.txt ". I could not open this file with TextMate, only
with OpenOffice. TextMate shows the file in the project drawer but
when you click on it nothing happens. I finally figured it out by
going to a terminal window and displaying the directory with a ls -a.
It showed this up as "test.txt\ " and it started making sense. I could
then track down the bug in my student's code.

Is this a known thing? I searched the list archives but didn't see this.

Thanks,

-Eric

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

</description>
    <dc:creator>Eric Knapp</dc:creator>
    <dc:date>2008-11-28T19:52:32</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.editors.textmate.general/27497">
    <title>New Mac, can't get PHP validation to work</title>
    <link>http://comments.gmane.org/gmane.editors.textmate.general/27497</link>
    <description>I have a new Mac Pro, and for some reason PHP validation won't work at  
all on it. I'm using a migrated user account from a Tiger machine, and  
I suspect that might be the problem, but I can't figure out what is  
setting it on the wrong path.

If I create a new test account, everything works perfectly in it. The  
default PHP command is used for validation, and errors are properly  
displayed.

I have tried setting and deleting the TM_PHP variable. I have created  
and destroyed a .MacOSX/environment.plist. I can't find anything else  
that would explain this on the web or this list. Any ideas?

Thanks,

Walter

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

</description>
    <dc:creator>Walter Lee Davis</dc:creator>
    <dc:date>2008-11-28T15:45:17</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.editors.textmate.general/27496">
    <title>DIALOG2 and Blogging.bundle</title>
    <link>http://comments.gmane.org/gmane.editors.textmate.general/27496</link>
    <description>27 nov 2008. New build of TM.
DIALOG2 now part of TM (i'm sure its there).
Can i use dialog2 to choose categories? Can i use DIALOG2 to
autocomplete Python/Django code? How can i use DIALOG2 in common?
Changelog says nothing i can understand...

</description>
    <dc:creator>Alexey Blinov</dc:creator>
    <dc:date>2008-11-28T15:06:50</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.editors.textmate.general/27493">
    <title>2 Bundles for 1 Language</title>
    <link>http://comments.gmane.org/gmane.editors.textmate.general/27493</link>
    <description>Out of curiosity[1], what would happen if two bundles "claimed" the  
same language?  Would Textmate only use one?  How would it pick?   
(Assume there are conflicting items; ie. language syntax definitions.)

-Neil.

PS. Well, okay, not entirely just "out of curiosity"; I'm asking  
because I'm thinking of "redoing" (or at least extensively modifying)  
some bundles.

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

</description>
    <dc:creator>Neil</dc:creator>
    <dc:date>2008-11-28T10:56:22</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.editors.textmate.general/27492">
    <title>CSS language and background-color:transparent</title>
    <link>http://comments.gmane.org/gmane.editors.textmate.general/27492</link>
    <description>Hi All,

I’m not sure if this has already been addressed, but I noticed  
that my CSS language grammar highlights “transparent” in  
{background-color: transparent;}, and most everything after that, as  
an error (scope = invalid.illegal.css). The more common {background:  
transparent;} doesn’t trigger the error, and in that  
case “transparent” gets the scope “name =  
'support.constant.property-value.css'.” I added transparent to  
the value list in “name = 'support.constant.color.w3c-standard- 
color-name.css',” which may not be the right place, but works  
for me.

peace - oli

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

</description>
    <dc:creator>Oli</dc:creator>
    <dc:date>2008-11-28T08:45:08</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.editors.textmate.general/27491">
    <title>Correctly indenting multi-line lists</title>
    <link>http://comments.gmane.org/gmane.editors.textmate.general/27491</link>
    <description>
_______________________________________________
textmate mailing list
textmate-qhrM8SXbD5LrQoZeqNtYVVaTQe2KTcn/&lt; at &gt;public.gmane.org
http://lists.macromates.com/listinfo/textmate
</description>
    <dc:creator>Abhimanyu Lad</dc:creator>
    <dc:date>2008-11-28T04:11:01</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.editors.textmate.general/27490">
    <title>Patch to blogging bundle to enable custom fields</title>
    <link>http://comments.gmane.org/gmane.editors.textmate.general/27490</link>
    <description>
_______________________________________________
textmate mailing list
textmate-qhrM8SXbD5LrQoZeqNtYVVaTQe2KTcn/&lt; at &gt;public.gmane.org
http://lists.macromates.com/listinfo/textmate
</description>
    <dc:creator>Michael Tyson</dc:creator>
    <dc:date>2008-11-28T03:33:29</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.editors.textmate.general/27487">
    <title>editing .profile, and others</title>
    <link>http://comments.gmane.org/gmane.editors.textmate.general/27487</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-11-26T14:06:25</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.editors.textmate.general/27483">
    <title>Future development ?</title>
    <link>http://comments.gmane.org/gmane.editors.textmate.general/27483</link>
    <description>
Hi everyone :)

Don't want to complain or anything but it seems to me like a legitimate
question : is TextMate still in development ?
Apart from v. 2.0, it seems like there is no 1.x update anymore…

Thanks in advance for any insights :)

</description>
    <dc:creator>guerom00</dc:creator>
    <dc:date>2008-11-25T20:10:37</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>
