From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lily.newcastle.edu.au ([134.148.96.116]) by hawkwind.utcs.utoronto.ca with SMTP id <24662>; Tue, 12 Aug 1997 05:06:25 -0400 Received: (from c9415019@localhost) by lily.newcastle.edu.au (8.8.7/8.6.9) id SAA07860 for rc@hawkwind.utcs.toronto.edu; Tue, 12 Aug 1997 18:19:38 +1000 (EST) From: Russell Davies Message-Id: <199708120819.SAA07860@lily.newcastle.edu.au> Subject: rc,linux,signal,readline To: rc@hawkwind.utcs.toronto.edu Date: Tue, 12 Aug 1997 04:19:37 -0400 X-Mailer: ELM [version 2.4 PL25] Content-Type: text Hi, I have been trying for a while now to get the following working under linux..without success.. a _dynamically linked_ rc shell with; * readline (vi-key) command line editing. * sigints/sigquits working properly (atm they simply do nothing until the next keypress, I want a newline with ';' after a sigint (yes I tried setting fn signint { echo }) as you would expect from most shells) I like some of the features of rc and would like swap shells completely but if I have to complile statically just for these simple features, then the difference in size isnt enough to motivate me to quit using bash. If anyone has compiled an rc shell with the properties mentioned above, I would love to hear from you.. thanks, r.