From owner-freebsd-ports Wed Dec 4 20:46:15 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.8.3/8.7.3) id UAA13431 for ports-outgoing; Wed, 4 Dec 1996 20:46:15 -0800 (PST) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id UAA13426 for ; Wed, 4 Dec 1996 20:46:13 -0800 (PST) Received: from time.cdrom.com (localhost [127.0.0.1]) by time.cdrom.com (8.8.4/8.6.9) with ESMTP id UAA05515; Wed, 4 Dec 1996 20:46:04 -0800 (PST) To: Michael Smith cc: fenner@parc.xerox.com, ports@freebsd.org Subject: Re: Ports INDEX browser update In-reply-to: Your message of "Thu, 05 Dec 1996 11:11:43 +1030." <199612050041.LAA18501@genesis.atrad.adelaide.edu.au> Date: Wed, 04 Dec 1996 20:46:04 -0800 Message-ID: <5511.849761164@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > Ok; the 64-dollar question : could we replace the termCanvas widget > with the Tcl text widget? If this can be done at runtime, then we win > with a 'term' (rather than 'text') widget that knows how to execute > programs and disply their output. I don't see why not. The termCanvas and the term widgets are independant, and the "ComBlock" (Communications Block) structure is used to pass requests back and forth (basically a request code and some registers for holding value). As long as you had some code to read the comblock and DTRT with the requests contained therein upon a Tk text widget, I don't see a problem. > > Yeah, Michael's a pretty motivated ports maintainer. My pattern is > > *ouch* 8) Ok, ok, what do I have to fix? No, I meant Michael Elbel. "*Beep* - Name space collision, invalidate cache and linear search by last name." :-) Jordan