Yes, that trick mostly works. However, if you follow a link while in isearch mode, scrolling broken again.
Also, if you use a mouse with a scroll wheel, you might notice that it doesn't work with scrollbars hidden. I've written a small global mode that seems to resolve this issue. If you'd like, you can get it from http://repo.or.cz/w/conkeror/arlinius.git/commit/1d70f6c1a6d26634ec11c30aff3358f82fe6125e and then add the following line to your .conkerorrc: require("mouse-wheel.js"); I just wrote it yesterday and today, so it hasn't been extensively tested yet, but it's working for me so far. -PL On Friday 14 January 2011 09:27:38 am Jim Burton wrote: > At Fri, 14 Jan 2011 16:12:20 +0100, > > Memnon Anon wrote: > > Hi Jim, > > > > Jim Burton <[email protected]> writes: > > > Hi, when I search with C-s the results that are visible are > > > highlighted in turn but if there are results which are offscreen, > > > then searching doesn't navigate around the buffer so I can't see what > > > was matched. I presume this is possible somehow? > > > > Did you disable the scrollbars? > > This might result in trouble with isearch, see > > > > http://conkeror.org/Tips#HideScrollBars > > Hi Memnon, that was indeed the problem and the fix on the wiki > works. Thanks, > > Jim > > > hth > > Memnon > > _______________________________________________ > Conkeror mailing list > [email protected] > https://www.mozdev.org/mailman/listinfo/conkeror _______________________________________________ Conkeror mailing list [email protected] https://www.mozdev.org/mailman/listinfo/conkeror
