<?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://permalink.gmane.org/gmane.comp.editors.vim.outliner">
    <title>gmane.comp.editors.vim.outliner</title>
    <link>http://permalink.gmane.org/gmane.comp.editors.vim.outliner</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.comp.editors.vim.outliner/5898"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.editors.vim.outliner/5897"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.editors.vim.outliner/5896"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.editors.vim.outliner/5895"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.editors.vim.outliner/5894"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.editors.vim.outliner/5893"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.editors.vim.outliner/5892"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.editors.vim.outliner/5891"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.editors.vim.outliner/5890"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.editors.vim.outliner/5889"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.editors.vim.outliner/5888"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.editors.vim.outliner/5887"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.editors.vim.outliner/5886"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.editors.vim.outliner/5885"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.editors.vim.outliner/5884"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.editors.vim.outliner/5883"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.editors.vim.outliner/5882"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.editors.vim.outliner/5881"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.editors.vim.outliner/5880"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.editors.vim.outliner/5879"/>
      </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.comp.editors.vim.outliner/5898">
    <title>Re: Re: &lt;Leader&gt;t ... how much we are wedded to it.</title>
    <link>http://permalink.gmane.org/gmane.comp.editors.vim.outliner/5898</link>
    <description>&lt;pre&gt;I got it now. For some reason I'm receiving email very slowly and some 
messages are arriving out of order.

Thanks.
&lt;/pre&gt;</description>
    <dc:creator>Noel Henson</dc:creator>
    <dc:date>2012-05-23T20:21:16</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.editors.vim.outliner/5897">
    <title>Re: Re: &lt;Leader&gt;t ... how much we are wedded to it.</title>
    <link>http://permalink.gmane.org/gmane.comp.editors.vim.outliner/5897</link>
    <description>&lt;pre&gt;
The plug notation is to avoid conflicts with the users own mappings or other
configurations like on Debian. It's a more recommended way to write mappings
than to use global ones. Like described in this VIm Wiki article:

http://vim.wikia.com/wiki/How_to_write_a_plugin

Jostein
&lt;/pre&gt;</description>
    <dc:creator>Jostein Berntsen</dc:creator>
    <dc:date>2012-05-23T20:19:11</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.editors.vim.outliner/5896">
    <title>Re: Re: &lt;Leader&gt;t ... how much we are wedded to it.</title>
    <link>http://permalink.gmane.org/gmane.comp.editors.vim.outliner/5896</link>
    <description>&lt;pre&gt;Are we all thinking about the same thing? I believe you can change 
&amp;lt;localleader&amp;gt; to use whatever leader to the commands you wish to use. Or 
am I confused?

Noel
&lt;/pre&gt;</description>
    <dc:creator>Noel Henson</dc:creator>
    <dc:date>2012-05-23T20:03:29</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.editors.vim.outliner/5895">
    <title>Re: Re: &lt;Leader&gt;t ... how much we are wedded to it.</title>
    <link>http://permalink.gmane.org/gmane.comp.editors.vim.outliner/5895</link>
    <description>&lt;pre&gt;
This thread from Israel gives a good overview of things that should be
worked with for new versions of VO:

http://www.digipedia.pl/usenet/thread/11710/246/

List:

1.- All functions are global and there is no need to pollute the completion with them.
2.- Function's names are generic, some even use names directly from the help.
3.- Mappings overwrite existing mappings, even if set outside VO.
4.- We don't use &amp;lt;Plug&amp;gt; mappings, using them would help to replace the use of &amp;lt;localleader&amp;gt; for something else.


Jostein
&lt;/pre&gt;</description>
    <dc:creator>Jostein Berntsen</dc:creator>
    <dc:date>2012-05-23T19:53:51</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.editors.vim.outliner/5894">
    <title>Re: Re: &lt;Leader&gt;t ... how much we are wedded to it.</title>
    <link>http://permalink.gmane.org/gmane.comp.editors.vim.outliner/5894</link>
    <description>&lt;pre&gt;
I am very much for rewriting global mappings to use the plug notation as you
have linked to. This will solve the localleader issues on different distros
and setups.


&lt;/pre&gt;</description>
    <dc:creator>Jostein Berntsen</dc:creator>
    <dc:date>2012-05-23T19:44:31</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.editors.vim.outliner/5893">
    <title>Re: Re: &lt;Leader&gt;t ... how much we are wedded to it.</title>
    <link>http://permalink.gmane.org/gmane.comp.editors.vim.outliner/5893</link>
    <description>&lt;pre&gt;
The current issue tracker is at github:

$https://github.com/vimoutliner/vimoutliner/issues?direction=desc&amp;amp;page=1&amp;amp;sort=created&amp;amp;state=open

Jostein
&lt;/pre&gt;</description>
    <dc:creator>Jostein Berntsen</dc:creator>
    <dc:date>2012-05-23T19:42:25</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.editors.vim.outliner/5892">
    <title>Re: &lt;Leader&gt;t ... how much we are wedded to it.</title>
    <link>http://permalink.gmane.org/gmane.comp.editors.vim.outliner/5892</link>
    <description>&lt;pre&gt;
Sure for somebody comma is important, and somebody needs InsertSpaceTime 
seriously. I am not in either of these camps, which is the reason why I 
believe high configurability is a virtue, rather than a hindrance.

BTW, both 
http://thread.gmane.org/gmane.comp.editors.vim.outliner/5519/focus=5520 
and http://article.gmane.org/gmane.comp.editors.vim.outliner/5888 are 
very interesting and I would love to investigate them more thoroughly. 
However, I am not sure what is the current VO issue tracker, where we 
could establish a issue and work on it there. http://www.vimoutliner.org 
seems kind of sad. We could either use Github's issue tracker (which I 
don't like, because contrary to code itself, it is a proprietary 
lock-in), or I can offer my own bugzilla 
(https://luther.ceplovi.cz/bugzilla/) and give you accounts there. 
What's the current issue tracker?

Best,

Matěj
&lt;/pre&gt;</description>
    <dc:creator>Matej Cepl</dc:creator>
    <dc:date>2012-05-23T19:16:22</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.editors.vim.outliner/5891">
    <title>Re: Re: &lt;Leader&gt;t ... how much we are wedded to it.</title>
    <link>http://permalink.gmane.org/gmane.comp.editors.vim.outliner/5891</link>
    <description>&lt;pre&gt;On Wed, 23 May 2012 10:25:06 -0500, Noel Henson said:


Hi Noel,

Yes, as I remember, my original decision to go with comma comma
took about 24 hours thought, research and experimentation spread over a
week. I must have evaluated comma and found it wanting. I tried period
period, but your third finger's weaker, and it would have conflicted
with elipses. I think I rejected semicolon semicolon because of C,
though I don't remember the exact problem at the time. All the other
punctuation would have been too far a stretch, IIRC.

A piano has foot pedals to modify the sound of the keys. You don't know
how many times I've wished for a foot pedal input device to give me that
one more needed combination, in conjunction with the keyboard.

Thanks

SteveT

Steve Litt                *  http://www.troubleshooters.com/
                          *  http://twitter.com/stevelitt
Troubleshooting Training  *  Human Performance
&lt;/pre&gt;</description>
    <dc:creator>Steve Litt</dc:creator>
    <dc:date>2012-05-23T17:00:42</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.editors.vim.outliner/5890">
    <title>Re: Re: &lt;Leader&gt;t ... how much we are wedded to it.</title>
    <link>http://permalink.gmane.org/gmane.comp.editors.vim.outliner/5890</link>
    <description>&lt;pre&gt;This was an actual problem for me. Often I would design code (assembly 
language) in VO, including the code snippets. These looked something 
like this: subwf   var,w      and     dprint("test",i,j);

The single commas, which I tried for a while were extremely bothersome.

Noel
&lt;/pre&gt;</description>
    <dc:creator>Noel Henson</dc:creator>
    <dc:date>2012-05-23T15:25:06</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.editors.vim.outliner/5889">
    <title>Re: Re: &lt;Leader&gt;t ... how much we are wedded to it.</title>
    <link>http://permalink.gmane.org/gmane.comp.editors.vim.outliner/5889</link>
    <description>&lt;pre&gt;On Wed, 23 May 2012 12:07:14 +0200, Matej Cepl said:

That's interesting. My original reason for using ,, instead of , was
that I type so many commas in normal text and programming that I didn't
want that half-second wait on every one. Of course, I could make ,, be
a literal comma and then instead of having comma comma commands, just
have comma commands. I don't know which side of the tradeoff would be
better.

SteveT

Steve Litt                *  http://www.troubleshooters.com/
                          *  http://twitter.com/stevelitt
Troubleshooting Training  *  Human Performance
&lt;/pre&gt;</description>
    <dc:creator>Steve Litt</dc:creator>
    <dc:date>2012-05-23T15:20:03</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.editors.vim.outliner/5888">
    <title>Re: &lt;Leader&gt;t ... how much we are wedded to it.</title>
    <link>http://permalink.gmane.org/gmane.comp.editors.vim.outliner/5888</link>
    <description>&lt;pre&gt;
Rewriting all global mappings in the code to plug notation would solve this
on all setups, like this:

nmap &amp;lt;silent&amp;gt;&amp;lt;unique&amp;gt;&amp;lt;buffer&amp;gt; ,,1 &amp;lt;Plug&amp;gt;VOfoldlevel1

Jostein
&lt;/pre&gt;</description>
    <dc:creator>Jostein Berntsen</dc:creator>
    <dc:date>2012-05-23T11:30:30</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.editors.vim.outliner/5887">
    <title>Re: &lt;Leader&gt;t ... how much we are wedded to it.</title>
    <link>http://permalink.gmane.org/gmane.comp.editors.vim.outliner/5887</link>
    <description>&lt;pre&gt;ACK!

We spent countless hours determining what would work best for us turbo 
touch typers. Once you get over about 80-100 wpm, these little 
subtleties really matter.

Also, Vim and therefore VO let the actual user use whatever they want. 
It's the Linux way. However, the Debian package provider for VO should 
have updated the documentation to match or not modified the 
&amp;lt;localleader&amp;gt;. But, this is Linux. It's a community and not a 
dictatorship. The only real problem I had with using VO on Ubuntu is 
that it never worked. Things were always in the wrong place. So I'd 
install it. It wouldn't work. I'd uninstall it and then reinstall from 
my sources.

But hey, it's all good. We are all learning. I'd like to remind people 
that before VO there was no VO. We made it up.

Noel
&lt;/pre&gt;</description>
    <dc:creator>Noel Henson</dc:creator>
    <dc:date>2012-05-23T11:00:36</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.editors.vim.outliner/5886">
    <title>Re: Re: &lt;Leader&gt;t ... how much we are wedded to it.</title>
    <link>http://permalink.gmane.org/gmane.comp.editors.vim.outliner/5886</link>
    <description>&lt;pre&gt;
Israel Chauca had a suggestion in April last year for resolving this
issue in the forthcoming 0.3.8 by using the plug option:

http://www.digipedia.pl/usenet/thread/11710/243/

Should we use this method?

Jotein
&lt;/pre&gt;</description>
    <dc:creator>Jostein Berntsen</dc:creator>
    <dc:date>2012-05-23T10:09:29</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.editors.vim.outliner/5885">
    <title>Re: &lt;Leader&gt;t ... how much we are wedded to it.</title>
    <link>http://permalink.gmane.org/gmane.comp.editors.vim.outliner/5885</link>
    <description>&lt;pre&gt;
How is ,,t faster than ,t (my current &amp;lt;Leader&amp;gt; is just a comma)?

Otherwise, see my reply to Noel. This has nothing to do with what value 
mapleader currently has, unless you decide to be intentionally different 
to make life difficult (and slower) for all those who are used to using 
their own (or default) &amp;lt;Leader&amp;gt;.

Matěj
&lt;/pre&gt;</description>
    <dc:creator>Matej Cepl</dc:creator>
    <dc:date>2012-05-23T10:07:14</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.editors.vim.outliner/5884">
    <title>Re: &lt;Leader&gt;t ... how much we are wedded to it.</title>
    <link>http://permalink.gmane.org/gmane.comp.editors.vim.outliner/5884</link>
    <description>&lt;pre&gt;
I have intentionally wrote about &amp;lt;Leader&amp;gt; here, not , or ,, or \\. The 
same conflict between various plugins using &amp;lt;Leader&amp;gt;t would happen 
irrespective to what &amp;lt;Leader&amp;gt; is defined to be.

Matěj
&lt;/pre&gt;</description>
    <dc:creator>Matej Cepl</dc:creator>
    <dc:date>2012-05-23T10:03:16</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.editors.vim.outliner/5883">
    <title>Re: &lt;Leader&gt;t ... how much we are wedded to it.</title>
    <link>http://permalink.gmane.org/gmane.comp.editors.vim.outliner/5883</link>
    <description>&lt;pre&gt;
Sure I know I can do that (or comment out whole Insert time function, 
which I did ATM), but I just wanted to have some dialog here, whether it 
is a common problem or not.

Matěj
&lt;/pre&gt;</description>
    <dc:creator>Matej Cepl</dc:creator>
    <dc:date>2012-05-23T10:01:08</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.editors.vim.outliner/5882">
    <title>Re: &lt;Leader&gt;t ... how much we are wedded to it.</title>
    <link>http://permalink.gmane.org/gmane.comp.editors.vim.outliner/5882</link>
    <description>&lt;pre&gt;On Tue, 22 May 2012 20:41:13 -0500, Noel Henson said:

Yes, as I remember the basis for this was that in Debian, &amp;lt;localleader&amp;gt;
HAD TO default to \\. Hey, that's none of our business. IMHO we
all agreed to find some other way of representing comma comma, and
substitute that for all occurrences of &amp;lt;localleader&amp;gt; in our code,
so that our keyprefix would be none of Debian's or Vim's business, just
like Vim's and Debian's preference for &amp;lt;localleader&amp;gt; is none of our
business.

Thanks

SteveT

Steve Litt                *  http://www.troubleshooters.com/
                          *  http://twitter.com/stevelitt
Troubleshooting Training  *  Human Performance
&lt;/pre&gt;</description>
    <dc:creator>Steve Litt</dc:creator>
    <dc:date>2012-05-23T02:36:31</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.editors.vim.outliner/5881">
    <title>Re: &lt;Leader&gt;t ... how much we are wedded to it.</title>
    <link>http://permalink.gmane.org/gmane.comp.editors.vim.outliner/5881</link>
    <description>&lt;pre&gt;On Wed, 23 May 2012 02:38:38 +0200, Matej Cepl said:

Hi Matej,

Oh geez, I thought we'd fixed this stuff already. We were supposed to
remove all references to &amp;lt;localleader&amp;gt; from all the code, and substitute
some kind of constant, which VimOutliner defines, that means comma
comma, now and forever, absolutely no business of anyone in the Vim
community or any distro packager or any other project.

The comma comma commands are *uniquely* part of VimOutliner, and not at
all part of Vim. Comma comma is a fundamental VimOutliner keystroke,
whereas \\ is Grandview or some other program. I'd state it this
strongly -- if it uses something other than comma comma, it's not
VimOutliner. The reasons for this are:

1) Authoring speed
2) Authoring speed
3) Authoring speed

As far as a single comma and a t, I have no knowledge of that being
part of VimOutliner at all.

Thanks

SteveT

Steve Litt                *  http://www.troubleshooters.com/
                          *  http://twitter.com/stevelitt
Troubleshooting Traini&lt;/pre&gt;</description>
    <dc:creator>Steve Litt</dc:creator>
    <dc:date>2012-05-23T02:31:30</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.editors.vim.outliner/5880">
    <title>Re: &lt;Leader&gt;t ... how much we are wedded to it.</title>
    <link>http://permalink.gmane.org/gmane.comp.editors.vim.outliner/5880</link>
    <description>&lt;pre&gt;Not that I'm complaining, but I remember that a lot of the ,, commands 
were redefined in the Debian packages to be . commands. Steve nor I nor 
any of the other developers can take credit for this. I was shocked a 
couple of years (maybe 5) when I couldn't use VO from ubuntu.
&lt;/pre&gt;</description>
    <dc:creator>Noel Henson</dc:creator>
    <dc:date>2012-05-23T01:41:13</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.editors.vim.outliner/5879">
    <title>Re: &lt;Leader&gt;t ... how much we are wedded to it.</title>
    <link>http://permalink.gmane.org/gmane.comp.editors.vim.outliner/5879</link>
    <description>&lt;pre&gt;We are wedded. LOL, change it in the new vimscript or change it in our 
vimscript. Use a script to do it so future updates to either are easy to 
modify.

It's sort of like the programs and games I run in Linux. In almost all 
of them, I use ^w to close the app or window or tab, but I have two or 
three that need ^q to close the app,
&lt;/pre&gt;</description>
    <dc:creator>Noel Henson</dc:creator>
    <dc:date>2012-05-23T01:28:39</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.editors.vim.outliner/5878">
    <title>&lt;Leader&gt;t ... how much we are wedded to it.</title>
    <link>http://permalink.gmane.org/gmane.comp.editors.vim.outliner/5878</link>
    <description>&lt;pre&gt;In my process of switching back to vim, I have found apparently quite 
popular (and very very mighty) package 
https://wincent.com/products/command-t, which conflicts with vimoutliner 
in &amp;lt;Leader&amp;gt;t mapping (which is used for rather less important IMHO 
functionality of entering time).

How much we are wedded to ,t being ours?

Matěj
&lt;/pre&gt;</description>
    <dc:creator>Matej Cepl</dc:creator>
    <dc:date>2012-05-23T00:38:38</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.editors.vim.outliner">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.editors.vim.outliner</link>
  </textinput>
</rdf:RDF>

