On Thu, Dec 31, 2009 at 3:02 PM, Jeff Epler wrote: > On Thu, Dec 31, 2009 at 02:57:50PM -0500, Kirill wrote: >> + set ::tk::AlwaysShowSelection 1 >> + >> + # Spoof an X11 display for SSH >> + if {![info exists env(DISPLAY)]} { >> + set env(DISPLAY) :9999 >> + } > > these bits look unrelated and should probably be in a separate > submission. The only reason this code is here: Git Gui has it in the same section. Given my total lack of Tcl/Tk skills and deep understanding, I hoped to fix some other Windows-specific annoyances "by accident". If Tcl/Tk gurus, for example, Paul Mackerras, say they're wrong, I'll gladly remove them. If the only objection is the inclusion into the same patch, I can do that too. Thanks for your time! -- Kirill. -- 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