From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from loas.clark.net ([168.143.0.10]) by hawkwind.utcs.utoronto.ca with SMTP id <24649>; Wed, 11 Feb 1998 17:25:22 -0500 Received: from shell.clark.net (root@shell [168.143.0.8]) by loas.clark.net (8.8.8/8.8.8) with ESMTP id RAA28888; Wed, 11 Feb 1998 17:23:26 -0500 (EST) Received: from shell.clark.net (culliton@localhost [127.0.0.1]) by shell.clark.net (8.8.8/8.8.8) with ESMTP id RAA20523; Wed, 11 Feb 1998 17:23:13 -0500 (EST) Message-Id: <199802112223.RAA20523@shell.clark.net> To: Tim Goodwin cc: rc@hawkwind.utcs.toronto.edu Subject: Re: "rc" shell maintainer? In-reply-to: Your message of "Wed, 11 Feb 1998 05:45:36 EST." Date: Wed, 11 Feb 1998 17:23:13 -0500 From: Tom Culliton On Wed, 11 Feb 1998 05:45:36 EST, Tim Goodwin wrote: > > > My rc-1.5b2 fails to trip because of the line testing > > > > > > prompt=';' if (!~ `` '' {. -i /tmp/dot.$pid>[2=1]} ';hi'^$nl';') > > > > > > It seems that '. -i' used to output prompts, but in 1.5b2 it does not. > > > Was this change unintentional? I'd be uneasy about changing > > > trip.rc to match spec "improvements". > > This hasn't changed since 1.4: `-i' only works as documented if you > don't use readline or editline. I guess this is a bug, although I > haven't thought about it much. Up until the wait bug cropped up in Linux, rc was tripping cleanly for me under Linux, Solaris, SunOs, AIX, ... with readline. The patch for the prompt problem was pretty obvious when I looked at it.