This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author gpolo
Recipients Somelauw, ajaksu2, gpolo, weeble
Date 2009-01-29.02:55:31
SpamBayes Score 5.115942e-07
Marked as misclassified No
Message-id <[email protected]>
In-reply-to <[email protected]>
Content
> Weeble added the comment:
>
> In summary, Tk 8.5 changed the name of the "anchor" mark to be unique to
> each Text widget. The code to make the home key toggle between column 0
> and the start of the text tries to make use of the "anchor" mark and
> gets confused.
>
> In the email I proposed a simple fix which I'm testing out right now.
> Should I attach it as a patch?
>

I see your simple fix depends on a unsupported proc provided by tk,
how good is to depend on it ?
And I don't think that is backwards compatible till tk 8.2, is it ?
History
Date User Action Args
2009-01-29 02:55:34gpolosetrecipients: + gpolo, ajaksu2, weeble, Somelauw
2009-01-29 02:55:31gpololinkissue4676 messages
2009-01-29 02:55:31gpolocreate