Re: [RFH - Tcl/Tk] use of procedure before declaration?

2017-01-17 Thread Konstantin Khomoutov
On Tue, 17 Jan 2017 12:29:23 +0100 (CET) Johannes Schindelin wrote: > > In > > https://github.com/git/git/blob/master/git-gui/lib/choose_repository.tcl#L242 > > the procedure `_unset_recentrepo` is called, however the procedure > > isn't declared until line 248. My

Re: [RFH - Tcl/Tk] use of procedure before declaration?

2017-01-17 Thread Philip Oakley
From: "Johannes Schindelin" Hi Philip, On Mon, 16 Jan 2017, Philip Oakley wrote: In https://github.com/git/git/blob/master/git-gui/lib/choose_repository.tcl#L242 the procedure `_unset_recentrepo` is called, however the procedure isn't declared until line 248. My

Re: [RFH - Tcl/Tk] use of procedure before declaration?

2017-01-17 Thread Johannes Schindelin
Hi Philip, On Mon, 16 Jan 2017, Philip Oakley wrote: > In > https://github.com/git/git/blob/master/git-gui/lib/choose_repository.tcl#L242 > the procedure `_unset_recentrepo` is called, however the procedure isn't > declared until line 248. My reading of the various Tcl tutorials suggest > (but

[RFH - Tcl/Tk] use of procedure before declaration?

2017-01-16 Thread Philip Oakley
I'm looking into a user git-gui problem (https://github.com/git-for-windows/git/issues/1014) that I'd seen in the past - I'd started some patches back in Dec 2015 http://public-inbox.org/git/1450310287-4936-1-git-send-email-philipoak...@iee.org/ I'm trying to make sure I have covered the corner