Sujet : Tilde expansion bug in Tk 9.0 for Windows De : mssr953 (at) *nospam* gmail.com (Michael Soyka) Groupes :comp.lang.tcl Date : 27. Oct 2024, 22:13:54 Autres entêtes Organisation : self Message-ID :<vfmaej$jho5$1@dont-email.me> User-Agent : Mozilla Thunderbird
Tcl/Tk developers- Although automatic tilde expansion has been removed from Tcl version 9, I found one instance in the Tk sources where it hasn't been addressed. Specifically, in tk/win/winMain.c, the Tcl variable "tcl_rcFileName" is apparently given the value "~/wishrc.tcl". I noticed this because my version of wish90 does not source this file as earlier versions did. -mike