From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16155 invoked from network); 2 Jul 2003 17:44:45 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 2 Jul 2003 17:44:45 -0000 Received: (qmail 25941 invoked by alias); 2 Jul 2003 17:44:35 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 6346 Received: (qmail 25934 invoked from network); 2 Jul 2003 17:44:35 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 2 Jul 2003 17:44:35 -0000 X-MessageWall-Score: 0 (sunsite.dk) Received: from [62.189.183.235] by sunsite.dk (MessageWall 1.0.8) with SMTP; 2 Jul 2003 17:44:35 -0000 Received: from EXCHANGE02.csr.com (unverified) by MAILSWEEPER01.cambridgesiliconradio.com (Content Technologies SMTPRS 4.3.10) with ESMTP id for ; Tue, 1 Jul 2003 18:39:08 +0100 Received: from csr.com ([192.168.144.127]) by EXCHANGE02.csr.com with Microsoft SMTPSVC(5.0.2195.5329); Wed, 2 Jul 2003 18:38:51 +0100 To: zsh-users@sunsite.dk Subject: Re: expansion after =? In-reply-to: "Seth Kurtzberg"'s message of "Wed, 02 Jul 2003 10:31:12 PDT." <20030702103112.33a2cfe4.seth@cql.com> Date: Wed, 02 Jul 2003 18:39:32 +0100 Message-ID: <28068.1057167572@csr.com> From: Peter Stephenson X-OriginalArrivalTime: 02 Jul 2003 17:38:51.0585 (UTC) FILETIME=[CD204B10:01C340C0] Seth Kurtzberg wrote: > Is there a configuration parameter or option that enables path completion aft > er equals, for example, export ENVVAR=/some/path/name? I've been using zsh f > or some months now, and this is the only thing that bash does that I find mis > sing in zsh. But perhaps the behavior can be turned on in some way? If you are using the new completion system (autoload -U compinit; compinit) then this will work automatically. The old completion system didn't have this built in, though you could use compctl to enable it; you don't say what version of zsh you are using, but if it is 4.x you are likely to get far better results with the new system. You might also be interested in the option MAGIC_EQUAL_SUBST; this forces ~'s to be expanded after any ='s. -- Peter Stephenson Software Engineer CSR Ltd., Science Park, Milton Road, Cambridge, CB4 0WH, UK Tel: +44 (0)1223 692070 ********************************************************************** The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from any computer. **********************************************************************