Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: named directory bug
- X-seq: zsh-workers 16206
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Vincent Lefevre <vincent@xxxxxxxxxx>, zsh-workers@xxxxxxxxxx (Zsh hackers list)
- Subject: Re: named directory bug
- Date: Fri, 2 Nov 2001 10:34:03 +0000
- In-reply-to: <14435.1004696502@xxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <14435.1004696502@xxxxxxx>
On Nov 2, 10:21am, Peter Stephenson wrote:
}
} You have RCEXPANDPARAM turned on. Turn the setopt into
} emulate -L zsh
} setopt xtrace
} and it should work as expected.
Except of course that the command in question is supposed to go into
_main_complete, which needs RCEXPANDPARAM.
Use
eval "local +h nameddirs; nameddirs=(${(@kvq)^^nameddirs})"
to disable RCEXPANDPARAM for that expansion only.
--
Bart Schaefer Brass Lantern Enterprises
http://www.well.com/user/barts http://www.brasslantern.com
Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net
Messages sorted by:
Reverse Date,
Date,
Thread,
Author