From scsh-users-request@scsh.net Mon Aug 7 16:58:36 2006 Return-Path: X-Original-To: scsh@informatik.uni-tuebingen.de Delivered-To: scsh@informatik.uni-tuebingen.de Received: from www.scsh.net (bernard.Informatik.Uni-Tuebingen.De [134.2.12.122]) by mx1.informatik.uni-tuebingen.de (Postfix) with ESMTP id 7465211D; Mon, 7 Aug 2006 16:58:34 +0200 (MST) Received: by www.scsh.net (Postfix, from userid 3123) id 141895EDA; Mon, 7 Aug 2006 16:58:33 +0200 (MST) Old-Return-Path: X-Original-To: scsh-users@scsh.net Delivered-To: scsh-users@scsh.net X-Injected-Via-Gmane: http://gmane.org/ To: scsh-users@scsh.net From: Emilio Lopes Subject: Apropos facility for Scsh Date: Sun, 06 Aug 2006 17:22:23 +0200 Organization: The Church of Emacs Lines: 13 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=latin-iso8859-1 Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: rb7f1.r.pppool.de User-Agent: Emacs Gnus Cancel-Lock: sha1:AJ0w97N06t18zzLbhhqPEwQNjUk= Sender: news Resent-Message-ID: Resent-From: scsh-users@scsh.net X-Mailing-List: archive/latest/331 X-Loop: scsh-users@scsh.net List-Post: List-Help: List-Subscribe: List-Unsubscribe: Precedence: list Resent-Sender: scsh-users-request@scsh.net List-Id: List-Archive: Resent-Date: Mon, 7 Aug 2006 16:58:33 +0200 (MST) I've prepackaged Taylor Campbell's "apropos" library for Scsh. I did some small changes in order to provide the user commands `apropos' and `apropos*'. These are very useful to have available in your day-to-day image. Thanks, Taylor. Download the package from: http://home.tiscali.de/emilio.lopes/scheme/scheme.html -- Emílio C. Lopes Munich, Germany From scsh-users-request@scsh.net Mon Aug 7 18:15:41 2006 Return-Path: X-Original-To: scsh@informatik.uni-tuebingen.de Delivered-To: scsh@informatik.uni-tuebingen.de Received: from www.scsh.net (bernard.Informatik.Uni-Tuebingen.De [134.2.12.122]) by mx1.informatik.uni-tuebingen.de (Postfix) with ESMTP id AC42612F; Mon, 7 Aug 2006 18:15:38 +0200 (MST) Received: by www.scsh.net (Postfix, from userid 3123) id 4AAF75EDA; Mon, 7 Aug 2006 18:15:38 +0200 (MST) Old-Return-Path: X-Original-To: scsh-users@scsh.net Delivered-To: scsh-users@scsh.net To: scsh-users@scsh.net Subject: commander-s docs fail to build From: Eric Hanchrow User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.51 (gnu/linux) Date: Sun, 6 Aug 2006 18:58:41 +0200 (MST) Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Resent-Message-ID: <4Cr-eB.A.a9T.qc21EB@bernard> Resent-From: scsh-users@scsh.net X-Mailing-List: archive/latest/332 X-Loop: scsh-users@scsh.net List-Post: List-Help: List-Subscribe: List-Unsubscribe: Precedence: list Resent-Sender: scsh-users-request@scsh.net List-Id: List-Archive: Resent-Date: Mon, 7 Aug 2006 18:15:38 +0200 (MST) I got commander-s via darcs get http://www-pu.informatik.uni-tuebingen.de/users/gasbichl/darcs/commander-s I guess I got all the patches through 287 (I don't really understand darcs). I followed the instructions in DARCS_README, and typed $ cd doc $ make make: *** No rule to make target `man.idx', needed by `man.ind'. Stop. $ I'm using GNU Make 3.81, on Ubuntu 6.06. -- Most of what ends up in my essays I only thought of when I sat down to write them. That's why I write them. -- Paul Graham From scsh-users-request@scsh.net Mon Aug 7 21:32:07 2006 Return-Path: X-Original-To: scsh@informatik.uni-tuebingen.de Delivered-To: scsh@informatik.uni-tuebingen.de Received: from www.scsh.net (bernard.Informatik.Uni-Tuebingen.De [134.2.12.122]) by mx4.informatik.uni-tuebingen.de (Postfix) with ESMTP id A7B43142B; Mon, 7 Aug 2006 21:32:04 +0200 (MST) Received: by www.scsh.net (Postfix, from userid 3123) id 6F0415ED1; Mon, 7 Aug 2006 21:32:04 +0200 (MST) Old-Return-Path: X-Original-To: scsh-users@scsh.net Delivered-To: scsh-users@scsh.net To: Eric Hanchrow Cc: scsh-users@scsh.net Subject: Re: commander-s docs fail to build References: From: Martin Gasbichler Date: Mon, 07 Aug 2006 21:32:02 +0200 In-Reply-To: (Eric Hanchrow's message of "Sun, 6 Aug 2006 18:58:41 +0200 (MST)") Message-ID: User-Agent: Gnus/5.1007 (Gnus v5.10.7) XEmacs/21.5-b27 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Resent-Message-ID: Resent-From: scsh-users@scsh.net X-Mailing-List: archive/latest/333 X-Loop: scsh-users@scsh.net List-Post: List-Help: List-Subscribe: List-Unsubscribe: Precedence: list Resent-Sender: scsh-users-request@scsh.net List-Id: List-Archive: Resent-Date: Mon, 7 Aug 2006 21:32:04 +0200 (MST) Eric Hanchrow writes: > I got commander-s via > > darcs get > http://www-pu.informatik.uni-tuebingen.de/users/gasbichl/darcs/commander-s > > I guess I got all the patches through 287 (I don't really understand > darcs). > > I followed the instructions in DARCS_README, and typed > > $ cd doc > $ make > make: *** No rule to make target `man.idx', needed by `man.ind'. Stop. > $ # touch doc/man.idx should fix this. I'll append a note to DARCS_README. -- Martin From scsh-users-request@scsh.net Tue Aug 15 18:03:13 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 D979C1416; Tue, 15 Aug 2006 18:03:11 +0200 (MST) 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 162138-02; Tue, 15 Aug 2006 18:03:09 +0200 (MST) Received: from www.scsh.net (bernard.Informatik.Uni-Tuebingen.De [134.2.12.122]) by mx4.informatik.uni-tuebingen.de (Postfix) with ESMTP id 5673613C9; Tue, 15 Aug 2006 18:03:08 +0200 (MST) Received: by www.scsh.net (Postfix, from userid 3123) id 0C82E5ED9; Tue, 15 Aug 2006 18:03:08 +0200 (MST) Old-Return-Path: X-Original-To: scsh-users@scsh.net Delivered-To: scsh-users@scsh.net X-Injected-Via-Gmane: http://gmane.org/ To: scsh-users@scsh.net From: Emilio Lopes Subject: SSAX 5.1 prepackaged for Scsh Date: Tue, 15 Aug 2006 18:04:05 +0200 Organization: The Church of Emacs Lines: 13 Message-ID: <69ejvi3s0a.fsf@freenet.de> Mime-Version: 1.0 Content-Type: text/plain; charset=latin-iso8859-1 Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: ra016.r.pppool.de User-Agent: Emacs Gnus Cancel-Lock: sha1:2l8+ub0MTtnGbWpc62bBx+jghAM= Sender: news Resent-Message-ID: Resent-From: scsh-users@scsh.net X-Mailing-List: archive/latest/334 X-Loop: scsh-users@scsh.net List-Post: List-Help: List-Subscribe: List-Unsubscribe: Precedence: list Resent-Sender: scsh-users-request@scsh.net List-Id: List-Archive: Resent-Date: Tue, 15 Aug 2006 18:03:08 +0200 (MST) I've just uploaded a tarball containing version 5.1 of SSAX prepackaged for Scsh to http://home.tiscali.de/emilio.lopes/scheme/ I've been using it for some days without any problem. Indeed, the web pages there are generated using it. I hope it's useful for someone else. -- Emílio C. Lopes Munich, Germany From scsh-users-request@scsh.net Thu Aug 31 09:45:40 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 C54CB19C; Thu, 31 Aug 2006 09:45:37 +0200 (DFT) 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 36738-03; Thu, 31 Aug 2006 09:45:31 +0200 (DFT) Received: from www.scsh.net (bernard.Informatik.Uni-Tuebingen.De [134.2.12.122]) by mx1.informatik.uni-tuebingen.de (Postfix) with ESMTP id ED9F716C; Thu, 31 Aug 2006 09:45:25 +0200 (DFT) Received: by www.scsh.net (Postfix, from userid 3123) id 7C8555ED4; Thu, 31 Aug 2006 09:45:25 +0200 (MST) Old-Return-Path: X-Original-To: scsh-users@scsh.net Delivered-To: scsh-users@scsh.net X-Injected-Via-Gmane: http://gmane.org/ To: scsh-users@scsh.net From: prestowk Subject: Exception: return-from-callback "scheme_stat" Date: Thu, 31 Aug 2006 10:44:59 +0300 Lines: 16 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: dsl-hkigw8-feb5fb00-141.dhcp.inet.fi User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (darwin) Cancel-Lock: sha1:gqosarFgTvJsX4gHX7wPPd/tauY= Sender: news Resent-Message-ID: Resent-From: scsh-users@scsh.net X-Mailing-List: archive/latest/335 X-Loop: scsh-users@scsh.net List-Post: List-Help: List-Subscribe: List-Unsubscribe: Precedence: list Resent-Sender: scsh-users-request@scsh.net List-Id: List-Archive: Resent-Date: Thu, 31 Aug 2006 09:45:25 +0200 (MST) While developing an application I started getting the following exception. What does it mean? Error: exception wrong-type-argument (return-from-callback "scheme_stat" ' For various inputs to the application, this exception might or might not be triggered. Once an input has been found that triggers it, it seems to always be reproducible. However, I can't see any pattern in the changes to the input that would make a difference -- seemingly equivalent inputs might or might not trigger this exception. Using SCSH version 0.6.7 on Mac OS X 10.4.7. p.