X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=LK7TfFSLVIB/kmqf iGYEqSfIwOptiHzvdJCGpJ44kMXm51TumHtPDmLN83sFgjuc9xrIfxA2LamjTilf lUVHQzAp2LwZV0FJwG8B+yAf5Z3bxiUl1HLWwIqL425vCSAguQhJZeVDlBi1i8YI bSwHtU0Lvlu1I5g1fJG76w+mfJI= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=Fv+75qU1XE1XFFJcyTPR3y ztZGE=; b=HwoZFd7TMozkZPMQBL1ABdFt6y8QaODCGwgQ5w6cgtWbcsItSyqLoM +Y8CBOtTrWrvHwu7cV9vckBnLx3j/X8NRV550N7vpnOcGqcIrXxYbg/F+AOckTGz qvXu3LMvfZfT0wpT+G/+Ti+J2P3mAhpIcNagcLtXYpQTS+W6pE2do= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=1.5 required=5.0 tests=AWL,BAYES_50,FREEMAIL_FROM,KAM_TK,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=no version=3.3.2 spammy=TCL, UD:tk, 8.5, cyg X-HELO: mail-ig0-f182.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=+BieHMsyZQQfcChWfXyftkYeFjmno78rkKt6IJnFCA8=; b=ghsSIJt1hvDKWfBwVnAW1pUOI+enGAOFkc7GV5QnsaLvlg2XwRtSIEmQsgRnz7Kt3u Jdf3yiWjkfdPxaZPkSwSTp1KptIY/XSejS0G8uvpXsnsR3v5vkJ0XnqPK0pF60hBFlxZ Fv4Loza47LuEvcTbe2J7VPQPvRnmvvNZgcY99pPXd6fJqSBqSHicbdfUy4gAgU1ooMLR tX9+cvEoBHomiXvJwSr1CFklv1k+eGuH7AZFeakpnK87yoU/kYn7fRlJoaXcN7YloKeg 8T84eDxa9HEijvkwX4W04lqOwDSX7Iwq0D6w2AwlR5g6p3CjMSWZVXu9mn7WhgCmdHig krPw== X-Gm-Message-State: AD7BkJLY5gecPqEdCKkjEkOVkGbHuYHqXXxqrzgbIWAlBCHiMwIH5nPhhG7b86z+x0ovvQ== X-Received: by 10.50.150.41 with SMTP id uf9mr10933032igb.64.1458855477073; Thu, 24 Mar 2016 14:37:57 -0700 (PDT) Subject: Re: tclsh - try command To: cygwin AT cygwin DOT com References: <56F3F797 DOT 3070308 AT gmail DOT com> <0D835E9B9CD07F40A48423F80D3B5A702EAE67E6 AT USA7109MB022 DOT na DOT xerox DOT net> From: cyg Simple Message-ID: <56F45E4B.3040209@gmail.com> Date: Thu, 24 Mar 2016 17:38:19 -0400 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.7.0 MIME-Version: 1.0 In-Reply-To: <0D835E9B9CD07F40A48423F80D3B5A702EAE67E6@USA7109MB022.na.xerox.net> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-IsSubscribed: yes On 3/24/2016 10:42 AM, Nellis, Kenneth wrote: > From: cyg Simple >> Dear list, >> >> I'm thinking of using TCL for a development program I'm spearheading. >> The documentation for TCL http://www.tcl.tk/man/tcl/TclCmd/try.htm show >> that this is available and I need to use it. But with Cygwin's version >> I get the following. Why isn't it available? >> >> >> % try { >> echo "abc" >> } on error { >> puts "error" >> } >> >> >> invalid command name "try" >> >> >> -- >> cyg Simple > > Looking at http://www.tcl.tk/man/ > it appears that "try" was new with version 8.6, > but Cygwin's version is 8.5: > > $ tclsh > % info tcl > 8.5 > % > Thanks, Ken. Building 8.6 from source now. That did resolve this issue. -- cyg Simple -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple