[PD-dev] tcl 8.5 help browser bug and a fix

Hans-Christoph Steiner hans at eds.org
Sun Feb 25 07:45:18 CET 2007


Personally, if it's not in the patch tracker, there is a very good  
chance that I will overlook it, even if it's just a one line change.   
That's what I use to keep track of patches.

.hc

On Feb 20, 2007, at 10:31 PM, ico at vt.edu wrote:

>> Make a patch using diff -uw and submit it to the patch tracker.
>
> Since I am not familiar with the patch tracker, below is the plain- 
> text version.
> Please also see attached file if this list also accepts attachments  
> like gem-dev
> does. The fix is rather simple and should be straightforward to  
> understand.
>
> P.S. This is a patch applied against a freshly updated CVS checkout.
>
> Many thanks!
>
> Best wishes,
>
> Ico
>
> --- u_main.tk	2007-02-20 22:20:41.000000000 -0500
> +++ u_main.tk.new	2007-02-18 18:37:09.000000000 -0500
> @@ -435,7 +435,7 @@
>  	# check for [file readable]?
>  	if { [info tclversion] >= 8.5 } {
>  		# requires Tcl 8.5 but probably deals with special chars better
> -#		destroy {expand}[lrange [winfo children $base] [expr {2 *  
> $count}] end]
> +		destroy {expand}[lrange [winfo children $base] [expr {2 *  
> $count}] end]
>  	} else {
>  		if { [catch { eval destroy [lrange [winfo children $base] \
>  										[expr { 2 * $count }] end] } \
> <u_main.tk.patch>


------------------------------------------------------------------------

Computer science is no more related to the computer than astronomy is  
related to the telescope.      -Edsger Dykstra


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puredata.info/pipermail/pd-dev/attachments/20070225/06833639/attachment.htm>


More information about the Pd-dev mailing list