Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

accessing directory stack entries changed



Hi,

between beta13 and beta14, the magic required to access directory
stack entries changed from '=' to '~' (i.e. 'cd /; pushd /tmp; echo
=1' was changed to 'cd /;pushd /tmp; echo ~1').  Was this an intended
change or merely a result of the code cleanup in subst.c?  It's at
least not mentioned anywhere (neither Doc nor ChangeLog nor README).
One effect is that the old '=-' for accessing the last pushed entry of
the stack is gone because '~-' is an alias for $OLDPWD.


    so long

	Norbert

Norbert Kiesel   Software-Ley GmbH            
Lindenstr. 15    Phone: +49 2238 96600        I'll live forever
D-50259 Pulheim  Fax:   +49 2238 50842               (or die trying...)
Germany          Email: nk@xxxxxxxxxxxxx







Messages sorted by: Reverse Date, Date, Thread, Author