Date: Thu, 3 May 2001 15:05:45 +0200 To: lablgtk at kaba.or.jp Subject: lablgtk and pipes ... Message-ID: <20010503150545.A10308 at lambda.u-strasbg.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline From: Sven LUTHER Sender: Sven LUTHER Hello, ... I have some questions about lablgtk. In the lablgtk debian package, the examples are in the /usr/share/doc/lablgtk/examples directory, which is, as also it's content, read only. Now this is no problem, as you may run them as for example : $ lablgtk -labels testinput.ml even when not having write access to them. Now the bigger of those files will get gzipped, and thus you cannot use them in a straigthforward way anymore. i guessed that doing something like : $ gunzip -c testgtk.ml.gz | lablgtk -labels would work, or even $ gunzip -c testgtk.ml.gz | lablgtk -labels - but this is not the case. The first example just launches the toplevel, and then complains about bad input, and the second don't understand the use of - as an argument. Is there another way of doing this, and if not, could lablgkt be fixed to allows this, in a next version (i guess this really is a ocaml problem). Friendly, Sven Luther