On Wed, Dec 29, 2010 at 05:59:50PM -0600, Benjamin Slade wrote: > > On 29 December 2010 17:52, John J. Foerch <[email protected]> wrote: > > > Just posting a note to say I've got favicons in the read-buffer > > completions working, and Conkeror will have this feature within a few > > days, maybe less. My patch will include some changes that affect the > > favicon-in-the-mode-line code that I posted recently, but I will also be > > merging that feature into Conkeror, and will provide instructions of how > > to turn it on. > > > > > Both new features are in. To use either or both of these features, you > will want to enable fetching of favicons: > > require("favicon"); > > To enable favicons in the mode-line: > > add_hook("mode_line_hook", mode_line_adder(buffer_icon_widget), true); > > To enable favicons in the read_buffer completions list: > > read_buffer_show_icons = true; > > > -- > John Foerch > > > Cool. Everything seems to be working! Thanks again for adding these > features. > > cheers, > --Ben
welcome. Next project related to this is probably to do some work on favicon.js itself, so conkeror will make better use of the favicon cache, and be more efficient. -- John Foerch _______________________________________________ Conkeror mailing list [email protected] https://www.mozdev.org/mailman/listinfo/conkeror
