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:
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. It is easy to think of many other situations where novel sources would be used to obtain a completions list. -- John Foerch _______________________________________________ Conkeror mailing list [email protected] https://www.mozdev.org/mailman/listinfo/conkeror
