On Wed, Apr 04, 2012 at 09:47:35PM +0930, David Kettler wrote: > This patch is not intended for application; the implementation is ugly > and only lightly tested. But it does illustrate a facility I have > found useful. > > There are two situations where I find myself wanting to open multiple > new buffers in conkeror and where there is enough state in the current > interaction to make it inconvenient to follow a single URL and then > repeat the interaction. > > When using M-x follow-new-buffer-background (bound to a key) sometimes > I have narrowed down to a few links using the hints interaction and > want to load them all. > > Similarly, when using C-u g sometimes when I have narrowed down to a > few links from my browser history using the minibuffer completion, I > want to load them all. > > In both cases this patch allows the currently selected URL to be > followed with C-RET, returning to the same state of the minibuffer > interaction, ready to load another. > > A proper implementation of this idea will need a larger restructure of > the minibuffer interaction and a better understanding of the coroutine > interface than I currently possess. > > See also issue365: Open multiple links in conkeror
My plan is to extend the browser-object system with browser-object-lists, and allow components like hinting to return a list of nodes instead of just a single one. Hinting would be extended with facilities that allow fine-grained control at narrowing down on the list of nodes to return. Planning it for 2.0. -- John Foerch _______________________________________________ Conkeror mailing list [email protected] https://www.mozdev.org/mailman/listinfo/conkeror
