Johannes Sixt writes: > On msysGit, the focus is first on the (Tk) console. This console is then > hidden, but keeps the focus. Work around that by forcing the focus onto > the gitk window. Hmmm, I don't like doing focus -force unconditionally on all platforms. I hate it when applications decide they know best and override what the window manager decides. At least put a if {[tk windowingsystem] eq "win32"} in there. (msysGit is a windows thing, isn't it?) Paul. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html