From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17870 invoked by alias); 23 Feb 2018 15:02:32 -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: List-Unsubscribe: X-Seq: 23166 Received: (qmail 3857 invoked by uid 1010); 23 Feb 2018 15:02:32 -0000 X-Qmail-Scanner-Diagnostics: from naara.laafc.net by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.99.2/21882. spamassassin: 3.4.1. Clear:RC:0(49.212.139.33):SA:0(-1.9/5.0):. Processed in 1.268544 secs); 23 Feb 2018 15:02:32 -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,SPF_HELO_PASS, SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham autolearn_force=no version=3.4.1 X-Envelope-From: thb@laafc.net X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Date: Sat, 24 Feb 2018 00:02:28 +0900 From: Takeshi Banse To: zsh-users@zsh.org Subject: Re: Dynamic named directories and completion Message-ID: <20180223150228.GA10772@laafc.net> Mail-Followup-To: zsh-users@zsh.org References: <113952bc-b4e7-511d-7b3c-7cf2144c2174@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <113952bc-b4e7-511d-7b3c-7cf2144c2174@gmail.com> User-Agent: Mutt/1.9.2+57 (5a5322e6) (2017-12-15) Hi, * Scott Frazer [2018-02-23 23:41]: > (with the above zsh_directory_name() too of course), plain ~[whatever] works > but ~[whatever]/ will not complete paths. I would like to do this feature, too. It is necessary to tweak `_path_files` function as far as I can tell. Here are the patch: http://www.zsh.org/mla/users/2018/msg00119.html Or, http://www.zsh.org/mla/workers/2018/msg00198.html I sent these mails with different subjects, sorry for the inconvenience!