Silvio Levy <[EMAIL PROTECTED]> writes:
> Hi Jeremy,
>
> Thanks for the hint about TAB.  Still, I find the "google exception"
> an obstacle to muscle memory, and I don't understand its motivation.
> (Including or excluding one search box makes little difference to the
> number of hint targets.)
>
>> This is probably more convenient than
>> using the hint system after type f anyway, once you get used to it.  
>
> I've now tried this on several multi-box pages I use often, and it's
> definitely slower to cycle via TAB than to use hinting, if you need to
> skip over more than one or two boxes.  (Cycling is slower than mousing
> even.)
>
> These are pages where either TAB and f currently work: search pages
> where one can use one of several criteria, or prefilled forms that 
> I need to edit (database interface).
>
> It's nice to have a consistent way to do things, so ideally google
> would also work via "f".  I can understand if you feel differently,
> but I'm hoping the special feature won't spread to too many sites.
>
> Silvio

Hi Silvio,

  One way to stop page modes from being loaded is:

user_pref ('conkeror.load.page-modes/google-search-results', false);

  Note that this is a user_pref, not a session_pref, so it will require
a restart.  There is also the pref conkeror.loadDefaultModules that
allows you to prevent all non-essential modules from loading, so you can
then `require' only the ones you want.  This is all brand new code as of
yesterday.

  It is also possible to modify `auto_mode_list' and remove the entry
for google-search-results mode.  Modifying structures like this is
unfortunately not as easy in javascript as in lisp.  Maybe someone could
write a helper function to make it easier to work with these user
variables like auto_mode_list.

  There is a broader issue which I will mention in this context, that we
as the conkeror user community should discuss whether it is right to
have site-specific code in conkeror, or whether these modules are more
appropriately distributed as addons, for example, as Extensions.  It is
no trivial matter to make a bunch of extensions and provide a way for
conkeror to easily download and install them, but I think it is well
worth consideration.  My opinion is not too strong on this issue, but
from my perspective a (comparatively) small conkeror core filled with
general tools is most preferable.

my 2 cents,
John Foerch

_______________________________________________
Conkeror mailing list
[email protected]
https://www.mozdev.org/mailman/listinfo/conkeror

Reply via email to