Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: dirs builtin
- X-seq: zsh-workers 16622
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxx>
- To: Oliver Kiddle <okiddle@xxxxxxxxxxx>, zsh-workers@xxxxxxxxxx
- Subject: Re: PATCH: dirs builtin
- Date: Wed, 13 Feb 2002 17:08:41 +0000
- In-reply-to: <20020213093636.44622.qmail@xxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <20020213093636.44622.qmail@xxxxxxxxxxxxxxxxxxxxxx>
On Feb 13, 9:36am, Oliver Kiddle wrote:
}
} I've not implemented -l which would expand tilde substitutions -
} existing code for tilde expansions is mixed in with other expansions so
} I'd have to either duplicate or pull apart existing code.
The dirstack entries are already stored expanded. All you need to do is
pass a flag through printdirstack() to fprintdir() to tell it to skip the
finddir() call and just print the directory.
--
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