From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15399 invoked by alias); 16 Apr 2016 04:35:51 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 21446 Received: (qmail 14189 invoked from network); 16 Apr 2016 04:35:50 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,T_DKIM_INVALID autolearn=ham autolearn_force=no version=3.4.1 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== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:message-id:date:in-reply-to:comments :references:to:subject:mime-version; bh=lJuboBbtt5eeUQRJKLYsKjlNbnBt8Tp0aU9OUcY6tL8=; b=Ly3yRwD3QUpNHCLpuKxRRfU06uIaher6QvCqtuWnemoTQ3VgnjVWjG7oiuHybE0gvW aEUxNOr7I75baW1Z4meXZw9X0kMxU3l0SZjesFaNN6s2WpNx3t0tJliqSyzpOCoCS152 N4cmqVOLDleYrxe62Hh/p2k3DrwJcvATyswWz5uFt0JRnSAvx8aOwJWo/PJc04JzhYMv ALlUPsUTOB0shOAGx69QHkQxU2YMl8Uh64/jf+4O3d1jZweCIZHgXTohmmVobSLMinPB fBQzIeZtO7TV0CJQybTTS7lc9lSt//qi15VX0+Ylr+igq1X8rCvzC3Zx56JTt1CTsalg dcfA== X-Gm-Message-State: AOPr4FVoHCuYAFIZW8Vozok9Pa0AJYYGRlYVhv3/+l6kozdnd04BD4AbS94fj4pVAiMrJg== X-Received: by 10.67.23.161 with SMTP id ib1mr33157891pad.156.1460781349765; Fri, 15 Apr 2016 21:35:49 -0700 (PDT) From: Bart Schaefer Message-Id: <160415213554.ZM22115@torch.brasslantern.com> Date: Fri, 15 Apr 2016 21:35:54 -0700 In-Reply-To: <12614.1460767375@thecus.kiddle.eu> Comments: In reply to Oliver Kiddle "Re: Problem after upgrade from 4.3 to 5.2" (Apr 16, 2:42am) References: <57116948.903@mail.se> <12614.1460767375@thecus.kiddle.eu> X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: zsh-users@zsh.org Subject: Re: Problem after upgrade from 4.3 to 5.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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.