At Wed, 23 Dec 2009 11:00:25 +0000,
Richard Lewis wrote:
> 
> Hi all,
> 
> I've recently upgraded to the current git version of conkeror (after
> not having done so for quite a while, months probably) and now some of
> my keybindings don't work.
> 
> First is that, to follow a link after selecting its hint (e.g. typing
> f 2 5) I have to hit RET for it to follow the link, even when 25 (for
> example) is unambiguous.
> 
> Second is that this code for selecting tabs (using new-tabs.js)
> borrowed from the wiki doesn't work anymore:
> 
>  // bind keys 1..0 to switch to buffers 1..10
>  function define_key_buffer_switch(key, buf_num) {
>      define_key(content_buffer_normal_keymap, key, function (I) {
>              switch_to_buffer(I.window, I.window.buffers.get_buffer(buf_num));
>          });
>  }
> 
>  for (let i = 0; i < 10; ++i)
>      define_key_buffer_switch(i == 9 ? "0" : (i+1).toString(), i);
> 
> C-h k 1 RET (for example) says "2 is undefined".
> 
> Any ideas what's going on?

Ah, OK. I got caught by the "browser_prevent_automatic_form_focus_mode
has been renamed and put in its own file" breaking change, which was
preventing most of my conkerorrc file from being loaded and hence the
tabs keybinding problem.

But my link following problem still persists...
-- 
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Richard Lewis
ISMS, Computing
Goldsmiths, University of London
Tel: +44 (0)20 7078 5134
Skype: richardjlewis
JID: [email protected]
http://www.richard-lewis.me.uk/
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
+----------------------------------------------+
| Support open access to scholarship           |
| http://freeculture.org/ http://www.doaj.org/ |
+----------------------------------------------+
_______________________________________________
Conkeror mailing list
[email protected]
https://www.mozdev.org/mailman/listinfo/conkeror

Reply via email to