<?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.mozilla.firefox.vimperator">
    <title>gmane.comp.mozilla.firefox.vimperator</title>
    <link>http://permalink.gmane.org/gmane.comp.mozilla.firefox.vimperator</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.mozilla.firefox.vimperator/6289"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.mozilla.firefox.vimperator/6288"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.mozilla.firefox.vimperator/6287"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.mozilla.firefox.vimperator/6286"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.mozilla.firefox.vimperator/6285"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.mozilla.firefox.vimperator/6284"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.mozilla.firefox.vimperator/6283"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.mozilla.firefox.vimperator/6282"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.mozilla.firefox.vimperator/6281"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.mozilla.firefox.vimperator/6280"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.mozilla.firefox.vimperator/6279"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.mozilla.firefox.vimperator/6278"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.mozilla.firefox.vimperator/6277"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.mozilla.firefox.vimperator/6276"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.mozilla.firefox.vimperator/6275"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.mozilla.firefox.vimperator/6274"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.mozilla.firefox.vimperator/6273"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.mozilla.firefox.vimperator/6272"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.mozilla.firefox.vimperator/6271"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.mozilla.firefox.vimperator/6270"/>
      </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.mozilla.firefox.vimperator/6289">
    <title>Re: [Patch] Issue 320: Bookmark Folders/Subfolders</title>
    <link>http://permalink.gmane.org/gmane.comp.mozilla.firefox.vimperator/6289</link>
    <description>&lt;pre&gt;

Thank you for feedback.

I committed
http://code.google.com/p/vimperator-labs/source/detail?r=c410c1d10413


  fixed


  fixed


  updated NEW and help (marks.xml)


  It seems that top-level LetDeclarations are converted to
VariableDeclarations on Gecko
  :echo (function(){ let a = 0; }).toString()
  =&amp;gt; function(){ var a = 0; }

  but anyway, fixed


  fixed

Best regards.


&lt;/pre&gt;</description>
    <dc:creator>teramako</dc:creator>
    <dc:date>2012-05-17T11:23:21</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.mozilla.firefox.vimperator/6288">
    <title>Re: &lt;S-Ins&gt;</title>
    <link>http://permalink.gmane.org/gmane.comp.mozilla.firefox.vimperator/6288</link>
    <description>&lt;pre&gt;
It's not so simple to remove that unfortunately, as under linux S-Ins first
checks if there
is an X11 selection and pastes this, and only as a fallback paste the
Clipboard.

I do think anekos fixed the function responsible for executing the
"cmd_paste" though,
so I think the problem should be gone in Vimperator 3.5 (or you can try the
development
version, if you are brave to check out the source).

--
Martin
&lt;/pre&gt;</description>
    <dc:creator>Martin Stubenschrott</dc:creator>
    <dc:date>2012-05-16T21:21:21</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.mozilla.firefox.vimperator/6287">
    <title>Re: [Patch] Issue 320: Bookmark Folders/Subfolders</title>
    <link>http://permalink.gmane.org/gmane.comp.mozilla.firefox.vimperator/6287</link>
    <description>&lt;pre&gt;

Hi,

thanks for the work. From a static POV it looks good, with some comments:

1.) there are still some liberator.log() left in the code which should be
removed
2.) The short option should be -f and not -F
3.) The folder separator with / is fine to me, no need to hack around
people using that as a folder name.
4.) A NEWS entry and updated help document is missing
5.) At the end of the patch, in completion.bookmarkFolder, there are many
var folder = ...; Isn't "let" the new "var" or is it needed for some
special thing?
6.) If the bookmark folder cannot be found, the bookmark shouldn't be added
to the top folder, but rather an error thrown to the user.

Anyway, if those are fixed, you can commit the patch, and thanks a lot!

--
Martin
&lt;/pre&gt;</description>
    <dc:creator>Martin Stubenschrott</dc:creator>
    <dc:date>2012-05-16T21:11:42</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.mozilla.firefox.vimperator/6286">
    <title>Re: [Patch] Issue 320: Bookmark Folders/Subfolders</title>
    <link>http://permalink.gmane.org/gmane.comp.mozilla.firefox.vimperator/6286</link>
    <description>&lt;pre&gt;
Sorry, seems like I patched this to the wrong version. Found the right one
and it patched as expected. The folder option works perfectly for me after
some quick tests. Thanks!

Jostein


&lt;/pre&gt;</description>
    <dc:creator>Jostein Berntsen</dc:creator>
    <dc:date>2012-05-16T20:46:25</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.mozilla.firefox.vimperator/6285">
    <title>Re: [Patch] Issue 320: Bookmark Folders/Subfolders</title>
    <link>http://permalink.gmane.org/gmane.comp.mozilla.firefox.vimperator/6285</link>
    <description>&lt;pre&gt;
This looks like a great new option! I tried to apply the patch, but received
"Hunk 1-5 failed". Could you indicate how this patch should be applied?

Jostein


&lt;/pre&gt;</description>
    <dc:creator>Jostein Berntsen</dc:creator>
    <dc:date>2012-05-16T15:15:05</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.mozilla.firefox.vimperator/6284">
    <title>[Patch] Issue 320: Bookmark Folders/Subfolders</title>
    <link>http://permalink.gmane.org/gmane.comp.mozilla.firefox.vimperator/6284</link>
    <description>&lt;pre&gt;Hi

I'm now creating a patch add "-folder" option to :bmark command.

http://code.google.com/p/vimperator-labs/issues/detail?id=320#c7

Could you review my patch ?


Thanks.
&lt;/pre&gt;</description>
    <dc:creator>teramako</dc:creator>
    <dc:date>2012-05-16T13:59:33</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.mozilla.firefox.vimperator/6283">
    <title>Re: command-line focus</title>
    <link>http://permalink.gmane.org/gmane.comp.mozilla.firefox.vimperator/6283</link>
    <description>&lt;pre&gt;Hi Ted,

which Pentadactyl "feature" makes you have to press C-z so often?

I guess the ###VERSION### is one of the nightlies or directly from
mercurial?

If you haven't used Vimperator for a long time, I think it might have to
do, that our
vimperator command line is an official "toolbar" now (try right clicking it
and using "Customize" to add e.g. a back button).

So please try with a fresh Firefox (and Vimperator) profile. If you know,
what
you are doing, just deleting some XUL cache files might work as well,
but starting with a fresh profile is good to see if it works then.

In order to get back your status icons from addons, you can try:
:set gui=addons (and :set gui=noaddons), to hide them.

regards,
Martin


On Mon, May 14, 2012 at 5:13 PM, Ted Pavlic &amp;lt;ted-h4YI4kzIBEV8UrSeD/g0lQ&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:

&lt;/pre&gt;</description>
    <dc:creator>Martin Stubenschrott</dc:creator>
    <dc:date>2012-05-15T17:46:29</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.mozilla.firefox.vimperator/6282">
    <title>command-line focus</title>
    <link>http://permalink.gmane.org/gmane.comp.mozilla.firefox.vimperator/6282</link>
    <description>&lt;pre&gt;I've been using pentadactyl for a long while now, and after getting
tired of remembering to hit C-Z every time I go to a new web page with
pass-thru turned off, I've started to consider going back to vimperator.

So I turned vimperator on (and pentadactyl off) today for the first time
in a while, and I notice something strange. Whenever I hit ":" or "o" or
any other key that should shift focus to the command line, Vimperator
responds appropriately but my focus is not shifted into the command
line. Consequently, for every key after ":" or "o" or whatever, I have
to use my mouse to click on the command line to continue. That's not
exactly mouseless operation.

My :version line

Vimperator:
###VERSION### (created: ###DATE###)
Firefox:
Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0

On a different note, I notice that the status bar icons for my other
add-ons are gone. Is there any way to put them back in the
right-hand-side of the status bar?

Best --
Ted

&lt;/pre&gt;</description>
    <dc:creator>Ted Pavlic</dc:creator>
    <dc:date>2012-05-14T15:13:31</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.mozilla.firefox.vimperator/6281">
    <title>Re: The center_select.js plugin is not highlighting inred</title>
    <link>http://permalink.gmane.org/gmane.comp.mozilla.firefox.vimperator/6281</link>
    <description>&lt;pre&gt;
Dotan, I don't get the red border until hitting one of those mappings I
mentioned though I think it would be nice if it could show itself as soon
as pressing enter.

I run the last stable versions of ubuntu, firefox and vimperator.

-alexandre


&lt;/pre&gt;</description>
    <dc:creator>Alexandre Provencio</dc:creator>
    <dc:date>2012-05-08T17:44:04</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.mozilla.firefox.vimperator/6280">
    <title>Re: The center_select.js plugin is not highlighting inred</title>
    <link>http://permalink.gmane.org/gmane.comp.mozilla.firefox.vimperator/6280</link>
    <description>&lt;pre&gt;On Tue, May 8, 2012 at 11:35 AM, Martin Stubenschrott
&amp;lt;stubenschrott-enQHKQMjRamRpAAqCnN02g&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:

Right, that is a function of the center_select.js plugin mentioned in
the Subject and the OP!


&lt;/pre&gt;</description>
    <dc:creator>Dotan Cohen</dc:creator>
    <dc:date>2012-05-08T08:37:54</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.mozilla.firefox.vimperator/6279">
    <title>Re: The center_select.js plugin is not highlighting inred</title>
    <link>http://permalink.gmane.org/gmane.comp.mozilla.firefox.vimperator/6279</link>
    <description>&lt;pre&gt;I never had a red border around the search result, that's certainly not a
default Firefox feature,
and at least since 3.4 we use default Firefox mechanism for searching.
&lt;/pre&gt;</description>
    <dc:creator>Martin Stubenschrott</dc:creator>
    <dc:date>2012-05-08T08:35:07</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.mozilla.firefox.vimperator/6278">
    <title>Re: The center_select.js plugin is not highlighting inred</title>
    <link>http://permalink.gmane.org/gmane.comp.mozilla.firefox.vimperator/6278</link>
    <description>&lt;pre&gt;On Mon, May 7, 2012 at 4:58 PM, Alexandre Provencio
&amp;lt;alexandreprovencio&amp;lt; at &amp;gt;gmail.com&amp;gt; wrote:

Thanks, Alexandre, this does help. However, the initial search still
does not have the red border. How can that be configured? I am almost
certain that my throwaway Windows XP setup did have the red border on
the initial search.

Thanks.

&lt;/pre&gt;</description>
    <dc:creator>Dotan Cohen</dc:creator>
    <dc:date>2012-05-08T08:28:55</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.mozilla.firefox.vimperator/6277">
    <title>[OT] linux firefox dead keys issue</title>
    <link>http://permalink.gmane.org/gmane.comp.mozilla.firefox.vimperator/6277</link>
    <description>&lt;pre&gt; Hello guys, this is sort off-topic, hope not to bother you.

There's this issue on linux firefox with deadkeys enabled layouts (here
us-international with deadkeys) that prevents using accent characters by
double clicking or hitting space afterwards, forcing the use of altgr,
which for a lot of users is not available. Although the deadkeys work as
expected in textareas and such, they will prevent things like using the
firefox's "find in links" feature or vimperator's go to marks shortcut.
Here's a bug I follow https://bugzilla.mozilla.org/show_bug.cgi?id=510007

I hereby ask if any of you firefox hackers out there can give me any hints
or workaround on this and thus hopefully free me of an altgr
xmodmap/setxkbmap mapping only for solving this issue.

Sincerely
-alexandre
&lt;/pre&gt;</description>
    <dc:creator>Alexandre Provencio</dc:creator>
    <dc:date>2012-05-08T02:43:31</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.mozilla.firefox.vimperator/6276">
    <title>Re: The center_select.js plugin is not highlighting inred</title>
    <link>http://permalink.gmane.org/gmane.comp.mozilla.firefox.vimperator/6276</link>
    <description>&lt;pre&gt;I like to use this mappings on vimperatorrc:

    nnoremap &amp;lt;silent&amp;gt; n n:centerselect&amp;lt;CR&amp;gt;
    nnoremap &amp;lt;silent&amp;gt; N N:centerselect&amp;lt;CR&amp;gt;
    nnoremap &amp;lt;silent&amp;gt; zz :centerselect&amp;lt;CR&amp;gt;
    nnoremap &amp;lt;silent&amp;gt; zt :topselect&amp;lt;CR&amp;gt;
    nnoremap &amp;lt;silent&amp;gt; zb :bottomselect&amp;lt;CR&amp;gt;
    nnoremap &amp;lt;silent&amp;gt; zc :removeselect&amp;lt;CR&amp;gt;:nohl&amp;lt;CR&amp;gt;

Hope it helps.

-alexandre

On Sun, May 6, 2012 at 2:20 PM, Dotan Cohen &amp;lt;dotancohen-Re5JQEeQqe8AvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:

&lt;/pre&gt;</description>
    <dc:creator>Alexandre Provencio</dc:creator>
    <dc:date>2012-05-07T13:58:02</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.mozilla.firefox.vimperator/6275">
    <title>The center_select.js plugin is not highlighting in red</title>
    <link>http://permalink.gmane.org/gmane.comp.mozilla.firefox.vimperator/6275</link>
    <description>&lt;pre&gt;A few weeks ago I was introduced to the wonderful center_select.js plugin:
http://code.google.com/p/vimperator-labs/issues/detail?id=221

At the time I was on-site stuck with a Windows XP computer and
whatever the latest Firefox was two weeks ago. Now that I am home on a
Debian-derived operating system with Firefox 12.0 I have added the
center_select.js plugin but not all the features are working. When I
press 'n' the search term is in fact centered on the screen, however
there is no red border around it. I can enter the command
":centerselect" and then the div containing the currently-highlighted
search term does develop a red border. However, if I press 'n' again
the new search term's div does not get a red border (and the previous
term's div keeps its red border).

I have tried the last two versions of the plugin on the page (Jan 12,
2011 and May 5, 2011). What must I do to get the border aroudn the
highlighted search terms?

Thanks.


&lt;/pre&gt;</description>
    <dc:creator>Dotan Cohen</dc:creator>
    <dc:date>2012-05-06T17:20:43</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.mozilla.firefox.vimperator/6274">
    <title>Re: &lt;S-Ins&gt;</title>
    <link>http://permalink.gmane.org/gmane.comp.mozilla.firefox.vimperator/6274</link>
    <description>&lt;pre&gt;Windows 7 + FF 12.0


On Sat, May 5, 2012 at 4:53 PM, Martin Stubenschrott &amp;lt;
stubenschrott-enQHKQMjRamRpAAqCnN02g&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:

&lt;/pre&gt;</description>
    <dc:creator>Casey Manion</dc:creator>
    <dc:date>2012-05-06T03:55:21</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.mozilla.firefox.vimperator/6273">
    <title>Re: &lt;S-Ins&gt;</title>
    <link>http://permalink.gmane.org/gmane.comp.mozilla.firefox.vimperator/6273</link>
    <description>&lt;pre&gt;It might be possible to do:
:imap &amp;lt;S-Ins&amp;gt; &amp;lt;Ins&amp;gt;&amp;lt;S-Ins&amp;gt;&amp;lt;Ins&amp;gt;
but I can't really test it.

If firefox finally pastes with S-Ins by default without our hack, it would
be even
better though. Which OS and FF version do you use?

On Wed, May 2, 2012 at 10:51 PM, Casey Manion &amp;lt;casey-B1lt2CuTo1DQT0dZR+AlfA&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:

&lt;/pre&gt;</description>
    <dc:creator>Martin Stubenschrott</dc:creator>
    <dc:date>2012-05-05T23:53:23</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.mozilla.firefox.vimperator/6272">
    <title>Re: ctrl-u &amp; ctrl-k doesn't work the same as on firefox 3.6 any more</title>
    <link>http://permalink.gmane.org/gmane.comp.mozilla.firefox.vimperator/6272</link>
    <description>&lt;pre&gt;I think that has been fixed recently (post 3.4)

On Tue, Mar 13, 2012 at 2:12 PM, Chen San &amp;lt;chenxsan-Re5JQEeQqe8AvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:

&lt;/pre&gt;</description>
    <dc:creator>Martin Stubenschrott</dc:creator>
    <dc:date>2012-05-03T07:09:02</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.mozilla.firefox.vimperator/6271">
    <title>Re: &lt;S-Ins&gt;</title>
    <link>http://permalink.gmane.org/gmane.comp.mozilla.firefox.vimperator/6271</link>
    <description>&lt;pre&gt;I commented out these lines in editor.js and now it works as normal -
is it possible to disable this from the rc file ??

editor.js

661         mappings.add(myModes,$
662             ["&amp;lt;S-Insert&amp;gt;"], "Insert clipboard/selection",$
663             function () { editor.pasteClipboard(); });$


-Casey



On Tue, May 1, 2012 at 7:54 AM, Casey Manion &amp;lt;casey-B1lt2CuTo1DQT0dZR+AlfA&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:
&lt;/pre&gt;</description>
    <dc:creator>Casey Manion</dc:creator>
    <dc:date>2012-05-02T20:51:38</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.mozilla.firefox.vimperator/6270">
    <title>&lt;S-Ins&gt;</title>
    <link>http://permalink.gmane.org/gmane.comp.mozilla.firefox.vimperator/6270</link>
    <description>&lt;pre&gt;Guys,

I used to be able to hit &amp;lt;S-Ins&amp;gt; to paste in FF + vimperator ... but
now it just releases focus (address bar, google search, textarea,
etc)...

Any way to get &amp;lt;S-Ins&amp;gt; to paste ?

Windows 7 + FF 12.0

Note: If I &amp;lt;Ctrl-Esc&amp;gt; then &amp;lt;S-Ins&amp;gt; pastes ...

Note: I restarted with no .vimperator file - same results

Cheers,
Casey
&lt;/pre&gt;</description>
    <dc:creator>Casey Manion</dc:creator>
    <dc:date>2012-05-01T14:54:15</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.mozilla.firefox.vimperator/6269">
    <title>Re: Switch between two tabs</title>
    <link>http://permalink.gmane.org/gmane.comp.mozilla.firefox.vimperator/6269</link>
    <description>&lt;pre&gt;&lt;/pre&gt;</description>
    <dc:creator>mchalkley-O5WfVfzUwx8&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2012-04-27T18:00:06</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.mozilla.firefox.vimperator">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.mozilla.firefox.vimperator</link>
  </textinput>
</rdf:RDF>

