Re: upgrade problem tcl/tk-8.4 -> 8.5 -- please help



On Jul 31, 1:24 am, Donald Arseneau <a...@xxxxxxxxx> wrote:
On Jul 31, 12:30 am, Helmut Jarausch <jarau...@xxxxxxxxx> wrote:
When upgrading from Tcl/Tk-8.4.* to 8.5.3 an error occurs in
an old script (tkdiff+)
unmatched open brace in list
while executing
"foreach {pattern dummy1 dummy2} $content {

Maybe $content contains many lines and is removed, but it probably
also contains brace characters, and is not really a list.

OK, I grabbed tkdiff+.3.07g, and that line is part of status:save,
and $content is the contents of the rc file, likely .tkdiffrc or
_tkdiff.rc. Check that the file has not been clobbered.

Ummmm... does your rc file contain comments? Comments are allowed
for processing the file, but I don't see any method for handling
them when saving the status.

Donald Arseneau a...@xxxxxxxxx

.



Relevant Pages