hints-minibuffer-annotation-mode: inline hints URL display
commitf9b986baa0a283caa6559fc6b8cec42bcea4f079
authorDavid Kettler <kettler@internode.on.net>
Sat, 10 Mar 2012 00:30:48 +0000 (10 11:00 +1030)
committerJohn Foerch <jjfoerch@earthlink.net>
Sat, 10 Mar 2012 20:22:43 +0000 (10 15:22 -0500)
tree373eb9351bfe64bcc801279e270c462c122b9e01
parent550d8213f6ed1b8c3df6754dba31ca7edc63161a
hints-minibuffer-annotation-mode: inline hints URL display

During a hints interaction, conkeror can display the URL and other
information about the currently selected hint.  The information is now
displayed in the minibuffer, using minibuffer-annotation-mode.

This display replaces hints_url_panel; the content is the same, but the
new display looks better and it avoids obscuring part of the content
buffer, fixing http://bugs.conkeror.org/issue343.

To enable:

  hints_minibuffer_annotation_mode(true);

This replaces the former:

  hints_display_url_panel=true;

Thanks to John Foerch for suggestions.
contrib/config/common.js
modules/hints.js
style/default/theme.json
style/default/window--panel.css [moved from style/default/hints--url-panel.css with 72% similarity]