From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from math.gatech.edu (euclid.skiles.gatech.edu [130.207.146.50]) by werple.net.au (8.7/8.7.1) with SMTP id BAA08751 for ; Fri, 10 Nov 1995 01:35:28 +1100 (EST) Received: by math.gatech.edu (5.x/SMI-SVR4) id AA02288; Thu, 9 Nov 1995 09:20:19 -0500 Resent-Date: Thu, 09 Nov 1995 09:21:20 -0500 Old-Return-Path: Message-Id: <9511091421.AA21571@spacely.afive> To: zsh-workers@math.gatech.edu Reply-To: acs@world.std.com Subject: Colon modifiers on history substitution Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 09 Nov 1995 09:21:20 -0500 From: Vinnie Shelton Resent-Message-Id: <"MPeKH1.0.gZ.ZuWem"@euclid> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/586 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu :p no longer works after a ^ substitution, to wit: spacely% echo $ZSH_VERSION 2.6-beta11 spacely% ^VER^VER^ echo $ZSH_VERSION # OK so far 2.6-beta11 spacely% ^VER^VER^:p echo $ZSH_VERSION:p # Used to say what it would do 2.6-beta11:p # ... not anymore Solaris 2.3 and SunOS4.1.3_U1, in case that matters.