Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Problem after upgrade from 4.3 to 5.2
- X-seq: zsh-users 21446
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Re: Problem after upgrade from 4.3 to 5.2
- Date: Fri, 15 Apr 2016 21:35:54 -0700
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=from:message-id:date:in-reply-to:comments:references:to:subject :mime-version; bh=lJuboBbtt5eeUQRJKLYsKjlNbnBt8Tp0aU9OUcY6tL8=; b=KsQ3OswxM7nGbN7SOYp6BeZxSToKv+cKtMWeYVUGlfLy7o1d0FbSba7kie67p38lKp LBnRTqry+huHthK2KcjJSlurq44/I1n7fDl5Em+0oKtUibRUKRQx0qE+03hzcNgHAgvM 80NMs+RnYTmaFYypmcg38dXy5c0Zpb1NZRAHLq5DTIJkluLEc+4gFKU+OwWAlnNB/L4w VfdDuw8wlIvF/6CciaPwfFYWkKsIXMLYAwv53iPJgF0OWntJLdy+WsIyZ+YVSztS+x7w Dc87uLoQSyDz8CT9oN8sW1uBbj5mNv5h0xkj+oiP5yigHAw3RQZ51Hg8IryW67xu3VcH Z02Q==
- In-reply-to: <12614.1460767375@thecus.kiddle.eu>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <57116948.903@mail.se> <12614.1460767375@thecus.kiddle.eu>
On Apr 16, 2:42am, Oliver Kiddle wrote:
} Subject: Re: Problem after upgrade from 4.3 to 5.2
}
} I've also run into problems with completion relying on pushd in one
} place as I disable (and replace) pushd.
Why disable it? A function named pushd will always take precedence
over the builtin.
The only use in completion is in _canonical_paths where "builtin pushd"
is used to traverse a symlink to a directory and then return to the
original working directory.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author