Hi all, I'm currently working on a big refactoring of the completions system. The basic goal is to have a completions system that is easier to read and understand than the current one, and more flexible. Then to write a nice file-path completer, and more cool completer-based features. One little thing that I added already is the ability to delete bookmarks and history items while in the url prompt with C-k, analogous to how you can delete buffers in the switch-to-buffer prompt.
Well, this refactoring is a very large, complicated undertaking, and could use the help of anybody out there in the community who wants to test and review. I haven't compiled a complete list of breaking changes that are currently, or will end up being, in the branch, but if you're testing and have things that use completers in your rc, the biggest ones that might affect you are: - completers are now classes, and instantiated with the 'new' keyword - $match_required keywords renamed to $require_match - webjump keyword $description renamed to $doc So, check it out, check my work, and hopefully we can get this thing merged soon. -- John Foerch _______________________________________________ Conkeror mailing list [email protected] https://www.mozdev.org/mailman/listinfo/conkeror
