Hi John,

I can't resist responding to some of these points.

>   Do all of the components of this feature have the best names for what
>   they do?  The user variable 'hints_information' is the one I have the
>   most doubt about.

I wanted to keep it generic, since the "URL panel" name is no longer
accurate, but hints_information is probably generic to the point of
meaninglessness.  Perhaps something like "link properties mode".  But the
primary purpose is still to show the URL, so perhaps a name based on
that is still fine; hints-url-mode.

>   Can the annotation be styled by Conkeror's theme system?
>
>   Is the position of the annotation good, or too close to the minibuffer
>   input?  Is this customizable through the theme system?

Putting these rules in a theme works fine:

#minibuffer-input [anonid="annotation"] {
  color: blue;
}

#minibuffer-input .textbox-input-box {
  width: 10em;
}

#minibuffer-input [anonid="strut"] {
  padding-right: 2em !important;
}

>   Does the way the annotation changes position as you use the hint system
>   feel natural?  For instance, when you type a number, the prompt changes,
>   shifting both input and annotation to the right ...

The placing of numbers in the prompt is peculiar.  An alternative would
be to put the number in a new label between the input box and the
annotation.  But that wouldn't work well when the annotation is
disabled.

Regards, David
_______________________________________________
Conkeror mailing list
[email protected]
https://www.mozdev.org/mailman/listinfo/conkeror

Reply via email to