John J Foerch <[EMAIL PROTECTED]> writes: > David Kettler <[EMAIL PROTECTED]> writes: >>> You might post this code as a comment at >>> <http://bugs.conkeror.org/issue10> so people can easily find it. >> >> I posted a slightly less clunky and more configurable version. >> >> I'd like to get it to respond immediately when used in the >> minibuffer:
Potentially this could be implemented if there were some notification system for indicating that the completions list is out of date and needs to be refreshed. > In order to make that happen we need a more flexable system that allows > completion-sets to be invoked as modules. Such a system should be > generalized enough that any completions source can be switched-to. > Consider the following use case for quite a different kind of > completion: > You are browsing a webpage that has some non-hyperlinked URLs in the > text. You hit `g' and then some other key that invokes a completer > that scrapes the non-hyperlinked URLs from the text, and uses them as > a completions list. For this particular application, I think a browser object class may be appropriate. > It is easy to think of many other situations where novel sources would > be used to obtain a completions list. I wonder if many of these situations can likewise be solved using a browser object class. -- Jeremy Maitin-Shepard _______________________________________________ Conkeror mailing list [email protected] https://www.mozdev.org/mailman/listinfo/conkeror
