Hi, On Sat, 18 Aug 2007, Marco Costalba wrote:
> When 'Show debug info' is checked then a list of links > to dependant symbols is shown in info view right bottom pane. > > Currently all links are in standard blue. With this patch > links to disabled symbols are shown in red instead. The way you currently define "disabled" means that even symbols set to 'm' are disabled, I don't think that's what you really mean. :) When seeing disabled I also first thought of the option being completely invisible due to dependencies. > This, together with 'Show all options', allows to quickly > check out why a given option is hidden. Dependencies can also be something like !FOO, in this case you want FOO to be disabled for option to be unhidden. So if this is intended as a simple "Click this link to enable this option", then this requires a bit more work. :) > I understand that color coding could be a poor choice due to people > with color differencing problems. > > I chose this anyway to avoid crufting the output with additional > signs/symbols, > this could became very ugly in case of long option lists. Using colors is not the problem, I'm more concerned about using red, as it's a signal color, often meaning that something is wrong or needs urgent attention. bye, Roman - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/