From scsh-checkins-request@scsh.net Sat Nov 18 15:14:50 2006 Return-Path: X-Original-To: scsh@informatik.uni-tuebingen.de Delivered-To: scsh@informatik.uni-tuebingen.de Received: from localhost (loopback [127.0.0.1]) by mx1.informatik.uni-tuebingen.de (Postfix) with ESMTP id 5116D193; Sat, 18 Nov 2006 15:14:50 +0100 (NFT) Received: from mx1.informatik.uni-tuebingen.de ([127.0.0.1]) by localhost (mx1 [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 29822-02; Sat, 18 Nov 2006 15:14:49 +0100 (NFT) Received: from www.scsh.net (bernard.Informatik.Uni-Tuebingen.De [134.2.12.122]) by mx1.informatik.uni-tuebingen.de (Postfix) with ESMTP id A050D12D; Sat, 18 Nov 2006 15:14:49 +0100 (NFT) Received: by www.scsh.net (Postfix, from userid 3123) id 6E34C5ED9; Sat, 18 Nov 2006 15:14:49 +0100 (MET) Old-Return-Path: X-Original-To: scsh-checkins@scsh.net Delivered-To: scsh-checkins@scsh.net Subject: scsh/scsh scsh.scm From: Mike Sperber To: scsh-checkins@scsh.net Message-Id: <20061118141447.A3FBE1BB@mx1.informatik.uni-tuebingen.de> Date: Sat, 18 Nov 2006 15:14:47 +0100 (NFT) Resent-Message-ID: Resent-From: scsh-checkins@scsh.net X-Mailing-List: archive/latest/655 X-Loop: scsh-checkins@scsh.net List-Post: List-Help: List-Subscribe: List-Unsubscribe: Precedence: list Resent-Sender: scsh-checkins-request@scsh.net List-Id: List-Archive: Resent-Date: Sat, 18 Nov 2006 15:14:49 +0100 (MET) Update of /cvsroot/scsh/scsh/scsh In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv9235 Modified Files: Tag: r0-6-stable scsh.scm Log Message: Do this: From: Emilio Lopes Subject: Misleading error message in `exec-path/env' To: scsh-users@scsh.net The procedure `exec-path/env' gives "No executable found." if it fails to execute the given program. This error message is misleading since there can be other reasons for the failure, e.g. the command line was too long. I think something along the lines of "Failed to run program/executable." would be more appropriate. -- Emílio C. Lopes Munich, Germany From scsh-checkins-request@scsh.net Sat Nov 18 15:17:09 2006 Return-Path: X-Original-To: scsh@informatik.uni-tuebingen.de Delivered-To: scsh@informatik.uni-tuebingen.de Received: from localhost (loopback [127.0.0.1]) by mx4.informatik.uni-tuebingen.de (Postfix) with ESMTP id 3EC8D146C; Sat, 18 Nov 2006 15:17:09 +0100 (NFT) Received: from mx4.informatik.uni-tuebingen.de ([127.0.0.1]) by localhost (mx4 [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 59226-02; Sat, 18 Nov 2006 15:17:08 +0100 (NFT) Received: from www.scsh.net (bernard.Informatik.Uni-Tuebingen.De [134.2.12.122]) by mx4.informatik.uni-tuebingen.de (Postfix) with ESMTP id 29C90143D; Sat, 18 Nov 2006 15:17:08 +0100 (NFT) Received: by www.scsh.net (Postfix, from userid 3123) id 1B9DB5ED9; Sat, 18 Nov 2006 15:17:08 +0100 (MET) Old-Return-Path: X-Original-To: scsh-checkins@scsh.net Delivered-To: scsh-checkins@scsh.net Subject: scsh/scheme/rts numio.scm From: Mike Sperber To: scsh-checkins@scsh.net Message-Id: <20061118141702.10E29254@mx1.informatik.uni-tuebingen.de> Date: Sat, 18 Nov 2006 15:17:02 +0100 (NFT) Resent-Message-ID: Resent-From: scsh-checkins@scsh.net X-Mailing-List: archive/latest/656 X-Loop: scsh-checkins@scsh.net List-Post: List-Help: List-Subscribe: List-Unsubscribe: Precedence: list Resent-Sender: scsh-checkins-request@scsh.net List-Id: List-Archive: Resent-Date: Sat, 18 Nov 2006 15:17:08 +0100 (MET) Update of /cvsroot/scsh/scsh/scheme/rts In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv10036 Modified Files: Tag: r0-6-stable numio.scm Log Message: Emilop Lepos reported this: As stated in the subject line: Welcome to scsh 0.6.7 (R6RS) Type ,? for help. > (string->number "1e2") #f Apply his suggested fix, which is taken from Scheme 48. From scsh-checkins-request@scsh.net Sun Nov 19 23:42:24 2006 Return-Path: X-Original-To: scsh@informatik.uni-tuebingen.de Delivered-To: scsh@informatik.uni-tuebingen.de Received: from localhost (loopback [127.0.0.1]) by mx4.informatik.uni-tuebingen.de (Postfix) with ESMTP id 8E7191426; Sun, 19 Nov 2006 23:42:23 +0100 (NFT) Received: from mx4.informatik.uni-tuebingen.de ([127.0.0.1]) by localhost (mx4 [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 56980-04; Sun, 19 Nov 2006 23:42:22 +0100 (NFT) Received: from www.scsh.net (bernard.Informatik.Uni-Tuebingen.De [134.2.12.122]) by mx4.informatik.uni-tuebingen.de (Postfix) with ESMTP id 3F3D9138A; Sun, 19 Nov 2006 23:42:22 +0100 (NFT) Received: by www.scsh.net (Postfix, from userid 3123) id 0AECA5ED9; Sun, 19 Nov 2006 23:42:22 +0100 (MET) Old-Return-Path: X-Original-To: scsh-checkins@scsh.net Delivered-To: scsh-checkins@scsh.net Subject: www-scsh/pages/download download.scm From: RT Happe To: scsh-checkins@scsh.net Message-Id: <20061119224220.87C9E1426@mx4.informatik.uni-tuebingen.de> Date: Sun, 19 Nov 2006 23:42:20 +0100 (NFT) Resent-Message-ID: Resent-From: scsh-checkins@scsh.net X-Mailing-List: archive/latest/657 X-Loop: scsh-checkins@scsh.net List-Post: List-Help: List-Subscribe: List-Unsubscribe: Precedence: list Resent-Sender: scsh-checkins-request@scsh.net List-Id: List-Archive: Resent-Date: Sun, 19 Nov 2006 23:42:22 +0100 (MET) Update of /cvsroot/scsh/www-scsh/pages/download In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv26302/pages/download Modified Files: download.scm Log Message: new link: scsh binary for Cygwin From scsh-checkins-request@scsh.net Sun Nov 19 23:42:38 2006 Return-Path: X-Original-To: scsh@informatik.uni-tuebingen.de Delivered-To: scsh@informatik.uni-tuebingen.de Received: from localhost (loopback [127.0.0.1]) by mx4.informatik.uni-tuebingen.de (Postfix) with ESMTP id 582311446; Sun, 19 Nov 2006 23:42:37 +0100 (NFT) Received: from mx4.informatik.uni-tuebingen.de ([127.0.0.1]) by localhost (mx4 [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 56982-03; Sun, 19 Nov 2006 23:42:33 +0100 (NFT) Received: from www.scsh.net (bernard.Informatik.Uni-Tuebingen.De [134.2.12.122]) by mx4.informatik.uni-tuebingen.de (Postfix) with ESMTP id EF5C51390; Sun, 19 Nov 2006 23:42:28 +0100 (NFT) Received: by www.scsh.net (Postfix, from userid 3123) id A9C4B5ED9; Sun, 19 Nov 2006 23:42:28 +0100 (MET) Old-Return-Path: X-Original-To: scsh-checkins@scsh.net Delivered-To: scsh-checkins@scsh.net Subject: www-scsh/pages/about news.scm From: RT Happe To: scsh-checkins@scsh.net Message-Id: <20061119224225.4CA8F1FB@mx1.informatik.uni-tuebingen.de> Date: Sun, 19 Nov 2006 23:42:25 +0100 (NFT) Resent-Message-ID: <6mS0bB.A.JdT.U3NYFB@bernard> Resent-From: scsh-checkins@scsh.net X-Mailing-List: archive/latest/658 X-Loop: scsh-checkins@scsh.net List-Post: List-Help: List-Subscribe: List-Unsubscribe: Precedence: list Resent-Sender: scsh-checkins-request@scsh.net List-Id: List-Archive: Resent-Date: Sun, 19 Nov 2006 23:42:28 +0100 (MET) Update of /cvsroot/scsh/www-scsh/pages/about In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv26302/pages/about Modified Files: news.scm Log Message: new link: scsh binary for Cygwin From scsh-checkins-request@scsh.net Mon Nov 20 11:22:59 2006 Return-Path: X-Original-To: scsh@informatik.uni-tuebingen.de Delivered-To: scsh@informatik.uni-tuebingen.de Received: from localhost (loopback [127.0.0.1]) by mx4.informatik.uni-tuebingen.de (Postfix) with ESMTP id 6D7AF1529; Mon, 20 Nov 2006 11:22:58 +0100 (NFT) Received: from mx4.informatik.uni-tuebingen.de ([127.0.0.1]) by localhost (mx4 [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 50724-01; Mon, 20 Nov 2006 11:22:57 +0100 (NFT) Received: from www.scsh.net (bernard.Informatik.Uni-Tuebingen.De [134.2.12.122]) by mx4.informatik.uni-tuebingen.de (Postfix) with ESMTP id 4BE801525; Mon, 20 Nov 2006 11:22:57 +0100 (NFT) Received: by www.scsh.net (Postfix, from userid 3123) id 1605C5ED9; Mon, 20 Nov 2006 11:22:57 +0100 (MET) Old-Return-Path: X-Original-To: scsh-checkins@scsh.net Delivered-To: scsh-checkins@scsh.net Subject: www-scsh/pages/download download.scm From: Martin Gasbichler To: scsh-checkins@scsh.net Message-Id: <20061120102254.E1DC11525@mx4.informatik.uni-tuebingen.de> Date: Mon, 20 Nov 2006 11:22:54 +0100 (NFT) Resent-Message-ID: Resent-From: scsh-checkins@scsh.net X-Mailing-List: archive/latest/659 X-Loop: scsh-checkins@scsh.net List-Post: List-Help: List-Subscribe: List-Unsubscribe: Precedence: list Resent-Sender: scsh-checkins-request@scsh.net List-Id: List-Archive: Resent-Date: Mon, 20 Nov 2006 11:22:57 +0100 (MET) Update of /cvsroot/scsh/www-scsh/pages/download In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv30078/pages/download Modified Files: download.scm Log Message: Some forgotten updates for 0.6.7 From scsh-checkins-request@scsh.net Mon Nov 20 11:23:02 2006 Return-Path: X-Original-To: scsh@informatik.uni-tuebingen.de Delivered-To: scsh@informatik.uni-tuebingen.de Received: from localhost (loopback [127.0.0.1]) by mx1.informatik.uni-tuebingen.de (Postfix) with ESMTP id ABC9E203; Mon, 20 Nov 2006 11:23:01 +0100 (NFT) Received: from mx1.informatik.uni-tuebingen.de ([127.0.0.1]) by localhost (mx1 [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 49550-04; Mon, 20 Nov 2006 11:23:01 +0100 (NFT) Received: from www.scsh.net (bernard.Informatik.Uni-Tuebingen.De [134.2.12.122]) by mx1.informatik.uni-tuebingen.de (Postfix) with ESMTP id EEF7E187; Mon, 20 Nov 2006 11:23:00 +0100 (NFT) Received: by www.scsh.net (Postfix, from userid 3123) id DE7225EDD; Mon, 20 Nov 2006 11:23:00 +0100 (MET) Old-Return-Path: X-Original-To: scsh-checkins@scsh.net Delivered-To: scsh-checkins@scsh.net Subject: www-scsh/pages/about about.scm news.scm From: Martin Gasbichler To: scsh-checkins@scsh.net Message-Id: <20061120102254.B379E187@mx1.informatik.uni-tuebingen.de> Date: Mon, 20 Nov 2006 11:22:54 +0100 (NFT) Resent-Message-ID: Resent-From: scsh-checkins@scsh.net X-Mailing-List: archive/latest/660 X-Loop: scsh-checkins@scsh.net List-Post: List-Help: List-Subscribe: List-Unsubscribe: Precedence: list Resent-Sender: scsh-checkins-request@scsh.net List-Id: List-Archive: Resent-Date: Mon, 20 Nov 2006 11:23:00 +0100 (MET) Update of /cvsroot/scsh/www-scsh/pages/about In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv30078/pages/about Modified Files: about.scm news.scm Log Message: Some forgotten updates for 0.6.7 From scsh-checkins-request@scsh.net Mon Nov 20 11:23:52 2006 Return-Path: X-Original-To: scsh@informatik.uni-tuebingen.de Delivered-To: scsh@informatik.uni-tuebingen.de Received: from localhost (loopback [127.0.0.1]) by mx1.informatik.uni-tuebingen.de (Postfix) with ESMTP id 29C38118; Mon, 20 Nov 2006 11:23:50 +0100 (NFT) Received: from mx1.informatik.uni-tuebingen.de ([127.0.0.1]) by localhost (mx1 [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 49552-05; Mon, 20 Nov 2006 11:23:45 +0100 (NFT) Received: from www.scsh.net (bernard.Informatik.Uni-Tuebingen.De [134.2.12.122]) by mx1.informatik.uni-tuebingen.de (Postfix) with ESMTP id 230BE203; Mon, 20 Nov 2006 11:23:45 +0100 (NFT) Received: by www.scsh.net (Postfix, from userid 3123) id 124035ED9; Mon, 20 Nov 2006 11:23:45 +0100 (MET) Old-Return-Path: X-Original-To: scsh-checkins@scsh.net Delivered-To: scsh-checkins@scsh.net Subject: www-scsh/pages/resources commander-s.scm From: Martin Gasbichler To: scsh-checkins@scsh.net Message-Id: <20061120102344.10AF51526@mx4.informatik.uni-tuebingen.de> Date: Mon, 20 Nov 2006 11:23:44 +0100 (NFT) Resent-Message-ID: <8jEGOD.A.wKV.wIYYFB@bernard> Resent-From: scsh-checkins@scsh.net X-Mailing-List: archive/latest/661 X-Loop: scsh-checkins@scsh.net List-Post: List-Help: List-Subscribe: List-Unsubscribe: Precedence: list Resent-Sender: scsh-checkins-request@scsh.net List-Id: List-Archive: Resent-Date: Mon, 20 Nov 2006 11:23:45 +0100 (MET) Update of /cvsroot/scsh/www-scsh/pages/resources In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv30529/pages/resources Modified Files: commander-s.scm Log Message: The Commander has moved to darcs From scsh-checkins-request@scsh.net Mon Nov 20 11:29:24 2006 Return-Path: X-Original-To: scsh@informatik.uni-tuebingen.de Delivered-To: scsh@informatik.uni-tuebingen.de Received: from localhost (loopback [127.0.0.1]) by mx4.informatik.uni-tuebingen.de (Postfix) with ESMTP id 9F46B152B; Mon, 20 Nov 2006 11:29:23 +0100 (NFT) Received: from mx4.informatik.uni-tuebingen.de ([127.0.0.1]) by localhost (mx4 [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 50736-02; Mon, 20 Nov 2006 11:29:22 +0100 (NFT) Received: from www.scsh.net (bernard.Informatik.Uni-Tuebingen.De [134.2.12.122]) by mx4.informatik.uni-tuebingen.de (Postfix) with ESMTP id 682741526; Mon, 20 Nov 2006 11:29:22 +0100 (NFT) Received: by www.scsh.net (Postfix, from userid 3123) id 30CB95ED9; Mon, 20 Nov 2006 11:29:22 +0100 (MET) Old-Return-Path: X-Original-To: scsh-checkins@scsh.net Delivered-To: scsh-checkins@scsh.net Subject: www-scsh/pages/download download.scm From: Martin Gasbichler To: scsh-checkins@scsh.net Message-Id: <20061120102920.0660417E@mx1.informatik.uni-tuebingen.de> Date: Mon, 20 Nov 2006 11:29:20 +0100 (NFT) Resent-Message-ID: Resent-From: scsh-checkins@scsh.net X-Mailing-List: archive/latest/662 X-Loop: scsh-checkins@scsh.net List-Post: List-Help: List-Subscribe: List-Unsubscribe: Precedence: list Resent-Sender: scsh-checkins-request@scsh.net List-Id: List-Archive: Resent-Date: Mon, 20 Nov 2006 11:29:22 +0100 (MET) Update of /cvsroot/scsh/www-scsh/pages/download In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv547 Modified Files: download.scm Log Message: update current status of package support for 0.6.7