From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from localhost by hawkwind.utcs.toronto.edu with SMTP id <2776>; Tue, 3 Nov 1992 19:42:34 -0500 To: rc Subject: Re: set subtract In-reply-to: byron's message of Tue, 03 Nov 92 18:44:01 -0500. <9211032344.AA00168@netapp.netapp.com> Date: Tue, 3 Nov 1992 19:42:18 -0500 From: Chris Siebenmann Message-Id: <92Nov3.194234est.2776@hawkwind.utcs.toronto.edu> The problem with a set-subtract function is that it will loose quoting information if it's used as 'foo `{set-sub ....}', and you thus need to have it passed variable names to work on. But then you can't just use this on a command line; you have to build lists beforehand. About half the time I'd like to use this is on command lines, so I keep wishing for a better solution. - cks