From casey.manion at gmail.com Sun Feb 1 00:33:54 2009 From: casey.manion at gmail.com (Casey Manion) Date: Sun, 1 Feb 2009 00:33:54 -0800 Subject: [Vimperator] Plugin jQuery Message-ID: <66dd0ce40902010033r6d21af69s92ee918c722ae106@mail.gmail.com> Is there a way to include jQuery so it is available via the command line ? I tried adding it to the plugin folder but I get an error saying jQuery.find is not a function. I would like to use jQuery selectors to hide unwanted things on pages. If jQuery was available I could just do: :js $(":contains('foo')").hide(); etc.... Thanks Casey From ye.xu.hdm at gmail.com Sun Feb 1 02:40:45 2009 From: ye.xu.hdm at gmail.com (Ye Xu) Date: Sun, 1 Feb 2009 11:40:45 +0100 Subject: [Vimperator] Plugin jQuery In-Reply-To: <66dd0ce40902010033r6d21af69s92ee918c722ae106@mail.gmail.com> References: <66dd0ce40902010033r6d21af69s92ee918c722ae106@mail.gmail.com> Message-ID: if those javascript frameworks are supported in vimperator would be really cool! :D From maxauthority at vimperator.org Sun Feb 1 02:47:09 2009 From: maxauthority at vimperator.org (Martin Stubenschrott) Date: Sun, 01 Feb 2009 11:47:09 +0100 Subject: [Vimperator] Plugin jQuery In-Reply-To: References: <66dd0ce40902010033r6d21af69s92ee918c722ae106@mail.gmail.com> Message-ID: <49857DAD.9090700@vimperator.org> On 2009-02-01 11:40, Ye Xu wrote: > if those javascript frameworks are supported in vimperator would be > really cool! :D One would need to write a vimperator integration plugin, which injects jquery into the current document. I think it could be done (but as I said, only optionally, not in the vimperator core). From vimperator at vanhoecke.org Sun Feb 1 04:37:43 2009 From: vimperator at vanhoecke.org (Guido Van Hoecke) Date: Sun, 01 Feb 2009 13:37:43 +0100 Subject: [Vimperator] Compatibility problem with tab mix plus Message-ID: <49859797.9030103@vanhoecke.org> Hi, I switched to the latest vimperator using the git repository (last change 6d0ecb1b099f3065a0ba309a558769ca896d7e05 dd. 2009-01-31 11:59:38). I like to have close buttons on my tabs (for when I have my hand on the mouse rather than the keyboard), and use tab mix plus (0.3.7.3) to achieve this. The buttons do not appear when using vimperator 2.0pre :version Vimperator 2.0pre (created: 2009/02/01 11:56:28) running on: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.5) Gecko/2008121622 Ubuntu/8.10 (intrepid) Firefox/3.0.5 When I temporarily disable vimperator, the buttons reappear. Is there some vimperator setting which can control this? Or is this just simply an unfortunate incompatibility between tm+ and vimp? Guido -- Man is the only animal that blushes -- or needs to. -- Mark Twain http://vanhoecke.org ... and go2 places! From maxauthority at vimperator.org Sun Feb 1 04:40:54 2009 From: maxauthority at vimperator.org (Martin Stubenschrott) Date: Sun, 01 Feb 2009 13:40:54 +0100 Subject: [Vimperator] Compatibility problem with tab mix plus In-Reply-To: <49859797.9030103@vanhoecke.org> References: <49859797.9030103@vanhoecke.org> Message-ID: <49859856.6050307@vimperator.org> On 2009-02-01 13:37, Guido Van Hoecke wrote: > Is there some vimperator setting which can control this? Or is this just > simply an unfortunate incompatibility between tm+ and vimp? I think this might be caused due to our tab numbering code. I am not sure if there is a way to completely disable it. From vimperator at vanhoecke.org Sun Feb 1 04:49:54 2009 From: vimperator at vanhoecke.org (Guido Van Hoecke) Date: Sun, 01 Feb 2009 13:49:54 +0100 Subject: [Vimperator] Compatibility problem with tab mix plus In-Reply-To: <49859797.9030103@vanhoecke.org> References: <49859797.9030103@vanhoecke.org> Message-ID: <49859A72.1040603@vanhoecke.org> Guido Van Hoecke wrote: > Hi, > > I switched to the latest vimperator using the git repository > (last change 6d0ecb1b099f3065a0ba309a558769ca896d7e05 > dd. 2009-01-31 11:59:38). > > I like to have close buttons on my tabs (for when I have my hand on the > mouse rather than the keyboard), and use tab mix plus (0.3.7.3) > to achieve this. > > The buttons do not appear when using vimperator 2.0pre Please ignore this message. The buttons do appear when I just disable tmp+, so it's got nothing to do with vimp. Sorry for the noise. Guido. > > :version > Vimperator 2.0pre (created: 2009/02/01 11:56:28) running on: > Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.5) Gecko/2008121622 > Ubuntu/8.10 (intrepid) Firefox/3.0.5 > > When I temporarily disable vimperator, the buttons reappear. > > Is there some vimperator setting which can control this? Or is this just > simply an unfortunate incompatibility between tm+ and vimp? > > Guido > > -- > Man is the only animal that blushes -- or needs to. > -- Mark Twain > > http://vanhoecke.org ... and go2 places! > From maglione.k at gmail.com Sun Feb 1 05:09:18 2009 From: maglione.k at gmail.com (Kris Maglione) Date: Sun, 1 Feb 2009 08:09:18 -0500 Subject: [Vimperator] Plugin jQuery In-Reply-To: <66dd0ce40902010033r6d21af69s92ee918c722ae106@mail.gmail.com> References: <66dd0ce40902010033r6d21af69s92ee918c722ae106@mail.gmail.com> Message-ID: <20090201130918.GA10672@jg.home> Attached. Won't work properly with framset documents. -- Kris Maglione If the programmer can simulate a construct faster than a compiler can implement the construct itself, then the compiler writer has blown it badly. --Guy Steele -------------- next part -------------- A non-text attachment was scrubbed... Name: jQuery.js Type: application/x-javascript Size: 1444 bytes Desc: not available URL: From maglione.k at gmail.com Sun Feb 1 05:11:06 2009 From: maglione.k at gmail.com (Kris Maglione) Date: Sun, 1 Feb 2009 08:11:06 -0500 Subject: [Vimperator] Compatibility problem with tab mix plus In-Reply-To: <49859797.9030103@vanhoecke.org> References: <49859797.9030103@vanhoecke.org> Message-ID: <20090201131106.GB10672@jg.home> On Sun, Feb 01, 2009 at 01:37:43PM +0100, Guido Van Hoecke wrote: > I like to have close buttons on my tabs (for when I have my hand on the > mouse rather than the keyboard), and use tab mix plus (0.3.7.3) > to achieve this. There are several known conflicts with TabMix+. I'd suggest TabControl or TabKit, depending on your needs. -- Kris Maglione For every complex problem there is an answer that is clear, simple, and wrong. --H. L. Mencken From vimperator at vanhoecke.org Sun Feb 1 05:29:41 2009 From: vimperator at vanhoecke.org (Guido Van Hoecke) Date: Sun, 01 Feb 2009 14:29:41 +0100 Subject: [Vimperator] Opening links to other sites in new tab? Message-ID: <4985A3C5.10908@vanhoecke.org> Hi, Tab mix plus provides a setting to open all links to other sites in a new tab. Is there a way to activate this behaviour with vimperator? I know that links followed after 'F' rather than 'f' open in new tabs. But it's kind of easy (maybe I'm just plain lazy) not to have to think about it when starting quickhints. And it would keep the possibility to open internal links in the same tab (which I usually want). TIA, Guido -- The human race has one really effective weapon, and that is laughter. -- Mark Twain http://vanhoecke.org ... and go2 places! From nickp at developernotes.com Sun Feb 1 09:23:06 2009 From: nickp at developernotes.com (Nick Parker) Date: Sun, 1 Feb 2009 11:23:06 -0600 Subject: [Vimperator] Status bar in 2.0 alpha 3 Message-ID: All, With the previous version of vimperator 1.2, I had applied a color change as documented previous so the status bar at the bottom was not black anymore. I upgraded to 2.0 alpha 3 this morning and noticed that my bar is black again. Is the mechanism to set the color different now, or is this just a broken feature? Thanks. Nick Parker www.developernotes.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From maglione.k at gmail.com Sun Feb 1 10:27:13 2009 From: maglione.k at gmail.com (Kris Maglione) Date: Sun, 1 Feb 2009 13:27:13 -0500 Subject: [Vimperator] Status bar in 2.0 alpha 3 In-Reply-To: References: Message-ID: <20090201182713.GC10672@jg.home> On Sun, Feb 01, 2009 at 11:23:06AM -0600, Nick Parker wrote: >All, >With the previous version of vimperator 1.2, I had applied a color change as >documented previous so the status bar at the bottom was not black anymore. > I upgraded to 2.0 alpha 3 this morning and noticed that my bar is black >again. Is the mechanism to set the color different now, or is this just a >broken feature? Thanks. See the NEWS file. -- Kris Maglione A plumber has around eight years training in the US. That's to fix my goddamn toilet. Yet, how much training do you have to do to be allowed to build software for a plane carrying hundreds of people? --James Coplien From maglione.k at gmail.com Sun Feb 1 20:02:30 2009 From: maglione.k at gmail.com (Kris Maglione) Date: Sun, 1 Feb 2009 23:02:30 -0500 Subject: [Vimperator] Plugin jQuery In-Reply-To: <20090201130918.GA10672@jg.home> References: <66dd0ce40902010033r6d21af69s92ee918c722ae106@mail.gmail.com> <20090201130918.GA10672@jg.home> Message-ID: <20090202040230.GA13560@jg.home> Sorry, apparantly that only worked for sites with jQuery already installed. -- Kris Maglione Those people who think they know everything are a great annoyance to those of us who do. --Isaac Asimov -------------- next part -------------- A non-text attachment was scrubbed... Name: jQuery.js Type: application/x-javascript Size: 1472 bytes Desc: not available URL: From casey at manion.com Sun Feb 1 22:52:33 2009 From: casey at manion.com (Casey Manion) Date: Sun, 1 Feb 2009 22:52:33 -0800 Subject: [Vimperator] Plugin jQuery In-Reply-To: <20090202040230.GA13560@jg.home> References: <66dd0ce40902010033r6d21af69s92ee918c722ae106@mail.gmail.com> <20090201130918.GA10672@jg.home> <20090202040230.GA13560@jg.home> Message-ID: <66dd0ce40902012252n6a197a87gae67195b1e4f6607@mail.gmail.com> I Kris's code and looked in utils.js to come up with a working solution (mostly)... Thanks! -------------- next part -------------- A non-text attachment was scrubbed... Name: jQuery.js Type: application/x-javascript Size: 1187 bytes Desc: not available URL: From ted at tedpavlic.com Mon Feb 2 06:40:51 2009 From: ted at tedpavlic.com (Ted Pavlic) Date: Mon, 02 Feb 2009 09:40:51 -0500 Subject: [Vimperator] Opening links to other sites in new tab? In-Reply-To: <4985A3C5.10908@vanhoecke.org> References: <4985A3C5.10908@vanhoecke.org> Message-ID: <498705F3.2070106@tedpavlic.com> > Is there a way to activate this behaviour with vimperator? I know that > links followed after 'F' rather than 'f' open in new tabs. But it's kind > of easy (maybe I'm just plain lazy) not to have to think about it when > starting quickhints. And it would keep the possibility to open internal > links in the same tab (which I usually want). :noremap f F :noremap F f That should swap the behavior of f and F. Note that you may want to consult ":help F" about how to get those background tabs to load in foreground. In particular, :set! browser.tabs.loadInBackground=false should do the trick. --Ted -- Ted Pavlic Please visit my ALS association page: http://web.alsa.org/goto/tedpavlic My family appreciates your support in the fight to defeat ALS. From dotancohen at gmail.com Mon Feb 2 06:41:07 2009 From: dotancohen at gmail.com (Dotan Cohen) Date: Mon, 2 Feb 2009 16:41:07 +0200 Subject: [Vimperator] Scripting with URL? Message-ID: <880dece00902020641x6064c1f6wb4278edf0045d9e6@mail.gmail.com> I use different email addresses for each site that I visit. So for http://example.com I use the address example.com at mypersonaldomain.com as my email address. I would like to script this so that I don't have to do the keyboard dance each time I enter this info. This is the dance: Esc, Y (this copies the domain name to the clipboard), F number-of-my-formfield, Ctrl-V I looked through "Repeating commands" and "Autocommands" in TFM but I am not a VIM user and I really cannot grasp this. Is this even possible? Ideally, I would be in a text field, press Ctrl-E and have it paste the domain name with "@mypersonaldomain.com" appended to the end. -- Dotan Cohen http://what-is-what.com http://gibberish.co.il ?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-? ?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-??-?-? ?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-? ?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-? ?-?-?-?-?-?-? From ted at tedpavlic.com Mon Feb 2 06:54:53 2009 From: ted at tedpavlic.com (Ted Pavlic) Date: Mon, 02 Feb 2009 09:54:53 -0500 Subject: [Vimperator] Scripting with URL? In-Reply-To: <880dece00902020641x6064c1f6wb4278edf0045d9e6@mail.gmail.com> References: <880dece00902020641x6064c1f6wb4278edf0045d9e6@mail.gmail.com> Message-ID: <4987093D.9090705@tedpavlic.com> > Esc, Y (this copies the domain name to the clipboard), F > number-of-my-formfield, Ctrl-V Try: :map Ygi Then click on a text field, hit escape, and then hit . ( directly won't work from a text field... but I don't recall if that's a bug or not) Maybe a better solution (that does the proper copy for you) would be.. (all on one line) :map :js util.copyToClipboard(content.location.host, true)gi OR (to automatically add the personaldomain.com): :map :js util.copyToClipboard(content.location.host, true)gi@personaldomain.com OR (to get rid of any leading "www."): :map :js util.copyToClipboard(content.location.host.replace(/^www\./,""), true)gi@personaldomain.com --Ted -- Ted Pavlic Please visit my ALS association page: http://web.alsa.org/goto/tedpavlic My family appreciates your support in the fight to defeat ALS. From fb at intoxicatedmind.net Mon Feb 2 07:07:07 2009 From: fb at intoxicatedmind.net (Frank Blendinger) Date: Mon, 2 Feb 2009 16:07:07 +0100 Subject: [Vimperator] Integrating the Taboo add-on Message-ID: <20090202150707.GA28163@intoxicatedmind.net> Hi, I am trying to integrate the Taboo addon [1] in Vimperator. So far I have defined these commands and a keybinding: com! TabooAdd :js taboo.addTaboo() com! TabooAddDetail :js taboo.addTabooWithDetails() com! TabooAddClose :js taboo.addTabooAndClose() com! TabooToggle :js taboo.toggleTaboo() com! TabooRemove :js taboo.removeTaboo() com! TabooPanel :js taboo.showPanel() map t :t chrome://taboo/content/start.html This works quite well, but I am still missing one thing: showing the icon from the Taboo button in the statusbar. I have tried to do it like this: javascript < From dotancohen at gmail.com Mon Feb 2 08:13:05 2009 From: dotancohen at gmail.com (Dotan Cohen) Date: Mon, 2 Feb 2009 18:13:05 +0200 Subject: [Vimperator] Scripting with URL? In-Reply-To: <4987093D.9090705@tedpavlic.com> References: <880dece00902020641x6064c1f6wb4278edf0045d9e6@mail.gmail.com> <4987093D.9090705@tedpavlic.com> Message-ID: <880dece00902020813t56e7ff46u7e23df4dbdcb0259@mail.gmail.com> 2009/2/2 Ted Pavlic : >> Esc, Y (this copies the domain name to the clipboard), F >> number-of-my-formfield, Ctrl-V > > Try: > > :map Ygi > > Then click on a text field, hit escape, and then hit . ( directly > won't work from a text field... but I don't recall if that's a bug or not) > > Maybe a better solution (that does the proper copy for you) would be.. (all > on one line) > > :map :js util.copyToClipboard(content.location.host, > true)gi > > OR (to automatically add the personaldomain.com): > > :map :js util.copyToClipboard(content.location.host, > true)gi@personaldomain.com > > OR (to get rid of any leading "www."): > > :map :js > util.copyToClipboard(content.location.host.replace(/^www\./,""), > true)gi@personaldomain.com > Thanks, Ted. I was able to get this work, but like you mentioned it leaves the www which I would rather eliminate. :map Ygi@mypersonaldomain.com I only need one as I have that remapped as well. I do not know why the javascript doesn't work. What can I do to troubleshoot? I do have javascript in another shortcut, so I know that it's possible, but when I use the javascript methods posted above nothing is pasted in the text field where I was. I appreciate the guidance. -- Dotan Cohen http://what-is-what.com http://gibberish.co.il ?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-? ?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-??-?-? ?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-? ?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-? ?-?-?-?-?-?-? From vimperator at vanhoecke.org Mon Feb 2 10:23:50 2009 From: vimperator at vanhoecke.org (Guido Van Hoecke) Date: Mon, 02 Feb 2009 19:23:50 +0100 Subject: [Vimperator] Opening links to other sites in new tab? In-Reply-To: <498705F3.2070106@tedpavlic.com> References: <4985A3C5.10908@vanhoecke.org> <498705F3.2070106@tedpavlic.com> Message-ID: <49873A36.8010805@vanhoecke.org> Ted Pavlic wrote: >> Is there a way to activate this behaviour with vimperator? I know that >> links followed after 'F' rather than 'f' open in new tabs. But it's kind >> of easy (maybe I'm just plain lazy) not to have to think about it when >> starting quickhints. And it would keep the possibility to open internal >> links in the same tab (which I usually want). > > :noremap f F > :noremap F f > > That should swap the behavior of f and F. Note that you may want to > consult ":help F" about how to get those background tabs to load in > foreground. In particular, > > :set! browser.tabs.loadInBackground=false > > should do the trick. > Thanks, Ted, Guido. From ted at tedpavlic.com Mon Feb 2 11:15:37 2009 From: ted at tedpavlic.com (Ted Pavlic) Date: Mon, 02 Feb 2009 14:15:37 -0500 Subject: [Vimperator] Scripting with URL? In-Reply-To: <880dece00902020813t56e7ff46u7e23df4dbdcb0259@mail.gmail.com> References: <880dece00902020641x6064c1f6wb4278edf0045d9e6@mail.gmail.com> <4987093D.9090705@tedpavlic.com> <880dece00902020813t56e7ff46u7e23df4dbdcb0259@mail.gmail.com> Message-ID: <49874659.8020606@tedpavlic.com> >> OR (to get rid of any leading "www."): >> :map :js >> util.copyToClipboard(content.location.host.replace(/^www\./,""), >> true)gi@personaldomain.com > > Thanks, Ted. I was able to get this work, but like you mentioned it > leaves the www which I would rather eliminate. > :map Ygi@mypersonaldomain.com Try my mapping. That is, replace your "Y" with (on all one line with no spaces): :js util.copyToClipboard(content.location.host.replace(/^www\./,""),true) That should do the trick. (it works for me) --Ted -- Ted Pavlic Please visit my ALS association page: http://web.alsa.org/goto/tedpavlic My family appreciates your support in the fight to defeat ALS. From dotancohen at gmail.com Mon Feb 2 15:04:26 2009 From: dotancohen at gmail.com (Dotan Cohen) Date: Tue, 3 Feb 2009 01:04:26 +0200 Subject: [Vimperator] Scripting with URL? In-Reply-To: <49874659.8020606@tedpavlic.com> References: <880dece00902020641x6064c1f6wb4278edf0045d9e6@mail.gmail.com> <4987093D.9090705@tedpavlic.com> <880dece00902020813t56e7ff46u7e23df4dbdcb0259@mail.gmail.com> <49874659.8020606@tedpavlic.com> Message-ID: <880dece00902021504p4077819bn3a0f20b523661df7@mail.gmail.com> 2009/2/2 Ted Pavlic : > Try my mapping. That is, replace your "Y" with (on all one line with no > spaces): > > :js > util.copyToClipboard(content.location.host.replace(/^www\./,""),true) > > That should do the trick. (it works for me) > I had to remove the declaration. Now it works! I will say that I learned a lot with this thing, and I've tweaked the regex a bit for other replacements. For the next person to STFA, additional regexes can be added by tacking on another .replace() function. The regexes are evaluated right to left, which is the opposite from what I was expecting. Thank you Ted! -- Dotan Cohen http://what-is-what.com http://gibberish.co.il ?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-? ?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-??-?-? ?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-? ?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-? ?-?-?-?-?-?-? From ted at tedpavlic.com Tue Feb 3 05:27:46 2009 From: ted at tedpavlic.com (Ted Pavlic) Date: Tue, 03 Feb 2009 08:27:46 -0500 Subject: [Vimperator] Scripting with URL? In-Reply-To: <880dece00902021504p4077819bn3a0f20b523661df7@mail.gmail.com> References: <880dece00902020641x6064c1f6wb4278edf0045d9e6@mail.gmail.com> <4987093D.9090705@tedpavlic.com> <880dece00902020813t56e7ff46u7e23df4dbdcb0259@mail.gmail.com> <49874659.8020606@tedpavlic.com> <880dece00902021504p4077819bn3a0f20b523661df7@mail.gmail.com> Message-ID: <49884652.6080106@tedpavlic.com> >> :js >> util.copyToClipboard(content.location.host.replace(/^www\./,""),true) > I had to remove the declaration. Now it works! I will say That's funny. The works for me. Doing a... :map stuff maps to "stuff", but "stuff" doesn't get echo'd to the terminal. On my very slow machine, the "" causes a major speed increase. > regexes can be added by tacking on another .replace() function. The > regexes are evaluated right to left, which is the opposite from what I > was expecting. I don't think your last assertion is correct. Try typing: :echo "AAAA".replace(/A/,"1").replace(/A/,"2") You should get 12AA out. If things executed from "right to left", you'd expect 21AA. In this case, the "AAAA" object gets operated on by "replace1", and that returns another object which gets operated on by "replace2". It is not possible for "replace2" to act first because it has no object on which to act. In other words, whenever you see... object.method(...) you can think of it as... method( object, ... ) So in this case, you can /think/ of the :echo call above as replace( replace( "AAAA", /A/, "1" ), /A/ "2" ) As you can see, the inner replace (which is "replace1" above) is executed first. --Ted -- Ted Pavlic Please visit my ALS association page: http://web.alsa.org/goto/tedpavlic My family appreciates your support in the fight to defeat ALS. From ted at tedpavlic.com Tue Feb 3 05:31:54 2009 From: ted at tedpavlic.com (Ted Pavlic) Date: Tue, 03 Feb 2009 08:31:54 -0500 Subject: [Vimperator] Major slowdown when mapping K to H and J to L Message-ID: <4988474A.4050707@tedpavlic.com> Following an idea posted on the list, I tried... :noremap K H :noremap J L :map H gT :map L gt I ended up not liking using HKJL this way and reverted to the standard way of doing things, but in the meanwhile I noticed that "K" and "J" were /much/ slower than usual (on my slow machine). That is, pressing the unmapped "H" and "L" gives a near immediate response from the browser, but pressing the mapped "K" and "J" takes a large fraction of a second. Does this seem like a bug? Is it possible to improve? --Ted -- Ted Pavlic Please visit my ALS association page: http://web.alsa.org/goto/tedpavlic My family appreciates your support in the fight to defeat ALS. From dpb at driftaway.org Tue Feb 3 05:32:22 2009 From: dpb at driftaway.org (Daniel Bainton) Date: Tue, 3 Feb 2009 15:32:22 +0200 Subject: [Vimperator] Scripting with URL? In-Reply-To: <49884652.6080106@tedpavlic.com> References: <880dece00902020641x6064c1f6wb4278edf0045d9e6@mail.gmail.com> <4987093D.9090705@tedpavlic.com> <880dece00902020813t56e7ff46u7e23df4dbdcb0259@mail.gmail.com> <49874659.8020606@tedpavlic.com> <880dece00902021504p4077819bn3a0f20b523661df7@mail.gmail.com> <49884652.6080106@tedpavlic.com> Message-ID: 2009/2/3 Ted Pavlic : >>> :js >>> util.copyToClipboard(content.location.host.replace(/^www\./,""),true) >> >> I had to remove the declaration. Now it works! I will say > > That's funny. The works for me. Doing a... > > :map stuff > > maps to "stuff", but "stuff" doesn't get echo'd to the terminal. On my > very slow machine, the "" causes a major speed increase. was only introduced in 2.0, so if he's using the stable 1.2, of course it doesn't work. -- Daniel From maglione.k at gmail.com Tue Feb 3 05:34:02 2009 From: maglione.k at gmail.com (Kris Maglione) Date: Tue, 3 Feb 2009 08:34:02 -0500 Subject: [Vimperator] Scripting with URL? In-Reply-To: <49884652.6080106@tedpavlic.com> References: <880dece00902020641x6064c1f6wb4278edf0045d9e6@mail.gmail.com> <4987093D.9090705@tedpavlic.com> <880dece00902020813t56e7ff46u7e23df4dbdcb0259@mail.gmail.com> <49874659.8020606@tedpavlic.com> <880dece00902021504p4077819bn3a0f20b523661df7@mail.gmail.com> <49884652.6080106@tedpavlic.com> Message-ID: <20090203133402.GA26461@jg.home> On Tue, Feb 03, 2009 at 08:27:46AM -0500, Ted Pavlic wrote: > maps to "stuff", but "stuff" doesn't get echo'd to the terminal. > On my very slow machine, the "" causes a major speed increase. For me, it causes a major (major) speed decrease. -- Kris Maglione If debugging is the process of removing bugs, then programming must be the process of putting them in. --Edsger W. Dijkstra From maglione.k at gmail.com Tue Feb 3 05:35:31 2009 From: maglione.k at gmail.com (Kris Maglione) Date: Tue, 3 Feb 2009 08:35:31 -0500 Subject: [Vimperator] Major slowdown when mapping K to H and J to L In-Reply-To: <4988474A.4050707@tedpavlic.com> References: <4988474A.4050707@tedpavlic.com> Message-ID: <20090203133531.GB26461@jg.home> On Tue, Feb 03, 2009 at 08:31:54AM -0500, Ted Pavlic wrote: > I ended up not liking using HKJL this way and reverted to the standard > way of doing things, but in the meanwhile I noticed that "K" and "J" > were /much/ slower than usual (on my slow machine). That is, pressing > the unmapped "H" and "L" gives a near immediate response from the > browser, but pressing the mapped "K" and "J" takes a large fraction of a > second. Don't use for such mappings! And, yes, it's a bug, because changes the CSS for the whole browser (which I'm in the process of fixing). -- Kris Maglione Learning is not compulsory. Neither is survival. --W. Edwards Deming From maglione.k at gmail.com Tue Feb 3 05:35:31 2009 From: maglione.k at gmail.com (Kris Maglione) Date: Tue, 3 Feb 2009 08:35:31 -0500 Subject: [Vimperator] Major slowdown when mapping K to H and J to L In-Reply-To: <4988474A.4050707@tedpavlic.com> References: <4988474A.4050707@tedpavlic.com> Message-ID: <20090203133531.GB26461@jg.home> On Tue, Feb 03, 2009 at 08:31:54AM -0500, Ted Pavlic wrote: > I ended up not liking using HKJL this way and reverted to the standard > way of doing things, but in the meanwhile I noticed that "K" and "J" > were /much/ slower than usual (on my slow machine). That is, pressing > the unmapped "H" and "L" gives a near immediate response from the > browser, but pressing the mapped "K" and "J" takes a large fraction of a > second. Don't use for such mappings! And, yes, it's a bug, because changes the CSS for the whole browser (which I'm in the process of fixing). -- Kris Maglione Learning is not compulsory. Neither is survival. --W. Edwards Deming From ted at tedpavlic.com Tue Feb 3 05:48:02 2009 From: ted at tedpavlic.com (Ted Pavlic) Date: Tue, 03 Feb 2009 08:48:02 -0500 Subject: [Vimperator] Scripting with URL? In-Reply-To: <20090203133402.GA26461@jg.home> References: <880dece00902020641x6064c1f6wb4278edf0045d9e6@mail.gmail.com> <4987093D.9090705@tedpavlic.com> <880dece00902020813t56e7ff46u7e23df4dbdcb0259@mail.gmail.com> <49874659.8020606@tedpavlic.com> <880dece00902021504p4077819bn3a0f20b523661df7@mail.gmail.com> <49884652.6080106@tedpavlic.com> <20090203133402.GA26461@jg.home> Message-ID: <49884B12.3050903@tedpavlic.com> >> maps to "stuff", but "stuff" doesn't get echo'd to the terminal. >> On my very slow machine, the "" causes a major speed increase. > > For me, it causes a major (major) speed decrease. *Adding* slows things down? Really? The amount of time it takes for the keys to be fed to the terminal *appears* to take a long time for me, but I haven't timed it. So maybe it's just in my head. (on the other hand, without the might appear to be faster just because you can see something going on during the wait) --Ted -- Ted Pavlic Please visit my ALS association page: http://web.alsa.org/goto/tedpavlic My family appreciates your support in the fight to defeat ALS. From ted at tedpavlic.com Tue Feb 3 05:50:04 2009 From: ted at tedpavlic.com (Ted Pavlic) Date: Tue, 03 Feb 2009 08:50:04 -0500 Subject: [Vimperator] Scripting with URL? In-Reply-To: References: <880dece00902020641x6064c1f6wb4278edf0045d9e6@mail.gmail.com> <4987093D.9090705@tedpavlic.com> <880dece00902020813t56e7ff46u7e23df4dbdcb0259@mail.gmail.com> <49874659.8020606@tedpavlic.com> <880dece00902021504p4077819bn3a0f20b523661df7@mail.gmail.com> <49884652.6080106@tedpavlic.com> Message-ID: <49884B8C.8000305@tedpavlic.com> > was only introduced in 2.0, so if he's using the stable 1.2, > of course it doesn't work. I always forget about Vimp1.2. I guess that's my ringing endorsement of Vimp2.0. :) -- Ted Pavlic Please visit my ALS association page: http://web.alsa.org/goto/tedpavlic My family appreciates your support in the fight to defeat ALS. From dotancohen at gmail.com Tue Feb 3 07:14:05 2009 From: dotancohen at gmail.com (Dotan Cohen) Date: Tue, 3 Feb 2009 17:14:05 +0200 Subject: [Vimperator] Scripting with URL? In-Reply-To: <49884652.6080106@tedpavlic.com> References: <880dece00902020641x6064c1f6wb4278edf0045d9e6@mail.gmail.com> <4987093D.9090705@tedpavlic.com> <880dece00902020813t56e7ff46u7e23df4dbdcb0259@mail.gmail.com> <49874659.8020606@tedpavlic.com> <880dece00902021504p4077819bn3a0f20b523661df7@mail.gmail.com> <49884652.6080106@tedpavlic.com> Message-ID: <880dece00902030714lbaafd70ve564fd7155f230a0@mail.gmail.com> 2009/2/3 Ted Pavlic : >>> :js >>> util.copyToClipboard(content.location.host.replace(/^www\./,""),true) >> >> I had to remove the declaration. Now it works! I will say > > That's funny. The works for me. Doing a... > > :map stuff > > maps to "stuff", but "stuff" doesn't get echo'd to the terminal. On my > very slow machine, the "" causes a major speed increase. > >> regexes can be added by tacking on another .replace() function. The >> regexes are evaluated right to left, which is the opposite from what I >> was expecting. > > I don't think your last assertion is correct. Try typing: > > :echo "AAAA".replace(/A/,"1").replace(/A/,"2") > > You should get > > 12AA > > out. If things executed from "right to left", you'd expect 21AA. > > In this case, the "AAAA" object gets operated on by "replace1", and that > returns another object which gets operated on by "replace2". It is not > possible for "replace2" to act first because it has no object on which to > act. In other words, whenever you see... > > object.method(...) > > you can think of it as... > > method( object, ... ) > > So in this case, you can /think/ of the :echo call above as > > replace( replace( "AAAA", /A/, "1" ), /A/ "2" ) > > As you can see, the inner replace (which is "replace1" above) is executed > first. > > --Ted > You are correct. This is the code that turns .com into -com and .co.il into -coil: :map :js util.copyToClipboard(content.document.location.host.replace(/^www\./,"").replace(/co.il$/,"coil").replace(/\./,"-"), true)gi@mypersonaldomain.com And it is obviously being evaluated from left to right, otherwise there would not be dots in the first two regexes to match anything. There is a replacement for "co.il" at the end of a domain to be "coil" but I'd like that to work for "org.il" and "net." as well as [co|net|org].[il.uk.**]. In other words, if the second to last segment of the domain is co, net, or org then I'd like to remove the dot between it and the last segment. I've come up with some really wild regexes, using the comments in the php manual for regular expressions as a guide: http://il.php.net/regex http://il.php.net/manual/en/reference.pcre.pattern.modifiers.php http://il.php.net/manual/en/pcre.examples.php However, I can't seem to get it. I think that I need some kind of replacement holder (if that makes sense) but I'm not quite there. Is this an impossible task? Is the php / pcre format not right for Vimperator? -- Dotan Cohen http://what-is-what.com http://gibberish.co.il ?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-? ?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-??-?-? ?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-? ?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-? ?-?-?-?-?-?-? From conrad.irwin at googlemail.com Tue Feb 3 07:26:13 2009 From: conrad.irwin at googlemail.com (Conrad Irwin) Date: Tue, 03 Feb 2009 15:26:13 +0000 Subject: [Vimperator] Scripting with URL? In-Reply-To: <880dece00902030714lbaafd70ve564fd7155f230a0@mail.gmail.com> References: <880dece00902020641x6064c1f6wb4278edf0045d9e6@mail.gmail.com> <4987093D.9090705@tedpavlic.com> <880dece00902020813t56e7ff46u7e23df4dbdcb0259@mail.gmail.com> <49874659.8020606@tedpavlic.com> <880dece00902021504p4077819bn3a0f20b523661df7@mail.gmail.com> <49884652.6080106@tedpavlic.com> <880dece00902030714lbaafd70ve564fd7155f230a0@mail.gmail.com> Message-ID: <1233674773.19019.162.camel@localhost> On Tue, 2009-02-03 at 17:14 +0200, Dotan Cohen wrote: > 2009/2/3 Ted Pavlic : > >>> :js > >>> util.copyToClipboard(content.location.host.replace(/^www\./,""),true) > >> > >> I had to remove the declaration. Now it works! I will say > > > > That's funny. The works for me. Doing a... > > > > :map stuff > > > > maps to "stuff", but "stuff" doesn't get echo'd to the terminal. On my > > very slow machine, the "" causes a major speed increase. > > > >> regexes can be added by tacking on another .replace() function. The > >> regexes are evaluated right to left, which is the opposite from what I > >> was expecting. > > > > I don't think your last assertion is correct. Try typing: > > > > :echo "AAAA".replace(/A/,"1").replace(/A/,"2") > > > > You should get > > > > 12AA > > > > out. If things executed from "right to left", you'd expect 21AA. > > > > In this case, the "AAAA" object gets operated on by "replace1", and that > > returns another object which gets operated on by "replace2". It is not > > possible for "replace2" to act first because it has no object on which to > > act. In other words, whenever you see... > > > > object.method(...) > > > > you can think of it as... > > > > method( object, ... ) > > > > So in this case, you can /think/ of the :echo call above as > > > > replace( replace( "AAAA", /A/, "1" ), /A/ "2" ) > > > > As you can see, the inner replace (which is "replace1" above) is executed > > first. > > > > --Ted > > > > You are correct. This is the code that turns .com into -com and .co.il > into -coil: > > :map :js util.copyToClipboard(content.document.location.host.replace(/^www\./,"").replace(/co.il$/,"coil").replace(/\./,"-"), > true)gi@mypersonaldomain.com > > And it is obviously being evaluated from left to right, otherwise > there would not be dots in the first two regexes to match anything. > > There is a replacement for "co.il" at the end of a domain to be "coil" > but I'd like that to work for "org.il" and "net." as well as > [co|net|org].[il.uk.**]. > > In other words, if the second to last segment of the domain is co, > net, or org then I'd like to remove the dot between it and the last > segment. I've come up with some really wild regexes, using the > comments in the php manual for regular expressions as a guide: > http://il.php.net/regex > http://il.php.net/manual/en/reference.pcre.pattern.modifiers.php > http://il.php.net/manual/en/pcre.examples.php > > However, I can't seem to get it. I think that I need some kind of > replacement holder (if that makes sense) but I'm not quite there. Is > this an impossible task? Is the php / pcre format not right for > Vimperator? > It looks like you're using square brackets where you need round brackets. I think you're looking for something like this: .replace(/^www\./,"") .replace(/(co|net|org)\.([a-z]*)$/,"$1$2") .replace(/\./g,"-") Yours Conrad Irwin From casey.manion at gmail.com Tue Feb 3 09:45:08 2009 From: casey.manion at gmail.com (Casey Manion) Date: Tue, 3 Feb 2009 09:45:08 -0800 Subject: [Vimperator] :set t_vb= Message-ID: <66dd0ce40902030945p1cf20864x401cb430a635c863@mail.gmail.com> When I start FF I get an error saying that t_vb is not an option however in the help (:help vb) is says to use this if you don't want (and I don't) a bell. I think this is a bug. -Casey From maxauthority at vimperator.org Tue Feb 3 09:53:29 2009 From: maxauthority at vimperator.org (Martin Stubenschrott) Date: Tue, 3 Feb 2009 18:53:29 +0100 Subject: [Vimperator] :set t_vb= In-Reply-To: <66dd0ce40902030945p1cf20864x401cb430a635c863@mail.gmail.com> References: <66dd0ce40902030945p1cf20864x401cb430a635c863@mail.gmail.com> Message-ID: Which vimperator version? Please try 2.0alpha3 On Tue, Feb 3, 2009 at 6:45 PM, Casey Manion wrote: > When I start FF I get an error saying that t_vb is not an option > however in the help (:help vb) is says to use this if you don't want > (and I don't) a bell. > > I think this is a bug. > > -Casey > _______________________________________________ > Vimperator mailing list > Vimperator at mozdev.org > https://www.mozdev.org/mailman/listinfo/vimperator > From conrad.irwin at googlemail.com Tue Feb 3 10:01:35 2009 From: conrad.irwin at googlemail.com (Conrad Irwin) Date: Tue, 03 Feb 2009 18:01:35 +0000 Subject: [Vimperator] :set t_vb= In-Reply-To: References: <66dd0ce40902030945p1cf20864x401cb430a635c863@mail.gmail.com> Message-ID: <1233684095.5883.5.camel@localhost> In current git version, the option is called vb or visualbell, this would imply a bug in the documentation. When I set this to any value, then I can see a visual bell, but I can't work out how to turn it off again. :set vb=off, and :set vb=false don't seem to work. Luckily it is off by default for me, so as long as I don't turn it on all is well. Yours Conrad On Tue, 2009-02-03 at 18:53 +0100, Martin Stubenschrott wrote: > Which vimperator version? Please try 2.0alpha3 > > On Tue, Feb 3, 2009 at 6:45 PM, Casey Manion wrote: > > When I start FF I get an error saying that t_vb is not an option > > however in the help (:help vb) is says to use this if you don't want > > (and I don't) a bell. > > > > I think this is a bug. > > > > -Casey > > _______________________________________________ > > Vimperator mailing list > > Vimperator at mozdev.org > > https://www.mozdev.org/mailman/listinfo/vimperator > > > _______________________________________________ > Vimperator mailing list > Vimperator at mozdev.org > https://www.mozdev.org/mailman/listinfo/vimperator From maglione.k at gmail.com Tue Feb 3 10:05:46 2009 From: maglione.k at gmail.com (Kris Maglione) Date: Tue, 3 Feb 2009 13:05:46 -0500 Subject: [Vimperator] :set t_vb= In-Reply-To: <1233684095.5883.5.camel@localhost> References: <66dd0ce40902030945p1cf20864x401cb430a635c863@mail.gmail.com> <1233684095.5883.5.camel@localhost> Message-ID: <20090203180546.GC26461@jg.home> On Tue, Feb 03, 2009 at 06:01:35PM +0000, Conrad Irwin wrote: >When I set this to any value, then I can see a visual bell, but I can't >work out how to turn it off again. :set vb=off, and :set vb=false don't >seem to work. :se vb :se novb -- Kris Maglione TeX has found at least one bug in every Pascal compiler it's been run on, I think, and at least two in every C compiler. --Donald Knuth From maxauthority at vimperator.org Tue Feb 3 10:04:24 2009 From: maxauthority at vimperator.org (Martin Stubenschrott) Date: Tue, 3 Feb 2009 19:04:24 +0100 Subject: [Vimperator] :set t_vb= In-Reply-To: <1233684095.5883.5.camel@localhost> References: <66dd0ce40902030945p1cf20864x401cb430a635c863@mail.gmail.com> <1233684095.5883.5.camel@localhost> Message-ID: On Tue, Feb 3, 2009 at 7:01 PM, Conrad Irwin wrote: > In current git version, the option is called vb or visualbell, this > would imply a bug in the documentation. > > When I set this to any value, then I can see a visual bell, but I can't > work out how to turn it off again. :set vb=off, and :set vb=false don't > seem to work. :set novb t_vb just controlled the style of the visual bell, in 2.0 we do that with :hi Bell IIRC. If this change is not documented, we should probably add it to the NEWS file. From dotancohen at gmail.com Tue Feb 3 12:30:54 2009 From: dotancohen at gmail.com (Dotan Cohen) Date: Tue, 3 Feb 2009 22:30:54 +0200 Subject: [Vimperator] Scripting with URL? In-Reply-To: <1233674773.19019.162.camel@localhost> References: <880dece00902020641x6064c1f6wb4278edf0045d9e6@mail.gmail.com> <4987093D.9090705@tedpavlic.com> <880dece00902020813t56e7ff46u7e23df4dbdcb0259@mail.gmail.com> <49874659.8020606@tedpavlic.com> <880dece00902021504p4077819bn3a0f20b523661df7@mail.gmail.com> <49884652.6080106@tedpavlic.com> <880dece00902030714lbaafd70ve564fd7155f230a0@mail.gmail.com> <1233674773.19019.162.camel@localhost> Message-ID: <880dece00902031230t7baa5ea9haf4e62b9948cdd81@mail.gmail.com> > It looks like you're using square brackets where you need round > brackets. > Oh. > I think you're looking for something like this: > > .replace(/^www\./,"") > .replace(/(co|net|org)\.([a-z]*)$/,"$1$2") Yes! > .replace(/\./g,"-") > What is the g? Global? Where is it documented? Thanks! -- Dotan Cohen http://what-is-what.com http://gibberish.co.il ?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-? ?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-??-?-? ?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-? ?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-? ?-?-?-?-?-?-? From Daniel.Trstenjak at online.de Tue Feb 3 12:57:05 2009 From: Daniel.Trstenjak at online.de (Daniel Trstenjak) Date: Tue, 3 Feb 2009 21:57:05 +0100 Subject: [Vimperator] [PATCH] hintmatching fixed for wordstartswith and firstletters Message-ID: <20090203205705.GA5783@laptop> Hi all, my third attempt to get some attention for this patch. It fixes the previous reported problems. Greetings, Daniel -------------- next part -------------- A non-text attachment was scrubbed... Name: hintmatching.patch Type: text/x-diff Size: 5787 bytes Desc: not available URL: From maxauthority at vimperator.org Tue Feb 3 13:02:12 2009 From: maxauthority at vimperator.org (Martin Stubenschrott) Date: Tue, 03 Feb 2009 22:02:12 +0100 Subject: [Vimperator] [PATCH] hintmatching fixed for wordstartswith and firstletters In-Reply-To: <20090203205705.GA5783@laptop> References: <20090203205705.GA5783@laptop> Message-ID: <4988B0D4.2060500@vimperator.org> On 2009-02-03 21:57, Daniel Trstenjak wrote: > Hi all, > > my third attempt to get some attention for this patch. > It fixes the previous reported problems. Damn, i am so busy currently, I forgot it. Will care about it right now. I should also apply the rest of Janus patches, or didn't Kris want to handle that? Thanks for all your patches. -- Martin From maxauthority at vimperator.org Tue Feb 3 13:34:08 2009 From: maxauthority at vimperator.org (Martin Stubenschrott) Date: Tue, 03 Feb 2009 22:34:08 +0100 Subject: [Vimperator] [PATCH] hintmatching fixed for wordstartswith and firstletters In-Reply-To: <20090203205705.GA5783@laptop> References: <20090203205705.GA5783@laptop> Message-ID: <4988B850.9050005@vimperator.org> On 2009-02-03 21:57, Daniel Trstenjak wrote: > Hi all, > > my third attempt to get some attention for this patch. > It fixes the previous reported problems. Seems to work fine, pushed. Please note that i had to adjust the formatting a little, please read the HACKING file for a quick style guide. Anyway, thanks again for the patch, 2.0 is getting more and more robust! Great! Martin From ted at tedpavlic.com Tue Feb 3 14:01:23 2009 From: ted at tedpavlic.com (Ted Pavlic) Date: Tue, 03 Feb 2009 17:01:23 -0500 Subject: [Vimperator] Scripting with URL? In-Reply-To: <880dece00902031230t7baa5ea9haf4e62b9948cdd81@mail.gmail.com> References: <880dece00902020641x6064c1f6wb4278edf0045d9e6@mail.gmail.com> <4987093D.9090705@tedpavlic.com> <880dece00902020813t56e7ff46u7e23df4dbdcb0259@mail.gmail.com> <49874659.8020606@tedpavlic.com> <880dece00902021504p4077819bn3a0f20b523661df7@mail.gmail.com> <49884652.6080106@tedpavlic.com> <880dece00902030714lbaafd70ve564fd7155f230a0@mail.gmail.com> <1233674773.19019.162.camel@localhost> <880dece00902031230t7baa5ea9haf4e62b9948cdd81@mail.gmail.com> Message-ID: <4988BEB3.9010108@tedpavlic.com> >> .replace(/\./g,"-") > What is the g? Global? Where is it documented? Yes, "g" is global. By default, the replace stops after the first match. The "g" forces it to replace all. For reference, start by looking up the "replace" method from the JavaScript core. Here's the first link Google gave me, and it documents "g" (and more): http://www.w3schools.com/jsref/jsref_replace.asp Here's the appropriate MDC reference: https://developer.mozilla.org/En/Core_JavaScript_1.5_Reference/Global_Objects/String/Replace which also documents global (and ignore case). Additionally, note that "g" is compatible with PCRE; however, it only makes sense for matches that lead to replacements or substitutions, and so you may need to dig deeper in your PCRE refs. --Ted -- Ted Pavlic Please visit my ALS association page: http://web.alsa.org/goto/tedpavlic My family appreciates your support in the fight to defeat ALS. From dotancohen at gmail.com Tue Feb 3 14:13:11 2009 From: dotancohen at gmail.com (Dotan Cohen) Date: Wed, 4 Feb 2009 00:13:11 +0200 Subject: [Vimperator] Scripting with URL? In-Reply-To: <4988BEB3.9010108@tedpavlic.com> References: <880dece00902020641x6064c1f6wb4278edf0045d9e6@mail.gmail.com> <4987093D.9090705@tedpavlic.com> <880dece00902020813t56e7ff46u7e23df4dbdcb0259@mail.gmail.com> <49874659.8020606@tedpavlic.com> <880dece00902021504p4077819bn3a0f20b523661df7@mail.gmail.com> <49884652.6080106@tedpavlic.com> <880dece00902030714lbaafd70ve564fd7155f230a0@mail.gmail.com> <1233674773.19019.162.camel@localhost> <880dece00902031230t7baa5ea9haf4e62b9948cdd81@mail.gmail.com> <4988BEB3.9010108@tedpavlic.com> Message-ID: <880dece00902031413u1e1e98dbk900224678ded0f7d@mail.gmail.com> 2009/2/4 Ted Pavlic : >>> .replace(/\./g,"-") >> >> What is the g? Global? Where is it documented? > > Yes, "g" is global. By default, the replace stops after the first match. The > "g" forces it to replace all. > > For reference, start by looking up the "replace" method from the JavaScript > core. > > Here's the first link Google gave me, and it documents "g" (and more): > > http://www.w3schools.com/jsref/jsref_replace.asp > > Here's the appropriate MDC reference: > > https://developer.mozilla.org/En/Core_JavaScript_1.5_Reference/Global_Objects/String/Replace > > which also documents global (and ignore case). > > Additionally, note that "g" is compatible with PCRE; however, it only makes > sense for matches that lead to replacements or substitutions, and so you may > need to dig deeper in your PCRE refs. > Thanks, Ted. I will not review those documents now as I won't need it now, but I will keep the links handy. I am not a programmer so I won't use (ie, I will forget) that information if I read it now. Thank you for the help and the links. I did learn a lot, and I have a basis from which to learn more if I need. -- Dotan Cohen http://what-is-what.com http://gibberish.co.il ?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-? ?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-??-?-? ?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-? ?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-? ?-?-?-?-?-?-? From maglione.k at gmail.com Tue Feb 3 15:15:12 2009 From: maglione.k at gmail.com (Kris Maglione) Date: Tue, 3 Feb 2009 18:15:12 -0500 Subject: [Vimperator] [PATCH] hintmatching fixed for wordstartswith and firstletters In-Reply-To: <4988B0D4.2060500@vimperator.org> References: <20090203205705.GA5783@laptop> <4988B0D4.2060500@vimperator.org> Message-ID: <20090203231512.GD26461@jg.home> On Tue, Feb 03, 2009 at 10:02:12PM +0100, Martin Stubenschrott wrote: >I should also apply the rest of Janus patches, or didn't Kris want to >handle that? I did. I committed the relevant changes for two of them. The other two, I haven't had time for. We agreed that the patch for empty string-list options needed to be redone, and I need to copy edit and check over the help patch for correctness. I just haven't had time yet. -- Kris Maglione If you think your management doesn't know what it's doing or that your organisation turns out low-quality software crap that embarrasses you, then leave. --Edward Yourdon From casey at manion.com Tue Feb 3 19:51:04 2009 From: casey at manion.com (Casey Manion) Date: Tue, 3 Feb 2009 19:51:04 -0800 Subject: [Vimperator] :set t_vb= In-Reply-To: References: <66dd0ce40902030945p1cf20864x401cb430a635c863@mail.gmail.com> <1233684095.5883.5.camel@localhost> Message-ID: <66dd0ce40902031951n4763a2a3sabcc4f6c071893c@mail.gmail.com> I am on the latest git repo... So what is the proper way to have no bell (on the latest)? Thanks On Tue, Feb 3, 2009 at 10:04 AM, Martin Stubenschrott wrote: > On Tue, Feb 3, 2009 at 7:01 PM, Conrad Irwin > wrote: >> In current git version, the option is called vb or visualbell, this >> would imply a bug in the documentation. >> >> When I set this to any value, then I can see a visual bell, but I can't >> work out how to turn it off again. :set vb=off, and :set vb=false don't >> seem to work. > > :set novb > > t_vb just controlled the style of the visual bell, in 2.0 we do that > with :hi Bell IIRC. > > If this change is not documented, we should probably add it to the NEWS file. > _______________________________________________ > Vimperator mailing list > Vimperator at mozdev.org > https://www.mozdev.org/mailman/listinfo/vimperator > > From janus.wel.3 at gmail.com Thu Feb 5 01:05:55 2009 From: janus.wel.3 at gmail.com (janus_wel) Date: Thu, 5 Feb 2009 18:05:55 +0900 Subject: [Vimperator] New patch for this issue In-Reply-To: 20090128140845.GD11982@jg.home References: 20090128140845.GD11982@jg.home Message-ID: <12338247562212-git-send-email-janus.wel.3@gmail.com> Hello. I try to change Option#parseValues method, and it work fine. Though, command-line parser recognize as same, :set opt= and :set opt="" (I understand at last), this patch is kludge. I give up this issue because it needs drastic changes to fix. Regards. -- janus_wel From janus.wel.3 at gmail.com Thu Feb 5 01:05:56 2009 From: janus.wel.3 at gmail.com (janus_wel) Date: Thu, 5 Feb 2009 18:05:56 +0900 Subject: [Vimperator] [PATCH] Allow setting empty value to some stringlist options In-Reply-To: <12338247562212-git-send-email-janus.wel.3@gmail.com> References: 20090128140845.GD11982@jg.home <12338247562212-git-send-email-janus.wel.3@gmail.com> Message-ID: <12338247641229-git-send-email-janus.wel.3@gmail.com> * eventignore * activate * newtab * suggestengines * wildoptions --- common/content/completion.js | 3 ++- common/content/options.js | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/common/content/completion.js b/common/content/completion.js index 0f692b6..6f77c7c 100644 --- a/common/content/completion.js +++ b/common/content/completion.js @@ -1655,7 +1655,8 @@ function Completion() //{{{ completer = function () [["true", ""], ["false", ""]]; break; case "stringlist": - len = newValues.pop().length; + let target = newValues.pop(); + len = target ? target.length : 0; break; case "charlist": len = 0; diff --git a/common/content/options.js b/common/content/options.js index 7b5b359..f997a69 100644 --- a/common/content/options.js +++ b/common/content/options.js @@ -80,7 +80,7 @@ Option.prototype = { parseValues: function (value) { if (this.type == "stringlist") - return value.split(","); + return (value === "") ? [] : value.split(","); if (this.type == "charlist") return Array.slice(value); return value; -- 1.5.2.5 From maglione.k at gmail.com Thu Feb 5 07:13:29 2009 From: maglione.k at gmail.com (Kris Maglione) Date: Thu, 5 Feb 2009 10:13:29 -0500 Subject: [Vimperator] New patch for this issue In-Reply-To: <12338247562212-git-send-email-janus.wel.3@gmail.com> References: <12338247562212-git-send-email-janus.wel.3@gmail.com> Message-ID: <20090205151329.GE26461@jg.home> On Thu, Feb 05, 2009 at 06:05:55PM +0900, janus_wel wrote: >Hello. >I try to change Option#parseValues method, and it work fine. Thanks, applied. -- Kris Maglione [As for the tag,] it was a joke, okay? If we thought it would actually be used, we wouldn't have written it! --Mark Andreessen From janus.wel.3 at gmail.com Sat Feb 7 03:21:20 2009 From: janus.wel.3 at gmail.com (janus_wel) Date: Sat, 7 Feb 2009 20:21:20 +0900 Subject: [Vimperator] New patch for this issue In-Reply-To: <20090205151329.GE26461@jg.home> References: <12338247562212-git-send-email-janus.wel.3@gmail.com> <20090205151329.GE26461@jg.home> Message-ID: <3b8682db0902070321o7876678fv19540476b0be1988@mail.gmail.com> 2009/2/6 Kris Maglione : > On Thu, Feb 05, 2009 at 06:05:55PM +0900, janus_wel wrote: >> >> Hello. >> I try to change Option#parseValues method, and it work fine. > > Thanks, applied. Thanks!! -- janus_wel : janus.wel.3 at gmail.com From janus.wel.3 at gmail.com Sun Feb 8 23:45:15 2009 From: janus.wel.3 at gmail.com (janus_wel) Date: Mon, 9 Feb 2009 16:45:15 +0900 Subject: [Vimperator] patches about documentation Message-ID: <12341655203848-git-send-email-janus.wel.3@gmail.com> Hello, I found a bug and some funny descriptions. * Fix vanishing some descriptions of Quickmarks Some word vanish in descriptions of normal commands go/gn/M. The cause is wrong writing of asciidoc macro. * Other patches Other patches are blah and miscellanous, but those will provide documents to comfort. Though last one is too much long, I just add macros to each head of lines, to easily access descriptions of ex/normal commands from index. Regards!! -- janus_wel From janus.wel.3 at gmail.com Sun Feb 8 23:45:16 2009 From: janus.wel.3 at gmail.com (janus_wel) Date: Mon, 9 Feb 2009 16:45:16 +0900 Subject: [Vimperator] [PATCH] Fix vanishing some descriptions of Quickmarks In-Reply-To: <12341655203848-git-send-email-janus.wel.3@gmail.com> References: <12341655203848-git-send-email-janus.wel.3@gmail.com> Message-ID: <12341655283151-git-send-email-janus.wel.3@gmail.com> --- vimperator/locale/en-US/marks.txt | 15 ++++++++------- 1 files changed, 8 insertions(+), 7 deletions(-) diff --git a/vimperator/locale/en-US/marks.txt b/vimperator/locale/en-US/marks.txt index 80b3a34..61ee204 100644 --- a/vimperator/locale/en-US/marks.txt +++ b/vimperator/locale/en-US/marks.txt @@ -143,17 +143,17 @@ section:QuickMarks[quickmarks] ||go[a]\\{a-zA-Z0-9\\}[a]|| ________________________________________________________________________________ Jump to a QuickMark in the current tab. Open any QuickMark in the current tab. -You can mark any URLs with [m]M{a-zA-Z0-9}[m]. These QuickMarks are persistent -across browser sessions. +You can mark any URLs with [m]M[m][a]\\{a-zA-Z0-9\\}[a]. These QuickMarks are +persistent across browser sessions. ________________________________________________________________________________ |gn| + ||gn[a]\\{a-zA-Z0-9\\}[a]|| ________________________________________________________________________________ -Jump to a QuickMark in a new tab. Works like [m]go{a-zA-Z0-9}[m] but opens the -QuickMark in a new tab. Whether the new tab is activated or not depends on the -'activate' option. + +Jump to a QuickMark in a new tab. Works like [m]go[m][a]\\{a-zA-Z0-9\\}[a] but +opens the QuickMark in a new tab. Whether the new tab is activated or not +depends on the 'activate' option. + Mnemonic: Go in a new tab. [m]gt[m] would make more sense but is already taken. ________________________________________________________________________________ @@ -163,8 +163,9 @@ ________________________________________________________________________________ ||M[a]\\{a-zA-Z0-9\\}[a]|| ________________________________________________________________________________ Add new QuickMark for current URL. You can go to a marked URL in the current -tab with [m]go{a-zA-Z0-9}[m] or in a new tab with [m]gn{a-zA-Z0-9}[m]. These -QuickMarks are persistent across browser sessions. +tab with [m]go[m][a]\\{a-zA-Z0-9\\}[a] or in a new tab with +[m]gn[m][a]\\{a-zA-Z0-9\\}[a]. These QuickMarks are persistent across browser +sessions. ________________________________________________________________________________ -- 1.5.2.5 From janus.wel.3 at gmail.com Sun Feb 8 23:45:17 2009 From: janus.wel.3 at gmail.com (janus_wel) Date: Mon, 9 Feb 2009 16:45:17 +0900 Subject: [Vimperator] [PATCH] Fix running over quotebox at the description of autocmd In-Reply-To: <12341655283151-git-send-email-janus.wel.3@gmail.com> References: <12341655203848-git-send-email-janus.wel.3@gmail.com> <12341655283151-git-send-email-janus.wel.3@gmail.com> Message-ID: <12341655311542-git-send-email-janus.wel.3@gmail.com> --- vimperator/locale/en-US/autocommands.txt | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/vimperator/locale/en-US/autocommands.txt b/vimperator/locale/en-US/autocommands.txt index ece3950..814099f 100644 --- a/vimperator/locale/en-US/autocommands.txt +++ b/vimperator/locale/en-US/autocommands.txt @@ -6,8 +6,10 @@ Autocommands are a way to automatically execute code when certain events happen. |:au| |:autocmd| + -||:au[tocmd]|| Execute commands automatically on events. +||:au[tocmd]|| ________________________________________________________________________________ +Execute commands automatically on events. + [c]:au[tocmd][c] {event} {pat} {cmd} Add {cmd} to the list of commands Vimperator will execute on {event} for a URL matching {pat}: -- 1.5.2.5 From janus.wel.3 at gmail.com Sun Feb 8 23:45:18 2009 From: janus.wel.3 at gmail.com (janus_wel) Date: Mon, 9 Feb 2009 16:45:18 +0900 Subject: [Vimperator] [PATCH] Add macro [c] to the appropriate descriptions of commands In-Reply-To: <12341655311542-git-send-email-janus.wel.3@gmail.com> References: <12341655203848-git-send-email-janus.wel.3@gmail.com> <12341655283151-git-send-email-janus.wel.3@gmail.com> <12341655311542-git-send-email-janus.wel.3@gmail.com> Message-ID: <12341655343218-git-send-email-janus.wel.3@gmail.com> --- vimperator/locale/en-US/autocommands.txt | 2 +- vimperator/locale/en-US/index.txt | 14 +++++++------- vimperator/locale/en-US/options.txt | 18 +++++++++--------- vimperator/locale/en-US/print.txt | 3 ++- 4 files changed, 19 insertions(+), 18 deletions(-) diff --git a/vimperator/locale/en-US/autocommands.txt b/vimperator/locale/en-US/autocommands.txt index 814099f..cc5bddb 100644 --- a/vimperator/locale/en-US/autocommands.txt +++ b/vimperator/locale/en-US/autocommands.txt @@ -30,7 +30,7 @@ Available {events}: *LocationChange* Triggered when changing tabs or when navigating to a new location *PageLoadPre* Triggered after a page load is initiated. *PageLoad* Triggered when a page gets (re)loaded/opened -*ShellCmdPost* Triggered after executing a shell command with :!cmd +*ShellCmdPost* Triggered after executing a shell command with [c]:![c]{cmd} *VimperatorEnter* Triggered after Firefox starts *VimperatorLeavePre* Triggered before exiting Firefox, just before destroying each module *VimperatorLeave* Triggered before exiting Firefox diff --git a/vimperator/locale/en-US/index.txt b/vimperator/locale/en-US/index.txt index 747e3f5..e09c549 100644 --- a/vimperator/locale/en-US/index.txt +++ b/vimperator/locale/en-US/index.txt @@ -98,13 +98,13 @@ section:Normal{nbsp}mode[normal-index] ||g<|| Redisplay the last command output + ||g0|| Go to the first tab + ||g|| Print file information + -||gB|| Repeat last :buffer[!] command in reverse direction + +||gB|| Repeat last [c]:buffer[!][c] command in reverse direction + ||gF|| View source with an external editor + ||gH|| Open homepage in a new tab + ||gP|| Open (put) a URL based on the current clipboard contents in a new buffer + ||gT|| Go to previous tab + ||gU|| Go to the root of the website + -||gb|| Repeat last :buffer[!] command + +||gb|| Repeat last [c]:buffer[!][c] command + ||gf|| View source + ||gg|| Go to the top of the document + ||gh|| Open homepage + @@ -260,8 +260,8 @@ section:Ex{nbsp}commands[ex-cmd-index,:index] section:Options[option-index] ||'activate'|| Define when tabs are automatically activated + -||'cdpath'|| List of directories searched when executing :cd + -||'complete'|| Items which are completed at the :[tab]open prompt + +||'cdpath'|| List of directories searched when executing [c]:cd[c] + +||'complete'|| Items which are completed at the [c]:[tab]open prompt[c] + ||'defsearch'|| Set the default search engine + ||'editor'|| Set the external text editor + ||'errorbells'|| Ring the bell when an error message is displayed + @@ -289,14 +289,14 @@ section:Options[option-index] ||'newtab'|| Define which commands should output in a new tab by default + ||'nextpattern'|| Patterns to use when guessing the \'next' page in a document sequence + ||'online'|| Set the \'work offline' option + -||'pageinfo'|| Desired info on :pa[geinfo] + +||'pageinfo'|| Desired info on [c]:pa[geinfo][c] + ||'popups'|| Where to show requested popup windows + ||'preload'|| Speed up first time history/bookmark completion + ||'previouspattern'|| Patterns to use when guessing the \'previous' page in a document sequence + ||'runtimepath'|| List of directories searched for runtime files + ||'scroll'|| Number of lines to scroll with [m][m] and [m][m] commands + -||'shell'|| Shell to use for executing :! and :run commands + -||'shellcmdflag'|| Flag passed to shell when executing :! and :run commands + +||'shell'|| Shell to use for executing [c]:![c] and [c]:run[c] commands + +||'shellcmdflag'|| Flag passed to shell when executing [c]:![c] and [c]:run[c] commands + ||'showmode'|| Show the current mode in the command line + ||'showstatuslinks'|| Show the destination of the link under the cursor in the status bar + ||'showtabline'|| Control when to show the tab bar of opened web pages + diff --git a/vimperator/locale/en-US/options.txt b/vimperator/locale/en-US/options.txt index ddd38a3..d6d7b96 100644 --- a/vimperator/locale/en-US/options.txt +++ b/vimperator/locale/en-US/options.txt @@ -224,9 +224,9 @@ ____ |\'cd'| |\'cdpath'| ||'cdpath' 'cd'|| string (default: equivalent to _$CDPATH_ or ",,") ____ -List of directories searched when executing the :cd command. This is only used -for relative paths, if an absolute path is specified then the option is -ignored. +List of directories searched when executing the [c]:cd[c] command. This is +only used for relative paths, if an absolute path is specified then the option +is ignored. ____ @@ -635,14 +635,14 @@ ____ |\'shell'| |\'sh'| ||'shell' 'sh'|| string (default: _$SHELL_ or "sh", Win32: "cmd.exe") ____ -Shell to use for executing :! and :run commands. +Shell to use for executing [c]:![c] and [c]:run[c] commands. ____ |\'shellcmdflag'| |\'shcf'| ||'shellcmdflag' 'shcf'|| string (default: "-c", Win32: "/c") ____ -Flag passed to shell when executing :! and :run commands. +Flag passed to shell when executing [c]:![c] and [c]:run[c] commands. E.g. "bash -c gvim" ____ @@ -728,10 +728,10 @@ ____ ||'urlseparator'|| string (default: ",\s") ____ Set the separator regexp used to separate multiple URL args. Multiple -arguments can be specified for :open, and similar commands, using this regexp -as the separator. Using whitespace alone is not generally useful since it is -often contained in a single argument. E.g. [c]:open linus torvalds[c] should -perform a single search for the key words "linus" and "torvalds" +arguments can be specified for [c]:open[c], and similar commands, using this +regexp as the separator. Using whitespace alone is not generally useful since +it is often contained in a single argument. E.g. [c]:open linus torvalds[c] +should perform a single search for the key words "linus" and "torvalds" ____ diff --git a/vimperator/locale/en-US/print.txt b/vimperator/locale/en-US/print.txt index 0d14ee3..3254cf5 100644 --- a/vimperator/locale/en-US/print.txt +++ b/vimperator/locale/en-US/print.txt @@ -20,7 +20,8 @@ ________________________________________________________________________________ section:Firefox{nbsp}printing{nbsp}dialogs[firefox-print-dialogs] -The "Print Preview" and "Page Setup" dialogs can be opened via the :dialog command +The "Print Preview" and "Page Setup" dialogs can be opened via the [c]:dialog[c] +command :dialog printpreview -- 1.5.2.5 From janus.wel.3 at gmail.com Sun Feb 8 23:45:19 2009 From: janus.wel.3 at gmail.com (janus_wel) Date: Mon, 9 Feb 2009 16:45:19 +0900 Subject: [Vimperator] [PATCH] Remove macro [m] from non key sequence In-Reply-To: <12341655343218-git-send-email-janus.wel.3@gmail.com> References: <12341655203848-git-send-email-janus.wel.3@gmail.com> <12341655283151-git-send-email-janus.wel.3@gmail.com> <12341655311542-git-send-email-janus.wel.3@gmail.com> <12341655343218-git-send-email-janus.wel.3@gmail.com> Message-ID: <12341655382932-git-send-email-janus.wel.3@gmail.com> --- vimperator/locale/en-US/tutorial.txt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/vimperator/locale/en-US/tutorial.txt b/vimperator/locale/en-US/tutorial.txt index 5302b92..931e39a 100644 --- a/vimperator/locale/en-US/tutorial.txt +++ b/vimperator/locale/en-US/tutorial.txt @@ -142,7 +142,7 @@ type uniquely identifies any given link, Vimperator will follow that link immediately without any further user input. Whichever way you choose to indicate your target link, once Vimperator has -highlighted the link you want, simply hit [m][m] to open it. +highlighted the link you want, simply hit to open it. The most common hint mode is called help:QuickHint{nbsp}mode[various.html,f]. To activate QuickHint mode, press either [m]f[m] or [m]F[m]. The lower-case -- 1.5.2.5 From janus.wel.3 at gmail.com Sun Feb 8 23:45:20 2009 From: janus.wel.3 at gmail.com (janus_wel) Date: Mon, 9 Feb 2009 16:45:20 +0900 Subject: [Vimperator] [PATCH] Add macro [m] and [c] In-Reply-To: <12341655382932-git-send-email-janus.wel.3@gmail.com> References: <12341655203848-git-send-email-janus.wel.3@gmail.com> <12341655283151-git-send-email-janus.wel.3@gmail.com> <12341655311542-git-send-email-janus.wel.3@gmail.com> <12341655343218-git-send-email-janus.wel.3@gmail.com> <12341655382932-git-send-email-janus.wel.3@gmail.com> Message-ID: <12341655403771-git-send-email-janus.wel.3@gmail.com> --- vimperator/locale/en-US/index.txt | 476 ++++++++++++++++++------------------ 1 files changed, 238 insertions(+), 238 deletions(-) diff --git a/vimperator/locale/en-US/index.txt b/vimperator/locale/en-US/index.txt index e09c549..ceefea0 100644 --- a/vimperator/locale/en-US/index.txt +++ b/vimperator/locale/en-US/index.txt @@ -6,256 +6,256 @@ This file contains a list of all available commands. section:Insert{nbsp}mode[insert-index] -|||| Launch the external editor + -|||| Expand an insert-mode abbreviation + +||[m][m]|| Launch the external editor + +||[m][m]|| Expand an insert-mode abbreviation + section:Normal{nbsp}mode[normal-index] -|||| Select the alternate tab or the [count]th tab + -|||| Increment last number in URL + -|||| Scroll up a full page + -|||| Stop loading + -|||| Scroll window downwards in the buffer + -|||| Scroll down a full page + -|||| Print the current file name + -|||| Go to a newer position in the jump list + -|||| Redraw the screen + -|||| Go to an older position in the jump list + -|||| Scroll window upwards in the buffer + -|||| Pass through next key + -|||| Decrement last number in URL + -|||| Temporarily ignore all Vimperator key bindings + - -|||| Focus content + - -|||| Open help window + - -|||| Rewind keyboard focus + -|||| Advance keyboard focus + - -||0|| Scroll to the absolute left of the document + -||$|| Scroll to the absolute right of the document + - -||A|| Toggle bookmarked state of current URL + -||B|| Show buffer list + -||D|| Delete current buffer, focus tab to the left + -||F|| Start QuickHint mode, but open link in a new tab + -||G|| Go to the end of the document + -||H|| Go back in the browser history + -||L|| Go forward in the browser history + -||M|| Add new QuickMark for current URL + -||N|| Find previous + -||O|| Open one or more URLs, based on current location + -||P|| Open (put) a URL based on the current clipboard contents in a new buffer + -||R|| Reload while skipping the cache + -||T|| Open one or more URLs in a new tab, based on current location + -||Y|| Copy selected text or current word + - -||a|| Open a prompt to bookmark the current URL + -||b|| Open a prompt to switch buffers + -||d|| Delete current buffer + -||f|| Start QuickHint mode + -||h|| Scroll document to the left + -||i|| Start caret mode + -||j|| Scroll document down + -||k|| Scroll document up + -||l|| Scroll document to the right + -||m|| Set mark at the cursor position + -||n|| Find next + -||o|| Open one or more URLs + -||p|| Open (put) a URL based on the current clipboard contents in the current buffer + -||q|| Record a key sequence into a macro + -||r|| Reload current page + -||t|| Open one or more URLs in a new tab + -||u|| Undo closing of a tab + -||y|| Yank current location to the clipboard + - -||;|| Start an extended hint mode + - -||:|| Enter command-line mode + - -||~|| Open home directory + - -||/|| Search forward for a pattern + -||?|| Search backwards for a pattern + -||*|| Find word under cursor + -||#|| Find word under cursor backwards + - -||N%|| Scroll to {count} percent of the document + - -||'|| Jump to the mark in the current buffer + - -||@|| Play a macro + - -||.|| Repeat the last keyboard command + - -||]f|| Focus next frame + -||[f|| Focus previous frame + -||]]|| Follow the link labeled \'next' or \'>' if it exists + -||[[|| Follow the link labeled \'prev', \'previous' or \'<' if it exists + - -||g$|| Go to the last tab + -||g<|| Redisplay the last command output + -||g0|| Go to the first tab + -||g|| Print file information + -||gB|| Repeat last [c]:buffer[!][c] command in reverse direction + -||gF|| View source with an external editor + -||gH|| Open homepage in a new tab + -||gP|| Open (put) a URL based on the current clipboard contents in a new buffer + -||gT|| Go to previous tab + -||gU|| Go to the root of the website + -||gb|| Repeat last [c]:buffer[!][c] command + -||gf|| View source + -||gg|| Go to the top of the document + -||gh|| Open homepage + -||gi|| Focus last used input field + -||gn|| Jump to a QuickMark in a new tab + -||go|| Jump to a QuickMark + -||gt|| Go to the next tab + -||gu|| Go to parent directory + - -||ZQ|| Quit and don't save the session + -||ZZ|| Quit and save the session + -||zI|| Enlarge full zoom of current web page + -||zM|| Enlarge full zoom of current web page by a larger amount + -||zO|| Reduce full zoom of current web page + -||zR|| Reduce full zoom of current web page by a larger amount + -||zZ|| Set full zoom value of current web page + -||zi|| Enlarge text zoom of current web page + -||zm|| Enlarge text zoom of current web page by a larger amount + -||zo|| Reduce text zoom of current web page + -||zr|| Reduce text zoom of current web page by a larger amount + -||zz|| Set text zoom value of current web page + +||[m][m]|| Select the alternate tab or the [count]th tab + +||[m][m]|| Increment last number in URL + +||[m][m]|| Scroll up a full page + +||[m][m]|| Stop loading + +||[m][m]|| Scroll window downwards in the buffer + +||[m][m]|| Scroll down a full page + +||[m][m]|| Print the current file name + +||[m][m]|| Go to a newer position in the jump list + +||[m][m]|| Redraw the screen + +||[m][m]|| Go to an older position in the jump list + +||[m][m]|| Scroll window upwards in the buffer + +||[m][m]|| Pass through next key + +||[m][m]|| Decrement last number in URL + +||[m][m]|| Temporarily ignore all Vimperator key bindings + + +||[m][m]|| Focus content + + +||[m][m]|| Open help window + + +||[m][m]|| Rewind keyboard focus + +||[m][m]|| Advance keyboard focus + + +||[m]0[m]|| Scroll to the absolute left of the document + +||[m]$[m]|| Scroll to the absolute right of the document + + +||[m]A[m]|| Toggle bookmarked state of current URL + +||[m]B[m]|| Show buffer list + +||[m]D[m]|| Delete current buffer, focus tab to the left + +||[m]F[m]|| Start QuickHint mode, but open link in a new tab + +||[m]G[m]|| Go to the end of the document + +||[m]H[m]|| Go back in the browser history + +||[m]L[m]|| Go forward in the browser history + +||[m]M[m]|| Add new QuickMark for current URL + +||[m]N[m]|| Find previous + +||[m]O[m]|| Open one or more URLs, based on current location + +||[m]P[m]|| Open (put) a URL based on the current clipboard contents in a new buffer + +||[m]R[m]|| Reload while skipping the cache + +||[m]T[m]|| Open one or more URLs in a new tab, based on current location + +||[m]Y[m]|| Copy selected text or current word + + +||[m]a[m]|| Open a prompt to bookmark the current URL + +||[m]b[m]|| Open a prompt to switch buffers + +||[m]d[m]|| Delete current buffer + +||[m]f[m]|| Start QuickHint mode + +||[m]h[m]|| Scroll document to the left + +||[m]i[m]|| Start caret mode + +||[m]j[m]|| Scroll document down + +||[m]k[m]|| Scroll document up + +||[m]l[m]|| Scroll document to the right + +||[m]m[m]|| Set mark at the cursor position + +||[m]n[m]|| Find next + +||[m]o[m]|| Open one or more URLs + +||[m]p[m]|| Open (put) a URL based on the current clipboard contents in the current buffer + +||[m]q[m]|| Record a key sequence into a macro + +||[m]r[m]|| Reload current page + +||[m]t[m]|| Open one or more URLs in a new tab + +||[m]u[m]|| Undo closing of a tab + +||[m]y[m]|| Yank current location to the clipboard + + +||[m];[m]|| Start an extended hint mode + + +||[m]:[m]|| Enter command-line mode + + +||[m]~[m]|| Open home directory + + +||[m]/[m]|| Search forward for a pattern + +||[m]?[m]|| Search backwards for a pattern + +||[m]*[m]|| Find word under cursor + +||[m]#[m]|| Find word under cursor backwards + + +||[m]N%[m]|| Scroll to {count} percent of the document + + +||[m]'[m]|| Jump to the mark in the current buffer + + +||[m]@[m]|| Play a macro + + +||[m].[m]|| Repeat the last keyboard command + + +||[m]]f[m]|| Focus next frame + +||[m][f[m]|| Focus previous frame + +||[m]]] [m]|| Follow the link labeled \'next' or \'>' if it exists + +||[m][[ [m]|| Follow the link labeled \'prev', \'previous' or \'<' if it exists + + +||[m]g$[m]|| Go to the last tab + +||[m]g<[m]|| Redisplay the last command output + +||[m]g0[m]|| Go to the first tab + +||[m]g[m]|| Print file information + +||[m]gB[m]|| Repeat last [c]:buffer[!][c] command in reverse direction + +||[m]gF[m]|| View source with an external editor + +||[m]gH[m]|| Open homepage in a new tab + +||[m]gP[m]|| Open (put) a URL based on the current clipboard contents in a new buffer + +||[m]gT[m]|| Go to previous tab + +||[m]gU[m]|| Go to the root of the website + +||[m]gb[m]|| Repeat last [c]:buffer[!][c] command + +||[m]gf[m]|| View source + +||[m]gg[m]|| Go to the top of the document + +||[m]gh[m]|| Open homepage + +||[m]gi[m]|| Focus last used input field + +||[m]gn[m]|| Jump to a QuickMark in a new tab + +||[m]go[m]|| Jump to a QuickMark + +||[m]gt[m]|| Go to the next tab + +||[m]gu[m]|| Go to parent directory + + +||[m]ZQ[m]|| Quit and don't save the session + +||[m]ZZ[m]|| Quit and save the session + +||[m]zI[m]|| Enlarge full zoom of current web page + +||[m]zM[m]|| Enlarge full zoom of current web page by a larger amount + +||[m]zO[m]|| Reduce full zoom of current web page + +||[m]zR[m]|| Reduce full zoom of current web page by a larger amount + +||[m]zZ[m]|| Set full zoom value of current web page + +||[m]zi[m]|| Enlarge text zoom of current web page + +||[m]zm[m]|| Enlarge text zoom of current web page by a larger amount + +||[m]zo[m]|| Reduce text zoom of current web page + +||[m]zr[m]|| Reduce text zoom of current web page by a larger amount + +||[m]zz[m]|| Set text zoom value of current web page + section:Command-line{nbsp}editing[ex-edit-index] -|||| Quit command-line mode without executing + +||[m][m]|| Quit command-line mode without executing + -|||| Expand a command-line abbreviation + +||[m][m]|| Expand a command-line abbreviation + -|||| Recall the previous command line from the history list which matches the current command line + -|||| Recall the next command line from the history list which matches the current command line + +||[m][m]|| Recall the previous command line from the history list which matches the current command line + +||[m][m]|| Recall the next command line from the history list which matches the current command line + -|||| Complete the word in front of the cursor according to the behavior specified in 'wildmode' + -|||| Complete the previous full match when 'wildmode' contains "full" + +||[m][m]|| Complete the word in front of the cursor according to the behavior specified in 'wildmode' + +||[m][m]|| Complete the previous full match when 'wildmode' contains "full" + section:Ex{nbsp}commands[ex-cmd-index,:index] -||:!|| Run a command + -||:abbreviate|| Abbreviate a key sequence + -||:abclear|| Remove all abbreviations + -||:addons|| Manage available Extensions and Themes + -||:autocmd|| Execute commands automatically on events + -||:back|| Go back in the browser history + -||:bdelete|| Delete current buffer + -||:beep|| Play a system beep + -||:bmark|| Add a bookmark + -||:bmarks|| List or open multiple bookmarks + -||:buffer|| Switch to a buffer + -||:buffers|| Show a list of all buffers + -||:cabbrev|| Abbreviate a key sequence in command-line mode + -||:cabclear|| Remove all abbreviations in command-line mode + -||:cd|| Change the current directory + -||:cmap|| Map a key sequence in command-line mode + -||:cmapclear|| Remove all mappings in command-line mode + -||:cnoremap|| Map a key sequence without remapping keys in command-line mode + -||:colorscheme|| Load a color scheme + -||:comclear|| Delete all user-defined commands + -||:command|| List and define commands + -||:cunabbrev|| Remove an abbreviation in command-line mode + -||:cunmap|| Remove a mapping in command-line mode + -||:delbmarks|| Delete a bookmark + -||:delcommand|| Delete the specified user-defined command + -||:delmacros|| Delete macros + -||:delmarks|| Delete the specified marks + -||:delqmarks|| Delete the specified QuickMarks + -||:delstyle|| Delete any matching styles + -||:dialog|| Open a undefined dialog + -||:doautoall|| Apply the autocommands matching the specified URL to all buffers + -||:doautocmd|| Apply the autocommands matching the specified URL to the current buffer + -||:downloads|| Show progress of current downloads + -||:echo|| Echo the expression + -||:echoerr|| Echo the expression as an error message + -||:echomsg|| Echo the expression as an informational message + -||:emenu|| Execute the specified menu item from the command line + -||:execute|| Execute the argument as an Ex command + -||:exusage|| List all Ex commands with a short description + -||:finish|| Stop sourcing a script file + -||:forward|| Go forward in the browser history + -||:hardcopy|| Print current document + -||:help|| Display help + -||:highlight|| Style Vimperator + -||:history|| Show recently visited URLs + -||:iabbrev|| Abbreviate a key sequence in insert mode + -||:iabclear|| Remove all abbreviations in insert mode + -||:imap|| Map a key sequence in insert mode + -||:imapclear|| Remove all mappings in insert mode + -||:inoremap|| Map a key sequence without remapping keys in insert mode + -||:iunabbrev|| Remove an abbreviation in insert mode + -||:iunmap|| Remove a mapping in insert mode + -||:javascript|| Run a JavaScript command through eval() + -||:jumps|| Show jumplist + -||:let|| Set or list a variable + -||:loadplugins|| Immediately load all unloaded plugins + -||:macros|| List all macros + -||:map|| Map a key sequence + -||:mapclear|| Remove all mappings + -||:mark|| Mark current location within the web page + -||:marks|| Show all location marks of current web page + -||:messages|| Display previously given messages + -||:mkvimperatorrc|| Write current key mappings and changed options to the config file + -||:nohlsearch|| Remove the search highlighting + -||:noremap|| Map a key sequence without remapping keys + -||:normal|| Execute Normal mode commands + -||:open|| Open one or more URLs in the current tab + -||:optionusage|| List all options with a short description + -||:pageinfo|| Show various page information + -||:pagestyle|| Select the author style sheet to apply + -||:play|| Replay a recorded macro + -||:preferences|| Show Firefox preferences dialog + -||:pwd|| Print the current directory name + -||:qmark|| Mark a URL with a letter for quick access + -||:qmarks|| Show all QuickMarks + -||:quit|| Quit current tab + -||:quitall|| Quit undefined + -||:redraw|| Redraw the screen + -||:reload|| Reload current page + -||:reloadall|| Reload all tab pages + -||:restart|| Force undefined to restart + -||:runtime|| Source the specified file from each directory in 'runtimepath' + -||:saveas|| Save current document to disk + -||:sbclose|| Close the sidebar window + -||:scriptnames|| List all sourced script names + -||:set|| Set an option + -||:setglobal|| Set global option + -||:setlocal|| Set local option + -||:sidebar|| Open the sidebar window + -||:style|| Style Vimperator and web sites + -||:source|| Read Ex commands from a file + -||:stop|| Stop loading + -||:tab|| Execute a command and tell it to output in a new tab + -||:tabdetach|| Detach current tab to its own window + -||:tabduplicate|| Duplicate current tab + -||:tablast|| Switch to the last tab + -||:tabmove|| Move the current tab after tab N + -||:tabnext|| Switch to the next or [count]th tab + -||:tabonly|| Close all other tabs + -||:tabopen|| Open one or more URLs in a new tab + -||:tabprevious|| Switch to the previous tab or go [count] tabs back + -||:tabrewind|| Switch to the first tab + -||:time|| Profile a piece of code or run a command multiple times + -||:unabbreviate|| Remove an abbreviation + -||:undo|| Undo closing of a tab + -||:undoall|| Undo closing of all closed tabs + -||:unlet|| Delete a variable + -||:unmap|| Remove a mapping + -||:version|| Show version information + -||:viewsource|| View source code of current document + -||:viusage|| List all mappings with a short description + -||:winclose|| Close window + -||:winopen|| Open one or more URLs in a new window + -||:wqall|| Save the session and quit + -||:zoom|| Set zoom value of current web page + +||[c]:![c]|| Run a command + +||[c]:abbreviate[c]|| Abbreviate a key sequence + +||[c]:abclear[c]|| Remove all abbreviations + +||[c]:addons[c]|| Manage available Extensions and Themes + +||[c]:autocmd[c]|| Execute commands automatically on events + +||[c]:back[c]|| Go back in the browser history + +||[c]:bdelete[c]|| Delete current buffer + +||[c]:beep[c]|| Play a system beep + +||[c]:bmark[c]|| Add a bookmark + +||[c]:bmarks[c]|| List or open multiple bookmarks + +||[c]:buffer[c]|| Switch to a buffer + +||[c]:buffers[c]|| Show a list of all buffers + +||[c]:cabbrev[c]|| Abbreviate a key sequence in command-line mode + +||[c]:cabclear[c]|| Remove all abbreviations in command-line mode + +||[c]:cd[c]|| Change the current directory + +||[c]:cmap[c]|| Map a key sequence in command-line mode + +||[c]:cmapclear[c]|| Remove all mappings in command-line mode + +||[c]:cnoremap[c]|| Map a key sequence without remapping keys in command-line mode + +||[c]:colorscheme[c]|| Load a color scheme + +||[c]:comclear[c]|| Delete all user-defined commands + +||[c]:command[c]|| List and define commands + +||[c]:cunabbrev[c]|| Remove an abbreviation in command-line mode + +||[c]:cunmap[c]|| Remove a mapping in command-line mode + +||[c]:delbmarks[c]|| Delete a bookmark + +||[c]:delcommand[c]|| Delete the specified user-defined command + +||[c]:delmacros[c]|| Delete macros + +||[c]:delmarks[c]|| Delete the specified marks + +||[c]:delqmarks[c]|| Delete the specified QuickMarks + +||[c]:delstyle[c]|| Delete any matching styles + +||[c]:dialog[c]|| Open a undefined dialog + +||[c]:doautoall[c]|| Apply the autocommands matching the specified URL to all buffers + +||[c]:doautocmd[c]|| Apply the autocommands matching the specified URL to the current buffer + +||[c]:downloads[c]|| Show progress of current downloads + +||[c]:echo[c]|| Echo the expression + +||[c]:echoerr[c]|| Echo the expression as an error message + +||[c]:echomsg[c]|| Echo the expression as an informational message + +||[c]:emenu[c]|| Execute the specified menu item from the command line + +||[c]:execute[c]|| Execute the argument as an Ex command + +||[c]:exusage[c]|| List all Ex commands with a short description + +||[c]:finish[c]|| Stop sourcing a script file + +||[c]:forward[c]|| Go forward in the browser history + +||[c]:hardcopy[c]|| Print current document + +||[c]:help[c]|| Display help + +||[c]:highlight[c]|| Style Vimperator + +||[c]:history[c]|| Show recently visited URLs + +||[c]:iabbrev[c]|| Abbreviate a key sequence in insert mode + +||[c]:iabclear[c]|| Remove all abbreviations in insert mode + +||[c]:imap[c]|| Map a key sequence in insert mode + +||[c]:imapclear[c]|| Remove all mappings in insert mode + +||[c]:inoremap[c]|| Map a key sequence without remapping keys in insert mode + +||[c]:iunabbrev[c]|| Remove an abbreviation in insert mode + +||[c]:iunmap[c]|| Remove a mapping in insert mode + +||[c]:javascript[c]|| Run a JavaScript command through eval() + +||[c]:jumps[c]|| Show jumplist + +||[c]:let[c]|| Set or list a variable + +||[c]:loadplugins[c]|| Immediately load all unloaded plugins + +||[c]:macros[c]|| List all macros + +||[c]:map[c]|| Map a key sequence + +||[c]:mapclear[c]|| Remove all mappings + +||[c]:mark[c]|| Mark current location within the web page + +||[c]:marks[c]|| Show all location marks of current web page + +||[c]:messages[c]|| Display previously given messages + +||[c]:mkvimperatorrc[c]|| Write current key mappings and changed options to the config file + +||[c]:nohlsearch[c]|| Remove the search highlighting + +||[c]:noremap[c]|| Map a key sequence without remapping keys + +||[c]:normal[c]|| Execute Normal mode commands + +||[c]:open[c]|| Open one or more URLs in the current tab + +||[c]:optionusage[c]|| List all options with a short description + +||[c]:pageinfo[c]|| Show various page information + +||[c]:pagestyle[c]|| Select the author style sheet to apply + +||[c]:play[c]|| Replay a recorded macro + +||[c]:preferences[c]|| Show Firefox preferences dialog + +||[c]:pwd[c]|| Print the current directory name + +||[c]:qmark[c]|| Mark a URL with a letter for quick access + +||[c]:qmarks[c]|| Show all QuickMarks + +||[c]:quit[c]|| Quit current tab + +||[c]:quitall[c]|| Quit undefined + +||[c]:redraw[c]|| Redraw the screen + +||[c]:reload[c]|| Reload current page + +||[c]:reloadall[c]|| Reload all tab pages + +||[c]:restart[c]|| Force undefined to restart + +||[c]:runtime[c]|| Source the specified file from each directory in 'runtimepath' + +||[c]:saveas[c]|| Save current document to disk + +||[c]:sbclose[c]|| Close the sidebar window + +||[c]:scriptnames[c]|| List all sourced script names + +||[c]:set[c]|| Set an option + +||[c]:setglobal[c]|| Set global option + +||[c]:setlocal[c]|| Set local option + +||[c]:sidebar[c]|| Open the sidebar window + +||[c]:style[c]|| Style Vimperator and web sites + +||[c]:source[c]|| Read Ex commands from a file + +||[c]:stop[c]|| Stop loading + +||[c]:tab[c]|| Execute a command and tell it to output in a new tab + +||[c]:tabdetach[c]|| Detach current tab to its own window + +||[c]:tabduplicate[c]|| Duplicate current tab + +||[c]:tablast[c]|| Switch to the last tab + +||[c]:tabmove[c]|| Move the current tab after tab N + +||[c]:tabnext[c]|| Switch to the next or [count]th tab + +||[c]:tabonly[c]|| Close all other tabs + +||[c]:tabopen[c]|| Open one or more URLs in a new tab + +||[c]:tabprevious[c]|| Switch to the previous tab or go [count] tabs back + +||[c]:tabrewind[c]|| Switch to the first tab + +||[c]:time[c]|| Profile a piece of code or run a command multiple times + +||[c]:unabbreviate[c]|| Remove an abbreviation + +||[c]:undo[c]|| Undo closing of a tab + +||[c]:undoall[c]|| Undo closing of all closed tabs + +||[c]:unlet[c]|| Delete a variable + +||[c]:unmap[c]|| Remove a mapping + +||[c]:version[c]|| Show version information + +||[c]:viewsource[c]|| View source code of current document + +||[c]:viusage[c]|| List all mappings with a short description + +||[c]:winclose[c]|| Close window + +||[c]:winopen[c]|| Open one or more URLs in a new window + +||[c]:wqall[c]|| Save the session and quit + +||[c]:zoom[c]|| Set zoom value of current web page + section:Options[option-index] -- 1.5.2.5 From ted at tedpavlic.com Mon Feb 9 05:38:25 2009 From: ted at tedpavlic.com (Ted Pavlic) Date: Mon, 09 Feb 2009 08:38:25 -0500 Subject: [Vimperator] patches about documentation In-Reply-To: <12341655203848-git-send-email-janus.wel.3@gmail.com> References: <12341655203848-git-send-email-janus.wel.3@gmail.com> Message-ID: <499031D1.7070205@tedpavlic.com> Applied. Thanks. -- Ted Pavlic Please visit my ALS association page: http://web.alsa.org/goto/tedpavlic My family appreciates your support in the fight to defeat ALS. From ted at tedpavlic.com Mon Feb 9 05:42:09 2009 From: ted at tedpavlic.com (Ted Pavlic) Date: Mon, 09 Feb 2009 08:42:09 -0500 Subject: [Vimperator] patches about documentation In-Reply-To: <12341655203848-git-send-email-janus.wel.3@gmail.com> References: <12341655203848-git-send-email-janus.wel.3@gmail.com> Message-ID: <499032B1.30605@tedpavlic.com> > Hello, I found a bug and some funny descriptions. Overall, these patches and commit messages are very nice. However, the commit messages can be improved by adding something that makes their content more obvious from the first line. For example, instead of Add macro [m] and [c] maybe use... index.txt: Add macros [m] and [c] Then things aren't so ambiguous in a git log. Thanks, again. -- Ted Pavlic Please visit my ALS association page: http://web.alsa.org/goto/tedpavlic My family appreciates your support in the fight to defeat ALS. From maxauthority at vimperator.org Mon Feb 9 06:29:14 2009 From: maxauthority at vimperator.org (Martin Stubenschrott) Date: Mon, 9 Feb 2009 15:29:14 +0100 Subject: [Vimperator] patches about documentation In-Reply-To: <499032B1.30605@tedpavlic.com> References: <12341655203848-git-send-email-janus.wel.3@gmail.com> <499032B1.30605@tedpavlic.com> Message-ID: I don't think putting more work in commit messages than the commit itself is usually necessary, for me a simple "doc fixes" would be enough actually. BTW: Janus: Do you think you have time for more patches for vimperator? Then it might be nice to send Daniel Bainton an e-mail with your public SSH key and he could setup a dev account if you want? Thanks for the patches. On Mon, Feb 9, 2009 at 2:42 PM, Ted Pavlic wrote: >> Hello, I found a bug and some funny descriptions. > > Overall, these patches and commit messages are very nice. > > However, the commit messages can be improved by adding something that makes > their content more obvious from the first line. For example, instead of > > Add macro [m] and [c] > > maybe use... > > index.txt: Add macros [m] and [c] > > Then things aren't so ambiguous in a git log. > > Thanks, again. > > > -- > Ted Pavlic > > Please visit my ALS association page: > http://web.alsa.org/goto/tedpavlic > My family appreciates your support in the fight to defeat ALS. > _______________________________________________ > Vimperator mailing list > Vimperator at mozdev.org > https://www.mozdev.org/mailman/listinfo/vimperator > From dpb at driftaway.org Mon Feb 9 07:32:27 2009 From: dpb at driftaway.org (Daniel Bainton) Date: Mon, 9 Feb 2009 17:32:27 +0200 Subject: [Vimperator] Vimperator 2.0 beta1 Message-ID: Hi all! We just released Vimperator 2.0 beta1. Please read the blog post: http://vimperator.org/trac/blog/vimperator_2_0_b1 or if you just want to install it, you can just go straight to the xpi: http://download.vimperator.org/vimperator/vimperator_2.0b1.xpi Again the same old routine, please file bug reports on all the bugs you find. :) -- Daniel From ted at tedpavlic.com Mon Feb 9 07:44:21 2009 From: ted at tedpavlic.com (Ted Pavlic) Date: Mon, 09 Feb 2009 10:44:21 -0500 Subject: [Vimperator] patches about documentation In-Reply-To: References: <12341655203848-git-send-email-janus.wel.3@gmail.com> <499032B1.30605@tedpavlic.com> Message-ID: <49904F55.5080603@tedpavlic.com> > I don't think putting more work in commit messages than the commit > itself is usually necessary, for me a simple "doc fixes" would be > enough actually. They're very picky about these points on the git list. Very often a good patch will lead to a thread ten or twelve messages deep purely based on a discussion of the commit message. However, they make use of "git shortlog -s" (and other similar reports) for all sorts of official business, and they're a much larger project. > BTW: Janus: Do you think you have time for more patches for > vimperator? Then it might be nice to send Daniel Bainton an e-mail > with your public SSH key > and he could setup a dev account if you want? That's certainly easier than "git am". :) --Ted > Thanks for the patches. > > On Mon, Feb 9, 2009 at 2:42 PM, Ted Pavlic wrote: >>> Hello, I found a bug and some funny descriptions. >> Overall, these patches and commit messages are very nice. >> >> However, the commit messages can be improved by adding something that makes >> their content more obvious from the first line. For example, instead of >> >> Add macro [m] and [c] >> >> maybe use... >> >> index.txt: Add macros [m] and [c] >> >> Then things aren't so ambiguous in a git log. >> >> Thanks, again. >> >> >> -- >> Ted Pavlic >> >> Please visit my ALS association page: >> http://web.alsa.org/goto/tedpavlic >> My family appreciates your support in the fight to defeat ALS. >> _______________________________________________ >> Vimperator mailing list >> Vimperator at mozdev.org >> https://www.mozdev.org/mailman/listinfo/vimperator >> > _______________________________________________ > Vimperator mailing list > Vimperator at mozdev.org > https://www.mozdev.org/mailman/listinfo/vimperator > -- Ted Pavlic Please visit my ALS association page: http://web.alsa.org/goto/tedpavlic My family appreciates your support in the fight to defeat ALS. From maxauthority at vimperator.org Mon Feb 9 09:21:26 2009 From: maxauthority at vimperator.org (Martin Stubenschrott) Date: Mon, 9 Feb 2009 18:21:26 +0100 Subject: [Vimperator] patches about documentation In-Reply-To: <49904F55.5080603@tedpavlic.com> References: <12341655203848-git-send-email-janus.wel.3@gmail.com> <499032B1.30605@tedpavlic.com> <49904F55.5080603@tedpavlic.com> Message-ID: > They're very picky about these points on the git list. Very often a good > patch will lead to a thread ten or twelve messages deep purely based on a > discussion of the commit message. However, they make use of "git shortlog > -s" (and other similar reports) for all sorts of official business, and > they're a much larger project. I agree it makes sense for a larger project, but for vimperator i review every commit which gets commited anyway, no matter what the subject says, so it's really not important for me. From janus.wel.3 at gmail.com Tue Feb 10 00:13:22 2009 From: janus.wel.3 at gmail.com (janus_wel) Date: Tue, 10 Feb 2009 17:13:22 +0900 Subject: [Vimperator] patches about documentation In-Reply-To: References: <12341655203848-git-send-email-janus.wel.3@gmail.com> <499032B1.30605@tedpavlic.com> Message-ID: <3b8682db0902100013v47a9135cucb61105b6c625cbc@mail.gmail.com> Hello. 2009/2/9 Martin Stubenschrott : > I don't think putting more work in commit messages than the commit > itself is usually necessary, for me a simple "doc fixes" would be > enough actually. > > BTW: Janus: Do you think you have time for more patches for > vimperator? Then it might be nice to send Daniel Bainton an e-mail > with your public SSH key > and he could setup a dev account if you want? Thanks!! It is so wonderful to be committer of vimperator project. A little while ago, I sent mail to Daniel. > Thanks for the patches. Thank you too, for applying patches. -- janus_wel : janus.wel.3 at gmail.com From janus.wel.3 at gmail.com Tue Feb 10 00:40:59 2009 From: janus.wel.3 at gmail.com (janus_wel) Date: Tue, 10 Feb 2009 17:40:59 +0900 Subject: [Vimperator] patches about documentation In-Reply-To: References: <12341655203848-git-send-email-janus.wel.3@gmail.com> <499032B1.30605@tedpavlic.com> <49904F55.5080603@tedpavlic.com> Message-ID: <3b8682db0902100040n125b4501k228e2564e000a9a4@mail.gmail.com> 2009/2/10 Martin Stubenschrott : >> They're very picky about these points on the git list. Very often a good >> patch will lead to a thread ten or twelve messages deep purely based on a >> discussion of the commit message. However, they make use of "git shortlog >> -s" (and other similar reports) for all sorts of official business, and >> they're a much larger project. > > I agree it makes sense for a larger project, but for vimperator i > review every commit which gets commited anyway, > no matter what the subject says, so it's really not important for me. I think that the one point should be observed is first line of commit message is the summary of changes. Because other points, like list of changed files and diffs, can be seen with "git show", but it is mistakable for any operations to see changes with wrong summary. I got it with Martin's way, I will try to write short and plain summay. -- janus_wel : janus.wel.3 at gmail.com From janus.wel.3 at gmail.com Tue Feb 10 03:20:14 2009 From: janus.wel.3 at gmail.com (janus_wel) Date: Tue, 10 Feb 2009 20:20:14 +0900 Subject: [Vimperator] Translating help to Japanese is finished Message-ID: <3b8682db0902100320o4dfb5620lac5351526ce6c52b@mail.gmail.com> Hello. We had finished translating help to Japanese !! We hope to contribute the works, what should we do ? I think that there are two or more ways. * Add localized help to "vimperator/locale/" and edit "vimperator/chrome.manifest". In this case, add Japanese helps to "vimperator/locale/ja/" and add following line to "vimperator/chrome.manifest" locale liberator ja locale/ja/ This way is user-friendly (locale will be selected by Firefox's locale automatticaly), though take a REALLY LONG time to make xpi. * Make help xpi each of the locales and install indivisually. This way is simple for developer (because we can divert to existing Makefile.doc), though this is messy for users. * Other ways ? Regards !! -- janus_wel : janus.wel.3 at gmail.com From maglione.k at gmail.com Tue Feb 10 04:58:42 2009 From: maglione.k at gmail.com (Kris Maglione) Date: Tue, 10 Feb 2009 07:58:42 -0500 Subject: [Vimperator] Translating help to Japanese is finished In-Reply-To: <3b8682db0902100320o4dfb5620lac5351526ce6c52b@mail.gmail.com> References: <3b8682db0902100320o4dfb5620lac5351526ce6c52b@mail.gmail.com> Message-ID: <20090210125842.GB892@jg.home> On Tue, Feb 10, 2009 at 08:20:14PM +0900, janus_wel wrote: >We had finished translating help to Japanese !! >We hope to contribute the works, what should we do ? Excellent. >I think that there are two or more ways. > > * Add localized help to "vimperator/locale/" > and edit "vimperator/chrome.manifest". > > In this case, > add Japanese helps to "vimperator/locale/ja/" > and add following line to "vimperator/chrome.manifest" > > locale liberator ja locale/ja/ > > This way is user-friendly > (locale will be selected by Firefox's locale automatticaly), > though take a REALLY LONG time to make xpi. It shouldn't take *that* long. At any rate, we don't have to generate XPIs that often. This is the standard way to do such things, and I don't see any good reason to deviate. > * Make help xpi each of the locales > and install indivisually. > > This way is simple for developer > (because we can divert to existing Makefile.doc), > though this is messy for users. Developers generally don't use XPIs, so they only need to generate the docs for their own locales, anyway. -- Kris Maglione Common sense is the collection of prejudices acquired by age 18. --Albert Einstein From ted at tedpavlic.com Tue Feb 10 04:59:21 2009 From: ted at tedpavlic.com (Ted Pavlic) Date: Tue, 10 Feb 2009 07:59:21 -0500 Subject: [Vimperator] patches about documentation In-Reply-To: <3b8682db0902100040n125b4501k228e2564e000a9a4@mail.gmail.com> References: <12341655203848-git-send-email-janus.wel.3@gmail.com> <499032B1.30605@tedpavlic.com> <49904F55.5080603@tedpavlic.com> <3b8682db0902100040n125b4501k228e2564e000a9a4@mail.gmail.com> Message-ID: <49917A29.6010308@tedpavlic.com> > I think that the one point should be observed is > first line of commit message is the summary of changes. > Because other points, like list of changed files and diffs, > can be seen with "git show", I think you missed my (apparently moot) point, which is even more of a reason I probably shouldn't have said anything. I wasn't saying you should put an entire changelog in the first line of the summary. The first line shouldn't be any longer than 72 characters anyway. I just think that "Added [m]" is a bit too short. IMO, if I'm looking for a problematic changeset and don't have time to "git bisect," I should be able to "git log" or "tig" through the list and get very close using only the first line of the commit messages. So perhaps I should have suggested "help files: Add macro [m] and [c]" or, because each changeset was so short, squash all of those changesets together ("stg coalesce" is what I would use) and commit a single "help files: Markup fixes (vanishing, linking, etc.)" and maybe give a list of the individual commit messages within the multi-line commit message. Oh, well... --Moot -- Ted Pavlic Please visit my ALS association page: http://web.alsa.org/goto/tedpavlic My family appreciates your support in the fight to defeat ALS. From ted at tedpavlic.com Tue Feb 10 05:03:44 2009 From: ted at tedpavlic.com (Ted Pavlic) Date: Tue, 10 Feb 2009 08:03:44 -0500 Subject: [Vimperator] Translating help to Japanese is finished In-Reply-To: <3b8682db0902100320o4dfb5620lac5351526ce6c52b@mail.gmail.com> References: <3b8682db0902100320o4dfb5620lac5351526ce6c52b@mail.gmail.com> Message-ID: <49917B30.5060508@tedpavlic.com> Good work. > In this case, > add Japanese helps to "vimperator/locale/ja/" > and add following line to "vimperator/chrome.manifest" > > locale liberator ja locale/ja/ Isn't the Mozilla locale for Japanese ja-JP ?? Why wouldn't the help files go in vimperator/lcoale/ja-JP/ I know Makefile.doc is built to expect a hyphen (though it should work without one), and it's my impression that all locales have a hyphen. You shouldn't worry about how long "make xpi" will take. All dev's care about is "make doc". --Ted -- Ted Pavlic Please visit my ALS association page: http://web.alsa.org/goto/tedpavlic My family appreciates your support in the fight to defeat ALS. From ted at tedpavlic.com Tue Feb 10 05:36:12 2009 From: ted at tedpavlic.com (Ted Pavlic) Date: Tue, 10 Feb 2009 08:36:12 -0500 Subject: [Vimperator] [PATCH]add lang settings to make doc In-Reply-To: <3b8682db0901152351q2cdad7eataf90a6c09aa40d34@mail.gmail.com> References: <496F5E3F.40602@gmail.com> <496F6388.7040508@tedpavlic.com> <496F9CB5.8000802@vimperator.org> <3b8682db0901151819ka773be7hf554308d86d8563@mail.gmail.com> <3b8682db0901151821g1bd4d7b3pb980a4ce11cf0edd@mail.gmail.com> <496FFE1C.8040103@tedpavlic.com> <3b8682db0901152351q2cdad7eataf90a6c09aa40d34@mail.gmail.com> Message-ID: <499182CC.9060105@tedpavlic.com> > git send-email --to vimperator at mozdev.org origin/master > > to send directly to the list. Then someone with commit access can > I got it. Thank you for your comment. > I will try. In retrospect, git also has git imap-send that allows you to dump your patches into an IMAP mailbox. You can then use that IMAP mailbox with your favorite e-mail client to send off the patches. (just be careful... e-mail programs like Thunderbird still have nasty format=flowed problems) git help imap-send Just FYI. -- Ted Pavlic Please visit my ALS association page: http://web.alsa.org/goto/tedpavlic My family appreciates your support in the fight to defeat ALS. From maxauthority at vimperator.org Tue Feb 10 06:12:54 2009 From: maxauthority at vimperator.org (Martin Stubenschrott) Date: Tue, 10 Feb 2009 15:12:54 +0100 Subject: [Vimperator] Translating help to Japanese is finished In-Reply-To: <49917B30.5060508@tedpavlic.com> References: <3b8682db0902100320o4dfb5620lac5351526ce6c52b@mail.gmail.com> <49917B30.5060508@tedpavlic.com> Message-ID: So we would have different XPIs for each language? This makes sense to keep the default english one quite small, but I see one main problem: I (or Doug, for now he is the only other person who has addons.mozilla.org access for vimperator, but I could add more), would have to upload all XPIs whenever doing a release (which hopefully will become more often in future, not 2x/year). It's not that much of a problem for 2 locales, but if we get more in future, it'll be a pain. Otherwise I like the idea. Another possibility would be to distribute localized help as a zip file which the user has to extract to ~/vimperator/doc/ja-JP/ or something, this would have 2 other disadvantages though: 1.) maybe outdated docs and 2.) extra code needed to support that inside vimperator, I am not sure we have volunteers currently to do that. Otherwise this would also be an option. Just some thoughts, I am sure we find a way to distribute the locales. From conrad.irwin at googlemail.com Tue Feb 10 06:26:22 2009 From: conrad.irwin at googlemail.com (Conrad Irwin) Date: Tue, 10 Feb 2009 14:26:22 +0000 Subject: [Vimperator] Translating help to Japanese is finished In-Reply-To: References: <3b8682db0902100320o4dfb5620lac5351526ce6c52b@mail.gmail.com> <49917B30.5060508@tedpavlic.com> Message-ID: <1234275982.13455.8.camel@localhost> On Tue, 2009-02-10 at 15:12 +0100, Martin Stubenschrott wrote: > So we would have different XPIs for each language? > If the locale bundled with Vimperator did not contain the help files, it presumably wouldn't be all that large? > > Another possibility would be to distribute localized help as a zip > file which the user has to > extract to ~/vimperator/doc/ja-JP/ or something, For the help, would it not make sense to have it on vimperator.org? There is already a wiki there, and while the initial transition might be a bit of work, it would have other advantages; such as being able to update documentation without releasing a new version. There might be downsides, such as it being unavailable when working offline - though it would be simple to download for interested people (just as easy as the zip solution above) or we could create a :get_local_copy_of_documentation command (only better named :p). Yours Conrad From Thomas.Svensen at microsoft.com Tue Feb 10 06:50:11 2009 From: Thomas.Svensen at microsoft.com (Thomas Svensen) Date: Tue, 10 Feb 2009 14:50:11 +0000 Subject: [Vimperator] 2.0 alpha/beta should work with FF3.1beta2? Message-ID: <3A863F7983E4864399C8C9B6D66F7AFC1A9912F69C@EA-EXMSG-C330.europe.corp.microsoft.com> Hi, I recently installed FF3.1 beta2 since I upgraded from Vista to Windows 7. Now, I am getting this error message very frequently: "Processing keypress event: TypeError: t.previousSibling is null" It happens almost 50% of the times I try to open a page using ":open" or ":tabopen". Should I file a ticket, or should I just downgrade to FF3.0 and wait? Thomas Svensen Architect | Microsoft Enterprise Search Group | Services Global Practice (m) +47 4801 1263 | (w) www.microsoft.com/enterprisesearch -------------- next part -------------- An HTML attachment was scrubbed... URL: From ted at tedpavlic.com Tue Feb 10 07:10:59 2009 From: ted at tedpavlic.com (Ted Pavlic) Date: Tue, 10 Feb 2009 10:10:59 -0500 Subject: [Vimperator] Translating help to Japanese is finished In-Reply-To: References: <3b8682db0902100320o4dfb5620lac5351526ce6c52b@mail.gmail.com> <49917B30.5060508@tedpavlic.com> Message-ID: <49919903.4070509@tedpavlic.com> > Just some thoughts, I am sure we find a way to distribute the locales. Obvious question: How do some of the other plugins do it? I'm sure they have the same sorts of issues that Vimp does (multiple developers, and yet not a zillion, and a desire to keep XPI size small). --Ted -- Ted Pavlic Please visit my ALS association page: http://web.alsa.org/goto/tedpavlic My family appreciates your support in the fight to defeat ALS. From dougkearns at gmail.com Tue Feb 10 19:13:31 2009 From: dougkearns at gmail.com (Doug Kearns) Date: Wed, 11 Feb 2009 14:13:31 +1100 Subject: [Vimperator] 2.0 alpha/beta should work with FF3.1beta2? In-Reply-To: <3A863F7983E4864399C8C9B6D66F7AFC1A9912F69C@EA-EXMSG-C330.europe.corp.microsoft.com> References: <3A863F7983E4864399C8C9B6D66F7AFC1A9912F69C@EA-EXMSG-C330.europe.corp.microsoft.com> Message-ID: <644fc65e0902101913o3509a752he6ff555f211ebc7d@mail.gmail.com> On 2/11/09, Thomas Svensen wrote: > Hi, > > > > I recently installed FF3.1 beta2 since I upgraded from Vista to Windows 7. > Now, I am getting this error message very frequently: > > > > "Processing keypress event: TypeError: t.previousSibling is null" > > > > It happens almost 50% of the times I try to open a page using ":open" or > ":tabopen". > > Should I file a ticket, or should I just downgrade to FF3.0 and wait? Most of us are using FF 3.1. Is this happening with a clean profile and only Vimperator installed? If so, could you file a ticket with the relevant output from the Error Console? Thanks, Doug From janus.wel.3 at gmail.com Tue Feb 10 20:37:42 2009 From: janus.wel.3 at gmail.com (janus_wel) Date: Wed, 11 Feb 2009 13:37:42 +0900 Subject: [Vimperator] Translating help to Japanese is finished In-Reply-To: <49917B30.5060508@tedpavlic.com> References: <3b8682db0902100320o4dfb5620lac5351526ce6c52b@mail.gmail.com> <49917B30.5060508@tedpavlic.com> Message-ID: <3b8682db0902102037k360af331q62e918d226d410c0@mail.gmail.com> 2009/2/10 Ted Pavlic : > Good work. Thanks. >> In this case, >> add Japanese helps to "vimperator/locale/ja/" >> and add following line to "vimperator/chrome.manifest" >> >> locale liberator ja locale/ja/ > > Isn't the Mozilla locale for Japanese > > ja-JP > > ?? Why wouldn't the help files go in > > vimperator/lcoale/ja-JP/ Oh, in Japanese, Firefox locale is "ja". In Mozilla project, locale of the languages that be used at one country (like German, Japanese etc) is as same as lang. This rule is applied in Firefox 1.5 or greater. Each locale name in Mozilla are listed in below URL. https://wiki.mozilla.org/L10n:Localization_Teams I knew this rule in Mozilla Japanese page, but resources in English is not found... > I know Makefile.doc is built to expect a hyphen (though it should work > without one), and it's my impression that all locales have a hyphen. Makefile.doc check if lang is 2 lower case alphabet currently. There is no problem in neither case, hyphen or not hyphen. I checked that Makefile.doc work fine!! Regard. -- janus_wel : janus.wel.3 at gmail.com From zhang.zhengquan at gmail.com Tue Feb 10 21:50:41 2009 From: zhang.zhengquan at gmail.com (zhang zhengquan) Date: Tue, 10 Feb 2009 23:50:41 -0600 Subject: [Vimperator] disable history etc Message-ID: <128a87f00902102150o1897ada0kce06758bac1d68d3@mail.gmail.com> Dear vim users, recently I found that my firefox on ubuntu hardy launching really slow, I wonder vimperator gurus do to make their firefox launch and browse fast. Now I really can not stand the launching speed, it takes about half a second just to launch, I have just a couple of essential extensions. Thanks for any suggestions. Regards, Zhang From janus.wel.3 at gmail.com Tue Feb 10 22:10:57 2009 From: janus.wel.3 at gmail.com (janus_wel) Date: Wed, 11 Feb 2009 15:10:57 +0900 Subject: [Vimperator] Translating help to Japanese is finished In-Reply-To: References: <3b8682db0902100320o4dfb5620lac5351526ce6c52b@mail.gmail.com> <49917B30.5060508@tedpavlic.com> Message-ID: <3b8682db0902102210r61343c21oe85c3a17a1d64bda@mail.gmail.com> 2009/2/10 Martin Stubenschrott : > So we would have different XPIs for each language? > > This makes sense to keep the default english one quite small, but I > see one main problem: > > I (or Doug, for now he is the only other person who has > addons.mozilla.org access for vimperator, but I could add more), would > have to upload all XPIs whenever doing a release (which hopefully will > become more often in future, not 2x/year). > It's not that much of a problem for 2 locales, but if we get more in > future, it'll be a pain. You said "XPIs for each language" is * Making complete vimperator XPI for each language, like for German, for Japanese, for ... and * Releasing all of those didn't you ? If my guess is correct, I'm sorry for lack of my explanation. I meant "XPIs for each language" is only contained localized data. We wrote localization kit that can make XPI, for checking. The XPI maked by this kit can be installed, in addition to vimperator released by Martin or Doug (or from git source). We will contribute it when this way is selected. In this case, localization team just translate help, and release their own XPI, though they should get the go-ahead from you :) > Otherwise I like the idea. > > Another possibility would be to distribute localized help as a zip > file which the user has to > extract to ~/vimperator/doc/ja-JP/ or something, this would have 2 > other disadvantages though: > > 1.) maybe outdated docs and > 2.) extra code needed to support that inside vimperator, I am not sure > we have volunteers currently > to do that. > > Otherwise this would also be an option. I think this idea has merit that switching between locales is easy. It will provide user to accessing help easily (in localized one) and accessing descriptions of new features (in English one). Though implementation is hard... > Just some thoughts, I am sure we find a way to distribute the locales. Yes, we should solve this problem for LAZINESS :) Regards. -- janus_wel : janus.wel.3 at gmail.com From janus.wel.3 at gmail.com Tue Feb 10 22:20:03 2009 From: janus.wel.3 at gmail.com (janus_wel) Date: Wed, 11 Feb 2009 15:20:03 +0900 Subject: [Vimperator] Translating help to Japanese is finished In-Reply-To: <49919903.4070509@tedpavlic.com> References: <3b8682db0902100320o4dfb5620lac5351526ce6c52b@mail.gmail.com> <49917B30.5060508@tedpavlic.com> <49919903.4070509@tedpavlic.com> Message-ID: <3b8682db0902102220x2ac5e2e1rbe25caf1c01840a7@mail.gmail.com> 2009/2/11 Ted Pavlic : >> Just some thoughts, I am sure we find a way to distribute the locales. > > Obvious question: How do some of the other plugins do it? I'm sure they have > the same sorts of issues that Vimp does (multiple developers, and yet not a > zillion, and a desire to keep XPI size small). Refering back to experience, bundled (and selected appropriate locale automatically) is half, or released independency from original by volunteer is remain half. -- janus_wel : janus.wel.3 at gmail.com From dpb at driftaway.org Tue Feb 10 23:27:30 2009 From: dpb at driftaway.org (Daniel Bainton) Date: Wed, 11 Feb 2009 09:27:30 +0200 Subject: [Vimperator] 2.0 alpha/beta should work with FF3.1beta2? In-Reply-To: <644fc65e0902101913o3509a752he6ff555f211ebc7d@mail.gmail.com> References: <3A863F7983E4864399C8C9B6D66F7AFC1A9912F69C@EA-EXMSG-C330.europe.corp.microsoft.com> <644fc65e0902101913o3509a752he6ff555f211ebc7d@mail.gmail.com> Message-ID: 2009/2/11 Doug Kearns : > On 2/11/09, Thomas Svensen wrote: >> Hi, >> >> >> >> I recently installed FF3.1 beta2 since I upgraded from Vista to Windows 7. >> Now, I am getting this error message very frequently: >> >> >> >> "Processing keypress event: TypeError: t.previousSibling is null" >> >> >> >> It happens almost 50% of the times I try to open a page using ":open" or >> ":tabopen". >> >> Should I file a ticket, or should I just downgrade to FF3.0 and wait? > > Most of us are using FF 3.1. Is this happening with a clean profile > and only Vimperator installed? If so, could you file a ticket with > the relevant output from the Error Console? Some even FF 3.2, like me. ;) I've had no problems like that. -- Daniel From dpb at driftaway.org Tue Feb 10 23:31:15 2009 From: dpb at driftaway.org (Daniel Bainton) Date: Wed, 11 Feb 2009 09:31:15 +0200 Subject: [Vimperator] disable history etc In-Reply-To: <128a87f00902102150o1897ada0kce06758bac1d68d3@mail.gmail.com> References: <128a87f00902102150o1897ada0kce06758bac1d68d3@mail.gmail.com> Message-ID: 2009/2/11 zhang zhengquan : > Dear vim users, > recently I found that my firefox on ubuntu hardy launching really slow, > I wonder vimperator gurus do to make their firefox launch and browse fast. > Now I really can not stand the launching speed, it takes about half a > second just to launch, > I have just a couple of essential extensions. Half a second? That's pretty fast for firefox IMO, usually takes many seconds for me to launch it. Anyway, I rarely restart my firefox, got it running all the time, only restarting when I upgrade my Vimperator and/or Firefox. And I can surely wait that time when doing it. -- Daniel From maxauthority at vimperator.org Wed Feb 11 02:02:12 2009 From: maxauthority at vimperator.org (Martin Stubenschrott) Date: Wed, 11 Feb 2009 11:02:12 +0100 Subject: [Vimperator] disable history etc In-Reply-To: References: <128a87f00902102150o1897ada0kce06758bac1d68d3@mail.gmail.com> Message-ID: Which version? In vimperaotr 2.0beta1 with default options the history (and bookmarks) are not loaded anymore by default on startup. In 1.2 you might try to put :set nopreload in your .vimperatorrc, but i think it might be broken. From maxauthority at vimperator.org Wed Feb 11 02:02:12 2009 From: maxauthority at vimperator.org (Martin Stubenschrott) Date: Wed, 11 Feb 2009 11:02:12 +0100 Subject: [Vimperator] disable history etc In-Reply-To: References: <128a87f00902102150o1897ada0kce06758bac1d68d3@mail.gmail.com> Message-ID: Which version? In vimperaotr 2.0beta1 with default options the history (and bookmarks) are not loaded anymore by default on startup. In 1.2 you might try to put :set nopreload in your .vimperatorrc, but i think it might be broken. From maxauthority at vimperator.org Wed Feb 11 02:29:14 2009 From: maxauthority at vimperator.org (Martin Stubenschrott) Date: Wed, 11 Feb 2009 11:29:14 +0100 Subject: [Vimperator] Translating help to Japanese is finished In-Reply-To: <3b8682db0902102220x2ac5e2e1rbe25caf1c01840a7@mail.gmail.com> References: <3b8682db0902100320o4dfb5620lac5351526ce6c52b@mail.gmail.com> <49917B30.5060508@tedpavlic.com> <49919903.4070509@tedpavlic.com> <3b8682db0902102220x2ac5e2e1rbe25caf1c01840a7@mail.gmail.com> Message-ID: I just checked addons.mozilla.org. It is impossible to supply multiple XPIs for multiple languages. This is important, because people will not get autonotified for new releases if they don't install an XPI from AMo. Therefore I think we'll have to go the other route: We'll have to write support in vimperator to support files in ~/.vimperator/doc/ or something (no idea how/if vim handles locales exactly) and publish zipped doc files which just need to be unzipped to ~/.vimperator/doc/ From dpb at driftaway.org Wed Feb 11 02:39:49 2009 From: dpb at driftaway.org (Daniel Bainton) Date: Wed, 11 Feb 2009 12:39:49 +0200 Subject: [Vimperator] Translating help to Japanese is finished In-Reply-To: References: <3b8682db0902100320o4dfb5620lac5351526ce6c52b@mail.gmail.com> <49917B30.5060508@tedpavlic.com> <49919903.4070509@tedpavlic.com> <3b8682db0902102220x2ac5e2e1rbe25caf1c01840a7@mail.gmail.com> Message-ID: 2009/2/11 Martin Stubenschrott : > I just checked addons.mozilla.org. It is impossible to supply multiple > XPIs for multiple languages. > This is important, because people will not get autonotified for new > releases if they don't install > an XPI from AMo. Just a note: they can be autonotified elsewhere quite as well, as long as the proper files are in place in the server where the XPI's are. -- Daniel From ted at tedpavlic.com Wed Feb 11 05:46:33 2009 From: ted at tedpavlic.com (Ted Pavlic) Date: Wed, 11 Feb 2009 08:46:33 -0500 Subject: [Vimperator] Translating help to Japanese is finished In-Reply-To: <3b8682db0902102037k360af331q62e918d226d410c0@mail.gmail.com> References: <3b8682db0902100320o4dfb5620lac5351526ce6c52b@mail.gmail.com> <49917B30.5060508@tedpavlic.com> <3b8682db0902102037k360af331q62e918d226d410c0@mail.gmail.com> Message-ID: <4992D6B9.1070802@tedpavlic.com> > Makefile.doc check if lang is 2 lower case alphabet currently. > There is no problem in neither case, hyphen or not hyphen. > I checked that Makefile.doc work fine!! The Makefile.doc uses a hyphen as a field separator ('man awk' for '-F'). If there's no field separator, then there's only one field, and because we only care about the first field, then the Makefile.doc works fine with both. That's what I was saying, but I imagined that the spirit of the code assumed that the field would be hyphenated. It was my impression that all localizations included a language and a location. I found another list of localizations on MDC that included all hyphenated localizations. I did a Google search looking for the rule, but I didn't come up with anything. So I guess it's "ja" (but what about ja-JP-mac? THREE fields? "mac" as in Apple?). --Ted -- Ted Pavlic Please visit my ALS association page: http://web.alsa.org/goto/tedpavlic My family appreciates your support in the fight to defeat ALS. From ted at tedpavlic.com Wed Feb 11 05:49:56 2009 From: ted at tedpavlic.com (Ted Pavlic) Date: Wed, 11 Feb 2009 08:49:56 -0500 Subject: [Vimperator] Translating help to Japanese is finished In-Reply-To: References: <3b8682db0902100320o4dfb5620lac5351526ce6c52b@mail.gmail.com> <49917B30.5060508@tedpavlic.com> <49919903.4070509@tedpavlic.com> <3b8682db0902102220x2ac5e2e1rbe25caf1c01840a7@mail.gmail.com> Message-ID: <4992D784.5050209@tedpavlic.com> > We'll have to write support in vimperator to support files in > ~/.vimperator/doc/ or something > (no idea how/if vim handles locales exactly) and publish zipped doc > files which just > need to be unzipped to ~/.vimperator/doc/ Perhaps... ~/.vimperator/locales//doc or something like that would make more sense? I'm guessing that /eventually/ the rest of Vimperator will support localization, right? That is, all of the prompts in Vimperator should eventually be translated too, right? And then we'd have a... ~/.vimperator/locales//prompts ? --Ted -- Ted Pavlic Please visit my ALS association page: http://web.alsa.org/goto/tedpavlic My family appreciates your support in the fight to defeat ALS. From zhang.zhengquan at gmail.com Wed Feb 11 07:44:47 2009 From: zhang.zhengquan at gmail.com (zhang zhengquan) Date: Wed, 11 Feb 2009 09:44:47 -0600 Subject: [Vimperator] disable history etc In-Reply-To: References: <128a87f00902102150o1897ada0kce06758bac1d68d3@mail.gmail.com> Message-ID: <128a87f00902110744n6c79947fpc0c9a960717aeccb@mail.gmail.com> Sorry, it is about half a minute. Is there anyway to disable the history, I never use it... Zhang 2009/2/11 Daniel Bainton : > 2009/2/11 zhang zhengquan : >> Dear vim users, >> recently I found that my firefox on ubuntu hardy launching really slow, >> I wonder vimperator gurus do to make their firefox launch and browse fast. >> Now I really can not stand the launching speed, it takes about half a >> second just to launch, >> I have just a couple of essential extensions. > > Half a second? That's pretty fast for firefox IMO, usually takes many > seconds for me to launch it. > > Anyway, I rarely restart my firefox, got it running all the time, only > restarting when I upgrade my Vimperator and/or Firefox. And I can > surely wait that time when doing it. > > -- > Daniel > _______________________________________________ > Vimperator mailing list > Vimperator at mozdev.org > https://www.mozdev.org/mailman/listinfo/vimperator > From zhang.zhengquan at gmail.com Wed Feb 11 07:45:19 2009 From: zhang.zhengquan at gmail.com (zhang zhengquan) Date: Wed, 11 Feb 2009 09:45:19 -0600 Subject: [Vimperator] disable history etc In-Reply-To: References: <128a87f00902102150o1897ada0kce06758bac1d68d3@mail.gmail.com> Message-ID: <128a87f00902110745w733baefcpf2a5b04c6d4667ae@mail.gmail.com> Mine is Mozilla Firefox 3.0.5, I would also want to disable the history. Zhang 2009/2/11 Martin Stubenschrott : > Which version? In vimperaotr 2.0beta1 with default options the history > (and bookmarks) are not loaded anymore by default on startup. > > In 1.2 you might try to put :set nopreload in your .vimperatorrc, but > i think it might be broken. > _______________________________________________ > Vimperator mailing list > Vimperator at mozdev.org > https://www.mozdev.org/mailman/listinfo/vimperator > From rogutes at googlemail.com Wed Feb 11 09:34:38 2009 From: rogutes at googlemail.com (=?utf-8?Q?Rogut=C4=97s?= Sparnuotos) Date: Wed, 11 Feb 2009 19:34:38 +0200 Subject: [Vimperator] comments on bugs (since Trac says no privileges...) Message-ID: <20090211173438.GA4828@ugu> G'day, Since a release is nearing I would like to report / comment on some annoyances with current git: 1. Search highlighting breaks cursor navigation around highlighted text in input boxes and textareas. Both, hlsearch and incsearch are set here and this doesn't work: - go to any place with a textarea or input boxes - input a word or two, e.g. "exploding" - search for exploding, so it is highlighted - go to the input field and try to move the cursor in any direction around the word (while it is highlighted) 2. Search engine suggestions are always shown no matter what 'cpt' options are set. Moreover, they are shown at the beginning of the completions list and they steal the place of and load slower than any other completion lists specified by 'cpt' (e.g. history). Also, 'cpt' option 'S' seems to be non-functional. 3. I guess this should be dealt with before release: :open "one, two" still splits the argument on the comma http://vimperator.org/trac/ticket/141 Actually, I have never seen any use for this argument splitting when searching and I am having difficulties with this behaviour in two not so uncommon situations: - I select some text and press 'p' in vimperator, and suddenly I get two or more tabs loading, because the text contained commas; - since I am still having difficulties with clipboard interaction between terminal/(g)vim/firefox etc., a 'p' in vimperator sometimes pastes an xml file or smth., instead of searching for a pre-selected search term, which causes tens of unwanted tabs to be opened. 4. Oh, and a humble bump to http://vimperator.org/trac/ticket/142 Perhaps someone would be willing to provide a patch, as suggested/requested in the last comment by maxauthority...? Thanks. -- -- Rogut?s Sparnuotos From maxauthority at vimperator.org Wed Feb 11 10:49:29 2009 From: maxauthority at vimperator.org (Martin Stubenschrott) Date: Wed, 11 Feb 2009 19:49:29 +0100 Subject: [Vimperator] disable history etc In-Reply-To: <128a87f00902110744n6c79947fpc0c9a960717aeccb@mail.gmail.com> References: <128a87f00902102150o1897ada0kce06758bac1d68d3@mail.gmail.com> <128a87f00902110744n6c79947fpc0c9a960717aeccb@mail.gmail.com> Message-ID: On Wed, Feb 11, 2009 at 4:44 PM, zhang zhengquan wrote: > Sorry, it is about half a minute. Is there anyway to disable the > history, I never use it... Read the my last message... Or update to vimperator 2.0beta... From Thomas.Svensen at microsoft.com Wed Feb 11 16:31:39 2009 From: Thomas.Svensen at microsoft.com (Thomas Svensen) Date: Thu, 12 Feb 2009 00:31:39 +0000 Subject: [Vimperator] 2.0 alpha/beta should work with FF3.1beta2? In-Reply-To: <644fc65e0902101913o3509a752he6ff555f211ebc7d@mail.gmail.com> References: <3A863F7983E4864399C8C9B6D66F7AFC1A9912F69C@EA-EXMSG-C330.europe.corp.microsoft.com> <644fc65e0902101913o3509a752he6ff555f211ebc7d@mail.gmail.com> Message-ID: <3A863F7983E4864399C8C9B6D66F7AFC1A993E1A07@EA-EXMSG-C330.europe.corp.microsoft.com> > On 2/11/09, Thomas Svensen wrote: > > Hi, > > > > I recently installed FF3.1 beta2 since I upgraded from Vista to Windows 7. > > Now, I am getting this error message very frequently: > > > > "Processing keypress event: TypeError: t.previousSibling is null" > > > > It happens almost 50% of the times I try to open a page using ":open" or > > ":tabopen". > > > > Should I file a ticket, or should I just downgrade to FF3.0 and wait? > > Most of us are using FF 3.1. Is this happening with a clean profile > and only Vimperator installed? If so, could you file a ticket with > the relevant output from the Error Console? > > Thanks, > Doug > Thank you for the tip regarding "clean profile": it turned out to be the FlagTab addon which was the problem. FlagTab does not support 3.1, but worked fine except for this problem. Anyway, I am reverting back to FF 3.0, since as a "non-addon-developer", FF 3.1 doesn't seem to add any value to me personally. I guess I don't surf enough X rated stuff :-) Anyway, good luck with finalizing 2.0. I am very impressed so far! Thomas From konbu.komuro at gmail.com Wed Feb 11 17:35:19 2009 From: konbu.komuro at gmail.com (Komuro Sunao) Date: Thu, 12 Feb 2009 10:35:19 +0900 Subject: [Vimperator] new patch: fix "e.rel is undefined" error raise from "[[" and "]]" Message-ID: <6914ac6b0902111735t13cdfef8ved3e0ab76c8b8f79@mail.gmail.com> Sometimes "[[" and "]]" raise "e.rel is undefined" error. It is made by buffer.followDocumentRelationship. I wrote patch that fix it. -- Department of Computer Science, The University of Electro-Communications ?? ??Komuro Sunao? Email? konbu.komuro at gmail.com From konbu.komuro at gmail.com Wed Feb 11 17:35:34 2009 From: konbu.komuro at gmail.com (Komuro Sunao) Date: Thu, 12 Feb 2009 10:35:34 +0900 Subject: [Vimperator] [PATCH] Fix: sometimes "[[", "]]" raise "e.rel is undefined" error. Message-ID: <1234402534-3922-1-git-send-email-konbu.komuro@gmail.com> diff --git a/common/content/buffer.js b/common/content/buffer.js index 2e0386a..27238f1 100644 --- a/common/content/buffer.js +++ b/common/content/buffer.js @@ -1050,7 +1050,7 @@ function Buffer() //{{{ function followFrame(frame) { - function iter(elems) (e for ([i, e] in Iterator(elems)) if (e.rel.toLowerCase() == rel || e.rev.toLowerCase() == rel)); + function iter(elems) (e for ([i, e] in Iterator(elems)) if ((e.rel && e.rel.toLowerCase() == rel) || (e.rev && e.rev.toLowerCase() == rel))); // s have higher priority than normal hrefs let elems = frame.document.getElementsByTagName("link"); -- 1.6.1.3 From pencil46245 at gmail.com Wed Feb 11 19:53:14 2009 From: pencil46245 at gmail.com (itis whatitis) Date: Wed, 11 Feb 2009 22:53:14 -0500 Subject: [Vimperator] Enabling just firefox's default hinting Message-ID: <2031c0750902111953n14f21329ufa79f895f9fa0930@mail.gmail.com> Hi, is there a way to enable the default firefox hinting in vimperator (the ' key)? I need it for my macros. Thanks. From maxauthority at vimperator.org Wed Feb 11 23:44:25 2009 From: maxauthority at vimperator.org (Martin Stubenschrott) Date: Thu, 12 Feb 2009 08:44:25 +0100 Subject: [Vimperator] 2.0 alpha/beta should work with FF3.1beta2? In-Reply-To: <3A863F7983E4864399C8C9B6D66F7AFC1A993E1A07@EA-EXMSG-C330.europe.corp.microsoft.com> References: <3A863F7983E4864399C8C9B6D66F7AFC1A9912F69C@EA-EXMSG-C330.europe.corp.microsoft.com> <644fc65e0902101913o3509a752he6ff555f211ebc7d@mail.gmail.com> <3A863F7983E4864399C8C9B6D66F7AFC1A993E1A07@EA-EXMSG-C330.europe.corp.microsoft.com> Message-ID: > On Thu, Feb 12, 2009 at 1:31 AM, Thomas Svensen wrote: Oh, you are employed at microsoft but can still use Firefox? Cool. Is that "normal" for all employes to choose their own apps, or do you have special priviledges? best regards, Martin From maxauthority at vimperator.org Wed Feb 11 23:45:56 2009 From: maxauthority at vimperator.org (Martin Stubenschrott) Date: Thu, 12 Feb 2009 08:45:56 +0100 Subject: [Vimperator] Enabling just firefox's default hinting In-Reply-To: <2031c0750902111953n14f21329ufa79f895f9fa0930@mail.gmail.com> References: <2031c0750902111953n14f21329ufa79f895f9fa0930@mail.gmail.com> Message-ID: :help :help :map On Thu, Feb 12, 2009 at 4:53 AM, itis whatitis wrote: > Hi, is there a way to enable the default firefox hinting in vimperator > (the ' key)? I need it for my macros. Thanks. > _______________________________________________ > Vimperator mailing list > Vimperator at mozdev.org > https://www.mozdev.org/mailman/listinfo/vimperator > From henri.ducrocq at gmail.com Thu Feb 12 00:40:42 2009 From: henri.ducrocq at gmail.com (Henri Ducrocq) Date: Thu, 12 Feb 2009 08:40:42 +0000 Subject: [Vimperator] feedSomeKeys_2 and Google Reader Message-ID: <391beaa80902120040j73687094rce3e4a252513e1c2@mail.gmail.com> My space and shift-space keys are not passed to Reader. The other keys work fine. Here is my config: :autocmd LocationChange www\.google\.co(m|\.uk)\/reader :fmap! -vkey j k n p m s t v A r S N P X O gh ga gs gt gu u / ? d o t I'm using Firefox 3.0.5 on Ubuntu. Teramako? -------------- next part -------------- An HTML attachment was scrubbed... URL: From Thomas.Svensen at microsoft.com Thu Feb 12 01:17:54 2009 From: Thomas.Svensen at microsoft.com (Thomas Svensen) Date: Thu, 12 Feb 2009 09:17:54 +0000 Subject: [Vimperator] 2.0 alpha/beta should work with FF3.1beta2? In-Reply-To: References: <3A863F7983E4864399C8C9B6D66F7AFC1A9912F69C@EA-EXMSG-C330.europe.corp.microsoft.com> <644fc65e0902101913o3509a752he6ff555f211ebc7d@mail.gmail.com> <3A863F7983E4864399C8C9B6D66F7AFC1A993E1A07@EA-EXMSG-C330.europe.corp.microsoft.com> Message-ID: <3A863F7983E4864399C8C9B6D66F7AFC1A993E1AC6@EA-EXMSG-C330.europe.corp.microsoft.com> > > On Thu, Feb 12, 2009 at 1:31 AM, Thomas Svensen wrote: > > Oh, you are employed at microsoft but can still use Firefox? Cool. Is > that "normal" for all employes to > choose their own apps, or do you have special priviledges? > > best regards, > > Martin Hehe, yes, they are actually VERY liberal when it comes to your personal desktop. There is nothing (policy-wise) stopping me from running Linux on my laptop. There are mainly two problems with using Firefox as my main browser inside Microsoft: 1. Many intranet websites look weird inside Firefox, e.g., no line wrapping. 2. AD authorization is integrated with IE, while I must supply my credentials every time from FF That actually gives me an idea; perhaps someone has worked out a way to let FF use my AD credentials? I'll Google that (ehh, sorry "live search") that right away! Regards, Thomas From fb at intoxicatedmind.net Thu Feb 12 04:59:24 2009 From: fb at intoxicatedmind.net (Frank Blendinger) Date: Thu, 12 Feb 2009 13:59:24 +0100 Subject: [Vimperator] link-targets icons for hint mode Message-ID: <20090212125924.GD28163@intoxicatedmind.net> Hi, I just discovered the very nice link-targets plugin [1] and was wondering if it was possible to make those icons show up in hint mode, too? Greetings, Frank [1] http://vimperator.org/trac/attachment/ticket/23/link-targets.js -- Frank Blendinger | fb(at)intoxicatedmind.net | GPG: 0x0BF2FE7A Fingerprint: BB64 F2B8 DFD8 BF90 0F2E 892B 72CF 7A41 0BF2 FE7A "Just because I don't care doesn't mean I don't understand." (Homer Simpson) -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: Digital signature URL: From janus.wel.3 at gmail.com Thu Feb 12 06:02:53 2009 From: janus.wel.3 at gmail.com (janus_wel) Date: Thu, 12 Feb 2009 23:02:53 +0900 Subject: [Vimperator] Translating help to Japanese is finished In-Reply-To: References: <3b8682db0902100320o4dfb5620lac5351526ce6c52b@mail.gmail.com> <49917B30.5060508@tedpavlic.com> <49919903.4070509@tedpavlic.com> <3b8682db0902102220x2ac5e2e1rbe25caf1c01840a7@mail.gmail.com> Message-ID: <3b8682db0902120602q52249b9l88d2e77602673280@mail.gmail.com> 2009/2/11 Daniel Bainton : > 2009/2/11 Martin Stubenschrott : >> I just checked addons.mozilla.org. It is impossible to supply multiple >> XPIs for multiple languages. >> This is important, because people will not get autonotified for new >> releases if they don't install >> an XPI from AMo. I think that each localization teams will release XPI from AMO, or individual server. There is a issue if we trust each localization teams, so we should be carefully. > Just a note: they can be autonotified elsewhere quite as well, as long > as the proper files are in place in the server where the XPI's are. Those are "updateURL" and "updateKey" in install.rdf ? * https://developer.mozilla.org/en/Extension_Versioning,_Update_and_Compatibility * https://developer.mozilla.org/en/Install_Manifests#updateURL * https://developer.mozilla.org/en/Install_Manifests#updateKey -- janus_wel : janus.wel.3 at gmail.com From maglione.k at gmail.com Thu Feb 12 06:25:37 2009 From: maglione.k at gmail.com (Kris Maglione) Date: Thu, 12 Feb 2009 09:25:37 -0500 Subject: [Vimperator] 2.0 alpha/beta should work with FF3.1beta2? In-Reply-To: <3A863F7983E4864399C8C9B6D66F7AFC1A993E1AC6@EA-EXMSG-C330.europe.corp.microsoft.com> References: <3A863F7983E4864399C8C9B6D66F7AFC1A9912F69C@EA-EXMSG-C330.europe.corp.microsoft.com> <644fc65e0902101913o3509a752he6ff555f211ebc7d@mail.gmail.com> <3A863F7983E4864399C8C9B6D66F7AFC1A993E1A07@EA-EXMSG-C330.europe.corp.microsoft.com> <3A863F7983E4864399C8C9B6D66F7AFC1A993E1AC6@EA-EXMSG-C330.europe.corp.microsoft.com> Message-ID: <20090212142537.GA8016@jg.home> On Thu, Feb 12, 2009 at 09:17:54AM +0000, Thomas Svensen wrote: >Hehe, yes, they are actually VERY liberal when it comes to your personal desktop. >There is nothing (policy-wise) stopping me from running Linux on my laptop. There >are mainly two problems with using Firefox as my main browser inside Microsoft: > 1. Many intranet websites look weird inside Firefox, e.g., no line wrapping. > 2. AD authorization is integrated with IE, while I must supply my credentials every time from FF > >That actually gives me an idea; perhaps someone has worked out a way to let FF use my AD credentials? >I'll Google that (ehh, sorry "live search") that right away! It already does, but I think you need a special build. -- Kris Maglione I think conventional languages are for the birds. They're just extensions of the von Neumann computer, and they keep our noses in the dirt of dealing with individual words and computing addresses, and doing all kinds of silly things like that, things that we've picked up from programming for computers; we've built them into programming languages; we've built them into Fortran; we've built them in PL/1; we've built them into almost every language. --John Backus From maglione.k at gmail.com Thu Feb 12 06:28:13 2009 From: maglione.k at gmail.com (Kris Maglione) Date: Thu, 12 Feb 2009 09:28:13 -0500 Subject: [Vimperator] Enabling just firefox's default hinting In-Reply-To: <2031c0750902111953n14f21329ufa79f895f9fa0930@mail.gmail.com> References: <2031c0750902111953n14f21329ufa79f895f9fa0930@mail.gmail.com> Message-ID: <20090212142813.GB8016@jg.home> On Wed, Feb 11, 2009 at 10:53:14PM -0500, itis whatitis wrote: >Hi, is there a way to enable the default firefox hinting in vimperator >(the ' key)? I need it for my macros. Thanks. ' would work, but try: /\l -- Kris Maglione We shall do a much better programming job, provided we approach the task with a full appreciation of its tremendous difficulty, provided that we respect the intrinsic limitations of the human mind and approach the task as very humble programmers. --Alan Turing From maxauthority at vimperator.org Thu Feb 12 06:28:25 2009 From: maxauthority at vimperator.org (Martin Stubenschrott) Date: Thu, 12 Feb 2009 15:28:25 +0100 Subject: [Vimperator] Translating help to Japanese is finished In-Reply-To: <3b8682db0902120602q52249b9l88d2e77602673280@mail.gmail.com> References: <3b8682db0902100320o4dfb5620lac5351526ce6c52b@mail.gmail.com> <49917B30.5060508@tedpavlic.com> <49919903.4070509@tedpavlic.com> <3b8682db0902102220x2ac5e2e1rbe25caf1c01840a7@mail.gmail.com> <3b8682db0902120602q52249b9l88d2e77602673280@mail.gmail.com> Message-ID: > I think that each localization teams will release XPI > from AMO, or individual server. > There is a issue if we trust each localization teams, > so we should be carefully. I am not sure, this is really a good solution. One would need to create a seperate project on AMo (basically a fork) > Those are "updateURL" and "updateKey" in install.rdf ? > > * https://developer.mozilla.org/en/Extension_Versioning,_Update_and_Compatibility > * https://developer.mozilla.org/en/Install_Manifests#updateURL > * https://developer.mozilla.org/en/Install_Manifests#updateKey Add-ons uploaded to AMo must not use updateURL, as that's somehow auto-generated by them or something like that. I think the best short-term solution is to ask on #extdev or #addons on irc.mozilla.org (or some other place), what's the best solution for localization. Janus: If you zip all your localized .html files, how large are they? I fear > 100KB... From dpb at driftaway.org Thu Feb 12 06:27:29 2009 From: dpb at driftaway.org (Daniel Bainton) Date: Thu, 12 Feb 2009 16:27:29 +0200 Subject: [Vimperator] Translating help to Japanese is finished In-Reply-To: <3b8682db0902120602q52249b9l88d2e77602673280@mail.gmail.com> References: <3b8682db0902100320o4dfb5620lac5351526ce6c52b@mail.gmail.com> <49917B30.5060508@tedpavlic.com> <49919903.4070509@tedpavlic.com> <3b8682db0902102220x2ac5e2e1rbe25caf1c01840a7@mail.gmail.com> <3b8682db0902120602q52249b9l88d2e77602673280@mail.gmail.com> Message-ID: 2009/2/12 janus_wel : > 2009/2/11 Daniel Bainton : >> 2009/2/11 Martin Stubenschrott : >>> I just checked addons.mozilla.org. It is impossible to supply multiple >>> XPIs for multiple languages. >>> This is important, because people will not get autonotified for new >>> releases if they don't install >>> an XPI from AMo. > > I think that each localization teams will release XPI > from AMO, or individual server. > There is a issue if we trust each localization teams, > so we should be carefully. > >> Just a note: they can be autonotified elsewhere quite as well, as long >> as the proper files are in place in the server where the XPI's are. > > Those are "updateURL" and "updateKey" in install.rdf ? > > * https://developer.mozilla.org/en/Extension_Versioning,_Update_and_Compatibility > * https://developer.mozilla.org/en/Install_Manifests#updateURL > * https://developer.mozilla.org/en/Install_Manifests#updateKey Yeah, and the update rdf on the server side. -- Daniel From teramako at gmail.com Thu Feb 12 06:30:31 2009 From: teramako at gmail.com (M.Terada) Date: Thu, 12 Feb 2009 23:30:31 +0900 Subject: [Vimperator] feedSomeKeys_2 and Google Reader In-Reply-To: <391beaa80902120040j73687094rce3e4a252513e1c2@mail.gmail.com> References: <391beaa80902120040j73687094rce3e4a252513e1c2@mail.gmail.com> Message-ID: <6eebba490902120630o7858f632j2edd432c7383d2eb@mail.gmail.com> thanks report. feedSomeKeys over-write current mapings, it's means that key event should caught by Vimperator, then be into mapping process. But and , , , , keys cannot be iinto mapping process So we cannot map , , etc... Alternatively, We can use , , so :autocmd LocationChange www\.google\.co(m|\.uk)\/reader :fmap! -vkey j k n p m s t v A r S N P X O gh ga gs gt gu u / ? , , works well probably Best regards. ---- teramako http://d.hatena.ne.jp/teramako/ On Thu, Feb 12, 2009 at 17:40, Henri Ducrocq wrote: > My space and shift-space keys are not passed to Reader. The other keys work > fine. Here is my config: > > :autocmd LocationChange www\.google\.co(m|\.uk)\/reader :fmap! -vkey j k > n p m s t v A r S N P X O gh ga gs gt gu u / ? d o > t > > I'm using Firefox 3.0.5 on Ubuntu. > Teramako? > > > _______________________________________________ > Vimperator mailing list > Vimperator at mozdev.org > https://www.mozdev.org/mailman/listinfo/vimperator > > From janus.wel.3 at gmail.com Thu Feb 12 07:10:24 2009 From: janus.wel.3 at gmail.com (janus_wel) Date: Fri, 13 Feb 2009 00:10:24 +0900 Subject: [Vimperator] Translating help to Japanese is finished In-Reply-To: <4992D6B9.1070802@tedpavlic.com> References: <3b8682db0902100320o4dfb5620lac5351526ce6c52b@mail.gmail.com> <49917B30.5060508@tedpavlic.com> <3b8682db0902102037k360af331q62e918d226d410c0@mail.gmail.com> <4992D6B9.1070802@tedpavlic.com> Message-ID: <3b8682db0902120710k26d18b5fq538812c62638e46e@mail.gmail.com> 2009/2/11 Ted Pavlic : >> Makefile.doc check if lang is 2 lower case alphabet currently. >> There is no problem in neither case, hyphen or not hyphen. >> I checked that Makefile.doc work fine!! > > The Makefile.doc uses a hyphen as a field separator ('man awk' for '-F'). If > there's no field separator, then there's only one field, and because we only > care about the first field, then the Makefile.doc works fine with both. > That's what I was saying, but I imagined that the spirit of the code assumed > that the field would be hyphenated. > > It was my impression that all localizations included a language and a > location. I found another list of localizations on MDC that included all > hyphenated localizations. I did a Google search looking for the rule, but I > didn't come up with anything. I had thought as you said, too. But I found that first column of locale which separated by hyphen is always language tag, from RFC 4646 ( http://www.ietf.org/rfc/rfc4646.txt ) at "4. Formation and Processing of Language Tags". So, it is ensured that our Makefile.doc will able to find correct "lang". > So I guess it's "ja" (but what about ja-JP-mac? THREE fields? "mac" as in > Apple?). Yes, "mac" mean Apple's product. Maybe it's special locale for Mac (I don't have Mac...). According to RFC 4646, subtag "-mac" may be Extension Subtag. (at "2.2.6. Extension Subtags") -- janus_wel : janus.wel.3 at gmail.com From fb at intoxicatedmind.net Thu Feb 12 07:10:42 2009 From: fb at intoxicatedmind.net (Frank Blendinger) Date: Thu, 12 Feb 2009 16:10:42 +0100 Subject: [Vimperator] feedSomeKeys_2 and Google Reader In-Reply-To: <6eebba490902120630o7858f632j2edd432c7383d2eb@mail.gmail.com> References: <391beaa80902120040j73687094rce3e4a252513e1c2@mail.gmail.com> <6eebba490902120630o7858f632j2edd432c7383d2eb@mail.gmail.com> Message-ID: <20090212151042.GE28163@intoxicatedmind.net> Hi. On Thu 2009-02-12 23:30, M.Terada proclaimed: > :autocmd LocationChange www\.google\.co(m|\.uk)\/reader :fmap! > -vkey j k n p m s t v A r S N P X O gh ga gs gt gu u / ? > , , > > works well probably I am currently trying out this script, too, and I like it. The `?' key does not work for me, though. I also tried escaping it in the autocommand, that did not help. It is listed in :fmap, but not passed through. ^V? works. Oh and btw, I removed gt from the list so that I can still use it for tab switching. I don't use it in Google Reader at all, but out of curiosity: how could I do a "remapping", i.e. have Gt go as gt to Google Reader and keep the gt mapping of vimperator? Greetings, Frank -- Frank Blendinger | fb(at)intoxicatedmind.net | GPG: 0x0BF2FE7A Fingerprint: BB64 F2B8 DFD8 BF90 0F2E 892B 72CF 7A41 0BF2 FE7A "Just because I don't care doesn't mean I don't understand." (Homer Simpson) -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: Digital signature URL: From fb at intoxicatedmind.net Thu Feb 12 08:08:07 2009 From: fb at intoxicatedmind.net (Frank Blendinger) Date: Thu, 12 Feb 2009 17:08:07 +0100 Subject: [Vimperator] feedSomeKeys_2 and Google Reader In-Reply-To: <20090212151042.GE28163@intoxicatedmind.net> References: <391beaa80902120040j73687094rce3e4a252513e1c2@mail.gmail.com> <6eebba490902120630o7858f632j2edd432c7383d2eb@mail.gmail.com> <20090212151042.GE28163@intoxicatedmind.net> Message-ID: <20090212160807.GF28163@intoxicatedmind.net> Hi. On Thu 2009-02-12 16:10, Frank Blendinger proclaimed: > On Thu 2009-02-12 23:30, M.Terada proclaimed: > > :autocmd LocationChange www\.google\.co(m|\.uk)\/reader :fmap! > > -vkey j k n p m s t v A r S N P X O gh ga gs gt gu u / ? > > , , > > > > works well probably > > I am currently trying out this script, too, and I like it. The `?' key > does not work for me, though. I also tried escaping it in the > autocommand, that did not help. It is listed in :fmap, but not passed > through. ^V? works. I noticed this also applies for `1' and `2'. Greetings, Frank -- Frank Blendinger | fb(at)intoxicatedmind.net | GPG: 0x0BF2FE7A Fingerprint: BB64 F2B8 DFD8 BF90 0F2E 892B 72CF 7A41 0BF2 FE7A "Just because I don't care doesn't mean I don't understand." (Homer Simpson) -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: Digital signature URL: From teramako at gmail.com Thu Feb 12 08:33:01 2009 From: teramako at gmail.com (M.Terada) Date: Fri, 13 Feb 2009 01:33:01 +0900 Subject: [Vimperator] feedSomeKeys_2 and Google Reader In-Reply-To: <20090212160807.GF28163@intoxicatedmind.net> References: <391beaa80902120040j73687094rce3e4a252513e1c2@mail.gmail.com> <6eebba490902120630o7858f632j2edd432c7383d2eb@mail.gmail.com> <20090212151042.GE28163@intoxicatedmind.net> <20090212160807.GF28163@intoxicatedmind.net> Message-ID: <6eebba490902120833u6814c5c5i50384dc82f1b8272@mail.gmail.com> thanks bug reports :) > I am currently trying out this script, too, and I like it. The `?' key > does not work for me, though. I also tried escaping it in the > autocommand, that did not help. It is listed in :fmap, but not passed > through. ^V? works. I fixed and uploaded http://vimperator.org/trac/ticket/48 > Oh and btw, I removed gt from the list so that I can still use it for > tab switching. I don't use it in Google Reader at all, but out of > curiosity: how could I do a "remapping", i.e. have Gt go as gt to Google > Reader and keep the gt mapping of vimperator? please add :fmap -v Gt,gt ( comma-demilited, left side converts to right side and feeds ) > I noticed this also applies for `1' and `2'. Now, cannot map digits. see http://vimperator.org/trac/ticket/127 ---- teramako http://d.hatena.ne.jp/teramako/ On Fri, Feb 13, 2009 at 01:08, Frank Blendinger wrote: > Hi. > > On Thu 2009-02-12 16:10, Frank Blendinger > proclaimed: >> On Thu 2009-02-12 23:30, M.Terada proclaimed: >> > :autocmd LocationChange www\.google\.co(m|\.uk)\/reader :fmap! >> > -vkey j k n p m s t v A r S N P X O gh ga gs gt gu u / ? >> > , , >> > >> > works well probably >> >> I am currently trying out this script, too, and I like it. The `?' key >> does not work for me, though. I also tried escaping it in the >> autocommand, that did not help. It is listed in :fmap, but not passed >> through. ^V? works. > > I noticed this also applies for `1' and `2'. > > > Greetings, > Frank > > -- > Frank Blendinger | fb(at)intoxicatedmind.net | GPG: 0x0BF2FE7A > Fingerprint: BB64 F2B8 DFD8 BF90 0F2E 892B 72CF 7A41 0BF2 FE7A > "Just because I don't care doesn't mean I don't understand." > (Homer Simpson) > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.6 (GNU/Linux) > > iD8DBQFJlElncs96QQvy/noRAjDFAJ97S0j59+XDYb7LArY65o7dTQXcbQCfWmG/ > 97EhKroywiTuEmyfhZ8Fxa8= > =5RsZ > -----END PGP SIGNATURE----- > > _______________________________________________ > Vimperator mailing list > Vimperator at mozdev.org > https://www.mozdev.org/mailman/listinfo/vimperator > > From henri.ducrocq at gmail.com Thu Feb 12 08:42:33 2009 From: henri.ducrocq at gmail.com (Henri Ducrocq) Date: Thu, 12 Feb 2009 16:42:33 +0000 Subject: [Vimperator] feedSomeKeys_2 and Google Reader In-Reply-To: <6eebba490902120833u6814c5c5i50384dc82f1b8272@mail.gmail.com> References: <391beaa80902120040j73687094rce3e4a252513e1c2@mail.gmail.com> <6eebba490902120630o7858f632j2edd432c7383d2eb@mail.gmail.com> <20090212151042.GE28163@intoxicatedmind.net> <20090212160807.GF28163@intoxicatedmind.net> <6eebba490902120833u6814c5c5i50384dc82f1b8272@mail.gmail.com> Message-ID: <391beaa80902120842s4a5ec53eme94798839ebcab58@mail.gmail.com> Thanks for your help Teramako San. Is there any reason why the vimperator event handler couldn't be modified to handle such cases? On Thu, Feb 12, 2009 at 4:33 PM, M.Terada wrote: > thanks bug reports :) > > > I am currently trying out this script, too, and I like it. The `?' key > > does not work for me, though. I also tried escaping it in the > > autocommand, that did not help. It is listed in :fmap, but not passed > > through. ^V? works. > I fixed and uploaded > http://vimperator.org/trac/ticket/48 > > > Oh and btw, I removed gt from the list so that I can still use it for > > tab switching. I don't use it in Google Reader at all, but out of > > curiosity: how could I do a "remapping", i.e. have Gt go as gt to Google > > Reader and keep the gt mapping of vimperator? > > please add :fmap -v Gt,gt > ( comma-demilited, left side converts to right side and feeds ) > > > I noticed this also applies for `1' and `2'. > Now, cannot map digits. > see http://vimperator.org/trac/ticket/127 > > ---- > teramako > http://d.hatena.ne.jp/teramako/ > > > > > On Fri, Feb 13, 2009 at 01:08, Frank Blendinger > wrote: > > Hi. > > > > On Thu 2009-02-12 16:10, Frank Blendinger > > proclaimed: > >> On Thu 2009-02-12 23:30, M.Terada proclaimed: > >> > :autocmd LocationChange www\.google\.co(m|\.uk)\/reader :fmap! > >> > -vkey j k n p m s t v A r S N P X O gh ga gs gt gu u / ? > >> > , , > >> > > >> > works well probably > >> > >> I am currently trying out this script, too, and I like it. The `?' key > >> does not work for me, though. I also tried escaping it in the > >> autocommand, that did not help. It is listed in :fmap, but not passed > >> through. ^V? works. > > > > I noticed this also applies for `1' and `2'. > > > > > > Greetings, > > Frank > > > > -- > > Frank Blendinger | fb(at)intoxicatedmind.net | GPG: 0x0BF2FE7A > > Fingerprint: BB64 F2B8 DFD8 BF90 0F2E 892B 72CF 7A41 0BF2 FE7A > > "Just because I don't care doesn't mean I don't understand." > > (Homer Simpson) > > > > -----BEGIN PGP SIGNATURE----- > > Version: GnuPG v1.4.6 (GNU/Linux) > > > > iD8DBQFJlElncs96QQvy/noRAjDFAJ97S0j59+XDYb7LArY65o7dTQXcbQCfWmG/ > > 97EhKroywiTuEmyfhZ8Fxa8= > > =5RsZ > > -----END PGP SIGNATURE----- > > > > _______________________________________________ > > Vimperator mailing list > > Vimperator at mozdev.org > > https://www.mozdev.org/mailman/listinfo/vimperator > > > > > _______________________________________________ > Vimperator mailing list > Vimperator at mozdev.org > https://www.mozdev.org/mailman/listinfo/vimperator > -------------- next part -------------- An HTML attachment was scrubbed... URL: From pencil46245 at gmail.com Thu Feb 12 16:27:26 2009 From: pencil46245 at gmail.com (itis whatitis) Date: Thu, 12 Feb 2009 19:27:26 -0500 Subject: [Vimperator] Enabling just firefox's default hinting In-Reply-To: <20090212142813.GB8016@jg.home> References: <2031c0750902111953n14f21329ufa79f895f9fa0930@mail.gmail.com> <20090212142813.GB8016@jg.home> Message-ID: <2031c0750902121627v65103ddbya42db33bd6151646@mail.gmail.com> Hi, tried ' it "worked" but the quick link form doesn't automatically gain focus nor does is it hintable by the F key, so it won't work with my macros. I'm not sure what you mean by ^l either, I tried it nothing happened. Can you explain? All I need is a hinting method that lets me put as much text as I want to target the anchor text of a link without it automatically going to that link even if its the only anchor text that matches the text I entered. I need this for my macros because sometimes my macros mess up if there is a link with similar text and since I am not able to exactly match the link I want, it ends up going to a different one. Firefox's default hinting does exactly that but if there is an option similar built into vimperator I'll use that. Thank you both a lot for your help. On 2/12/09, Kris Maglione wrote: > On Wed, Feb 11, 2009 at 10:53:14PM -0500, itis whatitis wrote: >>Hi, is there a way to enable the default firefox hinting in vimperator >>(the ' key)? I need it for my macros. Thanks. > > ' would work, but try: /\l > > -- > Kris Maglione > > We shall do a much better programming job, provided we approach the > task with a full appreciation of its tremendous difficulty, provided > that we respect the intrinsic limitations of the human mind and > approach the task as very humble programmers. > --Alan Turing > > _______________________________________________ > Vimperator mailing list > Vimperator at mozdev.org > https://www.mozdev.org/mailman/listinfo/vimperator > From maglione.k at gmail.com Thu Feb 12 16:54:49 2009 From: maglione.k at gmail.com (Kris Maglione) Date: Thu, 12 Feb 2009 19:54:49 -0500 Subject: [Vimperator] Enabling just firefox's default hinting In-Reply-To: <2031c0750902121627v65103ddbya42db33bd6151646@mail.gmail.com> References: <2031c0750902111953n14f21329ufa79f895f9fa0930@mail.gmail.com> <20090212142813.GB8016@jg.home> <2031c0750902121627v65103ddbya42db33bd6151646@mail.gmail.com> Message-ID: <20090213005449.GA25381@jg.home> On Thu, Feb 12, 2009 at 07:27:26PM -0500, itis whatitis wrote: >I'm not sure what you mean by ^l either, Not ^l, "/\l", literally: slash, backslash, ell. -- Kris Maglione If the facts don't fit the theory, change the facts. --Albert Einstein From dougkearns at gmail.com Thu Feb 12 19:36:39 2009 From: dougkearns at gmail.com (Doug Kearns) Date: Fri, 13 Feb 2009 14:36:39 +1100 Subject: [Vimperator] Enabling just firefox's default hinting In-Reply-To: <2031c0750902121627v65103ddbya42db33bd6151646@mail.gmail.com> References: <2031c0750902111953n14f21329ufa79f895f9fa0930@mail.gmail.com> <20090212142813.GB8016@jg.home> <2031c0750902121627v65103ddbya42db33bd6151646@mail.gmail.com> Message-ID: <644fc65e0902121936i689f4f22w8ba8cf77508e08e0@mail.gmail.com> On 2/13/09, itis whatitis wrote: > All I need is a hinting > method that lets me put as much text as I want to target the anchor > text of a link without it automatically going to that link even if its > the only anchor text that matches the text I entered. Don't you want :set followhints=1 ? 'followhints' is only available in 2.0 though. Regards, Doug From maxauthority at vimperator.org Fri Feb 13 01:36:06 2009 From: maxauthority at vimperator.org (Martin Stubenschrott) Date: Fri, 13 Feb 2009 10:36:06 +0100 Subject: [Vimperator] Enabling just firefox's default hinting In-Reply-To: <644fc65e0902121936i689f4f22w8ba8cf77508e08e0@mail.gmail.com> References: <2031c0750902111953n14f21329ufa79f895f9fa0930@mail.gmail.com> <20090212142813.GB8016@jg.home> <2031c0750902121627v65103ddbya42db33bd6151646@mail.gmail.com> <644fc65e0902121936i689f4f22w8ba8cf77508e08e0@mail.gmail.com> Message-ID: On Fri, Feb 13, 2009 at 4:36 AM, Doug Kearns wrote: > On 2/13/09, itis whatitis wrote: > > > >> All I need is a hinting >> method that lets me put as much text as I want to target the anchor >> text of a link without it automatically going to that link even if its >> the only anchor text that matches the text I entered. > > Don't you want :set followhints=1 ? 'followhints' is only available in > 2.0 though. Shouldn't we automatically set folowhints=1 when recording (and replaying) macros? Otherwise macros with hints probably tend to break a lot. From janus.wel.3 at gmail.com Fri Feb 13 01:45:06 2009 From: janus.wel.3 at gmail.com (janus_wel) Date: Fri, 13 Feb 2009 18:45:06 +0900 Subject: [Vimperator] Translating help to Japanese is finished In-Reply-To: References: <3b8682db0902100320o4dfb5620lac5351526ce6c52b@mail.gmail.com> <49917B30.5060508@tedpavlic.com> <49919903.4070509@tedpavlic.com> <3b8682db0902102220x2ac5e2e1rbe25caf1c01840a7@mail.gmail.com> <3b8682db0902120602q52249b9l88d2e77602673280@mail.gmail.com> Message-ID: <3b8682db0902130145g59b8fe50v20e145cdc9c60080@mail.gmail.com> 2009/2/12 Martin Stubenschrott : >> I think that each localization teams will release XPI >> from AMO, or individual server. >> There is a issue if we trust each localization teams, >> so we should be carefully. > > I am not sure, this is really a good solution. One would need to > create a seperate project > on AMo (basically a fork) I got it. Is there no hurry, isn't there? Just maybe, this way may be entertained in only Japan... > I think the best short-term solution is to ask on #extdev or #addons > on irc.mozilla.org (or some other > place), what's the best solution for localization. It's good idea. > Janus: If you zip all your localized .html files, how large are they? > I fear > 100KB... I hate to tell you, the zipped file size is 163KB. refer: http://f.hatena.ne.jp/janus_wel/20090213184102 -- janus_wel : janus.wel.3 at gmail.com From fb at intoxicatedmind.net Fri Feb 13 14:32:57 2009 From: fb at intoxicatedmind.net (Frank Blendinger) Date: Fri, 13 Feb 2009 23:32:57 +0100 Subject: [Vimperator] feedSomeKeys and Google Calendar Message-ID: <20090213223257.GG28163@intoxicatedmind.net> Hi, does anyone have an idea why feedSomeKeys does not work for Google Calendar? At least it does not for me. The keys in :fmap are not caught by vimperator anymore, but also not passed to the Google Calendar site. Greetings, Frank -- Frank Blendinger | fb(at)intoxicatedmind.net | GPG: 0x0BF2FE7A Fingerprint: BB64 F2B8 DFD8 BF90 0F2E 892B 72CF 7A41 0BF2 FE7A "Just because I don't care doesn't mean I don't understand." (Homer Simpson) -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: Digital signature URL: From fb at intoxicatedmind.net Fri Feb 13 15:17:25 2009 From: fb at intoxicatedmind.net (Frank Blendinger) Date: Sat, 14 Feb 2009 00:17:25 +0100 Subject: [Vimperator] Coloring commandline on focus Message-ID: <20090213231725.GH28163@intoxicatedmind.net> Hi, I had this JS snippet in my vimperatorrc to make the command line yellow when it has focus: javascript < From pencil46245 at gmail.com Fri Feb 13 19:00:25 2009 From: pencil46245 at gmail.com (itis whatitis) Date: Fri, 13 Feb 2009 22:00:25 -0500 Subject: [Vimperator] Enabling just firefox's default hinting In-Reply-To: References: <2031c0750902111953n14f21329ufa79f895f9fa0930@mail.gmail.com> <20090212142813.GB8016@jg.home> <2031c0750902121627v65103ddbya42db33bd6151646@mail.gmail.com> <644fc65e0902121936i689f4f22w8ba8cf77508e08e0@mail.gmail.com> Message-ID: <2031c0750902131900o3f0e76fcg6d949eed35a720b4@mail.gmail.com> This perfectly fixed my problem, thank you. On 2/13/09, Martin Stubenschrott wrote: > On Fri, Feb 13, 2009 at 4:36 AM, Doug Kearns wrote: >> On 2/13/09, itis whatitis wrote: >> >> >> >>> All I need is a hinting >>> method that lets me put as much text as I want to target the anchor >>> text of a link without it automatically going to that link even if its >>> the only anchor text that matches the text I entered. >> >> Don't you want :set followhints=1 ? 'followhints' is only available in >> 2.0 though. > > Shouldn't we automatically set folowhints=1 when recording (and > replaying) macros? > > Otherwise macros with hints probably tend to break a lot. > _______________________________________________ > Vimperator mailing list > Vimperator at mozdev.org > https://www.mozdev.org/mailman/listinfo/vimperator > From teramako at gmail.com Fri Feb 13 19:17:28 2009 From: teramako at gmail.com (M.Terada) Date: Sat, 14 Feb 2009 12:17:28 +0900 Subject: [Vimperator] feedSomeKeys and Google Calendar In-Reply-To: <20090213223257.GG28163@intoxicatedmind.net> References: <20090213223257.GG28163@intoxicatedmind.net> Message-ID: <6eebba490902131917r63b64981o53ddfc101b423756@mail.gmail.com> Hi thanks bug report. I fixed and upload http://vimperator.org/trac/attachment/ticket/48/feedSomeKeys_2.js Please try again :fmap -v c / n p j k t d x w m a q s u Best regards ---- teramako http://d.hatena.ne.jp/teramako/ On Sat, Feb 14, 2009 at 07:32, Frank Blendinger wrote: > Hi, > > does anyone have an idea why feedSomeKeys does not work for Google > Calendar? At least it does not for me. The keys in :fmap are not caught > by vimperator anymore, but also not passed to the Google Calendar site. > > > Greetings, > Frank > > -- > Frank Blendinger | fb(at)intoxicatedmind.net | GPG: 0x0BF2FE7A > Fingerprint: BB64 F2B8 DFD8 BF90 0F2E 892B 72CF 7A41 0BF2 FE7A > "Just because I don't care doesn't mean I don't understand." > (Homer Simpson) > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.6 (GNU/Linux) > > iD8DBQFJlfUZcs96QQvy/noRAhLMAJ4+VSUewznqCnVRoiWcNRwKqnJQ8gCeJ6UK > vdlHe4b4+Qnna1qMpgohBYA= > =F3B2 > -----END PGP SIGNATURE----- > > _______________________________________________ > Vimperator mailing list > Vimperator at mozdev.org > https://www.mozdev.org/mailman/listinfo/vimperator > > From janus.wel.3 at gmail.com Fri Feb 13 21:59:13 2009 From: janus.wel.3 at gmail.com (janus_wel) Date: Sat, 14 Feb 2009 14:59:13 +0900 Subject: [Vimperator] Coloring commandline on focus In-Reply-To: <20090213231725.GH28163@intoxicatedmind.net> References: <20090213231725.GH28163@intoxicatedmind.net> Message-ID: <3b8682db0902132159s1dd9ef48q3acdea9ce98c66ac@mail.gmail.com> > It does not work with current 2.0b1 anymore. How do I have to modify it to make > it work again? Can :hi be used somehow maybe? Yes, you can use :hi ("highlight" object internally), like below. (function(){ function swapBGColor(event){ event.type === "focus" ? highlight.set("CmdLine", "background-color: yellow;", null, true) : highlight.set("CmdLine", null, true); } let inputElm = window.document.getElementById('liberator-commandline-command'); inputElm.addEventListener('focus',swapBGColor,false); inputElm.addEventListener('blur', swapBGColor,false); })(); Operating "style" property is also possible as same (by using setAttribute method), though that way needs large codes and the knowledge of XUL design. It's non-sense. -- janus_wel : janus.wel.3 at gmail.com From henri.ducrocq at gmail.com Sun Feb 15 09:05:47 2009 From: henri.ducrocq at gmail.com (Henri Ducrocq) Date: Sun, 15 Feb 2009 17:05:47 +0000 Subject: [Vimperator] FF crash caused by bookmarks Message-ID: <391beaa80902150905k40493f38s80062e83eac33004@mail.gmail.com> I spent about 3 hours trying to debug my way around this, wasn't much fun: - At startup, FF crashes about 90% of the times, typically after 10 or 20 seconds. Crashes more frequent when restoring a session with several tabs; - The same thing happened on my 2 machines, both of them having more or less the same environment (i.e. same version of Ubuntu/Firefox/Vimperator). They share the same bookmarks (synchronized using Foxmarks); - Disabling the Vimperator extension fixes it; - Disabling all extensions but Vimperator doesn't fix it; - The problem disappears if none of my bookmarks are tagged (according to the few tests I made, can't be 100% sure about that); - Reversing to vimperator_2.0pre_2008-11-20 seems to fix it; - Doing a diff between 2008-11-20 and 2008-11-21 was confusing, so I went back instead to 2.0b1 and tried to play with the code. Not invoking getKeywordForBookmark() or getTagsForURI() in Cache.loadBookmark() fixes the crashes: [code] let keyword = bookmarksService.getKeywordForBookmark(node.itemId); let tags = taggingService.getTagsForURI(uri, {}) || []; [/code] - Finally, adding a sleep() call to the Cache.load() method completely fixes everything: [code] this.load = function load() { > sleep(5); if (loading) { while (loading) sleep(10); return bookmarks; } [/code] Now I have to say I don't understand what's happening here. Any ideas? My environment: Firefox 3.0.6 Vimperator >= vimperator_2.0pre_2008-11-21 Ubuntu 8.10 My internet connection is quite slow (3g modem). -------------- next part -------------- An HTML attachment was scrubbed... URL: From maglione.k at gmail.com Sun Feb 15 10:04:21 2009 From: maglione.k at gmail.com (Kris Maglione) Date: Sun, 15 Feb 2009 13:04:21 -0500 Subject: [Vimperator] FF crash caused by bookmarks In-Reply-To: <391beaa80902150905k40493f38s80062e83eac33004@mail.gmail.com> References: <391beaa80902150905k40493f38s80062e83eac33004@mail.gmail.com> Message-ID: <20090215180421.GB25381@jg.home> On Sun, Feb 15, 2009 at 05:05:47PM +0000, Henri Ducrocq wrote: > - Finally, adding a sleep() call to the Cache.load() method completely >fixes everything: >[code] > this.load = function load() > { >> sleep(5); > if (loading) > { > while (loading) > sleep(10); > return bookmarks; > } >[/code] > >Now I have to say I don't understand what's happening here. Any ideas? You probably have two threads stepping on each other. There was such a problem before, but it was fixed. There must be a race somewhere. -- Kris Maglione About the use of language: it is impossible to sharpen a pencil with a blunt axe. It is equally vain to try to do it with ten blunt axes instead. --Edsger W. Dijkstra From nemolivier at gmail.com Sun Feb 15 10:04:11 2009 From: nemolivier at gmail.com (=?UTF-8?Q?Olivier_Gu=C3=A9ry?=) Date: Sun, 15 Feb 2009 19:04:11 +0100 Subject: [Vimperator] FF crash caused by bookmarks In-Reply-To: <391beaa80902150905k40493f38s80062e83eac33004@mail.gmail.com> References: <391beaa80902150905k40493f38s80062e83eac33004@mail.gmail.com> Message-ID: <5c2c86e70902151004y5329c439o771108bd1d3c7811@mail.gmail.com> 2009/2/15 Henri Ducrocq : > I spent about 3 hours trying to debug my way around this, wasn't much fun: > > - At startup, FF crashes about 90% of the times, typically after 10 or 20 > seconds. Crashes more frequent when restoring a session with several tabs; I have exactly the same problem. The only workaround I found is to quick open a new tab (+t), close the one that was open (after the first crach, I select ? start a new session ?) at boot. A solution would be realy great. Ubuntu 8.10 64bits, Firefox 3.0.6 and 3.1 beta (from ppa : https://launchpad.net/~fta/+archive/ppa), last vimperator git Regards, Olivier. -- [Message tap? sur un clavier B?po : http://www.clavier-dvorak.org ] http://nemolivier.blogspot.com From henri.ducrocq at gmail.com Sun Feb 15 10:49:29 2009 From: henri.ducrocq at gmail.com (Henri Ducrocq) Date: Sun, 15 Feb 2009 18:49:29 +0000 Subject: [Vimperator] FF crash caused by bookmarks In-Reply-To: <5c2c86e70902151004y5329c439o771108bd1d3c7811@mail.gmail.com> References: <391beaa80902150905k40493f38s80062e83eac33004@mail.gmail.com> <5c2c86e70902151004y5329c439o771108bd1d3c7811@mail.gmail.com> Message-ID: <391beaa80902151049u1f3cd5f0v3b422f29c4082d15@mail.gmail.com> Until it's properly fixed you could always try to insert that sleep(5) call in bookmarks.js, it might work for you as well. On Sun, Feb 15, 2009 at 6:04 PM, Olivier Gu?ry wrote: > 2009/2/15 Henri Ducrocq : > > I spent about 3 hours trying to debug my way around this, wasn't much > fun: > > > > - At startup, FF crashes about 90% of the times, typically after 10 or 20 > > seconds. Crashes more frequent when restoring a session with several > tabs; > > I have exactly the same problem. The only workaround I found is to > quick open a new tab (+t), close the one that was open (after > the first crach, I select ? start a new session ?) at boot. > > A solution would be realy great. > > Ubuntu 8.10 64bits, Firefox 3.0.6 and 3.1 beta (from ppa : > https://launchpad.net/~fta/+archive/ppa), > last vimperator git > > Regards, > Olivier. > > > -- > [Message tap? sur un clavier B?po : http://www.clavier-dvorak.org ] > http://nemolivier.blogspot.com > _______________________________________________ > Vimperator mailing list > Vimperator at mozdev.org > https://www.mozdev.org/mailman/listinfo/vimperator > -------------- next part -------------- An HTML attachment was scrubbed... URL: From maglione.k at gmail.com Sun Feb 15 10:55:32 2009 From: maglione.k at gmail.com (Kris Maglione) Date: Sun, 15 Feb 2009 13:55:32 -0500 Subject: [Vimperator] FF crash caused by bookmarks In-Reply-To: <391beaa80902151049u1f3cd5f0v3b422f29c4082d15@mail.gmail.com> References: <391beaa80902150905k40493f38s80062e83eac33004@mail.gmail.com> <5c2c86e70902151004y5329c439o771108bd1d3c7811@mail.gmail.com> <391beaa80902151049u1f3cd5f0v3b422f29c4082d15@mail.gmail.com> Message-ID: <20090215185532.GC25381@jg.home> On Sun, Feb 15, 2009 at 06:49:29PM +0000, Henri Ducrocq wrote: >Until it's properly fixed you could always try to insert that sleep(5) call >in bookmarks.js, it might work for you as well. Or you could just :set nopreload -- Kris Maglione If buffer overflows are ever controlled, it won't be due to mere crashes, but due to their making systems vulnerable to hackers. Software crashes due to mere incompetence apparently don't raise any eyebrows, because no one wants to fault the incompetent programmer and his incompetent boss. --Henry Baker From maxauthority at vimperator.org Mon Feb 16 01:04:36 2009 From: maxauthority at vimperator.org (Martin Stubenschrott) Date: Mon, 16 Feb 2009 10:04:36 +0100 Subject: [Vimperator] FF crash caused by bookmarks In-Reply-To: <20090215185532.GC25381@jg.home> References: <391beaa80902150905k40493f38s80062e83eac33004@mail.gmail.com> <5c2c86e70902151004y5329c439o771108bd1d3c7811@mail.gmail.com> <391beaa80902151049u1f3cd5f0v3b422f29c4082d15@mail.gmail.com> <20090215185532.GC25381@jg.home> Message-ID: > Or you could just :set nopreload Yes, please try that. We should probably make that the default, since we default to cpt=l anyway. From nemolivier at gmail.com Mon Feb 16 16:18:35 2009 From: nemolivier at gmail.com (=?UTF-8?Q?Olivier_Gu=C3=A9ry?=) Date: Tue, 17 Feb 2009 01:18:35 +0100 Subject: [Vimperator] feedSomeKeys and Google Calendar In-Reply-To: <6eebba490902131917r63b64981o53ddfc101b423756@mail.gmail.com> References: <20090213223257.GG28163@intoxicatedmind.net> <6eebba490902131917r63b64981o53ddfc101b423756@mail.gmail.com> Message-ID: <5c2c86e70902161618q2d16fb3ew3801e72ec602bbe8@mail.gmail.com> 2009/2/14 M.Terada : > Hi > > thanks bug report. > I fixed and upload > http://vimperator.org/trac/attachment/ticket/48/feedSomeKeys_2.js Hi teramako, I've install this last one and feedSomeKeys stop working in GoogleReader? Best regards, Olivier. -- [Message tap? sur un clavier B?po : http://www.clavier-dvorak.org ] http://nemolivier.blogspot.com From dougkearns at gmail.com Mon Feb 16 19:19:21 2009 From: dougkearns at gmail.com (Doug Kearns) Date: Tue, 17 Feb 2009 14:19:21 +1100 Subject: [Vimperator] new patch: fix "e.rel is undefined" error raise from "[[" and "]]" In-Reply-To: <6914ac6b0902111735t13cdfef8ved3e0ab76c8b8f79@mail.gmail.com> References: <6914ac6b0902111735t13cdfef8ved3e0ab76c8b8f79@mail.gmail.com> Message-ID: <644fc65e0902161919g33d63fb0la1a34bf8aebbe4ff@mail.gmail.com> On 2/12/09, Komuro Sunao wrote: > Sometimes "[[" and "]]" raise "e.rel is undefined" error. > It is made by buffer.followDocumentRelationship. > I wrote patch that fix it. Thanks, this should be fixed now. Doug From fb at intoxicatedmind.net Tue Feb 17 00:54:58 2009 From: fb at intoxicatedmind.net (Frank Blendinger) Date: Tue, 17 Feb 2009 09:54:58 +0100 Subject: [Vimperator] feedSomeKeys and Google Calendar In-Reply-To: <5c2c86e70902161618q2d16fb3ew3801e72ec602bbe8@mail.gmail.com> References: <20090213223257.GG28163@intoxicatedmind.net> <6eebba490902131917r63b64981o53ddfc101b423756@mail.gmail.com> <5c2c86e70902161618q2d16fb3ew3801e72ec602bbe8@mail.gmail.com> Message-ID: <20090217085458.GK28163@intoxicatedmind.net> Hi. On Tue 2009-02-17 01:18, Olivier Gu?ry proclaimed: > 2009/2/14 M.Terada : > > thanks bug report. > > I fixed and upload > > http://vimperator.org/trac/attachment/ticket/48/feedSomeKeys_2.js > > Hi teramako, > > I've install this last one and feedSomeKeys stop working in GoogleReader? For me it still works in Google Reader, but it did not help with Google Calendar at all. Greetings, Frank -- Frank Blendinger | fb(at)intoxicatedmind.net | GPG: 0x0BF2FE7A Fingerprint: BB64 F2B8 DFD8 BF90 0F2E 892B 72CF 7A41 0BF2 FE7A "Just because I don't care doesn't mean I don't understand." (Homer Simpson) -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: Digital signature URL: From konbu.komuro at gmail.com Tue Feb 17 21:20:43 2009 From: konbu.komuro at gmail.com (Komuro Sunao) Date: Wed, 18 Feb 2009 14:20:43 +0900 Subject: [Vimperator] new patch: fix "e.rel is undefined" error raise from "[[" and "]]" In-Reply-To: <644fc65e0902161919g33d63fb0la1a34bf8aebbe4ff@mail.gmail.com> References: <6914ac6b0902111735t13cdfef8ved3e0ab76c8b8f79@mail.gmail.com> <644fc65e0902161919g33d63fb0la1a34bf8aebbe4ff@mail.gmail.com> Message-ID: <6914ac6b0902172120j3ec51eefq944a68c156c6f5a1@mail.gmail.com> Thanks for fix. On Tue, Feb 17, 2009 at 12:19 PM, Doug Kearns wrote: > On 2/12/09, Komuro Sunao wrote: >> Sometimes "[[" and "]]" raise "e.rel is undefined" error. >> It is made by buffer.followDocumentRelationship. >> I wrote patch that fix it. > > Thanks, this should be fixed now. > > Doug > _______________________________________________ > Vimperator mailing list > Vimperator at mozdev.org > https://www.mozdev.org/mailman/listinfo/vimperator > -- Department of Computer Science, The University of Electro-Communications ?? ??Komuro Sunao? Email? konbu.komuro at gmail.com From moneylcj at foxmail.com Wed Feb 18 00:27:08 2009 From: moneylcj at foxmail.com (=?ISO-8859-1?B?bW9uZXlsY2o=?=) Date: Wed, 18 Feb 2009 16:27:08 +0800 Subject: [Vimperator] bmarks! give a wrong result! Message-ID: I hide my firefox's menu and toolbar so i want to access google reader note bookmarks from the key map,my code is: javascript < I found that the document object reference to unknow,beacuse in this segment code window object is reference firefox's gui window,so document must to be modified to content.document. but in the "https://www.google.com/reader/ui/link-bookmarklet.js" document is still reference unknow.what show i do ? -------------- next part -------------- An HTML attachment was scrubbed... URL: From fb at intoxicatedmind.net Wed Feb 18 02:38:59 2009 From: fb at intoxicatedmind.net (Frank Blendinger) Date: Wed, 18 Feb 2009 11:38:59 +0100 Subject: [Vimperator] feedSomeKeys and Google Calendar In-Reply-To: <20090217085458.GK28163@intoxicatedmind.net> References: <20090213223257.GG28163@intoxicatedmind.net> <6eebba490902131917r63b64981o53ddfc101b423756@mail.gmail.com> <5c2c86e70902161618q2d16fb3ew3801e72ec602bbe8@mail.gmail.com> <20090217085458.GK28163@intoxicatedmind.net> Message-ID: <20090218103859.GM28163@intoxicatedmind.net> Hi there again. On Tue 2009-02-17 09:54, Frank Blendinger proclaimed: > On Tue 2009-02-17 01:18, Olivier Gu?ry > proclaimed: > > 2009/2/14 M.Terada : > > > thanks bug report. > > > I fixed and upload > > > http://vimperator.org/trac/attachment/ticket/48/feedSomeKeys_2.js > > > > Hi teramako, > > > > I've install this last one and feedSomeKeys stop working in GoogleReader? > > For me it still works in Google Reader, but it did not help with Google > Calendar at all. While that was true when I wrote it last mail, I have the same problem as Olivier now - GC working, GR not. It seems it needed a FF restart to trigger that bug. Last time I just :source'd feedSomeKeys_2.js, I thought that was enough. Strange... Greetings, Frank -- Frank Blendinger | fb(at)intoxicatedmind.net | GPG: 0x0BF2FE7A Fingerprint: BB64 F2B8 DFD8 BF90 0F2E 892B 72CF 7A41 0BF2 FE7A "Just because I don't care doesn't mean I don't understand." (Homer Simpson) -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: Digital signature URL: From fb at intoxicatedmind.net Wed Feb 18 02:43:40 2009 From: fb at intoxicatedmind.net (Frank Blendinger) Date: Wed, 18 Feb 2009 11:43:40 +0100 Subject: [Vimperator] Coloring commandline on focus In-Reply-To: <3b8682db0902132159s1dd9ef48q3acdea9ce98c66ac@mail.gmail.com> References: <20090213231725.GH28163@intoxicatedmind.net> <3b8682db0902132159s1dd9ef48q3acdea9ce98c66ac@mail.gmail.com> Message-ID: <20090218104340.GN28163@intoxicatedmind.net> Hi. On Sat 2009-02-14 14:59, janus_wel proclaimed: > > It does not work with current 2.0b1 anymore. How do I have to modify it to make > > it work again? Can :hi be used somehow maybe? > > Yes, you can use :hi ("highlight" object internally), > like below. > > > (function(){ > function swapBGColor(event){ > event.type === "focus" > ? highlight.set("CmdLine", "background-color: yellow;", null, true) > : highlight.set("CmdLine", null, true); > } > let inputElm = window.document.getElementById('liberator-commandline-command'); > inputElm.addEventListener('focus',swapBGColor,false); > inputElm.addEventListener('blur', swapBGColor,false); > })(); > > > Operating "style" property is also possible as same > (by using setAttribute method), though that way needs > large codes and the knowledge of XUL design. > It's non-sense. The function with highlight works great, thanks! Greetings, Frank -- Frank Blendinger | fb(at)intoxicatedmind.net | GPG: 0x0BF2FE7A Fingerprint: BB64 F2B8 DFD8 BF90 0F2E 892B 72CF 7A41 0BF2 FE7A "Just because I don't care doesn't mean I don't understand." (Homer Simpson) -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: Digital signature URL: From maxauthority at vimperator.org Wed Feb 18 03:22:58 2009 From: maxauthority at vimperator.org (Martin Stubenschrott) Date: Wed, 18 Feb 2009 12:22:58 +0100 Subject: [Vimperator] bmarks! give a wrong result! In-Reply-To: References: Message-ID: Not tested, but wrapping that line in with(window.content) { ...} *might* help. On Wed, Feb 18, 2009 at 9:27 AM, moneylcj wrote: > I hide my firefox's menu and toolbar so i want to access google reader note > bookmarks from the key map,my code is: > javascript < gnote=function(){ > var b=document.body; > var GR________bookmarklet_domain='https://www.google.com'; > if(b&&!document.xmlVersion){ > void(z=content.document.createElement('script')); > > void(z.src='https://www.google.com/reader/ui/link-bookmarklet.js'); > void(b.appendChild(z)); > } > } > EOF > map nt :js gnote() > > I found that the document object reference to unknow,beacuse in this segment > code window object is reference firefox's gui window,so document must to be > modified to content.document. but in the > "https://www.google.com/reader/ui/link-bookmarklet.js" document is still > reference unknow.what show i do ? > > > _______________________________________________ > Vimperator mailing list > Vimperator at mozdev.org > https://www.mozdev.org/mailman/listinfo/vimperator > > From maglione.k at gmail.com Wed Feb 18 13:06:12 2009 From: maglione.k at gmail.com (Kris Maglione) Date: Wed, 18 Feb 2009 16:06:12 -0500 Subject: [Vimperator] bmarks! give a wrong result! In-Reply-To: References: Message-ID: <20090218210612.GA31554@jg.home> On Wed, Feb 18, 2009 at 04:27:08PM +0800, moneylcj wrote: >I found that the document object reference to unknow,beacuse in >this segment code window object is reference firefox's gui >window,so document must to be modified to content.document. but >in the "https://www.google.com/reader/ui/link-bookmarklet.js" >document is still reference unknow.what show i do ? First of all, please don't prefix your code with 'void' like that, it's unnecessary and hard to read. Second, that's not the problem. The problem is that you're setting the 'src' property of the script node, not the attribute of the same name. Chrome code uses XPCNativeWrappers, which don't support access to non-standard properties. function gnote() { let doc = content.document; if(doc.body && !doc.xmlVersion){ content.wrappedJSObject.GR________bookmarklet_domain = "https://www.google.com"; let script = content.document.createNode("script"); script.setAttribute("src", "https://www.google.com/reader/ui/link-bookmarklet.js") script.setAttribute("type", "text/javascript"); doc.body.appendChild(script); } } -- Kris Maglione The key to performance is elegance, not battalions of special cases. --Jon Bentley and Doug McIlroy From dougkearns at gmail.com Thu Feb 19 07:02:47 2009 From: dougkearns at gmail.com (Doug Kearns) Date: Fri, 20 Feb 2009 02:02:47 +1100 Subject: [Vimperator] comments on bugs (since Trac says no privileges...) In-Reply-To: <20090211173438.GA4828@ugu> References: <20090211173438.GA4828@ugu> Message-ID: <644fc65e0902190702v3893ff5ck73f4de6a7936966e@mail.gmail.com> On 2/12/09, Rogut?s Sparnuotos wrote: > G'day, > > Since a release is nearing I would like to report / comment on some > annoyances with current git: Thanks for these. > 3. I guess this should be dealt with before release: > :open "one, two" still splits the argument on the comma > http://vimperator.org/trac/ticket/141 You can set 'urlseparator' to something improbable to get around this in the short term. Doug From dpb at driftaway.org Thu Feb 19 22:18:26 2009 From: dpb at driftaway.org (Daniel Bainton) Date: Fri, 20 Feb 2009 08:18:26 +0200 Subject: [Vimperator] Vimperator 2.0 beta 2 released Message-ID: Hi all! Just to inform everyone on the list, Vimperator 2.0 beta 2 was released yesterday, here's the blog post about it: http://vimperator.org/trac/blog/vimperator_2_0_b2 -- Daniel From rogutes at googlemail.com Fri Feb 20 04:27:45 2009 From: rogutes at googlemail.com (=?utf-8?Q?Rogut=C4=97s?= Sparnuotos) Date: Fri, 20 Feb 2009 14:27:45 +0200 Subject: [Vimperator] comments on bugs (since Trac says no privileges...) In-Reply-To: <644fc65e0902190702v3893ff5ck73f4de6a7936966e@mail.gmail.com> References: <20090211173438.GA4828@ugu> <644fc65e0902190702v3893ff5ck73f4de6a7936966e@mail.gmail.com> Message-ID: <20090220122745.GA3611@ugu> Doug Kearns (2009-02-20 02:02): > On 2/12/09, Rogut?s Sparnuotos wrote: > > > 3. I guess this should be dealt with before release: > > :open "one, two" still splits the argument on the comma > > http://vimperator.org/trac/ticket/141 > > You can set 'urlseparator' to something improbable to get around this > in the short term. Thank you! I didn't know urlseparator controlled this. -- -- Rogut?s Sparnuotos From edreamleo at gmail.com Fri Feb 20 05:38:49 2009 From: edreamleo at gmail.com (Edward K. Ream) Date: Fri, 20 Feb 2009 07:38:49 -0600 Subject: [Vimperator] Ctrl-z doesn't seem to work with gmail Message-ID: Hello all, I fell instantly in love with Vimperator. This is, by far, the coolest Mozilla add-on I have seen. However, the FAQ entry about using Vimperator isn't working for me. Ctrl-Z says that keystrokes are being "passed through", but nothing works in gmail. My rc file is: QQQQQ " 1.2 (created: 2008/08/16 18:51:52) " Mappings " Options set guioptions=mT " Abbreviations source! ~/_vimperatorrc.local " vim: set ft=vimperator: QQQQQ I suspect there is a simple remedy, but this newbie is stuck. Thanks for your help. Edward -------------------------------------------------------------------- Edward K. Ream email: edreamleo at gmail.com Leo: http://webpages.charter.net/edreamleo/front.html -------------------------------------------------------------------- -------------- next part -------------- An HTML attachment was scrubbed... URL: From dpb at driftaway.org Fri Feb 20 06:16:20 2009 From: dpb at driftaway.org (Daniel Bainton) Date: Fri, 20 Feb 2009 16:16:20 +0200 Subject: [Vimperator] Ctrl-z doesn't seem to work with gmail In-Reply-To: References: Message-ID: 2009/2/20 Edward K. Ream : > Hello all, > > I fell instantly in love with Vimperator. This is, by far, the coolest > Mozilla add-on I have seen. > > However, the FAQ entry about using Vimperator isn't working for me. > > Ctrl-Z says that keystrokes are being "passed through", > but nothing works in gmail. > > My rc file is: > > QQQQQ > " 1.2 (created: 2008/08/16 18:51:52) > " Mappings > > " Options > set guioptions=mT > > " Abbreviations > > source! ~/_vimperatorrc.local > > " vim: set ft=vimperator: > QQQQQ > > I suspect there is a simple remedy, but this newbie is stuck. > > Thanks for your help. > > Edward > -------------------------------------------------------------------- > Edward K. Ream email: edreamleo at gmail.com > Leo: http://webpages.charter.net/edreamleo/front.html > -------------------------------------------------------------------- Probably it's just not focused to the right place. Try clicking the gmail page with your mouse after ctrl-z, then try if the keystrokes work. -- Daniel From dotancohen at gmail.com Fri Feb 20 06:21:22 2009 From: dotancohen at gmail.com (Dotan Cohen) Date: Fri, 20 Feb 2009 16:21:22 +0200 Subject: [Vimperator] Ctrl-z doesn't seem to work with gmail In-Reply-To: References: Message-ID: <880dece00902200621g379b3ed7r268dce2a4f25fe75@mail.gmail.com> > Probably it's just not focused to the right place. Try clicking the > gmail page with your mouse after ctrl-z, then try if the keystrokes > work. > In Gmail I have to hit Tab to get the keyboard shortcuts to work. -- Dotan Cohen http://what-is-what.com http://gibberish.co.il ?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-? ?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-??-?-? ?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-? ?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-? ?-?-?-?-?-?-? From edreamleo at gmail.com Fri Feb 20 06:24:59 2009 From: edreamleo at gmail.com (Edward K. Ream) Date: Fri, 20 Feb 2009 08:24:59 -0600 Subject: [Vimperator] Ctrl-z doesn't seem to work with gmail In-Reply-To: <880dece00902200621g379b3ed7r268dce2a4f25fe75@mail.gmail.com> References: <880dece00902200621g379b3ed7r268dce2a4f25fe75@mail.gmail.com> Message-ID: On Fri, Feb 20, 2009 at 8:21 AM, Dotan Cohen wrote: > Probably it's just not focused to the right place. Try clicking the > > gmail page with your mouse after ctrl-z, then try if the keystrokes > > work. > > > > In Gmail I have to hit Tab to get the keyboard shortcuts to work. Hurray! That seems to work. Thanks. Shouldn't this be in the FAQ? Also, is there an easy explanation of why Tab is required? Edward -------------------------------------------------------------------- Edward K. Ream email: edreamleo at gmail.com Leo: http://webpages.charter.net/edreamleo/front.html -------------------------------------------------------------------- -------------- next part -------------- An HTML attachment was scrubbed... URL: From maglione.k at gmail.com Fri Feb 20 06:34:53 2009 From: maglione.k at gmail.com (Kris Maglione) Date: Fri, 20 Feb 2009 09:34:53 -0500 Subject: [Vimperator] Ctrl-z doesn't seem to work with gmail In-Reply-To: References: <880dece00902200621g379b3ed7r268dce2a4f25fe75@mail.gmail.com> Message-ID: <20090220143453.GB31554@jg.home> On Fri, Feb 20, 2009 at 08:24:59AM -0600, Edward K. Ream wrote: >Hurray! That seems to work. Thanks. > >Shouldn't this be in the FAQ? > >Also, is there an easy explanation of why Tab is required? Gmail uses iframes and the focus starts in the toplevel frame. -- Kris Maglione Beware of "the real world". A speaker's appeal to it is always an invitation not to challenge his tacit assumptions. --Edsger W. Dijkstra From nemolivier at gmail.com Fri Feb 20 07:18:26 2009 From: nemolivier at gmail.com (=?UTF-8?Q?Olivier_Gu=C3=A9ry?=) Date: Fri, 20 Feb 2009 16:18:26 +0100 Subject: [Vimperator] Ctrl-z doesn't seem to work with gmail In-Reply-To: <20090220143453.GB31554@jg.home> References: <880dece00902200621g379b3ed7r268dce2a4f25fe75@mail.gmail.com> <20090220143453.GB31554@jg.home> Message-ID: <5c2c86e70902200718j939f67em7a5a3d3e0128feb7@mail.gmail.com> 2009/2/20 Kris Maglione : > On Fri, Feb 20, 2009 at 08:24:59AM -0600, Edward K. Ream wrote: >> >> Hurray! That seems to work. Thanks. >> >> Shouldn't this be in the FAQ? >> >> Also, is there an easy explanation of why Tab is required? In g{mail,reader} You should use feedsomekeys from Teramako : http://vimperator.org/trac/attachment/ticket/48/feedSomeKeys_2.js It's realy a good pluggin (even if I have problem with the last version :D) Olivier. -- [Message tap? sur un clavier B?po : http://www.clavier-dvorak.org ] http://nemolivier.blogspot.com From dotancohen at gmail.com Fri Feb 20 08:42:47 2009 From: dotancohen at gmail.com (Dotan Cohen) Date: Fri, 20 Feb 2009 18:42:47 +0200 Subject: [Vimperator] Ctrl-z doesn't seem to work with gmail In-Reply-To: References: <880dece00902200621g379b3ed7r268dce2a4f25fe75@mail.gmail.com> Message-ID: <880dece00902200842q21b71063nef45d16987cc351a@mail.gmail.com> > Shouldn't this be in the FAQ? > I don't know that it's asked frequently, but I agree that it is enough of a gotcha to be there. Here, how's this: http://vimperator.org/trac/wiki/Vimperator/FAQ#WhydontmykeybindingsworkinGmail -- Dotan Cohen http://what-is-what.com http://gibberish.co.il ?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-? ?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-??-?-? ?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-? ?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-? ?-?-?-?-?-?-? From maglione.k at gmail.com Fri Feb 20 08:50:42 2009 From: maglione.k at gmail.com (Kris Maglione) Date: Fri, 20 Feb 2009 11:50:42 -0500 Subject: [Vimperator] Ctrl-z doesn't seem to work with gmail In-Reply-To: <880dece00902200842q21b71063nef45d16987cc351a@mail.gmail.com> References: <880dece00902200621g379b3ed7r268dce2a4f25fe75@mail.gmail.com> <880dece00902200842q21b71063nef45d16987cc351a@mail.gmail.com> Message-ID: <20090220165042.GC31554@jg.home> On Fri, Feb 20, 2009 at 06:42:47PM +0200, Dotan Cohen wrote: >> Shouldn't this be in the FAQ? > >I don't know that it's asked frequently, but I agree that it is enough >of a gotcha to be there. It's asked at least once a week. -- Kris Maglione It's a curious thing about our industry: not only do we not learn from our mistakes, we also don't learn from our successes. --Keith Braithwaite From dotancohen at gmail.com Fri Feb 20 09:02:10 2009 From: dotancohen at gmail.com (Dotan Cohen) Date: Fri, 20 Feb 2009 19:02:10 +0200 Subject: [Vimperator] Ctrl-z doesn't seem to work with gmail In-Reply-To: <20090220165042.GC31554@jg.home> References: <880dece00902200621g379b3ed7r268dce2a4f25fe75@mail.gmail.com> <880dece00902200842q21b71063nef45d16987cc351a@mail.gmail.com> <20090220165042.GC31554@jg.home> Message-ID: <880dece00902200902g41bc8dd6i93ea569a70fb843e@mail.gmail.com> > It's asked at least once a week. > That's frequent? In my day, we would ask twice an hour, both ways uphill, and we _liked_ it! -- Dotan Cohen http://what-is-what.com http://gibberish.co.il ?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-? ?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-??-?-? ?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-? ?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-? ?-?-?-?-?-?-? From teramako at gmail.com Fri Feb 20 10:24:49 2009 From: teramako at gmail.com (M.Terada) Date: Sat, 21 Feb 2009 03:24:49 +0900 Subject: [Vimperator] feedSomeKeys and Google Calendar In-Reply-To: <20090218103859.GM28163@intoxicatedmind.net> References: <20090213223257.GG28163@intoxicatedmind.net> <6eebba490902131917r63b64981o53ddfc101b423756@mail.gmail.com> <5c2c86e70902161618q2d16fb3ew3801e72ec602bbe8@mail.gmail.com> <20090217085458.GK28163@intoxicatedmind.net> <20090218103859.GM28163@intoxicatedmind.net> Message-ID: <6eebba490902201024v2e036e6fh8e578e42626a98f@mail.gmail.com> Maybe I fixed ... Please try again http://vimperator.org/trac/ticket/48 regards. ---- teramako http://d.hatena.ne.jp/teramako/ On Wed, Feb 18, 2009 at 19:38, Frank Blendinger wrote: > Hi there again. > > On Tue 2009-02-17 09:54, Frank Blendinger > proclaimed: >> On Tue 2009-02-17 01:18, Olivier Gu?ry >> proclaimed: >> > 2009/2/14 M.Terada : >> > > thanks bug report. >> > > I fixed and upload >> > > http://vimperator.org/trac/attachment/ticket/48/feedSomeKeys_2.js >> > >> > Hi teramako, >> > >> > I've install this last one and feedSomeKeys stop working in GoogleReader? >> >> For me it still works in Google Reader, but it did not help with Google >> Calendar at all. > > While that was true when I wrote it last mail, I have the same problem > as Olivier now - GC working, GR not. It seems it needed a FF restart to > trigger that bug. Last time I just :source'd feedSomeKeys_2.js, I > thought that was enough. Strange... > > > Greetings, > Frank > > -- > Frank Blendinger | fb(at)intoxicatedmind.net | GPG: 0x0BF2FE7A > Fingerprint: BB64 F2B8 DFD8 BF90 0F2E 892B 72CF 7A41 0BF2 FE7A > "Just because I don't care doesn't mean I don't understand." > (Homer Simpson) > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.6 (GNU/Linux) > > iD8DBQFJm???????????????????? > 8RcRm8I7kfN4QM0AK7KHrBU= > =pmTm > -----END PGP SIGNATURE----- > > _______________________________________________ > Vimperator mailing list > Vimperator at mozdev.org > https://www.mozdev.org/mailman/listinfo/vimperator > > From rogutes at googlemail.com Fri Feb 20 10:41:37 2009 From: rogutes at googlemail.com (=?utf-8?Q?Rogut=C4=97s?= Sparnuotos) Date: Fri, 20 Feb 2009 20:41:37 +0200 Subject: [Vimperator] :style and xul elements Message-ID: <20090220184137.GA3788@ugu> G'day, Anyone knows how to apply a style to all non-xul elements? I.e. it would be nice if this wouldn't apply to vimperator's command line etc.: style -name bla * input {color:red !important;} -- -- Rogut?s Sparnuotos From nemolivier at gmail.com Fri Feb 20 11:22:37 2009 From: nemolivier at gmail.com (=?UTF-8?Q?Olivier_Gu=C3=A9ry?=) Date: Fri, 20 Feb 2009 20:22:37 +0100 Subject: [Vimperator] feedSomeKeys and Google Calendar In-Reply-To: <6eebba490902201024v2e036e6fh8e578e42626a98f@mail.gmail.com> References: <20090213223257.GG28163@intoxicatedmind.net> <6eebba490902131917r63b64981o53ddfc101b423756@mail.gmail.com> <5c2c86e70902161618q2d16fb3ew3801e72ec602bbe8@mail.gmail.com> <20090217085458.GK28163@intoxicatedmind.net> <20090218103859.GM28163@intoxicatedmind.net> <6eebba490902201024v2e036e6fh8e578e42626a98f@mail.gmail.com> Message-ID: <5c2c86e70902201122h1dd3badbk8e90c7bc9de9f7c5@mail.gmail.com> 2009/2/20 M.Terada : > Maybe I fixed ... > Please try again > http://vimperator.org/trac/ticket/48 Got this error : Sourcing file: /home/nemo/.vimperator/plugin/feedSomeKeys_2.js:1: SyntaxError: missing = in XML attribute and it don't seems to work in greader (but it works in gmail, even if I don't use it much here). Regards, Olivier. -- [Message tap? sur un clavier B?po : http://www.clavier-dvorak.org ] http://nemolivier.blogspot.com From henri.ducrocq at gmail.com Fri Feb 20 11:55:21 2009 From: henri.ducrocq at gmail.com (Henri Ducrocq) Date: Fri, 20 Feb 2009 19:55:21 +0000 Subject: [Vimperator] feedSomeKeys and Google Calendar In-Reply-To: <5c2c86e70902201122h1dd3badbk8e90c7bc9de9f7c5@mail.gmail.com> References: <20090213223257.GG28163@intoxicatedmind.net> <6eebba490902131917r63b64981o53ddfc101b423756@mail.gmail.com> <5c2c86e70902161618q2d16fb3ew3801e72ec602bbe8@mail.gmail.com> <20090217085458.GK28163@intoxicatedmind.net> <20090218103859.GM28163@intoxicatedmind.net> <6eebba490902201024v2e036e6fh8e578e42626a98f@mail.gmail.com> <5c2c86e70902201122h1dd3badbk8e90c7bc9de9f7c5@mail.gmail.com> Message-ID: <391beaa80902201155j376c2b7av7f1361f8c7b05b9a@mail.gmail.com> Same error i just had.. you downloaded the pretty-printed html version of the file. On Fri, Feb 20, 2009 at 7:22 PM, Olivier Gu?ry wrote: > 2009/2/20 M.Terada : > > Maybe I fixed ... > > Please try again > > http://vimperator.org/trac/ticket/48 > > Got this error : > Sourcing file: /home/nemo/.vimperator/plugin/feedSomeKeys_2.js:1: > SyntaxError: missing = in XML attribute > > and it don't seems to work in greader (but it works in gmail, even if > I don't use it much here). > > Regards, > Olivier. > -- > [Message tap? sur un clavier B?po : http://www.clavier-dvorak.org ] > http://nemolivier.blogspot.com > _______________________________________________ > Vimperator mailing list > Vimperator at mozdev.org > https://www.mozdev.org/mailman/listinfo/vimperator > -------------- next part -------------- An HTML attachment was scrubbed... URL: From nemolivier at gmail.com Fri Feb 20 12:39:22 2009 From: nemolivier at gmail.com (=?UTF-8?Q?Olivier_Gu=C3=A9ry?=) Date: Fri, 20 Feb 2009 21:39:22 +0100 Subject: [Vimperator] feedSomeKeys and Google Calendar In-Reply-To: <391beaa80902201155j376c2b7av7f1361f8c7b05b9a@mail.gmail.com> References: <20090213223257.GG28163@intoxicatedmind.net> <6eebba490902131917r63b64981o53ddfc101b423756@mail.gmail.com> <5c2c86e70902161618q2d16fb3ew3801e72ec602bbe8@mail.gmail.com> <20090217085458.GK28163@intoxicatedmind.net> <20090218103859.GM28163@intoxicatedmind.net> <6eebba490902201024v2e036e6fh8e578e42626a98f@mail.gmail.com> <5c2c86e70902201122h1dd3badbk8e90c7bc9de9f7c5@mail.gmail.com> <391beaa80902201155j376c2b7av7f1361f8c7b05b9a@mail.gmail.com> Message-ID: <5c2c86e70902201239t4b098eddlbf659b5ff4e470c6@mail.gmail.com> 2009/2/20 Henri Ducrocq : > Same error i just had.. you downloaded the pretty-printed html version of > the file. Arghh ! ! Shame on me ;o) But it still don't work. My .vimperatorrc : " d?sactive vimp?rator dans gmail, greader :autocmd LocationChange .* :fmapc :autocmd LocationChange mail\\.google\\.com/mail :fmap -depth 4 c / j k n p o u e x s r a # [ ] z ? gi gs gt gd ga gc :autocmd LocationChange www\\.google\\.com/reader :fmap! -vkey j k n p m s t v A r S N P X O gh ga gs gt gu u / ? Thx, O. -- [Message tap? sur un clavier B?po : http://www.clavier-dvorak.org ] http://nemolivier.blogspot.com From edreamleo at gmail.com Fri Feb 20 13:31:11 2009 From: edreamleo at gmail.com (Edward K. Ream) Date: Fri, 20 Feb 2009 15:31:11 -0600 Subject: [Vimperator] Where is the typing completion when I need it? Message-ID: The last obstacle between me and vimperator Nirvana is bookmarks. For example, I type :bmarks qmenu to get a list of bookmarks containing qmenu. With my bookmarks, three bookmarks show up. I want the last one, the one that is just QMenu. How do I select that??? Tab does nothing. The only way I have found to select the bookmark is to click it! Furthermore, the prompt says something like Enter or Command to continue, but those erase the list! There must be a way to select an item on the list, while still seeing the list, but I'm stumped. I'm going slightly bonkers with frustration--I'm *so* close to the Mozilla of my dreams :-) Thanks for your help. BTW, I am telling everyone I know to check vimperator out. Edward -------------------------------------------------------------------- Edward K. Ream email: edreamleo at gmail.com Leo: http://webpages.charter.net/edreamleo/front.html -------------------------------------------------------------------- -------------- next part -------------- An HTML attachment was scrubbed... URL: From maglione.k at gmail.com Fri Feb 20 13:51:45 2009 From: maglione.k at gmail.com (Kris Maglione) Date: Fri, 20 Feb 2009 16:51:45 -0500 Subject: [Vimperator] Where is the typing completion when I need it? In-Reply-To: References: Message-ID: <20090220215145.GD31554@jg.home> On Fri, Feb 20, 2009 at 03:31:11PM -0600, Edward K. Ream wrote: >The last obstacle between me and vimperator Nirvana is bookmarks. > >For example, I type :bmarks qmenu to get a list of bookmarks containing >qmenu. With my bookmarks, three bookmarks show up. I want the last one, >the one that is just QMenu. How do I select that??? Tab does nothing. The >only way I have found to select the bookmark is to click it! > >Furthermore, the prompt says something like Enter or Command to continue, >but those erase the list! There must be a way to select an item on the >list, while still seeing the list, but I'm stumped. 1) Use hints: ;o 2) Use :bmarks! with autocompletion and -max 3) Just use :o with cpt=l (probably the best option) -- Kris Maglione Memory is like an orgasm. It's a lot better if you don't have to fake it. --Seymour Cray From rogutes at googlemail.com Fri Feb 20 14:25:44 2009 From: rogutes at googlemail.com (=?utf-8?Q?Rogut=C4=97s?= Sparnuotos) Date: Sat, 21 Feb 2009 00:25:44 +0200 Subject: [Vimperator] completion and shift+insert Message-ID: <20090220222544.GA4313@ugu> Hello, A bug report below. When a suggested :open completion is shown in the command-line, shift+insert not only inserts the clipboard, but also the suggestion. This is best explained by example: 1. Add something small to the clipboard, e.g. 'Ant' 2. Go to http://en.wikipedia.org/wiki/Ambush 3. Press the letter O, ctrl-backspace Result: http://en.wikipedia.org/wiki/) 4. Press shift-insert. Result: http://en.wikipedia.org/wiki/Ant (with :se cpt=sl) Currently, I have to refactor a wiki and I often use shift->insert paste the way I described, which gives me unexpected results.. -- -- Rogut?s Sparnuotos From edreamleo at gmail.com Fri Feb 20 14:44:17 2009 From: edreamleo at gmail.com (Edward K. Ream) Date: Fri, 20 Feb 2009 16:44:17 -0600 Subject: [Vimperator] Where is the typing completion when I need it? In-Reply-To: <20090220215145.GD31554@jg.home> References: <20090220215145.GD31554@jg.home> Message-ID: On Fri, Feb 20, 2009 at 3:51 PM, Kris Maglione wrote: > On Fri, Feb 20, 2009 at 03:31:11PM -0600, Edward K. Ream wrote: > >> The last obstacle between me and vimperator Nirvana is bookmarks. >> >> For example, I type :bmarks qmenu to get a list of bookmarks containing >> qmenu. With my bookmarks, three bookmarks show up. I want the last one, >> the one that is just QMenu. How do I select that??? Tab does nothing. >> The >> only way I have found to select the bookmark is to click it! >> >> Furthermore, the prompt says something like Enter or Command to continue, >> but those erase the list! There must be a way to select an item on the >> list, while still seeing the list, but I'm stumped. >> > > 1) Use hints: ;o > 2) Use :bmarks! with autocompletion and -max > 3) Just use :o with cpt=l (probably the best option) 1. Hints don't work: typing f makes the list of bookmarks go away. 2. Doesn't seem to work. I use autocompletion all the time in other programs, but I am stumped how to use it with book marks. Hence the title of this thread. 3. Aha. So the :open command does support typing completion, and I use tab to scroll down the list. So this is a start, but this newbie is feeling like bookmarks are much more difficult to use than I would expect. Presumably I am missing something...If I find out what it is I'll let you know :-) Edward -------------- next part -------------- An HTML attachment was scrubbed... URL: From maglione.k at gmail.com Fri Feb 20 15:03:44 2009 From: maglione.k at gmail.com (Kris Maglione) Date: Fri, 20 Feb 2009 18:03:44 -0500 Subject: [Vimperator] Where is the typing completion when I need it? In-Reply-To: References: <20090220215145.GD31554@jg.home> Message-ID: <20090220230344.GE31554@jg.home> On Fri, Feb 20, 2009 at 04:44:17PM -0600, Edward K. Ream wrote: >1. Hints don't work: typing f makes the list of bookmarks go away. Hints work. Use ;o >2. Doesn't seem to work. I use autocompletion all the time in other >programs, but I am stumped how to use it with book marks. Hence the title >of this thread. What about it doesn't work? -- Kris Maglione FAITH, n. Belief without evidence in what is told by one who speaks without knowledge, of things without parallel. --Ambrose Bierce From edreamleo at gmail.com Fri Feb 20 15:04:54 2009 From: edreamleo at gmail.com (Edward K. Ream) Date: Fri, 20 Feb 2009 17:04:54 -0600 Subject: [Vimperator] Where is the typing completion when I need it? In-Reply-To: References: <20090220215145.GD31554@jg.home> Message-ID: On Fri, Feb 20, 2009 at 4:44 PM, Edward K. Ream wrote: > > > So this is a start, but this newbie is feeling like bookmarks are much more > difficult to use than I would expect. Presumably I am missing > something...If I find out what it is I'll let you know :-) > I stumbled upon an answer. Perhaps this is obvious to vim folk, but it wasn't to me. The following work differently: :bmarks qtmenu :bmarks qtmenu I still have no idea how to use the former in any useful way, but the latter is good enough. Unless I am mistaken, the details of typing completion are nowhere discussed. They should be. You have no idea how confusing this can be. I'm highly motivated to use vimperator, but I can't help feeling many others are likely to give up. That would be everyone's loss. Edward -------------- next part -------------- An HTML attachment was scrubbed... URL: From edreamleo at gmail.com Fri Feb 20 15:12:40 2009 From: edreamleo at gmail.com (Edward K. Ream) Date: Fri, 20 Feb 2009 17:12:40 -0600 Subject: [Vimperator] Where is the typing completion when I need it? In-Reply-To: References: <20090220215145.GD31554@jg.home> Message-ID: On Fri, Feb 20, 2009 at 5:04 PM, Edward K. Ream wrote: > > :bmarks qtmenu > :bmarks qtmenu > > I still have no idea how to use the former in any useful way, but the > latter is good enough. > Ah. The fog is starting to lift. Now I see that, just like :bmarks, the following are different: :open pattern :open pattern The latter makes it easy to select book marks or urls. It's great! It might be good to clean out some history. Maybe the last newbie task? Edward -------------- next part -------------- An HTML attachment was scrubbed... URL: From edreamleo at gmail.com Fri Feb 20 15:18:33 2009 From: edreamleo at gmail.com (Edward K. Ream) Date: Fri, 20 Feb 2009 17:18:33 -0600 Subject: [Vimperator] Where is the typing completion when I need it? In-Reply-To: References: <20090220215145.GD31554@jg.home> Message-ID: On Fri, Feb 20, 2009 at 5:12 PM, Edward K. Ream wrote: > > It might be good to clean out some history. Maybe the last newbie task? > A buglet: I used mozilla to clean out all the history. It didn't take effect until I restarted mozilla. But no matter. :open is now really nifty. Thanks again for a truly great product. Edward -------------- next part -------------- An HTML attachment was scrubbed... URL: From maglione.k at gmail.com Fri Feb 20 15:29:22 2009 From: maglione.k at gmail.com (Kris Maglione) Date: Fri, 20 Feb 2009 18:29:22 -0500 Subject: [Vimperator] Where is the typing completion when I need it? In-Reply-To: References: <20090220215145.GD31554@jg.home> Message-ID: <20090220232922.GF31554@jg.home> On Fri, Feb 20, 2009 at 05:18:33PM -0600, Edward K. Ream wrote: >A buglet: I used mozilla to clean out all the history. It didn't take >effect until I restarted mozilla. But no matter. :open is now really >nifty. You must be using an old version. Use cpt=l, not cpt=sfbh. -- Kris Maglione Saying that Java is good because it works on all platforms is like saying anal sex is good because it works on all genders. --Unknown From fb at intoxicatedmind.net Fri Feb 20 16:32:38 2009 From: fb at intoxicatedmind.net (Frank Blendinger) Date: Sat, 21 Feb 2009 01:32:38 +0100 Subject: [Vimperator] feedSomeKeys and Google Calendar In-Reply-To: <5c2c86e70902201239t4b098eddlbf659b5ff4e470c6@mail.gmail.com> References: <20090213223257.GG28163@intoxicatedmind.net> <6eebba490902131917r63b64981o53ddfc101b423756@mail.gmail.com> <5c2c86e70902161618q2d16fb3ew3801e72ec602bbe8@mail.gmail.com> <20090217085458.GK28163@intoxicatedmind.net> <20090218103859.GM28163@intoxicatedmind.net> <6eebba490902201024v2e036e6fh8e578e42626a98f@mail.gmail.com> <5c2c86e70902201122h1dd3badbk8e90c7bc9de9f7c5@mail.gmail.com> <391beaa80902201155j376c2b7av7f1361f8c7b05b9a@mail.gmail.com> <5c2c86e70902201239t4b098eddlbf659b5ff4e470c6@mail.gmail.com> Message-ID: <20090221003238.GW28163@intoxicatedmind.net> Hi. On Fri 2009-02-20 21:39, Olivier Gu?ry proclaimed: > 2009/2/20 Henri Ducrocq : > But it still don't work. > My .vimperatorrc : > > " d?sactive vimp?rator dans gmail, greader > :autocmd LocationChange .* :fmapc > :autocmd LocationChange mail\\.google\\.com/mail :fmap -depth 4 c / j > k n p o u e x s r a # [ ] z ? gi gs gt gd ga gc > :autocmd LocationChange www\\.google\\.com/reader :fmap! -vkey j k n p > m s t v A r S N P X O gh ga gs gt gu u / ? It works for me now. To get Google Calendar working, the ``-event keydown'' parameter of fmap seems to be neccessary, as teramako showed in the latest comment of the script. I am using these settings: autocmd LocationChange .* fmapc autocmd LocationChange ^https?://www\.google\.com/reader fmap! -vkey j k , , n p v s m U,u r A J K autocmd LocationChange ^https?://www\.google\.com/calendar fmap! -vkey -event keydown j k T,t a D,d w m x c e z / + q s ? Thank you teramako for this very fine plugin! Greetings, Frank -- Frank Blendinger | fb(at)intoxicatedmind.net | GPG: 0x0BF2FE7A Fingerprint: BB64 F2B8 DFD8 BF90 0F2E 892B 72CF 7A41 0BF2 FE7A "Just because I don't care doesn't mean I don't understand." (Homer Simpson) -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 197 bytes Desc: Digital signature URL: From nemolivier at gmail.com Sat Feb 21 02:49:53 2009 From: nemolivier at gmail.com (=?UTF-8?Q?Olivier_Gu=C3=A9ry?=) Date: Sat, 21 Feb 2009 11:49:53 +0100 Subject: [Vimperator] feedSomeKeys and Google Calendar In-Reply-To: <20090221003238.GW28163@intoxicatedmind.net> References: <20090213223257.GG28163@intoxicatedmind.net> <6eebba490902131917r63b64981o53ddfc101b423756@mail.gmail.com> <5c2c86e70902161618q2d16fb3ew3801e72ec602bbe8@mail.gmail.com> <20090217085458.GK28163@intoxicatedmind.net> <20090218103859.GM28163@intoxicatedmind.net> <6eebba490902201024v2e036e6fh8e578e42626a98f@mail.gmail.com> <5c2c86e70902201122h1dd3badbk8e90c7bc9de9f7c5@mail.gmail.com> <391beaa80902201155j376c2b7av7f1361f8c7b05b9a@mail.gmail.com> <5c2c86e70902201239t4b098eddlbf659b5ff4e470c6@mail.gmail.com> <20090221003238.GW28163@intoxicatedmind.net> Message-ID: <5c2c86e70902210249y4c5391bepa7042fc5fd764d25@mail.gmail.com> 2009/2/21 Frank Blendinger : > It works for me now. To get Google Calendar working, the ``-event > keydown'' parameter of fmap seems to be neccessary, as teramako showed > in the latest comment of the script. > > I am using these settings: > > autocmd LocationChange .* fmapc > autocmd LocationChange ^https?://www\.google\.com/reader fmap! -vkey j k , , n p v s m U,u r A J K > autocmd LocationChange ^https?://www\.google\.com/calendar fmap! -vkey -event keydown j k T,t a D,d w m x c e z / + q s ? It works for me too, now. > Thank you teramako for this very fine plugin! Yes ! Thank's. Realy, devs, you should think about including a command like fmap in the vimperator core. Olivier. -- [Message tap? sur un clavier B?po : http://www.clavier-dvorak.org ] http://nemolivier.blogspot.com From maxauthority at vimperator.org Sat Feb 21 03:24:43 2009 From: maxauthority at vimperator.org (Martin Stubenschrott) Date: Sat, 21 Feb 2009 12:24:43 +0100 Subject: [Vimperator] completion and shift+insert In-Reply-To: <20090220222544.GA4313@ugu> References: <20090220222544.GA4313@ugu> Message-ID: <499FE47B.2050402@vimperator.org> On 02/20/2009 11:25 PM, Rogut?s Sparnuotos wrote: > Hello, > > A bug report below. > > When a suggested :open completion is shown in the command-line, > shift+insert not only inserts the clipboard, but also the suggestion. A known bug, i was just too lazy to report myself :) Maybe kris has a quick fix for that, as i've never really looked into the preview code. -- Martin From maglione.k at gmail.com Sat Feb 21 11:19:44 2009 From: maglione.k at gmail.com (Kris Maglione) Date: Sat, 21 Feb 2009 14:19:44 -0500 Subject: [Vimperator] completion and shift+insert In-Reply-To: <499FE47B.2050402@vimperator.org> References: <20090220222544.GA4313@ugu> <499FE47B.2050402@vimperator.org> Message-ID: <20090221191944.GG31554@jg.home> On Sat, Feb 21, 2009 at 12:24:43PM +0100, Martin Stubenschrott wrote: >A known bug, i was just too lazy to report myself :) > >Maybe kris has a quick fix for that, as i've never really looked into the preview code. No quick fix. The problem is that the preview is cleared on "keypress" and reset on "input", but is implemented internally and sends neither a "keypress" for nor an "input" on completion. The proper fix is to do both of the above, and ideally to check for preventDefault() on the former. -- Kris Maglione First, solve the problem. Then, write the code. --John Johnson From benisty.e at gmail.com Sat Feb 21 22:56:08 2009 From: benisty.e at gmail.com (Emmanuel Benisty) Date: Sun, 22 Feb 2009 13:56:08 +0700 Subject: [Vimperator] mozilla-central vimp Message-ID: Hi list, I just build Firefox from mozilla-central [changeset: 25354:b32b31d8789a] and I'm using vimp latest nightly build. Navigation [hjkl] is working OK, error console doesn't spit anything scary, many commands are working fine [:open www.foo.com] but: - tab completion is broken - hints are broken I did not experienced further as those are real show stoppers. Is there any way I could debug this in order to provide more relevant information? Anyone using mozilla-central experiencing the same behavior? TIA [mozconfig attached in case it could help] -------------- next part -------------- A non-text attachment was scrubbed... Name: mozconfig.clean Type: application/octet-stream Size: 1040 bytes Desc: not available URL: From maxauthority at vimperator.org Sun Feb 22 12:11:53 2009 From: maxauthority at vimperator.org (Martin Stubenschrott) Date: Sun, 22 Feb 2009 21:11:53 +0100 Subject: [Vimperator] mozilla-central vimp In-Reply-To: References: Message-ID: I have also seen problems for 3.2alpha, I guess they are related but havent had time to look into it. Also with 3.1 (pre-)alphas I have learnt that often waiting a few days/weeks will help and the problem is solved "automatically". Anyways, if somebody has a fix, it would be nice. If not, i surely will look into it, if the problem still occurs in a few weeks. On Sun, Feb 22, 2009 at 7:56 AM, Emmanuel Benisty wrote: > Hi list, > > I just build Firefox from mozilla-central [changeset: > 25354:b32b31d8789a] and I'm using vimp latest nightly build. > Navigation [hjkl] is working OK, error console doesn't spit anything > scary, many commands are working fine [:open www.foo.com] but: > - tab completion is broken > - hints are broken > I did not experienced further as those are real show stoppers. > Is there any way I could debug this in order to provide more relevant > information? > Anyone using mozilla-central experiencing the same behavior? > > TIA > > [mozconfig attached in case it could help] > > _______________________________________________ > Vimperator mailing list > Vimperator at mozdev.org > https://www.mozdev.org/mailman/listinfo/vimperator > > From huangzehong at gmail.com Sun Feb 22 20:53:27 2009 From: huangzehong at gmail.com (Zehong Huang) Date: Sun, 22 Feb 2009 20:53:27 -0800 Subject: [Vimperator] how to configure proxy under vimperator Message-ID: Hi, all Is there any command to change the proxy setting in vimperator? Now I have to change the proxy setting in the Firefox by calling the "set guiOptions+=mT" to pop up the toolbar, it's inconvenient. Thanks, Hong -------------- next part -------------- An HTML attachment was scrubbed... URL: From konbu.komuro at gmail.com Sun Feb 22 22:49:36 2009 From: konbu.komuro at gmail.com (Komuro Sunao) Date: Mon, 23 Feb 2009 15:49:36 +0900 Subject: [Vimperator] how to configure proxy under vimperator In-Reply-To: References: Message-ID: <6914ac6b0902222249u78d1108k2721182e4e26b752@mail.gmail.com> Hi. I use this plugin: http://coderepos.org/share/browser/lang/javascript/vimperator-plugins/trunk/proxy.js On Mon, Feb 23, 2009 at 1:53 PM, Zehong Huang wrote: > Hi, all > > Is there any command to change the proxy setting in vimperator? Now I have > to change the proxy setting in the Firefox by calling the "set > guiOptions+=mT" to pop up the toolbar, it's inconvenient. > > Thanks, > Hong > > > > _______________________________________________ > Vimperator mailing list > Vimperator at mozdev.org > https://www.mozdev.org/mailman/listinfo/vimperator > > -- Department of Computer Science, The University of Electro-Communications ?? ??Komuro Sunao? Email? konbu.komuro at gmail.com From hessiess at hessiess.com Sun Feb 22 23:11:29 2009 From: hessiess at hessiess.com (hessiess at hessiess.com) Date: Mon, 23 Feb 2009 07:11:29 -0000 (UTC) Subject: [Vimperator] how to configure proxy under vimperator In-Reply-To: <6914ac6b0902222249u78d1108k2721182e4e26b752@mail.gmail.com> References: <6914ac6b0902222249u78d1108k2721182e4e26b752@mail.gmail.com> Message-ID: <0397e126cf8e1a4ce0a4b9e52350d018.squirrel@www.hessiess.dyndns.org> personally I use ``:prefs'', and set it from there. > Hi. > > I use this plugin: > http://coderepos.org/share/browser/lang/javascript/vimperator-plugins/trunk/proxy.js > > On Mon, Feb 23, 2009 at 1:53 PM, Zehong Huang > wrote: >> Hi, all >> >> Is there any command to change the proxy setting in vimperator? Now I >> have >> to change the proxy setting in the Firefox by calling the "set >> guiOptions+=mT" to pop up the toolbar, it's inconvenient. >> >> Thanks, >> Hong >> >> >> >> _______________________________________________ >> Vimperator mailing list >> Vimperator at mozdev.org >> https://www.mozdev.org/mailman/listinfo/vimperator >> >> > > > > -- > Department of Computer Science, The University of Electro-Communications > $B>.<<(B $BD>!J(BKomuro Sunao$B!K(B > Email$B!'(B konbu.komuro at gmail.com > _______________________________________________ > Vimperator mailing list > Vimperator at mozdev.org > https://www.mozdev.org/mailman/listinfo/vimperator > From stepnem at gmail.com Tue Feb 17 16:53:54 2009 From: stepnem at gmail.com (=?ISO-8859-2?B?qXTscOFuIE7sbWVj?=) Date: Wed, 18 Feb 2009 01:53:54 +0100 Subject: [Vimperator] Fwd: a number of minor fixes in help files; uncommented [macros] section in asciidoc.conf [patch] In-Reply-To: <5afa38bb0902162024v55d8ed12v912b0be49d9919d1@mail.gmail.com> References: <5afa38bb0902162024v55d8ed12v912b0be49d9919d1@mail.gmail.com> Message-ID: <5afa38bb0902171653m56211e6dv395f30b916ca650f@mail.gmail.com> Originally sent yesterday, bounced back because of not being member of the list; now resent after subscription. ---------- Forwarded message ---------- From: ?t?p?n N?mec Date: 2009/2/17 Subject: a number of minor fixes in help files; uncommented [macros] section in asciidoc.conf [patch] To: vimperator at mozdev.org There's not much more to it than stated in Subject; slightly more info in the patchfile. ?t?p?n N?mec -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: 0001-A-number-of-minor-fixes-in-help-files.patch Type: text/x-patch Size: 33398 bytes Desc: not available URL: From maxauthority at vimperator.org Mon Feb 23 01:02:00 2009 From: maxauthority at vimperator.org (Martin Stubenschrott) Date: Mon, 23 Feb 2009 10:02:00 +0100 Subject: [Vimperator] Fwd: a number of minor fixes in help files; uncommented [macros] section in asciidoc.conf [patch] In-Reply-To: <5afa38bb0902171653m56211e6dv395f30b916ca650f@mail.gmail.com> References: <5afa38bb0902162024v55d8ed12v912b0be49d9919d1@mail.gmail.com> <5afa38bb0902171653m56211e6dv395f30b916ca650f@mail.gmail.com> Message-ID: Ah, it was bounced because the message was over 40KB of size. I increased the limit to 100KB now, but i guess Doug has already applied this anyway? On Wed, Feb 18, 2009 at 1:53 AM, ?t?p?n N?mec wrote: > Originally sent yesterday, bounced back because of not being member of the > list; now resent after subscription. > > ---------- Forwarded message ---------- > From: ?t?p?n N?mec > Date: 2009/2/17 > Subject: a number of minor fixes in help files; uncommented [macros] section > in asciidoc.conf [patch] > To: vimperator at mozdev.org > > > There's not much more to it than stated in Subject; slightly more info in > the patchfile. > > ?t?p?n N?mec > > > _______________________________________________ > Vimperator mailing list > Vimperator at mozdev.org > https://www.mozdev.org/mailman/listinfo/vimperator > > From dotancohen at gmail.com Mon Feb 23 02:42:42 2009 From: dotancohen at gmail.com (Dotan Cohen) Date: Mon, 23 Feb 2009 12:42:42 +0200 Subject: [Vimperator] Compatibility with TextMarker extension Message-ID: <880dece00902230242t2dfdb6bcvdb8db70877a50af9@mail.gmail.com> The TextMarker extension lets a user highlight text on webpages by selecting the text then pressing "m": https://addons.mozilla.org/en-US/firefox/addon/559?id=559 Naturally, Vimperator is blocking the shortcut. I have tried these workarounds, but neither worked: :map m m :map m m Note that I use the mswin.vimp plugin, might that be affecting my results? If so, how to work around that? Thanks! -- Dotan Cohen http://what-is-what.com http://gibberish.co.il ?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-? ?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-??-?-? ?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-? ?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-? ?-?-?-?-?-?-? From dpb at driftaway.org Mon Feb 23 03:39:31 2009 From: dpb at driftaway.org (Daniel Bainton) Date: Mon, 23 Feb 2009 13:39:31 +0200 Subject: [Vimperator] Compatibility with TextMarker extension In-Reply-To: <880dece00902230242t2dfdb6bcvdb8db70877a50af9@mail.gmail.com> References: <880dece00902230242t2dfdb6bcvdb8db70877a50af9@mail.gmail.com> Message-ID: 2009/2/23 Dotan Cohen : > The TextMarker extension lets a user highlight text on webpages by > selecting the text then pressing "m": > https://addons.mozilla.org/en-US/firefox/addon/559?id=559 > > Naturally, Vimperator is blocking the shortcut. I have tried these > workarounds, but neither worked: > :map m m > :map m m > > Note that I use the mswin.vimp plugin, might that be affecting my > results? If so, how to work around that? What does mswin.vimp do? (I can't find it on the vimperator.org scripts..) Maybe it maps C-v to do paste instead of the vimperator default? If so, try to use :noremap instead of :map to do your mappings, so it wont follow other mappings already defined. -- Daniel > Thanks! > > -- > Dotan Cohen > > http://what-is-what.com > http://gibberish.co.il > > ?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-? > ?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-??-?-? > ?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-? > ?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-? > ?-?-?-?-?-?-? > _______________________________________________ > Vimperator mailing list > Vimperator at mozdev.org > https://www.mozdev.org/mailman/listinfo/vimperator > From dotancohen at gmail.com Mon Feb 23 04:05:51 2009 From: dotancohen at gmail.com (Dotan Cohen) Date: Mon, 23 Feb 2009 14:05:51 +0200 Subject: [Vimperator] RFE: Follow non-link URLs Message-ID: <880dece00902230405r7a613072q63aa6e534a129eb0@mail.gmail.com> Before I file a RFE, I'd like to know if this is possible to script (I think not). Often there are non-link urls on webpages. Some extensions, such as Text Link, let the user click on them as if they were regular links. This is great for mouse maids. Can this ability be added to Vimperator, even without the Text link extension? Something like Ctrl-F for linkifying non-link URLs. -- Dotan Cohen http://what-is-what.com http://gibberish.co.il ?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-? ?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-??-?-? ?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-? ?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-? ?-?-?-?-?-?-? From dotancohen at gmail.com Mon Feb 23 04:07:37 2009 From: dotancohen at gmail.com (Dotan Cohen) Date: Mon, 23 Feb 2009 14:07:37 +0200 Subject: [Vimperator] Compatibility with TextMarker extension In-Reply-To: References: <880dece00902230242t2dfdb6bcvdb8db70877a50af9@mail.gmail.com> Message-ID: <880dece00902230407q7ede1f88p25c768198f22e9f5@mail.gmail.com> > What does mswin.vimp do? (I can't find it on the vimperator.org scripts..) > Sorry, I should have included the link: http://vimperator.org/trac/attachment/ticket/32/mswin.vimp > Maybe it maps C-v to do paste instead of the vimperator default? If > so, try to use :noremap instead of :map to do your mappings, so it > wont follow other mappings already defined. > I see, thanks, I will toy with that. -- Dotan Cohen http://what-is-what.com http://gibberish.co.il ?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-? ?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-??-?-? ?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-? ?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-? ?-?-?-?-?-?-? From dpb at driftaway.org Mon Feb 23 04:39:01 2009 From: dpb at driftaway.org (Daniel Bainton) Date: Mon, 23 Feb 2009 14:39:01 +0200 Subject: [Vimperator] RFE: Follow non-link URLs In-Reply-To: <880dece00902230405r7a613072q63aa6e534a129eb0@mail.gmail.com> References: <880dece00902230405r7a613072q63aa6e534a129eb0@mail.gmail.com> Message-ID: 2009/2/23 Dotan Cohen : > Before I file a RFE, I'd like to know if this is possible to script (I > think not). Often there are non-link urls on webpages. Some > extensions, such as Text Link, let the user click on them as if they > were regular links. This is great for mouse maids. Can this ability be > added to Vimperator, even without the Text link extension? Something > like Ctrl-F for linkifying non-link URLs. If another extension does it, sure it's possible to do it in Vimperator. Though I don't think this is a feature for the core Vimperator, it should be a plugin. -- Daniel From fb at intoxicatedmind.net Mon Feb 23 04:47:46 2009 From: fb at intoxicatedmind.net (Frank Blendinger) Date: Mon, 23 Feb 2009 13:47:46 +0100 Subject: [Vimperator] Font settings in Firefox/Vimperator Message-ID: <20090223124746.GE12262@intoxicatedmind.net> Hi guys, this might be more of a Firefox question then a Vimperator one, but I hope I might get some help nevertheless. I am using the FF/Vimperator combo on two machines, and I noticed that the fonts look quite different on them. On my notebook, the are way to big for my taste. I have tried different approaches to change this, starting with the :pref -> Content -> Fonts & Colors dialog of FF, but this seems to only have an effect for the actual website content, and not for the interface. Is that right? I tried the :highlight commands of Vimperator next, starting with putting :hi! StatusLine ... (old setting); font-size: 10px; in my vimperatorrc, which seemed to work, but soon I found that I had to do this for really a lot of things like StatusLineSecure, CmdOutput, CmdLine, CompItem>*, CompTitle>*, ... - this can't be the right way. Is there a highlight setting on which the other ones are based on? So that I can set my font size only at one place. Or am I going the wrong way with the highlight command at all (I guess so)? What is the proper way to get the interface fonts smaller? Should the be set by some Gtk config file maybe? I would really like to RTFM here, but I just have no clue where to look. Greetings, Frank -- Frank Blendinger | fb(at)intoxicatedmind.net | GPG: 0x0BF2FE7A Fingerprint: BB64 F2B8 DFD8 BF90 0F2E 892B 72CF 7A41 0BF2 FE7A "Just because I don't care doesn't mean I don't understand." (Homer Simpson) -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 197 bytes Desc: Digital signature URL: From fb at intoxicatedmind.net Mon Feb 23 05:03:23 2009 From: fb at intoxicatedmind.net (Frank Blendinger) Date: Mon, 23 Feb 2009 14:03:23 +0100 Subject: [Vimperator] Hiding the command line when it is inactive Message-ID: <20090223130323.GF12262@intoxicatedmind.net> Hi, in my current approach to make even more space usable by the actual content instead of interface then what Vimperator already does per default, I came up with this little hack to hide the command line: javascript <