From owner-freebsd-libh Tue Oct 9 19:25: 6 2001 Delivered-To: freebsd-libh@freebsd.org Received: from winston.freebsd.org (adsl-64-173-15-98.dsl.sntc01.pacbell.net [64.173.15.98]) by hub.freebsd.org (Postfix) with ESMTP id 6C04537B409 for ; Tue, 9 Oct 2001 19:24:59 -0700 (PDT) Received: from localhost (jkh@localhost [127.0.0.1]) by winston.freebsd.org (8.11.6/8.11.6) with ESMTP id f9A2N9H57943; Tue, 9 Oct 2001 19:23:14 -0700 (PDT) (envelope-from jkh@freebsd.org) To: anarcat@anarcat.dyndns.org Cc: freebsd-libh@freebsd.org Subject: Re: bug in Hui::run? In-Reply-To: <20011009214227.C603@shall.anarcat.dyndns.org> References: <20011009212837.B603@shall.anarcat.dyndns.org> <20011009214227.C603@shall.anarcat.dyndns.org> X-Mailer: Mew version 1.94.1 on Emacs 20.7 / Mule 4.0 (HANANOEN) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20011009192309K.jkh@freebsd.org> Date: Tue, 09 Oct 2001 19:23:09 -0700 From: Jordan Hubbard X-Dispatcher: imput version 20000228(IM140) Lines: 26 Sender: owner-freebsd-libh@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Erm, shouldn't that be [eval $command text] ? > Of course I had to forget the attachment. > > Note that I have found another strange phenomenon I do not comprehend: > > This works: > > anarcat@shall[~/libh/release/diskedit]% tclh > % eval set b 2 > 2 > % eval puts $b > 2 > % > > But doing this is my console program doesn't. Why? It's the same > statement: > > anarcat@shall[~/libh/release/diskedit]% grep eval console.tcl > cons_append [eval [$command text]] > anarcat@shall[~/libh/release/diskedit]% > > Thx > > a. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message