Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: cd -q (was Re: _canonical_path ...)
- X-seq: zsh-workers 24773
- From: "Mikael Magnusson" <mikachu@xxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: PATCH: cd -q (was Re: _canonical_path ...)
- Date: Fri, 28 Mar 2008 12:01:15 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=wlJ2SYoj08iMTUcxIsD53U5ljurfAV+yd+8633mD5qo=; b=BHyaXT7481L3J22oxvEhZAhxFmt9o4SbTMxHR2X/A0gCSR0DzJXb3zrVTl0lVvJR6lVoQA/MwjuAAfd1YbiNsHtZcDn2OLrxMnqLUEJKWBFyP7nAY5jfx5DM1H3DLvy3f8hixJjusIHMODPlsz4xnEyF7Oy6RsYnkiGCqY9TLic=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=DRfCwRp04T3V/3WFQFis16l527w/HBms63B1VH8d+Y4sKp2H/aGziMQhzk4vqOorlsmymz9l8h6g5eybj/3NJxeLi1WCi9+nUGyLeHXHRDEuhXbp6AoizGx2E0nQCu/1RR/KqTV17fc9e9NxEEWmFV8vqbOj8LXnl6bfsq9/6WQ=
- In-reply-to: <20080327184502.09b2a535@news01>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <20080326114413.80713vrmznwpnyuc@xxxxxxxxxxxxxxx> <200803261604.m2QG41Ke017772@xxxxxxxxxxxxxx> <200803261621.m2QGLptV017966@xxxxxxxxxxxxxx> <20080326173824.0a55c00d@xxxxxxxxxxxxxxxxxxxxxx> <20080326164615.1d5893ed@news01> <20080327102325.55808716@news01> <20080327120807.415095ee@xxxxxxxxxxxx> <20080327112506.7298e9ef@news01> <20080327121525.5b4059f9@news01> <20080327184502.09b2a535@news01>
On 27/03/2008, Peter Stephenson <pws@xxxxxxx> wrote:
> On Thu, 27 Mar 2008 12:15:25 +0000
>
> Peter Stephenson <pws@xxxxxxx> wrote:
>
> > Any comments about the following proposal, which adds the -q option
> > to all relevant functions? If it looks OK, I'll change the function
> > above to unsetopt PUSHD_NO_DUPS and use pushd -q/popd -q to sanitize
> > the directory with REPLY=$PWD and remove the fork.
>
>
> Here is what I'm likely to commit. It includes various related
> suggestions. It doesn't include a new style for the canonical stuff.
I couldn't help but notice _cd doesn't complete directories after -q
(or -L or -P or -s), nor the options themselves. I took a look at it,
but it was special enough that I have no idea how to fix it in under 3
hours :).
--
Mikael Magnusson
Messages sorted by:
Reverse Date,
Date,
Thread,
Author