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?
-- 
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
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