On Sun, Dec 26, 2010 at 08:29:33PM -0600, Benjamin Slade wrote:
> 
> On 26 December 2010 16:15, John J. Foerch <[email protected]> wrote:
> 
>     On Sun, Dec 26, 2010 at 03:56:58PM -0600, Benjamin Slade wrote:
>     > I'm curious about using favicon in Conkeror.
>     >
>     > Is there a way to set up the userChrome.css to display a site's favicon
>     in the
>     > .mode-line? And in the tree.completions in the minibuffer?
> 
> 
>     Those are interesting ideas.  But userChrome.css has nothing to do with
>     it.  For favicon on the mode-line, one would write a mode-line widget.
>     Complicated enough that I can't type it out from memory, but it shouldn't
>     be hard to copy and modify one of the existing widgets.  For displaying
>     them in the completions area deeper hacks would be necessary, as I don't
>     believe Conkeror provides any api for modifying the completions list.
> 
>     The tab-bar module supports favicons, while new-tabs does not.  Tab-bar
>     has two known bugs that lead most people to prefer new-tabs.  We would
>     like to merge these two modules into a single module which supports all
>     features of both.
> 
>     --
>     John Foerch
> 
> 
> Thanks, John.
> 
> Could you point me in the right direction for how to write a mode-line widget
> showing favicon?
> 
> Would displaying favicons in the (C-x b) buffer list involve the same
> complexities as does showing favicons in the completions list?
> 
> --Benjamin Slade
> 


modules/mode-line.js

yes, the buffer list displayed by C-x b is a completions list.

-- 
John Foerch
_______________________________________________
Conkeror mailing list
[email protected]
https://www.mozdev.org/mailman/listinfo/conkeror

Reply via email to