From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9520 invoked by alias); 30 Oct 2016 19:51:13 -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: 22049 Received: (qmail 6761 invoked from network); 30 Oct 2016 19:51:13 -0000 X-Qmail-Scanner-Diagnostics: from mout.gmx.net by f.primenet.com.au (envelope-from <400thecat@gmx.ch>, uid 7791) with qmail-scanner-2.11 (clamdscan: 0.99.2/21882. spamassassin: 3.4.1. Clear:RC:0(212.227.17.21):SA:0(0.6/5.0):. Processed in 0.47661 secs); 30 Oct 2016 19:51:13 -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=0.6 required=5.0 tests=FREEMAIL_FROM, FROM_STARTS_WITH_NUMS,SPF_PASS autolearn=no autolearn_force=no version=3.4.1 X-Envelope-From: 400thecat@gmx.ch X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: pass (ns1.primenet.com.au: SPF record at gmx.net designates 212.227.17.21 as permitted sender) Message-ID: <58164C21.9090505@gmx.ch> Date: Sun, 30 Oct 2016 20:38:09 +0100 From: Fourhundred Thecat <400thecat@gmx.ch> MIME-Version: 1.0 To: zsh-users@zsh.org CC: Daniel Shahaf Subject: Re: zsh completion for umount References: <5815DDAB.8070307__40712.3355348178$1477828401$gmane$org@gmx.ch> <20161030153537.GB12137@fujitsu.shahaf.local2> In-Reply-To: <20161030153537.GB12137@fujitsu.shahaf.local2> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Provags-ID: V03:K0:siU7AFAfhtR+DK/NBvOw+kHINvTrKKlceJjogjrLTeJZo8jEcOf mSZLxAyFATGeBt8YcjVPhbTHseg2Mag0/ldDrwU0FPgkRzmm77ssTrxoIk+qxfONg2/yWET TGxnwMLg2rcnsWsrQ+0uMBNYKkd4tgDyzCnOHTzRnAfIzBm2cQ2shPbkfWtBA77LNwNoUIf W3TGYPLtEp3ldN1A8W9zw== X-UI-Out-Filterresults: notjunk:1;V01:K0:OgJVDbFG2uI=:icrsTmS1yAI24jne6oNGNO 5GWCTEn3V+HFpcUpi6k+E+N+A4+GsyHwzlQtEDIgmKlc978pumXXjgPMw//JpJCX/CSPSer4D L7Cs7PwRuioHWEjvvWpJUzhSXEh+UxhGKjSL9GPKAa+XOYw/FDGh5XpWCikMDKLR8d1SOeQ7W 7ad8fNZTGkHThOa9B2Ph+tJvkpxkpWRfkF31j17/JYN/wE4PbWxRCBaAxiJoeizVpnvK6qt8V 5c4I83beGMuTTTnHopAeN7K60+OXdoqZ9RNLZPb1ClFIYQBKlY6P1vjeHpigAq5kfeucVnKo1 0JP8POcQCn5fhHPSKXhO3JwNo/6eC5EzpoyXDnNOiNr7mc2SwqXWArdCywBll+dmtoLV104H2 DpQ7Zdn3dKcfp8DwL/C/8eaU0qwRFbQb5k4gOqpKshpe1Ff1jOhl5WIL/+qn08oAG/keia6zQ 0iJ6oBfByNskCskQM022eViowcNGUQLfKhRoBuarmQJSeZW9HKapEjGNxRpiUzfRMLFI24+Hb zlHvPiqbQTS4j9cWcAHBmYqBxF4IuYWsZmtYMcZJHqcULOTfmcnYN+1SlJxmwR0HJO74HOaNq ZydHWhsT2bcuKC5z5zmdBSeJn4WhfvZgkDqnOMdhIPqAUeaC2US8okZaN2upK+NjYzh2ab7Ph fQ5/Wr1afqoDcs1yfdmpcV0FDTB3ecUz3a1iafcEdVuvs7c0HrAtvajtMpY3838LY2FJRf2kO Z9kjkpr5A1KNu+7ZUrKC2YI2978quYDpooAx8N5qchSbU2KAQG3ww6rCvKv8y4HvLzH1X1pCT ziXs68k > On 2016-10-30 16:35, Daniel Shahaf wrote: > > Try «umount ./m». does not work > Are you sure you have completion enabled (run «autoload compinit; > compinit»)? What's the output of «echo $OSTYPE» on your system? I get > 45 matches when I do «mount -o » on linux. I have completion enabled in my .zshrc: autoload -Uz compinit compinit -D running "autoload compinit" again does not make any difference. echo $OSTYPE linux-gnu > The problems may well be specific to your setup, especially considering > you've only recently started using zsh. If some functionality bothers > you, describe the problem and we can see about solving it. When I remove everything from .zshrc, and only leave following two lines: autoload -Uz compinit compinit -D then completion for mount -o starts working, same as you describe. That is great progress. But umount m still does not complete, nor does umount ./m Cheers,