On Wed, Dec 29, 2010 at 02:35:49PM -0500, John J. Foerch wrote:
> On Sun, Dec 26, 2010 at 03:56:58PM -0600, Benjamin Slade wrote:
> > .mode-line? And in the tree.completions in the minibuffer?
> 
> 
> 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
_______________________________________________
Conkeror mailing list
[email protected]
https://www.mozdev.org/mailman/listinfo/conkeror

Reply via email to