On Tue, 01 Mar 2005 22:04:21 +0100, Gruss Ronald <[EMAIL PROTECTED]> wrote: > Tried this from shell, but never got the rebol promt (>>) >=20 > rebol2558042 > REBOL/Core 2.5.58.4.2 ALPHA VERSION (Jan 4 2005/22:21:01) > Copyright 1997-2004 REBOL Technologies > REBOL is a Trademark of REBOL Technologies > All rights reserved. >=20 > Component: "REBOL Mezzanine Extensions" 1.2.0 (1-Aug-2004/22:34:12) > Component: "REBOL Internet Protocols" 1.71.0 (4-Nov-2004/21:08:24) > Finger protocol loaded > Whois protocol loaded > Daytime protocol loaded > SMTP protocol loaded > POP protocol loaded > IMAP protocol loaded > HTTP protocol loaded > FTP protocol loaded > NNTP protocol loaded > Component: "Command Shell Access" 1.9.0 (3-Jan-2005/21:08:57) > Component: "System Port" 1.4.0 (1-Aug-2004/18:58:28) > Script: "User Preferences" (23-Jan-2005/0:35:03+1:00) >=20 > Did I miss something ?
Yes. termcap. rebol has changed console-handling. to enable piping/redirection IIRC :) but it needs the very old termcap-stuff. On debian/knoppix i found http://packages.debian.org/cgi-bin/search_packages.pl?keywords=3Dtermcap&se= archon=3Dnames&subword=3D1&version=3Dstable&release=3Dall and did "apt-get --install termcap-compat" IIRC. after Gabriele figured out access to /etc/termcap failed. Serach in your distros package-manager. >=20 > -- > La th=E9orie, c'est quand on sait tout et que rien ne fonctionne. >=20 > La pratique, c'est quand tout fonctionne et que personne ne sait pourquoi= . >=20 > Ici, nous avons r=E9uni th=E9orie et pratique : Rien ne fonctionne... et = personne ne sait pourquoi ! >=20 > = - Albert Einstein - >=20 > -- Binary/unsupported file stripped by Ecartis -- > -- Type: text/x-vcard > -- File: ronaldoff.vcf >=20 > -- > To unsubscribe from the list, just send an email to rebol-request > at rebol.com with unsubscribe as the subject. >=20 >=20 --=20 -Volker "Any problem in computer science can be solved with another layer of indirection. But that usually will create another problem." David Wheeler -- To unsubscribe from the list, just send an email to rebol-request at rebol.com with unsubscribe as the subject.
