<?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 rdf:about="http://blog.gmane.org/gmane.editors.textmate.devel">
    <title>gmane.editors.textmate.devel</title>
    <link>http://blog.gmane.org/gmane.editors.textmate.devel</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.devel/14854"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.editors.textmate.devel/14853"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.editors.textmate.devel/14852"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.editors.textmate.devel/14851"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.editors.textmate.devel/14850"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.editors.textmate.devel/14849"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.editors.textmate.devel/14848"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.editors.textmate.devel/14847"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.editors.textmate.devel/14846"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.editors.textmate.devel/14845"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.editors.textmate.devel/14844"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.editors.textmate.devel/14843"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.editors.textmate.devel/14842"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.editors.textmate.devel/14841"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.editors.textmate.devel/14840"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.editors.textmate.devel/14839"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.editors.textmate.devel/14838"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.editors.textmate.devel/14837"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.editors.textmate.devel/14836"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.editors.textmate.devel/14835"/>
      </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.devel/14854">
    <title>[txmt-dev] Re: Odd soft wrap behaviour with long comments(especially at the end of long statements)</title>
    <link>http://permalink.gmane.org/gmane.editors.textmate.devel/14854</link>
    <description>&lt;pre&gt;

For the time being, it works as designed, though it would make sense to add some threshold to the indented softwrap to improve the result.


See http://lists.macromates.com/textmate/2012-August/035181.html
&lt;/pre&gt;</description>
    <dc:creator>Allan Odgaard</dc:creator>
    <dc:date>2013-05-12T03:29:52</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.textmate.devel/14853">
    <title>[txmt-dev] Odd soft wrap behaviour with long comments (especiallyat the end of long statements)</title>
    <link>http://permalink.gmane.org/gmane.editors.textmate.devel/14853</link>
    <description>&lt;pre&gt;Hello,

I'm not sure whether the following is intended behaviour
http://www.maven.de/pics/tm_softwrap_comments.png
but it looks rather odd.
The comment stays to the right of the comment-start (the same happens for '//' for C for example).
At some point though, it'd be better to just perform a plain wrap that doesn't try to right-align to the start of the comment.

Is this behaviour configurable? Either in the bundles or TM2?

Thanks,
Daniel.
&lt;/pre&gt;</description>
    <dc:creator>Daniel Vollmer</dc:creator>
    <dc:date>2013-05-10T09:15:21</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.textmate.devel/14852">
    <title>[txmt-dev] Re: Extending LaTeX Bundle with custom google web scrape</title>
    <link>http://permalink.gmane.org/gmane.editors.textmate.devel/14852</link>
    <description>&lt;pre&gt;

The command reads a TM_LINK_FORMAT variable from the environment which should be an ERb template that has 3 variables:

 input: The search string.
 url:   The URL found for this search string.
 title: The URLs title (optional).

We set the TM_LINK_FORMAT variable for different scopes corresponding to the syntax of the lanugage, for example for text.html we set it to:

    &amp;lt;a href="&amp;lt;%= e_sn url %&amp;gt;"&amp;lt;%= " title=\"\${1:#{e_sn title}}\"" if defined? title %&amp;gt;&amp;gt;&amp;lt;%= e_sn input %&amp;gt;&amp;lt;/a&amp;gt;

You can find most of the templates in Hyperlink Helper → Settings.

All that said, it sounds like your desired command cannot be done simply by providing the proper template for LaTeX.

_______________________________________________
textmate-dev mailing list
textmate-dev&amp;lt; at &amp;gt;lists.macromates.com
http://lists.macromates.com/listinfo/textmate-dev&lt;/pre&gt;</description>
    <dc:creator>Allan Odgaard</dc:creator>
    <dc:date>2013-04-27T06:40:51</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.textmate.devel/14851">
    <title>[txmt-dev] Extending LaTeX Bundle with custom google web scrape</title>
    <link>http://permalink.gmane.org/gmane.editors.textmate.devel/14851</link>
    <description>&lt;pre&gt;Hi Everyone,

      I'm trying to add a bit of functionality to the LaTeX bundle by
making a glossary builder that scrapes from google definitions.
Essentially what I would like to do is mimic the behavior of the
'Hyperlink Helper' bundle which allows one to select a word and (for
instance) do a wikipedia search on the word and have it paste a link
into the editor window (only I want some page text). Ideally what I
would like to do is grab the definition (or few defs) from the page
and paste them into the editor wrapped in glossary syntax.

     My first stumbling block is that when I try and execute the
Hyperlink Helper for any word / macro it returns a "(this language is
not supported, see … for more info)" error message. I've tried using
some fancy shell scripting with the 'dict' app (queries dictionaries)
but the output is not 100% standardized. Google is a much better
resource but a bit more difficult to code for. Could anyone provide
insight how to make such an extension to the bundle?

  -J
_______________________________________________
textmate-dev mailing list
textmate-dev&amp;lt; at &amp;gt;lists.macromates.com
http://lists.macromates.com/listinfo/textmate-dev&lt;/pre&gt;</description>
    <dc:creator>Joshua Dunham</dc:creator>
    <dc:date>2013-04-25T20:46:30</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.textmate.devel/14850">
    <title>[txmt-dev] Re: Disable automatic indent corrections ignored (AllanOdgaard)</title>
    <link>http://permalink.gmane.org/gmane.editors.textmate.devel/14850</link>
    <description>&lt;pre&gt;
On 12/03/2013, at 12:00, textmate-dev-request-qhrM8SXbD5LrQoZeqNtYVVaTQe2KTcn/&amp;lt; at &amp;gt;public.gmane.org wrote:



I see that the plain text bundle defines the setting:

{disableIndentCorrections = '1';
indentOnPaste = 'simple';
}

I assume that "disableIndentCorrections = '1';" is equivalent to "disableIndentCorrections = :true;" (which, if I recall correctly, allows compatibility with TextMate 1.x).

The new bit here is the "indentOnPaste" key, which I was not aware before (I probably missed it in the release notes of some past TextMate version). Looking for the possible values for this key I found:

http://stackoverflow.com/questions/12538366/what-are-the-options-for-textmate-2s-indentonpaste-or-how-do-i-fully-disable-i

Using the value "simple" seems to work in my case :-)

Cheers,

Paulo


-----------------------------------------------------------------
Paulo Moura
Logtalk developer

Email: &amp;lt;mailto:pmoura-pyqhzAv5NjxAfugRpC6u6w&amp;lt; at &amp;gt;public.gmane.org&amp;gt;
Web:   &amp;lt;http://logtalk.org/&amp;gt;
-----------------------------------------------------------------
&lt;/pre&gt;</description>
    <dc:creator>Paulo Moura</dc:creator>
    <dc:date>2013-03-12T13:15:44</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.textmate.devel/14849">
    <title>[txmt-dev] Re: Disable automatic indent corrections ignored</title>
    <link>http://permalink.gmane.org/gmane.editors.textmate.devel/14849</link>
    <description>&lt;pre&gt;

It still works here. Tested typing in a plain text document with a line above the current being indented.
&lt;/pre&gt;</description>
    <dc:creator>Allan Odgaard</dc:creator>
    <dc:date>2013-03-11T13:09:30</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.textmate.devel/14848">
    <title>[txmt-dev] Disable automatic indent corrections ignored</title>
    <link>http://permalink.gmane.org/gmane.editors.textmate.devel/14848</link>
    <description>&lt;pre&gt;
Hi,

Under advise in this list, the Logtalk bundle contains a (enabled) settings named "Disable indent corrections" with the content:

{ disableIndentCorrections = :true; }

The scope selector is correctly set to "source.logtalk". But this setting is ignored in the past few 2.0 alpha versions, including the last one. A know bug? Or did I missed some change to "disableIndentCorrections"? The automatic indent corrections make it painful to edit Logtalk and Prolog code as they are most of the time wrong. We discussed this issue in the past and the conclusion at that time was that disabling these automatic corrections was the best choice.

Cheers,

Paulo


-----------------------------------------------------------------
Paulo Moura
Logtalk developer

Email: &amp;lt;mailto:pmoura-pyqhzAv5NjxAfugRpC6u6w&amp;lt; at &amp;gt;public.gmane.org&amp;gt;
Web:   &amp;lt;http://logtalk.org/&amp;gt;
-----------------------------------------------------------------
&lt;/pre&gt;</description>
    <dc:creator>Paulo Moura</dc:creator>
    <dc:date>2013-03-11T11:24:34</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.textmate.devel/14847">
    <title>[txmt-dev] Re: Want to contribute, need some hints.</title>
    <link>http://permalink.gmane.org/gmane.editors.textmate.devel/14847</link>
    <description>&lt;pre&gt;

We do have an IRC channel where you’re more than welcome to discuss desired changes or ask questions.

Most who contribute though simply submit pull requests which I then review.


Not besides the README.md and CONTRIBUTING.md files.

There is also a wiki page with suggested things to work on, though often the best thing to work on is something you’d like to see improved yourself: https://github.com/textmate/textmate/wiki/Hacking-on-the-Code
&lt;/pre&gt;</description>
    <dc:creator>Allan Odgaard</dc:creator>
    <dc:date>2013-03-06T12:34:29</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.textmate.devel/14846">
    <title>[txmt-dev] Want to contribute, need some hints.</title>
    <link>http://permalink.gmane.org/gmane.editors.textmate.devel/14846</link>
    <description>&lt;pre&gt;Hello everybody.
I am a Textmate user since 2008.

I cloned the code from github yesterday. It compiled fine.
Textmate 2 seems quite usable :)
I took a loot at the code, and I think I would like to contribute to the
project.

So, someone just picks an area of interest and tries to improve on this, or
is there any coordination of effort?
Are there any guidelines for newcomers or an overview of the project and its
targets ?

Regards,
Nick Kanellopoulos
_______________________________________________
textmate-dev mailing list
textmate-dev-qhrM8SXbD5LrQoZeqNtYVVaTQe2KTcn/&amp;lt; at &amp;gt;public.gmane.org
http://lists.macromates.com/listinfo/textmate-dev&lt;/pre&gt;</description>
    <dc:creator>Nikos Kanellopoulos</dc:creator>
    <dc:date>2013-03-05T15:54:42</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.textmate.devel/14845">
    <title>[txmt-dev] Request and wish for feature of mixed "File Browser"with chapters and sections</title>
    <link>http://permalink.gmane.org/gmane.editors.textmate.devel/14845</link>
    <description>&lt;pre&gt;Hi all,

would'nt be nice to have a more productive "File Browser" or Navigation instead having it this way:
folder
.tex
.otherformat
....

better this way (a mix of tex-files and chapters and sections included in those tex-files):
.main_tex

.first_only_tex
chapter
sections

.second_only_tex
chapter
sections

.third_only_tex
chapter
sections

.tables_tex

This feature would make working much productiver beeing able to change easy and fast between chapters, when seeing in which tex-file which chapter or subsections are...

best regards_______________________________________________
textmate-dev mailing list
textmate-dev-qhrM8SXbD5LrQoZeqNtYVVaTQe2KTcn/&amp;lt; at &amp;gt;public.gmane.org
http://lists.macromates.com/listinfo/textmate-dev&lt;/pre&gt;</description>
    <dc:creator>gafgaf-KK0ffGbhmjU&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2013-03-01T09:50:16</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.textmate.devel/14844">
    <title>[txmt-dev] Re: Problems compiling Textmate 2</title>
    <link>http://permalink.gmane.org/gmane.editors.textmate.devel/14844</link>
    <description>&lt;pre&gt;

Arg! Don’t run this stuff as the super user!


Presumably from this line: https://github.com/textmate/textmate/blob/master/bin/create_default_bundles_tbz#L11

Most likely you have installed another version of mktemp that is incompatible with how it is being called in the above script.

Try change the script to call /usr/bin/mktemp (so we ensure the system default is used).
&lt;/pre&gt;</description>
    <dc:creator>Allan Odgaard</dc:creator>
    <dc:date>2013-03-01T08:59:21</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.textmate.devel/14843">
    <title>[txmt-dev] Problems compiling Textmate 2</title>
    <link>http://permalink.gmane.org/gmane.editors.textmate.devel/14843</link>
    <description>&lt;pre&gt;On my OS X 10.8.2 system running Xcode 4.6, clang 4.2 and gcc 4.7.2 (universal), I installed dependencies (ninja, ragel, boost, multimarkdown, mercurial, proctools) and cloned a copy of the textmate.git, as well as updated the modules:

$ sudo port install ninja ragel boost multimarkdown mercurial proctools
$ git clone https://github.com/textmate/textmate.git
$ cd textmate
$ git submodule update --init

No problems so far, but I then tried to run ./configure, and I ran into the following error: 

$ sudo ./configure 
make: Nothing to be done for `all'.
mktemp: too few X's in template ‘bundles’
skip ‘Apache’ (org.textmate.updates.default) -- already installed
...
skip ‘XML’ (org.textmate.updates.default) -- already installed
Downloading... Done!   
gnutar: : Cannot chdir: No such file or directory
gnutar: Error is not recoverable: exiting now

Is there something more I need to do to get the build process started? Thanks for your advice.

Regards,
Alex
&lt;/pre&gt;</description>
    <dc:creator>Alex Reynolds</dc:creator>
    <dc:date>2013-03-01T08:18:50</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.textmate.devel/14842">
    <title>[txmt-dev] Re: How can I turn off auto-pairs?</title>
    <link>http://permalink.gmane.org/gmane.editors.textmate.devel/14842</link>
    <description>&lt;pre&gt;Thank you very much :-)


On Thu, Feb 28, 2013 at 2:24 AM, Allan Odgaard &amp;lt;mailinglist-y8YpCXkx7K5g9hUCZPvPmw&amp;lt; at &amp;gt;public.gmane.org&amp;gt;wrote:





&lt;/pre&gt;</description>
    <dc:creator>Анатолий Шарифулин</dc:creator>
    <dc:date>2013-02-28T09:26:59</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.textmate.devel/14841">
    <title>[txmt-dev] Re: How can I change theme and font settings by default?</title>
    <link>http://permalink.gmane.org/gmane.editors.textmate.devel/14841</link>
    <description>&lt;pre&gt;

For background see http://manual.macromates.com/en/themes#themes

2.0 doesn’t yet have a theme editor so you need to edit the property list in the Bundle Editor (look at the themes in the Themes bundle).

If you have Chrome you can give this a try: http://tmtheme-editor.herokuapp.com/

_______________________________________________
textmate-dev mailing list
textmate-dev&amp;lt; at &amp;gt;lists.macromates.com
http://lists.macromates.com/listinfo/textmate-dev&lt;/pre&gt;</description>
    <dc:creator>Allan Odgaard</dc:creator>
    <dc:date>2013-02-27T22:26:27</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.textmate.devel/14840">
    <title>[txmt-dev] Re: How can I turn off auto-pairs?</title>
    <link>http://permalink.gmane.org/gmane.editors.textmate.devel/14840</link>
    <description>&lt;pre&gt;

See “Is it possible to disable auto-paired characters?” at https://github.com/textmate/textmate/wiki/FAQ

_______________________________________________
textmate-dev mailing list
textmate-dev&amp;lt; at &amp;gt;lists.macromates.com
http://lists.macromates.com/listinfo/textmate-dev&lt;/pre&gt;</description>
    <dc:creator>Allan Odgaard</dc:creator>
    <dc:date>2013-02-27T22:24:15</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.textmate.devel/14839">
    <title>[txmt-dev] How can I turn off auto-pairs?</title>
    <link>http://permalink.gmane.org/gmane.editors.textmate.devel/14839</link>
    <description>&lt;pre&gt;I would like to turn off auto-pairs of quotes and brackets.
Is it really?

&lt;/pre&gt;</description>
    <dc:creator>Анатолий Шарифулин</dc:creator>
    <dc:date>2013-02-27T22:09:38</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.textmate.devel/14838">
    <title>[txmt-dev] Re: How can I change theme and font settings by default?</title>
    <link>http://permalink.gmane.org/gmane.editors.textmate.devel/14838</link>
    <description>&lt;pre&gt;Sorry, it works.

Last questions: how can I made my own theme?


On Thu, Feb 28, 2013 at 2:02 AM, Анатолий Шарифулин &amp;lt;sharifulin&amp;lt; at &amp;gt;gmail.com&amp;gt;wrote:




&lt;/pre&gt;</description>
    <dc:creator>Анатолий Шарифулин</dc:creator>
    <dc:date>2013-02-27T22:04:40</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.textmate.devel/14837">
    <title>[txmt-dev] Re: How can I change theme and font settings by default?</title>
    <link>http://permalink.gmane.org/gmane.editors.textmate.devel/14837</link>
    <description>&lt;pre&gt;Yes, but this options don't save for new windows or after relaunch app.


On Thu, Feb 28, 2013 at 2:00 AM, Allan Odgaard &amp;lt;mailinglist-y8YpCXkx7K5g9hUCZPvPmw&amp;lt; at &amp;gt;public.gmane.org&amp;gt;wrote:





&lt;/pre&gt;</description>
    <dc:creator>Анатолий Шарифулин</dc:creator>
    <dc:date>2013-02-27T22:02:16</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.textmate.devel/14836">
    <title>[txmt-dev] Re: How can I change theme and font settings by default?</title>
    <link>http://permalink.gmane.org/gmane.editors.textmate.devel/14836</link>
    <description>&lt;pre&gt;

To change the font: View → Font → Show Fonts
To change theme: View → Theme

_______________________________________________
textmate-dev mailing list
textmate-dev&amp;lt; at &amp;gt;lists.macromates.com
http://lists.macromates.com/listinfo/textmate-dev&lt;/pre&gt;</description>
    <dc:creator>Allan Odgaard</dc:creator>
    <dc:date>2013-02-27T22:00:02</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.textmate.devel/14835">
    <title>[txmt-dev] How can I change theme and font settings by default?</title>
    <link>http://permalink.gmane.org/gmane.editors.textmate.devel/14835</link>
    <description>&lt;pre&gt;Hi everyone,

I installed prebuilt binary of Text Mate 2. And I can't change theme and
font settings by default.
Is it normal?

Please tell me how can I change these settings?

&lt;/pre&gt;</description>
    <dc:creator>Анатолий Шарифулин</dc:creator>
    <dc:date>2013-02-27T21:53:01</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.textmate.devel/14834">
    <title>[txmt-dev] Re: File Browser Colors?</title>
    <link>http://permalink.gmane.org/gmane.editors.textmate.devel/14834</link>
    <description>&lt;pre&gt;Wow, I see. That's beyond my ability :-)

2013/2/1 Allan Odgaard &amp;lt;mailinglist-y8YpCXkx7K5g9hUCZPvPmw&amp;lt; at &amp;gt;public.gmane.org&amp;gt;:
textmate-dev mailing list
textmate-dev-qhrM8SXbD5LrQoZeqNtYVVaTQe2KTcn/&amp;lt; at &amp;gt;public.gmane.org
http://lists.macromates.com/listinfo/textmate-dev&lt;/pre&gt;</description>
    <dc:creator>LTN</dc:creator>
    <dc:date>2013-02-01T20:15:28</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.editors.textmate.devel">
    <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.devel</link>
  </textinput>
</rdf:RDF>
